Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 1021 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 1021 Bytes

Python Walkthrough

Closely following the build-up of the official Python language documentation.

Python 3.9 used.

— currently working on —

On completion, the cheatsheet will have the following three main parts.

  1. Fundamentals (data types, operations, variables, strings, control flow, functions, variable arguments, keyword arguments, lambdas, lists, list comprehensions, tuples, sets, dictionaries, looping techniques, modules, packages, string formatting, file operations, exception handling, classes, inheritance, iterators, generators)
  2. Intermediate (closure, higher-order functions, decorators, @property, RegEx, concurrent programming, parallel programming, metaprogramming, sockets, dynamic programming, advanced data structures)
  3. Extras
  4. Libraries

[This repository is under construction.]