Hello, welcome to the workspace of AKSHAT SINGH KUSHWAHA, Admission Number 115046.
This workspace contains two main projects:
The Grade Program is a Python application located in the gradeprogram
directory. It's designed to help students track their grades and understand their academic performance.
- Main application: main.py
- Unit tests: main.test.py
- Documentation: README.md
To run the Grade Program, navigate to the gradeprogram
directory and run main.py
.
The Pattern Problems project is also a Python application and it's located in the patternproblems
directory. This application prints various patterns to the console based on user input.
- Main application: patterns.py
- Documentation: README.md
To run the Pattern Problems project, navigate to the patternproblems
directory and run patterns.py
.
The workspace also includes a .vscode
directory which contains settings for the Visual Studio Code editor. These settings help to ensure consistent code style and formatting across the projects.
- VS Code settings: .vscode/settings.json
Thank you for visiting my workspace. Enjoy exploring the projects!