Skip to content

Individual session resources for each Learn to Code session

License

Notifications You must be signed in to change notification settings

IliaMManolov/learntocode

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learn to Code

Each year Oxford University CompSoc runs an introductory programming course in Python. This repositories contains all of the code samples used in the 2018 course.

To run these code samples you will need Python 3. For the sessions we recommend using IDLE, a piece of software which comes pre-installed with Python. Alternatively you can run the samples in a terminal via python3 filename.py.

If you can't get Python installed on your computer, we recommend using this online environment instead.

Each folder contains some notes on what we did during the session, exercises, and their solutions.

Table of Contents

Session Week Notes Slides Video
Session 0: Installing Python N/A Notes N/A N/A
Session 1: Python syntax, variables, if statements, for loops 2 Notes Slides Video
Session 2: While loops, functions, recursion 3 Notes Slides Video
Session 3: Lists 4 Notes Slides Video
Session 4: Lists (cont.) and Dictionaries 5 Notes Slides Video
Session 5: Dictionaries, stacks, and where to go next 6 Notes Slides Video

About

Individual session resources for each Learn to Code session

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%