This repository contains Python solutions to a series of programming assignments covering core concepts, designed for interview preparation and hands-on project readiness.
ProgrammingLanguageAssignments/
├── 1_Python_Basics/
├── 2_Operators/
├── 3_Loops/
├── 4_Arrays/
├── 5_Static/
├── 6_Strings/
├── 7_Inheritance/
├── 8_AccessModifiers/
├── 9_AbstractClass/
├── 10_Packages/
├── 11_Files/
├── 12_Constructors/
├── 14_Exceptions/
├── 15_Dictionary/
-
Open the folder in Visual Studio Code:
File > Open Folder
→ SelectProgrammingLanguageAssignments
-
Run any Python file:
- Open terminal in VS Code:
Ctrl + ~
- Run using:
python folder_name/filename.py
- Open terminal in VS Code:
-
Use each script to understand basic and advanced programming concepts.
- All code is written in Python 3.
- Avoids use of predefined functions unless necessary.
- Designed to demonstrate logic clearly in interviews and real-world projects.
Sai Thushar Bommagani