This repository is a colletion of concepts that I made while reading Think Python: How to Think Like a Computer Scientist .
I'll be updating this repo very frequently and I'll try to make comments on my apps as a good practice training.
Feel free to download, test and change the code you see here.
I'd appreciate if you'd open an Issue to request some changes or give me some new ideas.
GUI Concept - A GUI application using the TKInter library.
Console Calculator - A simple calculator application made with python.
Chapter1 Concepts - Concepts I tried to replicate while I was reading the book "Think Python - Chapter 1"