Skip to content

ramintheredmn/python-2025

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Workshop

First session

Step 1

Install python from Python.org, Check the checkbox to add python to PATH.

Step 2

Open powershell or terminal and type python --version to verify that python is installed.

Step 3

Create a virtual envoriment with python -m venv venv and activate it with venv\Scripts\activate

If an Execution Policy is set, run the following command: Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy RemoteSigned

Try the pervious command again

Step 4

Install Jupyter with the command pip install jupyter.

Step 5

Run jupyter-lab

Second session

Just activate the virtual env (step 2)

recorded video

Link

About

files related to the 2025 arums python workdshop

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors