0% found this document useful (0 votes)
116 views

Python Tutorial 1

This Python tutorial from w3schools introduces Python as a programming language that can be used to create web applications and run on servers. It provides examples of printing text, explains how to handle files and databases in Python, includes exercises, and references for functions, methods, and keywords. The tutorial recommends downloading Python from the official Python website and learning Python through examples that show both code and results.
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
116 views

Python Tutorial 1

This Python tutorial from w3schools introduces Python as a programming language that can be used to create web applications and run on servers. It provides examples of printing text, explains how to handle files and databases in Python, includes exercises, and references for functions, methods, and keywords. The tutorial recommends downloading Python from the official Python website and learning Python through examples that show both code and results.
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Python Tutorial

w3schools.com/python/

❮ Home Next ❯
Python is a programming language.

Python can be used on a server to create web applications.

Start learning Python now »

Learning by Examples
Our "Show Python" tool makes it easy to learn Python, it shows both the code and the
result.

Example
print("Hello, World!")

Run example »
Click on the "Run example" button to see how it works.

Python File Handling


In our File Handling section you will learn how to open, read, write, and delete files.

Python File Handling

Python Database Handling


In our database section you will learn how to access and work with MySQL and MongoDB
databases:

Python MySQL Tutorial

Python MongoDB Tutorial

Python Exercises

Python Reference
You will also find complete function and method references:

1/2
Reference Overview

Built-in Functions

String Methods

List/Array Methods

Dictionary Methods

Tuple Methods

Set Methods

Python Keywords

Download Python
Download Python from the official Python web site: https://python.org

❮ Home Next ❯

2/2

You might also like