ipython /
ipython
Official repository for IPython itself. Other repos in the IPython organization contain things like the website, documentation builds, etc.
Loading repository data…
florianjehn / repository
Repo for the Jupyter notebooks for a programming course at the Justus-Liebig-University Giessen
Repo for the Jupyter notebooks and code for a programming course at the Justus-Liebig-University Giessen. This course is meant to get students from not knowing how to program at all, to being able to use the pandas library to work with data and make good figures with matplotlib. I try to get the topics across in a universal way, so the skills taught are not restricted to environmental science. The title is meant to refer that this course covers things, that are useful when working in environmental science and is less about environmental science itself.
The intended way to teach this course is the following:
This is a reversed classroom course, which means that the students are meant to take a look at the notebook on the day before class, watch all the videos and at least read the practice questions. In the classroom the students and teacher discuss the practice questions and then the students do the exercises on their own, but can ask the teacher at any time to help them out. This way enables the students to get the most knowledge out of their teachers and also allows students to even do this course with no teacher at all (though it is probably quite helpful to have one).
If you want to contribute, I'd be happy to hear from you. The easiest way is to simply send me a pull request. If any questions arise, please contact me.
If you do not have a Python distribution on your computer already, I can recommend Anaconda, but the course is also possible with other ones if you prefer so.
This course is based on Jupyter Notebooks; if you do not know how to use them, take a look here.
Selected from shared topics, language and repository description—not editorial ratings.
ipython /
Official repository for IPython itself. Other repos in the IPython organization contain things like the website, documentation builds, etc.
ChristianFJung /
:thought_balloon: This is the accompanying repo for my article on converting a Jupyter Notebook to a streamlit web app.
pratha19 /
This repo contains files and jupyter notebooks for the project- Predicting energy consumption of the entire region in southern CA served by the SDGE (San Diego Gas and electric) utility based on the past 5 years of hourly energy consumption data.
eliaswalyba /
Graph tool is a very powerful tool for working with Graphs in C++ or Python. In this repo I exported the Quick start tutorial in their documentation as Jupyter Notebook and markdown to allow more interaction with the code.
veronikakurth /
This sample shows how to create a Jupyter Notebook with the interactive pivot table and pivot charts components. This approach can be used for data analysis and data visualization purposes.
IGITUGraz /
This repo contains an example jupyter-notebook for the CML algorithm on all different kinds of the abstract random graph tasks.