Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Learn to Code in Python 3: Programming beginner to advanced
Rating: 4.7 out of 5(13,676 ratings)
333,080 students

Learn to Code in Python 3: Programming beginner to advanced

Python3 programming made easy with exercises, challenges and lots of real life examples. Learn to code today!
Last updated 5/2020
English

What you'll learn

  • The basic fundamentals of programming and writing computer code
  • Using Python to solve real life problems with computer programs
  • Work with JSON and send HTTP requests to Web Servers and APIs to get data from external services
  • Statistics and Data Visualization
  • An introduction to Machine Learning in Python
  • Use Python to manipulate files, such as Excel sheets and TXT files

Course content

7 sections45 lectures5h 32m total length
  • Installing Python on Mac6:46

    Install python on a mac, choose the correct macOS installer, and complete the setup. Run basic code in IDLE or the terminal, using print and simple math to verify.

  • Installing Python on Windows6:29

    install python on windows from python.org, add it to path, and use pip and idle to write and run your first .py programs.

  • Statements7:10

    Learn how Python statements run, use line breaks and indentation correctly, and respect case sensitivity; print multiple items, perform arithmetic, and build a simple program to calculate an average.

  • Variables5:42

    Learn to create and use variables to store data, keep their values dynamic, and print results, while choosing meaningful names and respecting case sensitivity.

  • The Input Function6:11

    Learn to get dynamic input with Python by using the input function, assign values to variables, convert strings to floats, and perform numeric operations rather than string concatenation.

  • Exercise - Km to Miles Converter4:21

    Convert kilometers to miles by taking user input, using a fixed conversion rate of 1 mile = 1.609344 kilometers, and display the result rounded to four decimals.

Requirements

  • It is not required to have any previous experience in IT or programming
  • You only need a computer

Description

In this course, learning to code will be easy and intuitive for you. You will learn Python 3, one of the most popular programming languages in the world.

We will cover the basic fundamentals of programming and you will learn how to do exciting things in Python, like reading and writing on files, like Excel sheets or TXT files, working with JSON and sending HTTP requests to web servers and APIs.

We will also cover a little bit of Data Visualization, Statistics and Machine Learning in Python.

This course does not require previous experience in IT or programming, it was designed to help any person learn to code. By the end of the course you will be writing you own programs and thinking like a programmer. Your professional life will get a huge upgrade.

This course offers life time access, a certificate of conclusion and a 30-day money back guarantee. Don't miss this opportunity! Enroll now and start learning Python!


Who this course is for:

  • Any person who wants to learn to code from absolute beginner level
  • Any person who wants to solve problems and create great services using Python programs