Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Programming with Python
Rating: 4.3 out of 5(96 ratings)
2,399 students

Programming with Python

Python Basics, Programming Fundamentals; Basic Syntax, Data Structure, Conditional Statements, Loops,
Created byAngie Chae
Last updated 8/2024
English

What you'll learn

  • Master basic Python syntax for writing simple programs
  • Manipulate data using lists and dictionaries
  • Use conditional statements to control program flow
  • Implement loops for repetitive tasks in Python programs

Coding Exercises

This course includes our updated coding exercises so you can practice your skills as you learn.

See a demo
Image of coding exercise example

Course content

5 sections20 lectures1h 43m total length
  • Introduction to Python3:15

    This video will give you an overview of the course objectives and what to expect in this course.

Requirements

  • No programming experience needed. You will learn everything you need to know.

Description

Welcome to Programming with Python! This course is designed for beginners who want to learn the fundamentals of Python, one of the most popular and versatile programming languages in the world. Whether you're completely new to coding or have some experience and want to solidify your skills, this course will provide you with a strong foundation in Python.

Throughout this course, you will learn the basics of Python syntax, including variable assignments, math operators, and print statements. We'll explore essential data structures like lists and dictionaries, which are crucial for storing and managing data. You'll also learn how to make decisions in your programs using conditional statements (if, if/else, if/elif/else) and how to perform repetitive tasks efficiently using loops (for and while).

In addition to learning these core concepts, you'll gain hands-on experience by writing your own Python functions and using the input function to interact with users. By the end of the course, you'll be able to create simple yet functional Python programs, solve basic coding problems, and understand the building blocks that form the foundation of Python programming.

This course is a great starting point for those interested in pursuing careers in programming, data science, web development, or automation, but it also equips you with the skills needed to apply Python in various real-world applications. Join us to start your journey into the exciting world of Python programming!

Who this course is for:

  • Learners new to coding or interested in learning code