An open API service indexing awesome lists of open source software.

https://github.com/jackokeeffe/programming-club

Programming Club Activity Solutions (updated every Tuesday).
https://github.com/jackokeeffe/programming-club

club coding-club learn-to-code practice practice-project programming programming-club project python

Last synced: about 1 year ago
JSON representation

Programming Club Activity Solutions (updated every Tuesday).

Awesome Lists containing this project

README

          

## Programming Club
Python Club Activity Solutions (updated every Tuesday).


### Installation
```
git clone https://github.com/jackokeeffe/programming-club.git

cd programming-club

python foldername/filename.py
```
### Test Online:

**Year Two:**
- [10/05/21: Hangman](https://replit.com/@jackokeeffe/Hangman-Preview#example.py)
- [10/12/21: Number Games](https://replit.com/@jackokeeffe/number-games-Preview#main.py)
- [10/19/21: Password Generator](https://replit.com/@jackokeeffe/password-generator-Preview#main.py)
- [10/26/21: Password Security](https://replit.com/@jackokeeffe/password-security-Preview#main.py)
- [11/2/21: Mini Activities](https://replit.com/@jackokeeffe/mini-activities-Preview#main.py)
- [11/9/21: Search Algorithms](https://replit.com/@jackokeeffe/search-algorithms-Preview#main.py)
- [11/16/21: Code Errors](https://replit.com/@jackokeeffe/code-errors-preview#main.py)
- [11/23/21: Partner Problems](https://replit.com/@jackokeeffe/partner-problems-Preview#main.py)
- 11/30/21: Delayed
- 12/7/21: Advent Calendar (including API)*
- 12/14/21: Teacher-Ran
- [01/11/22: API Basics](https://replit.com/@jackokeeffe/api-basics#main.py)
- 01/18/22: Delayed (Snowday)
- 01/25/22: Teacher-Ran
- [02/01/22: POST Requests (API)](https://replit.com/@jackokeeffe/post-requests#solutions/postAPI.py)
- 02/15/22: Delayed

**Year One:**
- [01/19/21: Hangman](https://repl.it/talk/share/011921-Hangman/123449)
- [01/26/21: Circumference Calculator](https://repl.it/talk/share/012621-Circumference-Calculator/123452)
- [02/02/21: Password Generator](https://repl.it/talk/share/020221-Password-Generator/123453)
- [02/09/21: Number Guessing Game](https://repl.it/@jackokeeffe/Club-Code-020921#main.py)
- [02/16/21: Mini Activities](https://repl.it/talk/share/21621-Mini-Activities/123456)
- [02/23/21: Search Algorithms](https://repl.it/@jackokeeffe/Club-Code-022321#main.py)
- [03/02/21: Editing Files](https://repl.it/@jackokeeffe/020321-Edit-File#main.py)
- [03/09/21: Password Checker](https://replit.com/@jackokeeffe/Password-Check#main.py)
- [03/16/21: Acronym Plus](https://replit.com/@jackokeeffe/Club-Code-031621#acronym.py)
- [03/23/21: Project Inspiration](https://replit.com/@jackokeeffe/Club-Code-Project-Inspiration#README.md)
- 03/30/31: Delayed
- [04/06/21: Tkinter Basics](https://replit.com/@jackokeeffe/040621-Tkinter-Basics?v=1)
- 04/13/21: April Break
- [04/20/21: Tkinter Basics (Review)](https://replit.com/@jackokeeffe/040621-Tkinter-Basics?v=1)
- [04/27/21: Advanced Tkinter](https://replit.com/@jackokeeffe/Advanced-Tkinter#advanced.py)
- [05/04/21: External Libraries (yfinance)](https://replit.com/@jackokeeffe/External-Libraries#challenge.py)
- [05/11/21: More External Libraries (IMDbPy)](https://replit.com/@jackokeeffe/more-external-libraries#movies.py)
- [05/18/21: Library Review](https://replit.com/@jackokeeffe/library-review#movie_ratings.py)
- 05/25/21: Delayed (Exams)
- 06/01/21: Delayed (Exams)
- [06/08/21: Bad Code](https://replit.com/@jackokeeffe/badcode#README.md)

### Guides:
- [Tkinter Guide](https://github.com/jackokeeffe/programming-club/blob/master/year-one/guides/tkinter-guide.md)

### Resources:
- [Github Basics](https://guides.github.com/activities/hello-world/)
- [Markdown Basics](https://www.markdownguide.org/cheat-sheet/)
- [Github Student Developer Pack](https://education.github.com/pack)

### Built With:
- Made using Python.
- Created using [PyCharm](https://www.jetbrains.com/pycharm/) and [Repl.it](https://repl.it/~).

### Author:
- Author: Jack O'Keeffe
- [Repl.it Profile](https://repl.it/@jackokeeffe)