This is my first project using object-oriented Python, that I've made during Udacity Full Stack Web Development Nanodegree. In this project I've used "webbrowser, os, re" libraries.
- Install Python https://www.python.org/
- Download or clone the repo: https://github.com/ilyarmnzhdn/movietrailer.git
- Open entertainment_center.py file in IDLE (pyCharm etc.).
- For Windows users press "f5" if you are using OS X press "fn + f5"
During this home I've establish a foundation in core programming concepts using Python and understand the role a simple web server has in receiving a request, executing a block of code and generating a response.
p.s. I wrote this project using Python 2.7