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: about 2 months ago
JSON representation
Repo for all Python Programming projects completed within First Year.
- Host: GitHub
- URL: https://github.com/willgreen98/university-intprog-python
- Owner: WillGreen98
- License: mit
- Created: 2017-10-29T01:42:38.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-04-29T19:18:30.000Z (about 5 years ago)
- Last Synced: 2025-05-26T20:53:37.821Z (about 1 year ago)
- Topics: coursework, idea, python, python3, university, university-course, university-project
- Language: Python
- Homepage:
- Size: 2.13 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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