milaan9 /
92_Python_Games
This repository contains Python games that I've worked on. You'll learn how to create python games with AI. I try to focus on creating board games without GUI in Jupyter-notebook.
Loading repository data…
tabeare / repository
This repository contains some datasets about global electricity production and consumption as well as a jupyter notebook for map-based data visualization using Python Folium
This repository contains a dataset about global renewable electricity production as well as a jupyter notebook for map-based data visualization using Python Folium and the two html maps that were created using the python code in the notebook.
The maps represent the percentage of renewable electricity in total electricity production by country on a world map using a simple color scheme.
The dataset: Renewable_elec_production_percentage.xlsx
The jupyter notebook: Renewable Electricity Production by Country.ipynb
Simple map for 2017: choropleth_2017.html
Map with timeslider for 1990 - 2017: choropleth_timeslider_1990_2017.html
The notebook is written in Python 3.8. The additional packages that are required to run the notebook are the following:
From the root folder of the repository, simply execute jupyter notebook in your terminal, open the jupyter link in your browser and open the notebook that will appear in the list of files in jupyter. The notebook is self-explanatory and includes some background information on the topic of renewable electricity.
In total, I spent approximately 20 hours on this project, including the time spent on finding a topic and dataset, cleansing the data, learning about folium and geopandas library, implementing the maps and commenting the notebook and creating this repository.
Most of the time I spent on implementing the maps and troubleshooting, however, data cleansing also took me a little bit of time, because adapting the country names between the electricity dataset and the country geometries was time consuming.
The second map (with the time slider) took me much more time than the first map, which was pretty straight-forward.
The dataset comes from: https://unstats.un.org/unsd/envstats/qindicators.cshtml
For implementing the two maps, I have mainly relied on a blogpost for the first map: https://vverde.github.io/blob/interactivechoropleth.html ; and the example notebook for the TimeSliderChoropleth plugin for the second map: https://nbviewer.jupyter.org/github/python-visualization/folium/blob/master/examples/TimeSliderChoropleth.ipynb
Selected from shared topics, language and repository description—not editorial ratings.
milaan9 /
This repository contains Python games that I've worked on. You'll learn how to create python games with AI. I try to focus on creating board games without GUI in Jupyter-notebook.
janblechschmidt /
This repository contains a number of Jupyter Notebooks illustrating different approaches to solve partial differential equations by means of neural networks using TensorFlow.
integrativebioinformatics /
This repository contains scNotebooks, a collection of interactive Jupyter and Google Colab notebooks designed to teach and practice single‑cell and spatial transcriptomics. The notebooks guide learners through the complete workflow from introductory steps and single‑cell pipelines to diverse analytical approaches, and FAIR and sharing data
dipanjanS /
This repository will contain the presentation and python jupyter notebooks for the DataHack Summit 2024 conference talk, Improving Real-world Retrieval Augmented Generation Systems, focusing on the key challenges and practical solutions of how to solve them
laxmimerit /
This repository contains implementations of Retrieval-Augmented Generation (RAG) in Jupyter notebooks. It includes examples of building chatbots with and without history, processing PDFs with RAG, and using DeepSeek models for local RAG and financial document analysis.
StephanRhode /
This repository contains jupyter notebooks and python code for KIT course: Python Algorithms for Automotive Engineering