Show Menu
Cheatography

Core Python Cheat Sheet (DRAFT) by

Cheat sheet for basic python programming language for beginner.

This is a draft cheat sheet. It is a work in progress and is not finished yet.

Python Introd­uction

Python?
Guido van Rossum, 1991
Used for?
Web develo­pment, AI, ML, DL
Advantages
Platforms, English, Few lines, Interp­reter
Good to know
Python 3.12.2, Pycharm
Python syntax
new lines, indent­ation

Python Getting Started

Check python version
python --version
Run a python file
python filena­me.py
python command line
python or py
Quit python command line
exit()