- In this course, you'll learn
- The fundamentals of the Python programming language : 1 hr
- Store data using Python data types and variables : 1 hr
- Use complex data structures like lists, sets, dictionaries, and tuples to store collections of related data : 2 hr
- Use conditionals and loops to control the flow of code : 3 hr
- Define and document your own custom functions, write scripts, and handle errors : 3 hr
- How to find and use modules in the Python Standard Library and other third-party libraries : 2 hr
This course is ideal for those who are new to Python, but have some experience programming in another language.
Beginner
In this course, you'll learn
- args AND kwargs
- class objects
- eval function
- generator expressions
- generator functions
- itertools Permutations
- Lambda Functions
- List Comprehension
- Modules
- Profiles
- Recursion
- re Search
- string Format Function
- string Translate Function
- Try Except Blocks
- Writing Tests
Intermediate