이 글은 기술 검토가 필요합니다. 도울을 줄 수 있는 방법을 살펴보세요.
이 글은 편집 검토가 필요합니다. 도울을 줄 수 있는 방법을 살펴보세요.
현재 번역은 완벽하지 않습니다. 한국어로 문서 번역에 동참해주세요.
초안
이 문서는 작성중입니다.
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