Skip to content

Latest commit

 

History

History
63 lines (49 loc) · 881 Bytes

readme.md

File metadata and controls

63 lines (49 loc) · 881 Bytes

Learning Python

I'm creating this as a quick guide on how to get started with Python. But also, if you've lost touch, how to quickly get back.

Getting started

source


## Command line args [source](command-line-args.py)
## Working with Strings [source](working-with-strings.py) ### \.join ### \.format() ### Slicing & dicing
## Catching errors [source](command-line-args.py)

Casting

source


## Data structures [source](data-structures.py)
## Classes [source](classes.py) ### inheritence ### constructors & destructors ### properties ### static methods
## Closure
## Data classes
## Comprehensions [source](comprehensions.py)
## Sqlite
## Decorators
## Generators & coroutines
## Dunder (double underscore) methods