INTRODUCTION TO PYTHON 3
Python is one of the most popular languages nowadays.
Python has the ability to do
- Automation
- AI (Artificial Intelligence)
- Applications
- Websites
We talk about all the core concepts in python and then we build three(3) python projects together.
BUILD WEB APPLICATION
Django administration
HOW TO USE 1000 OF SPREADSHEET IN MIN 100 SECONDS WITH CHARTS
Let’s start the course for the absolute beginners.
INSTALL PYTHON
HOW TO DOWNLOAD AND INSTALL PYTHON ON YOUR COMPUTER
- Go to python.org
- Click on downloads
- Click the Download button for the latest version
In windows simply click and open the downloaded file. Make sure you check Add path to the variable.
For Mac, Just continue and Agree with the license agreement and install it.
Next, we are going to install a code editor. PyCharm (https://jetbrains.com/pycharm) is one of the best code editors for python. It fully depends on you. You can use another editor too.
Download and install pyCharm on your computer depends on your OS.
Windows => click next => next => and install
Mac => drag and drop the pyCharm to the application to install.
Choose your theme, Most of them use Dracula or blacky themes to protect their eyes. Now open your pyCharm application.
Congratulations, you are now successfully downloading and installing everything for python to learn.
Go to the python menu on top and see the continuation tutorial in the python.