Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Python Programming For Everyone
Rating: 4.6 out of 5(230 ratings)
3,916 students

Python Programming For Everyone

Learn Python 3 Programming Fast!
Created byJohn Elder
Last updated 11/2023
English
English [Auto],

What you'll learn

  • Python From Beginner To Advanced
  • Object Oriented Programming
  • Download and Install Python
  • Pick a Coding Text Editor
  • Variables, and Data Types
  • Conditional If/Else & Comparisons
  • While and For Loops
  • Functions, Modules, & Classes

Course content

3 sections29 lectures2h 1m total length
  • Install Python3:08

    Install Python on Windows by downloading from the official Python site, reinstalling if needed, and ensure add to path is checked to run Python from anywhere; choose the 32-bit installer.

  • First Things First: How To Get Support Fast!0:09

    Check out my student Facebook Group...

    It's a great place to get fast support for this course from me, to interact with other students, to post your projects and code, and to access course announcements and extras...

    Join Now!

    https://www.facebook.com/groups/codemycom/

  • Install Sublime Text Editor2:38

    Install Sublime Text as the text editor for writing Python code. Download, install, and run code using Sublime Text and the command prompt across Windows, Linux, and Mac.

  • First Program - Hello World!4:39

    Learn to set up a Python project, create and save your first hello world program as a .py file, and run it from the command line.

  • Comments and Clearing The Screen3:02

    Learn how to use comments to explain code and manage variables in Python, and see how to clear the screen and annotate blocks for teamwork.

  • Variables5:18

    Learn how Python variables serve as named containers, created by assignment with a descriptive name like first_name, using underscores and case sensitivity, and how to print, update, or clear them.

  • Intro To Data Types5:54
  • Strings3:01
  • String Manipulation5:15

    Explore string manipulation in Python by treating strings as objects and applying methods like upper, lower, capitalize, and title to transform text; learn indexing, slicing, len, and split for extraction.

  • Math With Python4:21

    Explains basic math in python, including addition, subtraction, multiplication, division, exponent, and modulus, with print examples and the role of order of operations and parentheses.

  • Floats and Ints2:40

    Explore the difference between floats and integers in Python, learn how division yields floats, how to round numbers with round, and how to convert values to integers for precise control.

  • Assignment Operators4:08

    See how assignment operators like +=, -=, *=, /=, **=, and %= update variables in place, with examples that increment counters and maintain running totals such as a shopping cart.

  • Lists4:37

    Explore lists in Python programming for everyone: create lists with mixed data, access items via zero-based indices, modify by updating, deleting, and appending, and use len to find last item.

  • Tuples4:24

    Learn about tuples, the immutable, parentheses-based sequences faster than lists, with indexing and slicing via ranges. See how to build new tuples from existing ones to simulate changes.

  • Dictionaries4:16

    Learn to create and manipulate dictionaries in Python, using keys and values, updating and deleting items, and printing the dictionary for readability.

Requirements

  • No programming skills or special tools are necessary to take this course
  • You just need a computer with Internet access and a Web Browser

Description

In this course we'll learn the Python version 3 programming language from an absolute Beginner level all the way to Advanced in no time at all!

This course is aimed at the absolute beginner, you don't need any coding experience at all!

We'll start out by setting downloading and installing Python and the Sublime Text Editor - both for free. This will give you all the tools you need to start writing and running Python code.

Then, we'll dive into very basic computer science concepts. Things like:

  • Printing to the Screen
  • String Manipulation
  • Variables
  • Data Types (lists, tuples, dictionaries and more)
  • Simple Math
  • Comparison Operators
  • Assignment Operators

After that, we'll move into more intermediate topics like:

  • Conditional If/Else Statements
  • While Loops
  • For Loops
  • Fizzbuzz

Finally we'll finish up with more advanced topics like:

  • Functions
  • Modules
  • Classes

Python is one of the greatest programming languages to learn, and learning has never been this easy!

I'll see you on the inside!

-John Elder

Who this course is for:

  • This course is aimed towards absolute beginners who want to learn the Python programming Language