Note: This repository is in active development. Corresponding documentation hopefully coming soon. Thank you reader.
Structure of Programming Language
This repository covers specifics of writing programs in Python, this includes learning different coding conventions, program structures, and application execution. It also covers some basics of data manipulation, as well as reading and writing different types of data files.
Goals:
-
Understand the fundamental principles and technical concepts and practices of a structured programming language using Python.
-
Apply fundamental principles of Python in creating possible solutions for computing problems.