Skip to content
This repository was archived by the owner on Sep 22, 2024. It is now read-only.

solarillion/PythonBasics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basics of Python

These assignments aim to introduce students to Python. Follow the instructions below to get started.

Installing Requirements

We recommend having a Linux or macOS development environment for convenience. We recommend using Anaconda to manage your packages.
Install Python 3 (version >= 3.7.3 recommended), along with pip.
For the other requirements, run:

pip install -r requirements.txt

Modules

Complete each module and get your code verified before moving onto the next. Useful lookups are provided in the Lookups folder. Use StackOverflow to clear any programming doubts. If you're stuck, don't hesitate to ask a TA for help.

Good luck, and have fun!