We've not yet found a great way to show actual Python apps here at TNT.
That said, there's nothing stopping us from showing movie clips of Python apps in action. Many of them have been developed at our curricular site at CodeHS. In fact, when possible, we will even link you to some of those apps at our CHS sandbox!
Investigate the various demos below. In some cases, Python source code will be listed and you can see if you can translate it into another language like JavaScript.
Writing your own CHS Python3 App?
If so, we've created an organizational template for you that can speed up your development. Just copy and paste it into your editor window. Here it is:
"""
Exercise:
Coder:
Date:
Period:
Comments:
"""
#----- imports -----
#----- global variables -----
#----- classes -----
#----- functions -----
#----- setup -----
#----- main event -----
"""
#===== Sample Output =====
"""
