Introduction
Note
See the Text and images tab for more details!
Python is one of the world's most popular programming languages. It's known for its clear, readable syntax and broad versatility—used in everything from web development and data analysis to automation and artificial intelligence. Best of all, getting started with Python is straightforward, even if you've never written code before.
In this module, you take your first steps with Python. You learn how to display output to the console, how to get input from a user, and how to work with text. By the end of this module, you'll have built a small Python program that creates a personalized greeting.