How to get started with Python programming
By McDonald, T | Last updated 02/12/17 In this world of technology something is needed to make it all run. This something is programming languages such as Java, C# and Python just to name a few. Subsequently, the programming industry is a great place to be a part of with new opportunities opening up all the time. If you are new to programming, Python is a great place to get started since it is relatively easy to learn and has extensive libraries. Getting started The following will be required in order to get started. Python 3 (Free) Software to right the code (Free) Python 3 is different to Python 2. The difference is in the syntax, so for now i will just keep to Python 3 since it is the newest. Installing Python 3 is easy just follow the instructions in the video and then install Pycharm. Pycharm is software for writing code. You will need to install the latest version of Python for your operating system and the Communi...