Theo Alves Da Costa

Results 5 issues of Theo Alves Da Costa

By default PyGame is not supported, you can trick Colab into thinking there is a video device for simulation purposes. See here https://colab.research.google.com/drive/1xtiBrGeRHmXY3KSOixkZBf_rJIgBImJu?usp=sharing You simply need to add ```python os.environ["SDL_VIDEODRIVER"]...

Something like : ```python pathfinding1 = NaivePathfinding() pathfinding2 = AStarPathfinding() agent.set_pathfinding_engine(pathfinding1) agent.move_towards(target) ```

https://blog.jupyter.org/ipycanvas-a-python-canvas-for-jupyter-bbb51e4777f7

**Objectif** Avoir un script python pour extraire les films qui sortent chaque semaine d'Allociné -> exemple https://www.allocine.fr/film/fichefilm_gen_cfilm=279115.html Cela sera utile pour faire une analyse chaque semaine des sorties de la...

enhancement
good first issue

**Etapes** - Extraire toutes les sorties ciné (depuis Allociné) - Connecter à TMDB pour avoir les métadata - Faire tourner les scripts BechdelAI pour obtenir les indicateurs - Publier sur...

enhancement