An open API service indexing awesome lists of open source software.

https://github.com/dgapitts/learning-python

brilliant-Programming-with-Python
https://github.com/dgapitts/learning-python

Last synced: over 1 year ago
JSON representation

brilliant-Programming-with-Python

Awesome Lists containing this project

README

          

# learning-python

Expanding repo to generic learning-python scripts
* initial include the python 30-day
* will eventually link in useful and interesting scripts from other personal repos

# brilliant.org Programming-with-Python

Intro:
I'm starting this beginner course as
* I'm new to the brilliant.org platform and mobile app i.e. quite a lot of cognitive load learning a new platform (although it does seem prietty intuitive and attractive so far)
* It's always good to practise the basics from time to time
* There always going to be gaps e.g. the double-slash floordiv operator (//) for i.e. as per [notes here](docs/001_floordiv.md)

# Moore Advanced Python
* Examples of [args](code/python-avanzado-002-args-params.py) vs [kargs](code/python-avanzado-003-kargs-params.py)

Next steps
* [002_collatz_challenge](docs/002_collatz_challenge.md)