Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Hello Python - Python Programming for Beginners
Rating: 4.6 out of 5(305 ratings)
1,198 students

Hello Python - Python Programming for Beginners

Introductory Course for Beginning Programmers
Created byRob Merrill
Last updated 5/2024
English

What you'll learn

  • Python Syntax
  • Learn Through Mini Applications
  • Become confident with learning how to think as a developer

Course content

9 sections102 lectures6h 5m total length
  • Welcome0:56
  • Welcome - Video Walkthrough1:58

    Hello Python simplifies basics for beginners with a printed tutorial and a video walkthrough, using a coding sandbox to run Python code, observe results, and customize the greeting.

  • Comments0:58
  • Comments - Video Walkthrough2:41
  • Multi-Line Comments0:32
  • Multi-Line Comments - Video Walkthrough2:39

    Learn to write multi-line comments in Python using triple quotes, and avoid mixing quote types to prevent errors. Practice converting single-line comments to a clean multi-line block.

  • Print0:53
  • Print() Function - Video Walkthrough2:27
  • Print Multiple Lines1:12
  • Print() Function Multiple Lines - Video Walkthrough2:59
  • Strings0:41
  • Strings - Video Walkthrough2:02
  • String that Include Quotes0:43
  • Strings that Includes Quotes - Video Walkthrough2:58
  • Variables0:51
  • Variables - Video Walkthrough2:01
  • Naming Variables0:58
  • Naming Variables - Video Walkthrough7:26
  • Errors1:56
  • Errors - Video Walkthrough4:29

    Learn to read Python errors, identify syntax and name errors, and debug code by interpreting caret guidance, fixing quotes and variable names in beginner-friendly walkthrough.

  • Numbers1:43
  • Numbers - Video Walkthrough5:03
  • String Concatenation0:41
  • String Concatenation - Video Walkthrough3:13
  • Number Concatenation0:58
  • Number Concatenation - Video Walkthrough5:29

    Learn how to concatenate strings and numbers in Python, diagnose type errors when combining strings and integers, and apply solutions using str() or comma-separated printing.

  • Multiply Equals0:34
  • Multiply Equals - Video Walkthrough3:33

    Learn to use the multiply equals operator to update numeric and string variables, calculating earnings and yearly salary, and computing daily income by repeating text and printing results.

  • Import Math Library1:03
  • Import Math Library - Video Walkthrough3:18

Requirements

  • None

Description

If you have no coding experience and want to begin coding in Python for the first time then this is the course for you!

Hi, I'm Rob. I know what it is like to have no coding experience and desire to code professionally. I started coding in 2016 and landed a full-time development shortly thereafter. It was hard but it was worth it.

That's why I'm here. To help you make that transition yourself.

In Hello Python you will immediately begin to learn the language of Python. We’ll learn the basic syntax of how the Python language works. 

After that, we are going to apply what we learn to mini-projects. That will allow us to take what we have learned and put it into practice. Some courses teach you to build some sort of large application while you haven't mastered the basic syntax of Python.

This course will give you opportunities to build mini-applications step by step in a way that makes sense to someone learning programming for the first time or still learning the basics of programming.

This is an early release of this course and I will be adding approximately 30 minutes of new material per week. My JavaScript Bootcamp began and just an hour and is now over twenty hours long! Sign up now and come back weekly for updates!

This isn't the only Python course you should take but it should be your first!

Who this course is for:

  • Beginner Python Students
  • Those who know another programming language and want to quickly learn the syntax of the Python programming language