esau-morais / init.py

🐍 Python theory and exercises for beginners

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python

How to start learn Python?

  • All about Python theory and exercices

    • Strings
    • One-line inputs
    • F-string
    • Arithmetic Operators
    • Lists
    • Two dimensional Lists
    • Tuples
    • Loops/Infinite Loops
    • For
    • While/Break
    • Conditions
    • If/Else
    • Functions
    • Matrix
    • Walrus (Python3.8 new operator)
  • Python Automation

    • GitHub Automation
    • Instagram Automation
  • Python modules

    • Matplotlib
    • Tkinter
    • Turtle

For more projects and informations about Python, read this book

How to train with this repository?

You can clone this repository and try to code in Python now!!

  • Clone

git clone https://github.com/esau-morais/Python-Codes.git

  • Install packages

pip install -r requirements.txt

  • And practice more!

You can try my own exercices or some websites like:

About

🐍 Python theory and exercises for beginners


Languages

Language:Python 100.0%