Skip to content

Latest commit

 

History

History
56 lines (30 loc) · 2.27 KB

README.md

File metadata and controls

56 lines (30 loc) · 2.27 KB

Student Workspace

Hello, welcome to the workspace of AKSHAT SINGH KUSHWAHA, Admission Number 115046.

This workspace contains four main projects:

1. Grade Program

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.

To run the Grade Program, navigate to the gradeprogram directory and run main.py.

2. Pattern Problems

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.

To run the Pattern Problems project, navigate to the patternproblems directory and run patterns.py.

3. Strings

The Strings project is a Jupyter Notebook located in the strings.ipynb file. It covers various operations and methods that can be performed on strings in Python.

4. Tuples

The Tuples project is a Jupyter Notebook located in the tuples.ipynb file. It covers various operations and methods that can be performed on tuples in Python.

5. Miscellaneous Python

The Miscellaneous Python project is a Jupyter Notebook located in the misc.ipynb file. It covers various miscellaneous Python tasks and concepts.

6. Lists

The Lists project is a Jupyter Notebook located in the lists.ipynb file. It covers various operations and methods that can be performed on lists in Python.

VS Code Settings

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.

Thank you for visiting my workspace. Enjoy exploring the projects!