Please enable JavaScript.
Coggle requires JavaScript to display documents.
Python Learning Activities / Projects - Coggle Diagram
Python Learning
Activities / Projects
Ways to run Python code
replit.com
locally from the
command prompt
/ shell / terminal / console window
Python REPL
type "py" in the command prompt to open
type "quit()" or "exit()" to close the Python REPL
just running a Python script
check for Python version by typing "python --version"
Projects
rock paper scissors
https://replit.com/@avidrucker/FewHollowCell#main.py
coding with emoji
https://www.makeuseof.com/how-to-include-emojis-in-your-python-code/
https://pythonawesome.com/write-python-code-using-emojis/
typewriter effect
Avi's demo in replit.com
https://replit.com/@avidrucker/ImpartialAnxiousVolume#main.py
using Python Turtle to draw things
Facts
The Python Shell you can open on your own computer is
not the same
as the REPL in replit.com
The Python Shell (also called the Python Console) typically can only be used to run one line of code OR execute one Python file.
Those who are interested in game programming would do well to check out the "PyGame" libary
Emoji cannot be used at this time to Avi's knowledge to serve as variable names in Python code.
Ideas for emojis in code