Basic Python Tutorials

Source: Internet
Author: User
Tags python mysql

Python is a high-level programming language for interpreting, object-oriented, and Dynamic Data types.
Python was invented by Guido van Rossum at the end of 1989, and the first public release was released in 1991.
Like the Perl language, the Python source code also follows the GPL (GNU general public License) Protocol.
Start Learning python! Now

Who is suitable to read this tutorial?
This tutorial is for developers who want to learn the Python programming language from Scratch. of course, This tutorial will also go into some of the modules to get a better understanding of Python applications.

Before you learn this tutorial you need to understand
Before you continue this tutorial, you should be aware of some basic computer programming terminology. If you have studied programming languages such as php,asp, it will help you get to know Python programming faster.

Execute Python Program
For most programming languages, the first starter code is the "Hello Python Basics tutorial!" ", the following code for using Python output" Hello python basic tutorial! ":
Instance (Python 2.0+)
#!/usr/bin/python
Print "Hello, basic Python tutorial!";

Running instances»
The Python 3.0+ version already has print as a built-in function that correctly outputs "Hello Python basic tutorial!" The code is as Follows:
Instance (Python 3.0+)
#!/usr/bin/python
Print ("Hello, Python Basic tutorial!");

Running instances»
Related articles
Introduction to the Python IDE (integrated development Environment)
Python Coding Specification (Google)
Tutorials for Python version 3.X

    • Python Basic Tutorials Directory

Basic Python Tutorials
About Python
Python Environment Setup
Python Chinese encoding
Python Basic Syntax
Python Variable Type
Python operators
Python conditional statements
Python Loop statement
Python while Loop statement
Python for Loop statement
Python Loop Nesting
Python Break statement
Python Continue statement
Python Pass Statement
Python number (numeric)
Python string
Python lists (list)
Python tuples
Python Dictionary (Dictionary)
Python Date and time
Python functions
Python Module
Python file I/O
Python File method
Python Exception Handling

Advanced Python Tutorials
Python object-oriented
Python Regular Expressions
Python CGI Programming
Python MySQL
Python Network Programming
Python SMTP
Python Multithreading
Python XML parsing
Python GUI programming (Tkinter)
python2.x and 3??. X version Difference
Python IDE
Python JSON
Python 100 Cases

Basic Python Tutorials

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.