mini-projects-while-learning-python
                                
                                
                                
                                    mini-projects-while-learning-python copied to clipboard
                            
                            
                            
                        This is my source code for the Mini-projects for the course An Introduction to Interactive Programming in Python in Coursera.
mini-projects-while-learning-python
Intruduction
This is my source code for the Mini-projects for the course An Introduction to Interactive Programming in Python in Coursera. It is a good course for learning how to program in Python. To find more information, please click here: https://class.coursera.org/interactivepython-004
WARNING: Hello, all my classmates! I want to remind you of the Honor code. You are welcomed to read my code, but you can't just copy it!!!
Editor
We use a unique editor(or IDE) for programming in Python for this course, which calls codeskulptor, so all my source code can only run in this environment. And it also provide a debug mode, which calls Viz mode. Remenber that there is a helpful document where we can find the descriptions of all the libraries that we'll use.
Introduction for each mini project
1. Rock-paper-scissors-lizard-Spock

2. "Guess the number" game

3. "Stopwatch: The Game"

4. "Pong"

5. Memory

6. Blackjack

7. Spaceship

8. RiceRocks (Asteroids)
