- ๐ Hi, Iโm @WilliamSpanfelner
- ๐ Iโm interested in using Python with Swift in iOS environments and why it may or may not be desirable.
- ๐ฑ Iโm currently learning Python with the London App Brewery and Angela Yu's 100 Days of Code: The Complete Python Pro Bootcamp for 2022 on Udemy.
- ๐งโ๐ป This Top 10 Movie Site project showcases a list of your favourite movies. The length of the list is limited by the constraints of your computer's storage capabilty. The project uses Python, a Flask server, HTML templates, Jinja calls to the TMDB API for film data, and SQLAlchemy to present and edit the contents of the database. SQLite databases ๐ฝ allows for persistent local data storage in this virual bookshelf project where books are rated for enjoyment factor.
- ๐๏ธ Iโm looking to collaborate on application development.
- ๐ซ How to reach me...
-
Notifications
You must be signed in to change notification settings - Fork 0
WilliamSpanfelner/day-64-Top10MoviesSite
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
ย | ย | |||
ย | ย | |||
ย | ย | |||
ย | ย | |||
ย | ย | |||
ย | ย | |||
Repository files navigation
About
A beautiful website showcasing a list of top 10 films of all time. SQLite is the main technology employed in this project where CRUD operations are practiced.