0% found this document useful (0 votes)
19 views22 pages

Submitted By: Ankit Kumar Sharma Section: C CS Department Submitted To: Mr. Vikram Khandelwal Ms. Megha Gupta

This document provides an overview of Python including its history, uses, key features, and GUI and database connectivity capabilities. It notes that Python was invented in the 1990s in the Netherlands and is an interpreted, open source, general purpose programming language that can be used for systems programming, web development, science/bioinformatics, and more. It discusses Python's syntax which does not require curly braces or semicolons and how classes and methods are optional. The document also outlines Python's basic data types and Tkinter for GUI development as well as how Python can connect to databases.

Uploaded by

rohit bansal
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
19 views22 pages

Submitted By: Ankit Kumar Sharma Section: C CS Department Submitted To: Mr. Vikram Khandelwal Ms. Megha Gupta

This document provides an overview of Python including its history, uses, key features, and GUI and database connectivity capabilities. It notes that Python was invented in the 1990s in the Netherlands and is an interpreted, open source, general purpose programming language that can be used for systems programming, web development, science/bioinformatics, and more. It discusses Python's syntax which does not require curly braces or semicolons and how classes and methods are optional. The document also outlines Python's basic data types and Tkinter for GUI development as well as how Python can connect to databases.

Uploaded by

rohit bansal
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 22

Submitted By: Submitted to:

Ankit Kumar Sharma Mr. Vikram Khandelwal


Section: C Ms. Megha Gupta
CS Department
 What is Python…?
 History
 What we can do with python
 Scope of Python
 Keypoints of python
 Tkinter
 Database connectivity
 Python is a general purpose programming language
that is often applied in scripting language.
 So Python is programming language as well as
scripting language.
 Python is also called as interpreted language.
 Invented in the Netherlanads, early 90s by Guido Van
Rossum
 Guido Van Rossum is fan os “monty python’s flying
circus “ this is a famous TV show in Netherlanads
Named after monty python
 Open source from the beginning
 In February 1991, van Rossum published the code
(labeled version 0.9.0) to alt.sources.
 In 1994, Python 1.0 was released with new features
like: lambda, map, filter, and reduce.
 Current version is python- 3.7
 System programming
 GUI programming
 Internet Scripting
 Component integration
 Database programming
 Gamming ,Image ,Robat and more
 Science
-Bioinfomatics
 System Administration

-unix
-web logic
-web sphere
 Web Application devlopment

-CGI
Testing scripts
 No concept of { }
 ; is not required after statement
 Command for run the program
python filename.py
 No array in pure python
 Class and Methods are optional
 Python is case sensitive language
 No datatype declaretion is required in python
1. Integer
2. Strings
3. Floating point
4. List [ ]
5. Tuple ( )
6. Dictionary { }
7. Sets { }
 offers multiple options for developing GUI

 Frist import tkinter

m=tkinter.Tk() where m is the name of the main window object


1. Button
2. Scale
3. CheckButton
4. Entry
5. Scrollbar:
6. Label
7. Listbox
8. MenuButton
9. Menu
10. RadioButton
 Database management

 Networking based

 Etc

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy