This repository contains a collection of Python scripts created during my studies at the university. The scripts were developed as part of coursework (CSC 201: Computer Programming - Python) and self-development exercises to enhance my understanding of Python programming and problem-solving techniques. Created and completed between Mon, 1st Mar 2021 and Thu, 4th Mar 2021.
The repository includes the following scripts, covering a wide range of Python topics:
Branching Structure in Python (Selection & Looping).py: Demonstrates control flow structures such as conditional statements and loops.Data Types in Python.py: Explores Python's built-in data types and their applications.Intro to GUI Dev.py: An introduction to creating graphical user interfaces (GUIs) in Python.Making Program Interactive.py: Focuses on interactive programming, including user input and output.What is Python.py: A script discussing the basics of Python, its features, and benefits.CSC_201_Asg.py: An assignment file related for the CSC 201 (Computer Programming - Python) coursework.Files.py: Demonstrates file handling operations like reading and writing files in Python.List.py: Explores list data structures and their operations.Orange.txt: An accompanying text file for a specific script.Python_Bitwise_Operation.py: Covers bitwise operations and their use in Python programming.Strings.py: Focuses on string manipulation and related functions.Test Field.py: Appears to be a test or practice file for experimenting with Python code.Tuples.py: Discusses tuple data structures and their properties.Week 5 Asg.py: Another coursework-related assignment script.
Additionally, the repository contains a venv folder, representing a Python virtual environment, and an .idea folder. The PyCharm IDE was used during development.
- The scripts reflect foundational and intermediate-level Python programming concepts learned during coursework.
- They cover practical use cases like file handling, data structures, interactive programming, and more.
Here's a screenshots of the project folder properties:
- This repository serves as an archive of my early programming efforts and progress in Python.
This repository is shared without any specific license, as it primarily serves as an educational archive.
