Link Search Menu Expand Document

Your first Python Program

Now that you have everything setup, you’ll want to dive in and create your first program. Jetbrains has a great tutorial that describes how to Create and Running Your First Python Project.

Once you’re comfortable creating programs you might want to learn how to Debug Your First Python Application, Test Your First Python Application, or even Creating and Running Your First Django Project.

Django is a great way to build web applications in python, but debugging, testing, and creating web applications are not required components of this course. However, these are useful skills to pick up as you become more familiar with building solutions in python.