- Install Python >= 3.6
- Install PyCharm (community is enough)
- Checkout this repository to git (take url from Clone or download button)
- request push permissions (via google doc)
- directly to master branch to directory
sessions/<session>/<firstname_lastname>/ - use input files (if any) from session dir
open('../input.txt', 'r')
- you can create your own branch if you want
- please use pattern
<firstname_lastname>for you branch - consider delete your branch when you do not need it anymore
- setup your
sessions/<session>/<firstname_lastname>/requirements.txt - in root directory create new file
/requirements.txtwith content-r sessions/<session>/<firstname_lastname>/requirements.txt - root's
/requirements.txtis in .gitignore, so every student has his/her own version of requirements.txt managed by PyCharm
- open https://github.com/bestchanges/hello_python/commits/master
- choose any user's commit
- read the code
- add your comments