https://github.com/orkohunter/koss-python-classes
Introduction to Programming with Python (and basic Open Source Software Development principles)
https://github.com/orkohunter/koss-python-classes
Last synced: about 1 month ago
JSON representation
Introduction to Programming with Python (and basic Open Source Software Development principles)
- Host: GitHub
- URL: https://github.com/orkohunter/koss-python-classes
- Owner: OrkoHunter
- Created: 2017-05-23T07:57:39.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-23T11:37:51.000Z (about 8 years ago)
- Last Synced: 2025-02-25T22:11:15.136Z (3 months ago)
- Language: Jupyter Notebook
- Size: 6.84 KB
- Stars: 9
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# KOSS Python classes
Introduction to Programming with Python (and basic Open Source Software Development principles)Installation and Environment setup
----------------------------------It is highly recommended for beginners to install Anaconda. If you don't want to use it, please have `jupyter notebook` installed (Python 3).
- Download and Install Anaconda (Installation page : https://www.continuum.io/downloads)
- Windows : https://repo.continuum.io/archive/Anaconda3-4.3.1-Windows-x86_64.exe
- Linux (Ubuntu) : https://repo.continuum.io/archive/Anaconda3-4.3.1-Linux-x86_64.sh
- Run this script using `bash`. See the [installation page](https://www.continuum.io/downloads)
- macOS: https://repo.continuum.io/archive/Anaconda3-4.3.1-MacOSX-x86_64.pkgIf you do not have notebook or python setup in your compute
1. Go to https://notebooks.azure.com
1. Sign in, create a library
2. Create a new notebook in the library
3. In language, choose Python 3.6
4. Start the notebook!Target students
---------------
The initial classes are aimed for beginners, people who do not have any programming experience as well as people who have basic knowledge of C/C++. If you already have tried Python before, the first few classes are not good for you (But you can come and help tutor :) !)