This project provides a Python development environment pre-configured for use with GitHub Codespaces. Students can create Codespaces from this repository whenever they need to code in Python for this course
To use this project, follow these steps:
-
Fork this Repository
- Click the "Fork" button in the top-right corner of the GitHub page to create a copy of this repository in your account.
-
Create a Codespace
- Navigate to the forked repository.
- Click the green "Code" button.
- Select the "Codespaces" tab in the popup.
- Click the
+
button to create a new Codespace. - For more information, see Opening a Codespace.
-
Run the Starter Program
- Pre-configured Python Environment: Includes essential tools and extensions for Python development.
This project is intended to serve as a starting point for Python development throughout the course.
For more details about using Codespaces and devcontainers, refer to GitHub Codespaces Documentation.