Learn Python
- Python basic
- Introduction to File Handling
- Basics of List Comprehension
- Introduction to Matplotlib
- Classes and Objects
- Introduction to Functions
- Python Numbers
- Creating Basic Plots
- Opening and closing files
- Function parameters and arguments
- Advanced Techniques
- Attributes and Methods
- Python Strings
- Scope and lifetime of variables
- Advanced Plotting
- Reading from files
- Performance and Limitations
- Encapsulation
- Python List
- Specialized Plots
- Writing to files
- Return statement and output
- Inheritance
- Python Tuple
- Advanced Customization
- Working with different file formats
- Lambda Functions
- Polymorphism
- Practical Applications
- Higher-Order Functions
Chapter 8: Flow control
Lets your program make choices and repeat actions based on conditions.
Introduction to Flow Control
2 min read
Conditional statements
3 min read
The While loop
2 min read
The For loop
3 min read
Break and continue
2 min read
Looping through a String
3 min read
Looping through a List
4 min read
Common mistakes to avoid when working with lists
2 min read
Looping through Dictionaries
2 min read