A set of programming problems aimed at learning core Python skills including input and output from the command line, handling exceptions, dates and times using the datetime
module, writing functions and control flow in Python, string methods, reading and writing files and basic plotting using Matplotlib
.
This project / assignment consisted of a number of problems to be solved using Python. It was my first time using Python and the very first module with Python in the Higher Diploma in Computing and Data Analytics course.
The main resources I used in preparing my solutions to the assignment were as follows:
- The Python Docs / Tutorial
- The Python Docs / Standard Library
- The Coder’s Apprentice: Learning Programming with Python by Pieter Spronck which is available online.
- The Matplotlib docs / Tutorial
The project repository is available at GitHub.
An overview of my Python scripts for each of the problems is available on this website here.