Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jackcrosbystack/learn-python
This repo is how I learn python. I made this for myself and wanted to upload it here for anyone to also use to learn. I provide definitions, more elaboration on how certain things work (and will probably update explanations),
https://github.com/jackcrosbystack/learn-python
jupyter-notebook python python3
Last synced: 19 days ago
JSON representation
This repo is how I learn python. I made this for myself and wanted to upload it here for anyone to also use to learn. I provide definitions, more elaboration on how certain things work (and will probably update explanations),
- Host: GitHub
- URL: https://github.com/jackcrosbystack/learn-python
- Owner: jackcrosbystack
- Created: 2024-09-13T18:06:28.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-16T01:32:24.000Z (2 months ago)
- Last Synced: 2024-10-16T19:56:46.815Z (about 1 month ago)
- Topics: jupyter-notebook, python, python3
- Language: Jupyter Notebook
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# learn-python
~This repo is how I learn python. I made this for myself and wanted to upload it here for anyone to also use to learn and that likes to have more elaborate explanations like myself. I provide definitions, more elaboration on how certain things work (and will probably update explanations since this I made this for myself) and any other things that drive me crazy if I don't know it fully.~I basically made this since I am going into my Masters in AI for the spring and will encounter a lot of python and also just want to start providing my learning journy to github since I think it will help me and also help others.
~I am open to criticism anything here, but keep in mind that I am not even close to being a good python programmer, this is strictly for me and I just uploaded it to keep track of it.
~I find python at face value to be simple but also insanely complicated. There are so many built in functions to know and certain rules and aspects within those functions that are easily forgettable, ergo whenever I inevitably do forget something, this is where I will come back to since only my past self can explain it better to me (if I have encountered it before and have understood it in the past).