Table of Contents

  1. Project Intro
  2. Project Detail
    1. 2D_airplane_adventure_game
    2. Alien_invasion
    3. Web_scraper_api
    4. Data_visualization

Project Intro

📚 This project inlcudes some ideas from the books I read:

1. Learning Python 5th Edition, by Mark Lutz

2. Python Crash Course: A Hands-On, Project-Based Introduction to Programming, by Eric Matthes


🍹 Project Detail

1. 2D_airplane_adventure_game

📺 Screenshots for 2D_airplane_adventure_game

image

image


2. Alien_invasion

📺 Screenshots for Alien_invasion

⚔ Let's play

screenshot

1

2


3. Web_scraper_api

There are two python files

  1. hn_submissions.py returns blog post titles, links and comments numbers from HackNews
  2. python_repos.py returns the most popular GitHub repositories numbers

📺 Screenshots for Web_scraper_api

  1. hn_submissions.py:

hn_submissions

  1. python_repos.py:

python_repo


4. Data_visualization

This porject is my playground for the plotly and pandas module with Python