Skip to content

Code2College-Content/SDE2-python-env-starter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C2C SDE 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.
  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.

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

 
 
 

Contributors

Languages

  • Python 100.0%