Thanks to visit codestin.com
Credit goes to github.com

Skip to content

samarinm/pythonCC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Crash Course

Find here the course material for the Python Crash Course (22nd, 23rd, 29th, and 30th September 2025) offered in the Transferable Skills programme (course description) of the University of Basel.

Do you want to immediately dive into the course material? Check out Renku lab and click "Launch" to run the notebooks without any installation!

Description of Image

Updates

  • Friday, 19 September: Upload notebooks of first week.
  • Monday, 22 September: Update course material after first course day.
  • Tuesday, 23 September: Update course material after second course day.
  • Friday, 26 September: Upload notebooks of second week.
  • Monday, 29 September: Update course material after third course day.
  • Tuesday, 30 September: Upload of all course material after final course day.

Set up Python

In order to set up Python on your own machine, I recommend using Anaconda. Follow the steps outlined in my YouTube instruction video to install Python and getting started with the Jupyter notebooks.

If you are more advanced and/or Anaconda is already set up on your machine, open up a terminal and create a new environment with the necessary libraries through

conda env create -f environment.yml

activate the environment via

conda activate pythonCC

and start Jupyter lab with

jupyter lab

About

Course material for the "Python Crash Course" (autumn 2025).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published