Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python-Dungeon

A Python starter project to learn and practice programming concepts.

About

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.

Project Structure

  • main.py — Main Python starter file with basic examples
  • README.md — Project documentation (this file)

Getting Started

Prerequisites

  • Python 3.6 or higher

Running the Program

  1. Navigate to the project directory:
cd Python-Dungeon
  1. Run the main script:
python main.py

Running a Local Server

If you have an index.html file and want to serve it locally:

python3 -m http.server

Then open your browser and go to http://localhost:8000

Learning Resources

  • Basic Python syntax
  • Variables and data types
  • Functions and loops
  • Lists and collections

Next Steps

  1. Modify main.py to experiment with Python
  2. Create new .py files for different exercises
  3. Practice with different functions and data structures

Happy coding! 🚀

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages