Booking options
£10.99
£10.99
On-Demand course
7 hours 18 minutes
All levels
Dive into the captivating world of programming with our course titled 'Python Basic Programming for Absolute Beginners'. Whether you're a novice looking to embark on a new journey or someone eager to grasp the foundational elements of Python, this course is tailored for you. From setting up Python to crafting your first game and understanding the intricacies of control flow statements, our comprehensive curriculum ensures you grasp every fundamental aspect, setting a robust foundation for your future coding endeavours.
Learning Outcomes
Understand the core concepts and foundational elements of Python programming.
Develop proficiency in working with Python strings, operators, and sequences.
Master the art of creating control flow statements and basic Python games.
Gain insights into file structures and the application of regular expressions in Python.
Successfully complete a Python project, showcasing your newfound knowledge.
Unlimited access to the course for forever
Digital Certificate, Transcript, student ID all included in the price
Absolutely no hidden fees
Directly receive CPD accredited qualifications after course completion
Receive one to one assistance on every weekday from professionals
Immediately receive the PDF certificate after passing
Receive the original copies of your certificate and transcript on the next working day
Easily learn the skills and knowledge from the comfort of your home
After studying the course materials of the Python Basic Programming for Absolute Beginners there will be a written assignment test which you can take either during or at the end of the course. After successfully passing the test you will be able to claim the pdf certificate for £5.99. Original Hard Copy certificates need to be ordered at an additional cost of £9.60.
Beginners with no prior knowledge of programming seeking a structured introduction.
Individuals with a curiosity to explore coding as a new skill or hobby.
Students desiring to enhance their academic learning with foundational programming knowledge.
Professionals from diverse fields looking to broaden their skill set.
Educators wishing to acquire beginner-level knowledge for instructional purposes.
This Python Basic Programming for Absolute Beginners does not require you to have any prior qualifications or experience. You can just enrol and start learning.This Python Basic Programming for Absolute Beginners was made by professionals and it is compatible with all PC's, Mac's, tablets and smartphones. You will be able to access the course from anywhere at any time as long as you have a good enough internet connection.
Python Developer: Average salary range £45,000 - £70,000.
Data Analyst: Average salary range £30,000 - £55,000.
Web Developer: Average salary range £25,000 - £50,000.
Software Engineer: Average salary range £35,000 - £75,000.
Automation Tester: Average salary range £40,000 - £65,000.
Game Developer: Average salary range £30,000 - £60,000
Section 01: Introduction | |||
Course Introduction | 00:02:00 | ||
Course Curriculum | 00:04:00 | ||
How to get Pre-requisites | 00:02:00 | ||
Getting Started on Windows, Linux or Mac | 00:01:00 | ||
Section 02: Introduction To Python And Setting Up | |||
Introduction to Python | 00:02:00 | ||
Python vs Other Languages | 00:04:00 | ||
Why It's Popular | 00:04:00 | ||
Command Line Basics | 00:07:00 | ||
Python Installation (Step By Step) | 00:06:00 | ||
PyCharm IDE Installation | 00:08:00 | ||
Getting Start PyCharm IDE | 00:05:00 | ||
First Python Hello World Program | 00:07:00 | ||
Assessment Test1 | 00:01:00 | ||
Solution for Assessment Test1 | 00:01:00 | ||
Summary | 00:02:00 | ||
Section 03: PythonBasic | |||
Introduction | 00:02:00 | ||
Variables | 00:16:00 | ||
Data Types | 00:13:00 | ||
Type Casting | 00:07:00 | ||
User Inputs | 00:08:00 | ||
Comments | 00:04:00 | ||
Assessment Test2 | 00:01:00 | ||
Solution for Assessment Test2 | 00:02:00 | ||
Summary | 00:02:00 | ||
Section 04: Python Strings | |||
Introduction | 00:02:00 | ||
Strings | 00:05:00 | ||
String Indexing | 00:05:00 | ||
String Slicing | 00:04:00 | ||
String Built-in Functions | 00:09:00 | ||
Formatting String (Dynamic Data) | 00:05:00 | ||
Assessment Test | 00:01:00 | ||
Solution for Assessment Test | 00:01:00 | ||
Summary | 00:01:00 | ||
Section 05: Python Operators | |||
Introduction | 00:03:00 | ||
Arithmetic Operators | 00:08:00 | ||
Assignment Operators | 00:05:00 | ||
Comparison Operators | 00:05:00 | ||
Logical Operators | 00:02:00 | ||
AND Operator | 00:04:00 | ||
OR Operator | 00:02:00 | ||
NOT Operator | 00:03:00 | ||
Booleans | 00:02:00 | ||
Assessment Test4 | 00:02:00 | ||
Solution for Assessment Test4 | 00:01:00 | ||
Summary | 00:01:00 | ||
Section 06: Python Sequences | |||
Introduction | 00:02:00 | ||
Arrays in Earlier | 00:02:00 | ||
Lists | 00:06:00 | ||
Add List Items | 00:03:00 | ||
Remove List Items | 00:01:00 | ||
Sort Lists | 00:03:00 | ||
Join Lists | 00:08:00 | ||
Tuples | 00:08:00 | ||
Update tuples | 00:07:00 | ||
Join tuples | 00:02:00 | ||
Dictionaries | 00:06:00 | ||
Add Dictionary Items | 00:04:00 | ||
Remove Dictionary Items | 00:03:00 | ||
Nested Dictionaries | 00:04:00 | ||
Sets | 00:04:00 | ||
Add Set Items | 00:03:00 | ||
Remove Set Items | 00:01:00 | ||
Join Set Items | 00:04:00 | ||
Assessment Test | 00:01:00 | ||
Solution for Assessment Test | 00:02:00 | ||
Summary | 00:01:00 | ||
Section 07: Python Statements | |||
Introduction | 00:03:00 | ||
If Statement | 00:03:00 | ||
If-else Statement | 00:04:00 | ||
If-elif-else Statement | 00:04:00 | ||
If Statement Coding Exercise | 00:05:00 | ||
Assessment Test | 00:02:00 | ||
Solution for Assessment Test | 00:02:00 | ||
Summary | 00:02:00 | ||
Section 08: Python Control Flow Statements | |||
Introduction | 00:04:00 | ||
Flow Charts | 00:04:00 | ||
While Loops Statement | 00:10:00 | ||
For Loops Statement | 00:06:00 | ||
Loop through a String | 00:03:00 | ||
The Break Statement | 00:03:00 | ||
The Continue Statement | 00:02:00 | ||
The range() Function | 00:04:00 | ||
Nested Loops | 00:04:00 | ||
2D List using Nested Loop | 00:04:00 | ||
Assessment Test | 00:01:00 | ||
Solution for Assessment Test | 00:03:00 | ||
Summary | 00:01:00 | ||
Section 09: Python Games For Beginners | |||
Introduction | 00:01:00 | ||
Guessing Game | 00:07:00 | ||
Car Game | 00:10:00 | ||
Summary | 00:01:00 | ||
Section 10: Python Functions | |||
Introduction | 00:02:00 | ||
Creating a Function | 00:03:00 | ||
Calling a Function | 00:06:00 | ||
Function with Arguments | 00:05:00 | ||
args, Arbitrary Arguments | 00:04:00 | ||
kwargs, Arbitrary Keyword Arguments | 00:06:00 | ||
Summary | 00:01:00 | ||
Section 11: Working With File Structure | |||
Introduction | 00:03:00 | ||
Reading Files | 00:10:00 | ||
Creating / Writing Files | 00:06:00 | ||
Delete Files | 00:03:00 | ||
Summary | 00:01:00 | ||
Section 12: Regular Expressions | |||
Introduction | 00:02:00 | ||
RegEx Module | 00:07:00 | ||
RegEx Functions | 00:08:00 | ||
Summary | 00:02:00 | ||
Section 13: PythonProject | |||
Introduction | 00:02:00 | ||
Project Overview | 00:03:00 | ||
ATM RealTime Project | 00:13:00 | ||
Summary | 00:01:00 |
Studyhub is a premier online learning platform which aims to help individuals worldwide to realise their educational dreams. For 5 years, we have been dedicated...