翻譯不完整。請協助 翻譯此英文文件。
Draft
This page is not complete.
Python is a widely used, general-purpose, interpreted scripting language. It is available on a broad range of platforms, including Windows, Linux, and Mac OS X. Python helps you work quickly and integrate systems effectively, and it encourages programmers to program without boilerplate (prepared) code.
In this series of tutorials, you'll learn to use the basic building blocks of Python 3. After getting a taste for the language, you'll learn how to build Sked, a simple web application to keep track of a conference schedule
Learn Python basics
- Introduction: what it is and why to use Python
- Installation and first steps
- Installing Python on your machine
- Getting to know the interactive interpreter
- Hello, world!
- Running scripts from the command line
- First steps
- More advanced concepts
Bring Python to the Web
- Setting the stage
- The simple web application
- Database basics