https://github.com/hurricaneinteractive/python-journey
A repository to store my process while learning Python
https://github.com/hurricaneinteractive/python-journey
basics challenges helpers overview python3
Last synced: 11 months ago
JSON representation
A repository to store my process while learning Python
- Host: GitHub
- URL: https://github.com/hurricaneinteractive/python-journey
- Owner: HurricaneInteractive
- Created: 2017-11-05T11:52:26.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-30T10:30:40.000Z (over 8 years ago)
- Last Synced: 2025-02-26T20:18:31.477Z (over 1 year ago)
- Topics: basics, challenges, helpers, overview, python3
- Language: Python
- Homepage:
- Size: 1.22 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python-Journey
I will be starting my journey into the world of Python. This repository will host all of the code and challenges that I will be doing over the next few months/years. Hopefully by the end this repo will be a mini documentation for the python language and various packages.
So far the repo contains code for the basics of the language as well as demo projects using Matplotlib, Web.py and Flask.
## Repo Structure
- __Python-Journey__
- README.md
- __basics__
- __import_classes__
- __ init __.py
- npc.py
- builtin-functions.py
- calculator.py
- classes_objects.py
- types.py
- conditionals_loops.py
- functions.py
- semester_grade.py
- __intro__
- hello_world.py