Description
This course serves as a stepping stone toward becoming a Python guru. The course begins with Python's fundamental concepts, such as keywords and data types, before moving on to more advanced concepts such as classes and functions. Later in this course, you'll work through 50 code puzzles that will teach you various Python 3 concepts.
Syllabus :
1. Introduction
- Who Should Take This Course?
- Practice Testing
- Puzzle Based Learning
- The Elo Rating for Python
2. A Quick Overview of the Python Language
- Keywords
- Basic Data Types
- Complex Data Types
- Classes in Python
- Functions and Tricks
3. Fifty Code Puzzles