Skip to main content

Command Palette

Search for a command to run...

Introduction & Installation of Python ✔

Published
2 min readView as Markdown
Introduction & Installation of Python ✔
A
Python | C | DSA | AWS | PowerBi

Hey guyss !!!!! this is the starting of python learning series, if you don’t know how to write a code then join my blog and learn with fun .

What is Programming ?

if you don't know waht programming is then just remember, its a way to communicate with the computer or give the task to computer. Just like we use hindi or english to communicate with each other, we use a programming language like python to communicate with the computer.

programming is a way to instruct the computer to perform various tasks.

What is python?

Python is a simple and easy to understand language which feels like reading simple English. This pseudo code nature of python makes it easy to learn and understandable by Beginners

Features ?

  1. Easy to understand= less development time

  2. Free and open source

  3. High level language

  4. Portable - works on Linux, window,mac

  5. Fun to work with (added by me😉)

Installation ?

Python can be easily installed from python.org when you click on the download button, python can be installed right after you complete setup by executing the file for your platform.

INSTALL IT JUST LIKE A GAME 😀

You also need to install vscode .

Now you think what is vs code ?, vscode is nothing but a platform in which you perform programs of python.

After the python installation check python is installed properly or not.

  1. Open your windows powershell / cmd

  2. Then type “ Python - - version “

python --version

exit()
  1. It shows you the version of python you installed.

Now download Vs code, search vscode install and download.

Just like that in a few simple steps you can able to install python in simple way .

ITS THE END OF MY BLOG , NOW IN THE NEXT BLOG WE'LL BE WRITTING OUR FIRST PYTHON PROGRAM.

STAY TUNED!!!!!😎😎