/py-practice

Getting started with python and some extra practices :snake: :sparkles:

Primary LanguagePython

Python Best Practice 🐍 💪

simple python syntax walkthrough 🕵️‍♂️

NOTE: Im using Python 3.7.1 (latest version) if you want to download and install python please go to Python's Official Website

Map

this walkthrough includes:

  • introducing python (start here 🏳️)
  • variables and data types
  • strings
  • numbers and math operations
  • lists and tuples
  • conditions and loops (and logical operations)
  • functions
  • classes
  • modules

Run

py strings.py

Source

I used LearnPython.org to write these tutorials, I strongly recommend you to do the same