Sharp Tutorial
History of python

Python

Java

C

C++

HTML/CSS

Java Script

PHP

SQL

C Programs

Introduction to python

  • Introduction to Python
  • History of Python
  • How To Install Software
  • Variables in Python
  • Comments in Python
  • Input/Output
  • If else in Python
  • While Loop
  • For Loop

Collection in Python

  • Numbers in Python
  • List
  • Tuple
  • Set
  • Array
  • String

Object Oriented python

  • Function
  • Exception
  • OOPS (class/object)
  • Object Pass & Return
  • Constructor
  • Function Overloading
  • Module in Python
  • Inheritance
  • File Handling

Python With MYSQL And Excel

  • Connect MySql & Python
  • Insert Data MySQL
  • Delete/Update MySQL
  • Select Data From MySQL
  • Working With Excel in Python

Python GUI

  • GUI using Turtle
  • Introduction to Tkinter
  • Login Page using Tkinter
  • Data Grid Example Tkinter
  • Connect Multiple Forms
  • Database with GUI Python

Programs in Python

  • Swap two number
  • Calculate the area
  • Even Odd or Zero
  • Largest ,Middle and Smallest Number
  • Calculate Telephone Bill
  • Print Table of The given Number
  • Factorial of the number
  • Reverse and check number is palindrome
  • check number is prime , armstrong
  • Program to Print the given patterns
  • Guess A Number Game using Random

History Of Python:

Python initially officially launched in 1991 by Guido Van Rossum.

Majorly three version of python launched till today 

python 1

python 2 

python 3

Some sub version also been launched by python 

the recent sub version of python3 is python 3.7 launched in jun 2018.

Python programming langauge has the influence of ABC and Modula language.

 

Sample Program using Python :

as we know python dont need main function or something to run as in c or java
so directly programming logics can be written as following

Here is an example to for calculatin the area and perimter if the length and breadth is given.

Program:

a,b=10,5
area=a*b
per=2*(a+b) 
print("area: ",area)
print("perimeter:",per)

When we run the above pprogram it shows the output as following

  Output:
  area: 50
  perimeter: 30

In the later sections we will leran the programming using python in details.

Enquiry about Course

Ask your Question

Click Here

Sharp (2) Tutorials

Video/ C Introduction

Watch video in full size

Video tutorial

Follow by Email
Facebook
Facebook
fb-share-icon
YouTube
Copyright © Sharp Tutorial
Build with WordPress
Wordpress Social Share Plugin powered by Ultimatelysocial
Sharp Tutorial