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
- Host: GitHub
- URL: https://github.com/dgapitts/learning-python
- Owner: dgapitts
- Created: 2023-03-18T15:55:28.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-18T21:35:50.000Z (almost 2 years ago)
- Last Synced: 2025-01-08T22:38:52.878Z (over 1 year ago)
- Language: Python
- Size: 48.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)