An open API service indexing awesome lists of open source software.

https://github.com/willgreen98/university-intprog-python

Repo for all Python Programming projects completed within First Year.
https://github.com/willgreen98/university-intprog-python

coursework idea python python3 university university-course university-project

Last synced: 4 months ago
JSON representation

Repo for all Python Programming projects completed within First Year.

Awesome Lists containing this project

README

        

# University - Introduction To Programming (Python)
This is a repo for all Python programming projects
completed within my INTPROG module.

This module will contain

1. All in-classes examples
2. Practical Session Code
3. Random "Boredom(N)_TOPIC" files
4. Coursework

## Week 1

* Writing Simple Programs

## Week 2

* Computing With Data
* Computing With Numbers

## Week 3

Graphics & Objects
* Writing High-Quality Code

## Week 4

* Computing With Strings
* Using Files

## Week 5

* Defining Functions

## Week 6

* Decision Structures
* Using If Statements & For Loops

## Week 7

* Introduction To While Loops
* Booleans & Further Loops

## Week 8

* Design & Simulation

## Week 9

* Using Lists