This repo contains various Python projects based on Python Crash Course book (3rd edition).
The projects list:
- PyGame project "Alien Invasion" game.
- Visualize Data - examples of use different libraries such as
Matplotlib,Plotlyand so on to generate and visualize the data. - API example - using GitHunb and HackerRank APIs to query the data.
- Django project - example of building website and hosting it on
Platform.sh. Django is a high-level Python web framework that allows developers to build web applications quickly and efficiently.