Welcome to my Python Source Code.
This is the page for my Python Source Code on GitHub.
Thank you for your intereset in my code.
Python is a great language and I hope that it will bring out your interest in programming allowing you to venture off into more and more popular languages.
How to Download?
To download all of the source code I have available all you need to do is click on the blue button on the right side of this web page labeled "Download .zip file."
This
will prompt you to save the .zip folder.
Once downloaded you can then extract the folder to reveal the contents, you will have all of the python files I worked on during Tech School available.
If you do not wish to download the files, you can click on the "View project on GitHub" button in the upper right corner, this will take you to my project page where you can view each file's code without downloading it.
What Will You Need?
Well, since you are downloading Python code, you will obviously need a Python IDE to code in, and then run your programs.
The most basic of these is IDLE, which comes when you install Python on your computer.
Some of my programs also use third-party libraries such as Pygame and LiveWires, these are popular unfortunately they do not come with the Python package so you will manually need to install them yourself or you will get errors running some of my programs.
Link to download Python and IDLE
Link to download Pygame
Link to LiveWires (Unzip and run the setup.bat file)