Skip to content

samarinm/pythonCC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python Crash Course

Find here the course material for the Python Crash Course (2nd, 3rd, 9th, and 10th March 2026) 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, 27th February: Upload notebooks of first week.

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" (spring 2026).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published