Python Cheatsheet - Click Here to Start!

This Repository includes the code and MORE exercises on each section of the entire course

What you will learn?

  • Basics:
    • Variables
    • Useful built-in Functions
    • Variables Types & Conversions
    • String Methods
    • Math Operations
    • Working with External Libraries
    • Expressions
  • Logic:
    • Program Conditioning (If/Else/Else If)
    • Lists
    • List Methods and Indexing
    • Dictionaries and its methods
    • Range built-in Function
    • For Loops
    • Debugging your programs
    • While Loops and While True
    • What are Iterables and Non Iterables
    • Functions
    • Function Parameters, Default Parameters
    • Return Statement
  • Object Oriented Programming:
    • Classes and Instances
    • Instance Attributes
    • Constructor, init method
    • Why always self
    • Class Attributes

What you could continue learning after completing this course?

  • Learn more about OOP concepts
  • Web Scraping with Python
  • Machine Learning
  • Web Development with Flask
  • Web Development with Django
  • Graphical User Interface development with Tkinter / PyQT5
  • Developing Games with pygame
  • Develop advanced Console applications with argparse
  • This list probably has thousands of options, let`s stop here