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

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. [𝘗𝘢𝘫𝘵𝘰𝘯]

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.