Features
Premium video tutorials
Award-winning instructors
Personalized learning
Get certified
Learn at your own pace
Mobile (learn on-the-go)
Unlimited tests and quizzes
Regularly updated content
Overview
Python is one of the world's most popular, fastest-growing programming languages. It's versatile enough to build apps for data analysis all the way to building robots with Raspberry Pi.
You don't need any previous experience writing code to take this Intro to Python course online. When you’re finished you will understand the fundamentals of the object-oriented Python language, and you’ll be able to write your own basic programs.
Why learn Python?
- It’s good for your resume. Python programming is a highly marketable skill, which is in demand across many different industries including data science, web development, and fintech - just to name a few.
- It’s simple. Python’s uncomplicated syntax makes it highly readable, and relatively easy to work with.
- It’s versatile. Since Python is a general-purpose language, it can be used in almost any way you can imagine - your creativity is the limit.
- It’s accessible. You don’t need to purchase any special tools or software to use it.
This Intro to Python training for beginners will teach you the fundamentals, so that you'll be ready to jump into the world of programming with confidence.
In this Python course online you will learn how to:
- Install Python on your operating system
- Understand data types including strings, numbers, lists, tuples, variables, and dictionaries
- Use assignment operators
- Convert data types
- Use comparison operators and conditional statements like if, else, and elif
- Use membership and identity operators
- Import and create your own modules
- Write loops and loop control statements like while and for loops
- Write functions
- Open, close, rename and delete files
- Create and initialize classes, and calling attributes
- Use class inheritance for classes to interact with each other
Once enrolled, our friendly support team and tutors are here to help with any course related inquiries.
- 720p
- 540p
- 360p
- 0.50x
- 0.75x
- 1.00x
- 1.25x
- 1.50x
- 1.75x
- 2.00x
Summary
Instructor
Syllabus
Intro and Setup Free Lesson
1
Install Sublime and Git Bash Terminal
We'll start off by installing the Sublime Text editor and the Git Bash Terminal.
2
Installing Python
We'll download and install Python.
3
4
Comments and C9 Transition
Learn when and how to use comments in your code.
Python Basics Free Lesson
1
Variables
What is a variable and how can you name them?
2
Data Types
3
Strings
4
String Manipulation
5
6
Numbers
What's the difference between a floating point number and an integer?
7
Assignment Operators
8
Lists
9
Lists of Lists
10
Tuples
What is a tuple and how is it different from a list?
11
Dictionaries
What is a dictionary and how do we use them?
Intermediate Python Free Lesson
1
Data Type Conversion
2
Comparison Operators
3
4
Multiple Conditionals
What are the logical operators AND/OR/NOT and how do we use them?
5
Python Formatting
6
Membership Operators
We'll look at the membership operators "In", and "Not In".
7
Identity Operators
We'll look at the identity operators "Is", and "Is Not".
8
While Loops
Learn to loop using a While loop.
9
For Loops
Learn to loop using a For loop.
10
Loop Control Statements
11
FizzBuzz!
12
Functions Part 1
13
Functions Part 2
14
Program Flow
15
Random Numbers
How to create and use random numbers.
16
Modules
Using third party modules in your code, and creating your own.
17
Getting User Input
Allow the user to interact with your program with raw_input and input.
18
Opening and Closing Files
19
Reading and Writing Files
20
Renaming and Deleting Files
Advanced Python
1
Overview of Classes and Object Oriented Programming
What are classes and what are they used for.
2
Creating a Class Part 1
How to create a simple class.
3
Creating a Class Part 2
4
Creating A Class Part 3
Finishing up our tutorial on classes.
5
Built-In Class Attributes
What are the built-in Python class attributes?
6
Class Inheritance
Using other classes inside of your class.