top of page
Search

Python Beginners Tutorial

  • Writer: Meenakshi Sundaram
    Meenakshi Sundaram
  • Aug 26, 2019
  • 1 min read

This is the python tutorial for absolute beginners. So don't worry even you are new to programming.


So why python? Python is the most powerful and efficient language. It is the easiest language. The syntax of the python programming language will be like a normal English sentence.


For example: To print hello world in python


Syntax:  print ("Hello world")


This single line of program will print the output. Python is a interpreter language. Python is a object oriented language. Interpreter language is nothing bit defined as it will run directly without the compiler. It is open source and it is widely used because of its libraries. Python libraries are more powerful and can be used for different purposes.

Enough of babbling about python and lets get in to action.


Uses of Pythons:


Web Development

Server side programming

Mathematical problem solving

Machine LearningScripting etc.,


Installing Python:


To install python follow the steps:

Download python from this link: Download  (current version: 3.7.4)Once you downloaded finish the setup process.Now go to start and search IDLE. This will open the python IDLE.

IDLE is nothing but defined as a Integrated Development Environment.

This is where we can code python.


First Python Program

Obviously our first program will be printing Hello World.

In order to do this program, open your IDLE and type 


print("Hello World!")


Press Enter and it will show the print statement. This much simple is python program.




Email : bugtechteam@gmail.com

 
 
 

Comments


+919944054882

©2019 by Bug Tech. Proudly created with Wix.com

bottom of page