movietopia

Movie Database Project. The capstone project for Harvard's Course CS50’s Web Programming with Python and JavaScript. (by erdeno)

Movietopia Alternatives

Similar projects and alternatives to movietopia based on common topics and language

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better movietopia alternative or higher similarity.

movietopia reviews and mentions

Posts with mentions or reviews of movietopia. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-12-31.
  • Creating an autocomplete search form (probably w/ jQuery) using a comprehensive (huge) movie title list (Django project) from IMDBPy
    2 projects | /r/learnpython | 31 Dec 2021
    I am in the early stages of retrieving IMDB data via the Python package IMDBPy (their site) (project github). I have been referring to this nice IMDBpy implementation for help with aspects of what I'm doing here. Several of the queries that I'm using generate datasets that come in "nested dictionary" form, e.g. 'movie_1':{'title':'One Flew Over the Cuckoo's Nest', 'director': 'Milos Forman'...}. My early version of the title retrieval takes this form in VIEWS.PY: def index(request): imdb = IMDb() test_movies = {} for i in range(1100000, 1100015): test_movies[f'movie_{i}'] = imdb.get_movie(f'{i}') context = { 'test_movies':test_movies, } return render(request, 'index.html', context)

Stats

Basic movietopia repo stats
1
1
3.2
almost 3 years ago

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com