https://github.com/michalspano/pajton
A *slightly chaotic* dump of Python-related stuff that has amassed over the years. [𝘗𝘢𝘫𝘵𝘰𝘯]
https://github.com/michalspano/pajton
exercises programming python python3
Last synced: 10 months ago
JSON representation
A *slightly chaotic* dump of Python-related stuff that has amassed over the years. [𝘗𝘢𝘫𝘵𝘰𝘯]
- Host: GitHub
- URL: https://github.com/michalspano/pajton
- Owner: michalspano
- License: mit
- Created: 2021-04-24T11:39:53.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-25T12:07:12.000Z (over 1 year ago)
- Last Synced: 2024-11-17T06:15:08.809Z (over 1 year ago)
- Topics: exercises, programming, python, python3
- Language: Python
- Homepage:
- Size: 45.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
*.py ~ 🐍
A personal collection of `Python` programs, scripts, and snippets (started as
early as ~2017 in high school).
> Yes, I didn't know about `git` back then. Using nested folder worked just
> fine for a 14-year-old me.
### What's inside?
- `cool-programs`: miscellaneous programs and scripts that I find interesting
through the time.
- `intro-to-python`: a collection of simple programs and scripts for beginners
focused on fundamental concepts of programming.
- `playground`: a 'sandbox' for testing new ideas and prototyping possible
solutions to problems.
## My Story With `Python`
The first time I encountered a `Python` program was approximately in 2017. I
was in my first year of high school, and `Python` happened to be the language
of instruction for the 'Computer Science' class (in Slovak, the equivalent of
*'Informatika'*). At first, I felt highly overwhelmed by the dynamic nature of
the types in `Python`, having had some experience with **statically-typed**
languages. The first modules were mostly about the `Tkinter` library. In fact,
much of this repository is based on the lab exercises from my classes. Later
on, my fascination with `Python` grew rapidly. Today, it's a tool I see as
invaluable -- a tool I can use for scripting, prototyping, and I particularly
enjoy the seamless integration with `Jupyter` notebooks. I find it applicable
to most of domains I can think of. On the flip side, I am aware of its
limitations which include performance, lack of a static type system, etc. Above
all, `Python` is also a language suitable for beginners.
### Contributing
If you have any suggestions or improvements, feel free to open an issue or a
pull request.