Chapter 4

Building Your First Python Application

IN THIS CHAPTER

Bullet Open the Python app file

Bullet Typing and using Python comments

Bullet Understanding Python data types

Bullet Doing work with Python operators

Bullet Creating and using variables

Bullet What syntax is and why it matters

Bullet Putting code together

So you want to build an application in Python, huh? Whether you want to code a website, analyze data, or create a script for automating something, this chapter gives you all the basics you need to get started on your journey. Most people use programming languages like Python to create application programs, which are often referred to as just applications or just programs or even apps for short. To create apps, you need to know how to write code inside a code editor. You also need to start learning the language (Python, ...

Get Python All-in-One For Dummies 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.