Chapter 1
Wrapping Your Head around Python
IN THIS CHAPTER
Understanding Python principles and style
Practicing Python code like assigning variables and using if
statements
Working with text in Python
I chose Python as a working title for the project, being in a slightly irreverent mood (and a big fan of Monty Python's Flying Circus).
— GUIDO VAN ROSSUM, CREATOR OF PYTHON
Python is a server-side language created by Guido van Rossum, a developer who was bored during the winter of 1989 and looking for a project to do. At the time, Van Rossum had already helped create one language, called ABC, and the experience had given him many ideas that he thought would appeal to programmers. Although ABC never achieved popularity with programmers, Python was a runaway success. Python is one of the world’s most popular programming languages, used by beginners and professionals building heavy-duty applications.
In this chapter, you learn Python basics, including the design philosophy behind Python, how to write Python code to perform basic tasks, and steps to create your first Python program.
What Does Python Do?
Python is a general purpose programming language typically used for web development. ...
Get Coding All-in-One For Dummies, 2nd Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.