A Python starter project to learn and practice programming concepts.
This project contains basic Python examples and exercises to help you get started with Python programming. It includes fundamental concepts like variables, loops, functions, and data structures.
main.py— Main Python starter file with basic examplesREADME.md— Project documentation (this file)
- Python 3.6 or higher
- Navigate to the project directory:
cd Python-Dungeon- Run the main script:
python main.pyIf you have an index.html file and want to serve it locally:
python3 -m http.serverThen open your browser and go to http://localhost:8000
- Basic Python syntax
- Variables and data types
- Functions and loops
- Lists and collections
- Modify
main.pyto experiment with Python - Create new
.pyfiles for different exercises - Practice with different functions and data structures
Happy coding! 🚀