https://github.com/nicolasgasco/codingnomads_labs
https://github.com/nicolasgasco/codingnomads_labs
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nicolasgasco/codingnomads_labs
- Owner: nicolasgasco
- Created: 2020-10-20T12:26:04.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-13T16:39:07.000Z (almost 5 years ago)
- Last Synced: 2025-01-15T01:44:24.423Z (9 months ago)
- Language: Python
- Size: 6.18 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python Programming
Here you/I can find the labs for our CodingNomads online Python Programming course.
---
## Push me to your GitHub
You should see this document after you have downloaded the sample code.
This folder contains **your own copy** of all the labs and that we will be working with.Start completing the exercises locally on your computer. After you've
learned about Git and GitHub, add a new remote to the folder that points
to a fresh GitHub repository on your own GitHub account.Push your work there, and inform the course instructors by sending a
link on our communication platform.### Contributing
There is always room for improvement for our material, and as a budding
software developer, learning to contribute to a project is a great first
step e.g. to get into open-source. Therefore remember:**We appreciate `pull` requests!**
If you don't yet know what that means, no worries! Either come back later,
or read the links below. Basically, it's easy:If you **find a typo**, or a **mistake in the code** - or you **want to add an
exercise of your own for other students to learn from** - you can suggest
these improvements to the original repository.Check out how to [create a branch](https://help.github.com/articles/creating-and-deleting-branches-within-your-repository/) and how to [create a pull request](https://help.github.com/articles/about-pull-requests/).
Keep learning! :)