What can you do with Python | My Assignment Tutor
17/03/20181INTRODUCTION TOPROGRAMMING INPYTHONWhat can you do with Python?■ Create games■ Create web applications■ Maths applications217/03/201823What sort of language is Python?Explicitlycompiledto machinecodePurelyinterpretedC, C++,FortranShell,PerlExplicitlycompiledto bytecodeJava, C#Implicitlycompiledto bytecodePythonCompiled InterpretedInstalling Python■ Go to https://www.python.org/■ Download the latest installer for Windows or MAC■ Double click on the file you downloaded■ Follow the installation process■ At the end of this process, … Read more