Chapter 4

Building Your First Python Application

IN THIS CHAPTER

check Opening the Python file

check Using Python comments

check Understanding data types in Python

check Doing work with Python operators

check Creating variables

check Understanding syntax

check Organizing code

So you want to build an application in Python? Whether you want to code a website, analyze data, or create a script to automate something, this chapter gives you 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 applications or apps or programs. To create apps, you need to know how to write code inside a code editor. You also need to start learning the language in which you’ll be creating those apps (Python, in this book).

Like any language, ...

Get Python 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.