This is the study group for core python.
To join the study group, you must be able to meet the basic requirements specified at the main repo for In Code Learning Organization.
Weekly Google hangout video conference time: Sunday 7am PST.
- Every Tuesday 9am PST: please update your weekly meeting agenda or study plan focusing on one small topic which your 50 lines of code will cover.
- Every Friday 9am PST: GitHub commit(s) and pull request with at least 50 lines of python code or comments.
- Every Sunday 7am PST: Before the video conference, please study all team members PR and prepare for questions at the meeting.
You must be able to strictly follow these deadlines to continuously participate in this team for the meeting opportunities and video recording resources. If there is any unexpected schedule change, you should notify the team 24 hours before the event. In long term (2-3 months) you must be able to maintain at least an 80% attendance record to stay on the team.
- Cannot repeat committed code in
dev
branch. - Must be more than 50 lines weekly, comments count.
- If your comments contain languages other than English, you must translate those into English and you are welcome to keep both languages in your comments.
- Must be bug free, no
Traceback
errors. - Must follow PEP 8 guidelines, see Resource for links to PEP 8 guidelines and checker resource.