Complete-Python-Bootcamp
Python is a general-purpose, versatile, and powerful programming language. It’s a great first language because Python code is concise and easy to read. Whatever...
Python is a general-purpose, versatile, and powerful programming language. It’s a great first language because Python code is concise and easy to read. Whatever...
Syllabus
14 lessons • 13 projects • 13 quizzes
Expand all sections
1
Hello World
Get started with Python syntax in this lesson and then create a point of sale system for a furniture store!
2
Control Flow
Learn how to build control flow into your python code by including if, else, and elif statements. Expect to learn all you need to know about boolean variables and logical operators.
3
Lists
Learn about lists, a data structure in Python used to store ordered groups of data.
4
Loops
Loops are structures that let you repeat Python code over and over. Learn how to read loops and write them to solve your own problems.
5
Functions
Learn about code reuse with Python functions. Apply that knowledge to create functions for famous physics formulas.
6
Python: Code Challenges (Optional)
Optional code challenge to test your Python knowledge!
7
Strings
Learn all about the Python string object. Figure out how to automatically create, rearrange, reassign, disassemble, and reassemble blocks of text!
8
Modules
Learn how modules work in the Python programming language.
9
Dictionaries
Learn all about the Python dictionary structure and how to create and use key-value pairs in your code.
10
Files
Learn how to work with files in an automated way! Investigate the properties of text, CSV, and JSON files by reading and writing to them!
11
Classes
Learn about the differences between data types in Python and how to create your own classes, objects, and interfaces.
12
Python: Code Challenges II (Optional)
Optional code challenge to test your Python knowledge!
13
Next Steps
You’ve completed the Learn Python 3 course! What’s next?
Certificate of completion available with Plus or Pro
FAQ area empty