Skip to content

Students can create Codespaces from this repository whenever they need to code in Python for this course

Notifications You must be signed in to change notification settings

StephenStone110/lesson-15

 
 

Repository files navigation

C2C Elite 101 Python Environment

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

Getting Started

To use this project, follow these steps:

  1. 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.
  2. 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. Screenshot
  3. Run the Starter Program

    • Open a terminal in the Codespace and run the following command:

      python main.py
    • Alternatively, open the main.py file in the editor and click the play button at the top-right corner. Screenshot

Key Features

  • Pre-configured Python Environment: Includes essential tools and extensions for Python development.

About This Repository

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.

About

Students can create Codespaces from this repository whenever they need to code in Python for this course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%