Python intro in Tamil – Part 2

In today’s topic we will be seeing the Python intro in Tamil – Part 2 | பைதான் கற்றுக்கொள்ளுங்கள், before proceeding if you have missed watching our previous topic “Python intro in Tamil – part 1” see below link.

Watch Python introduction in Tamil Part 1

What we are going to see?

In Python intro in Tamil – Part 2, We are going to see how to Download and install Python. along with that we will see the operating system supported and system minimum requirements.

Learn Python in Tamil | பைதான் மொழியைக் கற்றுக்கொள்ளுங்கள் – Python programming language introduction | பைத்தான் அறிமுகம்

Youtube:https://youtu.be/GJ_4VVX21QA

What is needed to setup and run python?

Supported OS

  • Microsoft Windows
  • Linux / Unix
  • Mac OS

Minimum system requirements

  • x86 – 64 bit Intel or AMD Processor
  • Min. 4 GB RAM or greater
  • Min. 5 GB Hard disk space or more

How and where to download and install Python?

To Download & Install

In Windows
  1. Visit https://www.python.org/download/ and download the setup file.
  2. Run the exe (Winodws) and ensure you set the Python Home path.
In Linux

Open Terminal and run the below command, (Ubuntu, Pop OS)

Note: Ensure you have root access, else below command will throw error.

$>sudo apt-get install python3

After executed with root privilege, it will display list of modules or library its going add to your system.

And will display the disk space its going to occupy after installing.

Press “Y” to proceed and installation will finish in some time.

(Note: You need to be connected to internet for downloading python from Linux terminal)

How to check Python installation is completed and what is the python version?

Once installation is completed, Run the following commands to verify the installation is success and the Python is installed correctly.

$>python3 --version

will display the version installed, this command can be run in Windows, Linux & Max OS.

or

$> whereis python3

will show the python3 system paths

or

$>which python3

will show the home path of the python3.

Learn Python programming | Beginner to Expert  | Python introduction, System requirements,  Python  Download and Installing Python.
Python intro in Tamil – Part 2 | பைதான் கற்றுக்கொள்ளுங்கள்

Please disable your adblocker or whitelist this site! We Provide Free content and in return, all we ask is to allow serving Ads.

Pin It on Pinterest

Share This
%d bloggers like this: