GithubHelp home page GithubHelp logo

python-fu-class's Introduction

Main repository for the Python class at FU Berlin, summer semester 2024

Dates, location and outline of the class are presented here. Starts at 14:00 and ends at 18:00 CET

Content

  • 01 - 2024/04/26

    • Introduction into computational thinking
    • Programming languages and IDEs
    • Why Python?
  • 02 - 2024/05/03

    • Python 101
  • 03 - 2024/05/10

    • Python 101 continued
    • Plotting with Python
  • 04 - 2024/05/17

    • Introduction to pandas
    • Simple data analysis using pandas
  • 05 - 2024/05/24

    • Pandas recap
    • Simple data analysis using pandas
    • Reporting using jupyterbook
  • 06 - 2024/05/31

    • Exploratory data analysis (EDA)
    • Study project - Powerplants
  • 07 - 2024/06/07

    • Study project - Powerplants (Group Session)
  • 08 - 2024/06/14

    • Object Oriented Programming (OOP)
    • (Submission deadline: 2024/06/17)
  • 09 - 2024/06/21

    • Presentations study projects
  • 10 - 2024/06/28

    • Interpolation and curve fitting
    • Inferential statistics
    • Population vs. sample statistics
    • Central Limit Theorem
    • Point and interval estimates (confidence intervals)
    • Hypothesis testing
    • Bootstrapping
    • Introduction to Machine Learning
    • Skipped:
      • Regression analysis
      • Logistic regression
      • Hyperparameter tuning
      • Polynomial Regression
  • 11 - 2024/07/05

    • Spyder IDE
    • Dashboarding with streamlit
    • Creating dynamic Maps with folium
  • 12 - 2024/07/12

    • Web scraping
    • Wordclouds
  • 13 - 2024/07/19

    • Feedback round
    • APIs (FastAPI)

In order to re-run the class materials I encourage you to use the conda package manager. Once installed, create an environment and install all required dependencies on your machine by typing

conda env create -f environment.yml

into your console (Windows users: please use the Anaconda Powershell Prompt). You activate your new environment by typing

conda activate fupy

Then you are ready to go (if you are stuck check out the conda documentation site). Alternatively, you may launch binder to get a reproducible executable environment immediately in your browser. Simply click the launch binder icon below.

Binder (Note that this link points to the master branch)


We should mention that the conda environments created during this course will take up a lot of space! Feel free to run conda env list to display all created environments and delete them if you choose using conda env remove -n env_name. Remember that you can always recreate any of the environments using conda env create -f environment.yml in any given sub- or the root-directory of this repo.

python-fu-class's People

Contributors

aleks-krasowski avatar eotp avatar jansenekowitsch avatar lsnyd avatar mar-du avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

csabapol

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.