Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 633 Bytes

File metadata and controls

7 lines (6 loc) · 633 Bytes

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, Plotly and 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.