Python Tutorials

Python is an interpreted, high-level, general-purpose programming language. Created by Guido van Rossum and first released in 1991, Python’s design philosophy emphasizes code readability with its notable use of significant white space. Its language constructs and object-oriented approach aim to help programmers write clear, logical code for small and large-scale projects.

Python 2.0, released in 2000, introduced features like list comprehensions and a garbage collection system capable of collecting reference cycles. Python 3.0, released in 2008, was a major revision of the language that is not completely backward-compatible, and much Python 2 code does not run unmodified on Python 3.

python-language-tutorials-AndroWep

Getting Started

Python can be easy to pick up whether you’re a first time programmer or you’re experienced with other languages. The following pages are a useful first step to get on your way writing programs with Python!

Beginner’s Guide, Programmers

This is a Wiki page. Users with edit rights can edit it. You are therefore free to (in fact, encouraged to) add details of material that other Python users will find useful. It is not an advertising page, and is here to serve the whole Python community. Users who continually edit pages to give their own materials (particularly commercial materials) prominence, or spam the listing with multiple entries which point to resources with only slightly altered material, may subsequently find their editing rights disabled.

Keyword of python Language

  • Friendly & Easy to Learn
  • Applications
  • Open-source
  • English like Syntax
  • Libraries
  • Dynamically Typed
  • Portability

What can we do with Python?

  • Web and Internet Development
  • Database Access
  • Desktop GUIs
  • Scientific & Numeric
  • Education
  • Network Programming
  • Software & Game Development
  • Machine Learning and Data Science
  • Web Development
  • Web Scraping
  • Scripting

What is the latest Python 3 version?

3.8.1 is the latest version of python. Python 3.9.0a3 now available for testing. Python 3.8.1 is now the latest feature release of Python 3.Get the latest releases of 3.7. x and 3.8. x here.