Skip to content

peterbarraud/learning-python

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages