Skip to content

[LEARNING] Solutions to problems from "CS50’s Introduction to Programming with Python"

Notifications You must be signed in to change notification settings

stuymedova/cs50p

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CS50P

Setup (macOS)

  1. Create and activate a virtual environment in the terminal:
python3 -m venv .venv
source .venv/bin/activate

More info in the documentation

  1. Download requirements with:
pip install -r requirements.txt
  1. Run python programs with:
python week0/indoor.py

About

[LEARNING] Solutions to problems from "CS50’s Introduction to Programming with Python"

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages