• Professional Development
  • Medicine & Nursing
  • Arts & Crafts
  • Health & Wellbeing
  • Personal Development

275 Computer Programming courses

Python Programming for Kids and Beginners

5.0(1)

By LearnDrive UK

Introduce kids and beginners to the world of coding with our Python Programming course. From setting up environments to creating projects, unlock the basics of Python in a fun and interactive way.

Python Programming for Kids and Beginners
Delivered Online On Demand1 hour
£5

C++ Fundamentals for Beginners

5.0(1)

By LearnDrive UK

Master the essentials of C++ programming with our beginner-friendly course. Learn from local setup to advanced functions, and embark on your journey in software development.

C++ Fundamentals for Beginners
Delivered Online On Demand1 hour
£5

Python Programming: Python Coding Essential Training

By Compliance Central

Are you looking to enhance your Python Programming skills? If yes, then you have come to the right place. Our comprehensive course on Python Programming will assist you in producing the best possible outcome by mastering the Python Programming skills. The Python Programming course is for those who want to be successful. In the Python Programming course, you will learn the essential knowledge needed to become well versed in Python Programming. Our Python Programming course starts with the basics of Python Programming and gradually progresses towards advanced topics. Therefore, each lesson of this Python Programming course is intuitive and easy to understand. Why would you choose the Python Programming course from Compliance Central: Lifetime access to Python Programming course materials Full tutor support is available from Monday to Friday with the Python Programming course Learn Python Programming skills at your own pace from the comfort of your home Gain a complete understanding of Python Programming course Accessible, informative Python Programming learning modules designed by experts Get 24/7 help or advice from our email and live chat teams with the Python Programming bundle Study Python Programming in your own time through your computer, tablet or mobile device. A 100% learning satisfaction guarantee with your Python Programming Course Improve your chance of gaining in demand skills and better earning potential by completing the Python Programming Python Programming Curriculum Breakdown of the Python Programming Course Unit 01: Course Overview and Downloads Unit 02: Python Setup Unit 03: Strings and Variables Unit 04: Numbers and Math Unit 05: Booleans and Conditionals Unit 06: Functions Unit 07: Lists Unit 08: Dictionaries Unit 09: Tuples Unit 10: Files Unit 11: Modules CPD 10 CPD hours / points Accredited by CPD Quality Standards Who is this course for? The Python Programming course helps aspiring professionals who want to obtain the knowledge and familiarise themselves with the skillsets to pursue a career in Python Programming. It is also great for professionals who are already working in Python Programming and want to get promoted at work. Requirements To enrol in this Python Programming course, all you need is a basic understanding of the English Language and an internet connection. Career path The Python Programming course will enhance your knowledge and improve your confidence in exploring opportunities in various sectors related to Python Programming. Certificates CPD Accredited PDF Certificate Digital certificate - Included CPD Accredited PDF Certificate CPD Accredited Hard Copy Certificate Hard copy certificate - £10.79 CPD Accredited Hard Copy Certificate Delivery Charge: Inside the UK: Free Outside of the UK: £9.99 each

Python Programming: Python Coding Essential Training
Delivered Online On Demand5 hours
£12

Linux - The Productive Programmer's Best Friend

By Xpert Learning

About Course Learn how to use Linux to boost your programming productivity and become a more efficient developer. In this comprehensive course, you will learn: The best Linux terminals to use for programming How to use clipboard managers to save time and effort How to use Vim, the most powerful text editor for programmers How to use Zsh and the oh-my-zsh framework to customize your terminal experience Extensive lessons on terminal commands, including how to find and replace text, work with pipes and subshells, and automate tasks And much more! You will also receive access to a repository of scripts and an eBook containing all of the examples and explanations from the course. This course is perfect for programmers who are new to Linux or who want to learn how to use Linux more effectively. Enroll today and start your journey to becoming a more productive programmer with Linux! Here are some of the benefits of learning how to use Linux for programming: Linux is a powerful and flexible operating system that can be customized to meet your specific needs. Linux is also very efficient, which can make a big difference in your productivity, especially when working with large projects. Linux has a wide range of built-in tools and utilities that are designed for programmers, such as the Bash shell, Vim, and Git. Linux is also open source, which means that there is a large community of developers who are constantly contributing to and improving the platform. If you are serious about becoming a more productive programmer, then learning how to use Linux is an essential skill. This course will teach you everything you need to know to get started. Enroll today and start boosting your productivity! What Will You Learn? I'll increase my terminal productivity by using Terminator, Guake and other tools I'll be able to use regular expressions, pipes and subshells and external shell scripting libraries I'll work with files like a vim-fu master I'll increase my command line productivity (by learning how to use sed, find, tmux, network, autoenv and more) I'll be able to launch a webserver, modify images and productively work with Git I'll edit files without leaving the terminal, use the screen space efficiently and copy-paste like a pro All in all: I will double my terminal productivity Course Content Introduction Introduction Terminator- Hasta La Vista Terminal Guake - Not Quake! Clipit- Forget Everything, Paste from History Productive Shells: Reinvent The Way You Work Pre Chapter Vim Oh-my-zsh Your Terminal Never Felt This Good Before! Basic Regular Expressions Pipes and Subshells Your Shell's Salt and Pepper Shell Scripting for Fun and Profit Shell Scripting Libraries Vim Kung Fu Supercharging Vim Keyboard Kung Fu Plugin Steroids for Vim Vim Password Manager Extra- Fast Configuration Restore CLI: The Hidden Recipe Sed - One-Liner Productivity Treasure You Can Run, But You Can't Hide From 'Find' Tmux Virtual Consoles, Background Jobs and The Likes Network Who's Listening Autoenv Set a Lasting, Project-Based Habitat Don't rm The Trash Developers' Treasure On the Spot Webserver Shrinking Spells and Other Image Magic Go With the Git Flow Merge Git Conflicts With Ease From Localhost to Instant DNS JSON Jamming in The New Age No More Mister Nice Guy Closing Chapter Bonus Chapter Terminal Art Bonus Chapter Closing Chapter A course by Bogdan Vaida Experiential Trainer RequirementsYou need to have prior experience in the Linux command lineYou must have access to a Linux/Unix terminalBasic programming skills are recommended (but not required)Some basic shell scripting and web development knowledge make the course easier to understand Audience System administrators Developers who already know the basics of Linux and want to sharpen their skills People working in the Linux command line This course is not for people who are opening a terminal for the first time Audience System administrators Developers who already know the basics of Linux and want to sharpen their skills People working in the Linux command line This course is not for people who are opening a terminal for the first time

Linux - The Productive Programmer's Best Friend
Delivered Online On Demand2 hours 30 minutes
£9.99

Python Introduction

By Nexus Human

Duration 3.5 Days 21 CPD hours This course is intended for This course is aimed at students new to the language who may or may not have experience with other programming languages. Overview Learn how Python works and what it's good for. Understand Python's place in the world of programming languages Learn to work with and manipulate strings in Python. Learn to perform math operations with Python. Learn to work with Python sequences: lists, arrays, dictionaries, and sets. Learn to collect user input and output results. Learn flow control processing in Python. Learn to write to and read from files using Python. Learn to write functions in Python. Learn to handle exceptions in Python. Learn to work with dates and times in Python. In this Python training course by Webucator, Inc, students learn to program in Python. Python Basics Running Python Hello, World! Literals Python Comments Data Types Variables Writing a Python Module print() Function Named Arguments Collecting User Input Getting Help Functions and Modules Defining Functions Variable Scope Global Variables Function Parameters Returning Values Importing Modules Math Arithmetic Operators Modulus and Floor Division Assignment Operators Built-in Math Functions The math Module The random Module Seeding Python Strings Quotation Marks and Special Characters String Indexing Slicing Strings Concatenation and Repetition Common String Methods String Formatting Built-in String Functions Iterables: Sequences, Dictionaries, and Sets Definitions Sequences Unpacking Sequences Dictionaries The len() Function Sets *args and **kwargs Flow Control Conditional Statements The is and is not Operators Python's Ternary Operator Loops in Python The enumerate() Function Generators List Comprehensions File Processing Opening Files The os and os.path Modules Exception Handling Wildcard except Clauses Getting Information on Exceptions The else Clause The finally Clause Using Exceptions for Flow Control Exception Hierarchy Dates and Times Understanding Time The time Module The datetime Module Running Python Scripts from the Command Line The sys Module sys.argv

Python Introduction
Delivered OnlineFlexible Dates
Price on Enquiry

Java Basics Course, Manchester

4.6(12)

By PCWorkshops

This course is a beginners programmers course, to intermediate level, starting from basics through to creating methods, classes and objects. At the end of this course, one would be conversant with all the necessary basics of Java. This is a one day course in classroom, in Manchester.

Java Basics Course, Manchester
Delivered In-PersonFlexible Dates
FREE

Java Fundamentals Course

4.6(12)

By PCWorkshops

Java basics course. General Java syntax and principles of object-oriented programming. Level: Start from scratch; this is the course for a beginner. Java from basics to fully functional. Our Style: Instructor-led Course, very practical with hands-on practice. Small groups up to 4 people. Trainers are professional developers and subject matter experts.

Java Fundamentals Course
Delivered Online & In-PersonFlexible Dates
FREE

Java Basics Evening Course, Online

4.6(12)

By PCWorkshops

Basics Java Course. Basic Java syntax and principles of Object Orientated Programming. Java Programming Fundamentals webinar Courses London, evenings, 6 weeks. Virtual Classroom. Our Style: Hands-on, Practical Course, Instructor-led Course. Level: From basics to fully functional. Who would benefit from the course: basics to Java, attend after work. Duration: one lesson of 2 hours per week for 6 weeks, from 6pm - 8pm. The first date shows as the booking date.

Java Basics Evening Course, Online
Delivered Online & In-PersonFlexible Dates
FREE

C# Programming

4.6(12)

By PCWorkshops

Who would find this course useful? This course excellent for beginners who would like to enter the programmer world via C#. Or for individuals have a particular need for C# Level: A good start for beginners through to intermediate with OOP. Practical confidence will be achieved with a very practical approach to the training. This is normally online, but onsite and classroom courses are also available on request

C# Programming
Delivered Online & In-PersonFlexible Dates
FREE

C++ Programming

4.6(12)

By PCWorkshops

Duration: 1 Day Who would find this course useful? C++ coders. This course covers C++ programming principals and the syntax of all generally used C++ statements. Level: From beginners. For classroom courses: Bring your own device.

C++ Programming
Delivered Online & In-PersonFlexible Dates
FREE