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.
- Host: GitHub
- URL: https://github.com/willgreen98/university-intprog-python
- Owner: WillGreen98
- License: mit
- Created: 2017-10-29T01:42:38.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-04-29T19:18:30.000Z (about 4 years ago)
- Last Synced: 2024-12-28T01:14:56.537Z (5 months ago)
- Topics: coursework, idea, python, python3, university, university-course, university-project
- Language: Python
- Homepage:
- Size: 2.13 MB
- Stars: 1
- Watchers: 2
- 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