bde5929f22 | ||
---|---|---|
.devcontainer | ||
.vscode | ||
01-sort | ||
02-reverse | ||
03-fibonacci | ||
CODE_OF_CONDUCT.md | ||
LICENSE | ||
README.md | ||
SECURITY.md |
README.md
CS 101: Intro to Python
Pre-requisites: Please make sure you are running Python 3.8.x for this class.
Course Objectives
- To understand the basic concepts of computer programming in a high-level language.
- To understand and become familiar with a number of simple data structures.
- To be able to test and debug programs.
Dev Containers in Education
A sample project demonstrating the use of development containers in education. This project includes a preconfigured Python dev container and two sample Python programming assignments.
For more information about developing in remote containers in Visual Studio Code, check out the remote documentation.
Contributing
This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.
When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.
This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.