Visit the official Python website at python.org/downloads to download the latest version for your operating system.
Welcome to Python!
This will be a straightforward introduction for those who have never seen or touched any code.
This section is focused on the highly powerful, versatile, and used langauge called Python.
It will give you all the basics to get the python environment set up.
In simple terms we need a home to house all of our code that we will be writing, as well as all the wonderful tools that python comes with
to make our quality of life as coders much better.
By the end of this Introduction, you will have completed setting up the python environment
and actually written and run your first line of code.
Hardware Setup
In this section, we'll outline all the hardware components required for the project. This includes:
- Processor: Any modern Intel or AMD processor capable of running the chosen operating system.
- Memory: Minimum 256 MB RAM, though 512 MB or more is recommended for better performance.
- Storage: At least 100 MB of free disk space for installing Python, with additional space for any libraries or projects.
Software Requirements
Here, we'll detail all the software needed for the project, including:
- Operating System of your choice (Windows 7 or later, macOS Mavericks or later, or a compatible Linux distribution).
- Browser of your choice (such as Google Chrome, Mozilla Firefox, or Safari) for downloading Python and accessing documentation.
- Python: Download the latest Python release from the official Python website.
Knowledge Prerequisites
To successfully complete this project, it's recommended to have a basic understanding of the following:
- Using the Internet: Ability to search for information online and download software.
- Operating a Computer: Familiarity with basic computer operations such as managing files and folders.
- Understanding of Basic Software Installation: Knowing how to install software on your operating system (Windows, macOS, or Linux).