Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Python 201: Learn intermediate Python3
Rating: 4.6 out of 5(39 ratings)
109 students

Python 201: Learn intermediate Python3

Learn intermediate Python from scratch. Minimal Python experience required.
Created byKalob Taulien
Last updated 1/2021
English

What you'll learn

  • Intermediate Python 3
  • API's with Python
  • More advanced Python concepts

Course content

2 sections25 lectures2h 22m total length
  • Introduction1:35
  • The IN operator9:47
  • The NOT operator7:30

    Learn how the not operator in Python 3 inverts boolean values and conditions, including not in with lists, plus guidelines on readability and practical examples.

  • How to read files with Python6:03
  • How to create files with Python4:27
  • Reading multiple lines from a file6:10
  • Writing a file and executing it4:55
  • Functions inside of functions6:35
  • Making a simple API request4:59
  • Making a JSON API request6:09
  • Reading JSON and editing JSON5:36
  • Function *args4:59
  • Function **kwargs8:25
  • How to install pip4:33
  • Mutable vs immutable5:29
  • List enumeration3:19
  • List comprehensions4:09
  • Dictionary comprehensions4:27
  • How to get dictionary values5:19
  • Setting up virtual environments7:46
  • How to learn Python by exploring6:09
  • Python packages6:05
  • API requests refresher3:38
  • Your project13:06

    Build a Pokemon character app that fetches data from an api using user input, converts json to a dictionary, and displays abilities, moves, and other stats.

Requirements

  • You should consider yourself a beginner Python developer
  • You MUST have written some Python in your life
  • This course is NOT for you if you've never written Python before

Description

Welcome to Python 201: Intermediate Python 3 programming.

In this class, you will be learning the ins-and-outs of Python. You will learn how to:

  • use more advanced conditional statements,

  • how to read and write files using Python,

  • how to make API requests,

  • how to use 3rd party packages,

  • list and dictionary comprehensions,

  • virtual environments,

  • and much more.

At the end of this class, you will create a Pokemon program that looks up a pokemon by its name using an API — this is great practice for consuming API's like you normally would as a professionally paid Python programmer.

To get the most out of this course you should have taken Python 101 and another Python beginner course.

Your project: Create a Pokemon data program using an API.

You will create a program that asks for a pokemon name and then look for additional data using an API.

The API is completely free to use, too.

This project mimics the type of work you'll do as a professionally paid Python programmer and is considered to be a real-life project.

The most important part of this course is learning how to manage (install and uninstall) 3rd party packages, how to use them, and how to make API requests.

API requests are how computers talk to each other. It's absolutely vital you know how API requests work in Python, and you'll learn all about them in this course.

Who is this course for?

  • This course is for anybody who has written a little bit of Python but is looking for more experience.

  • Programmers or web developers who are looking for some hands on experience while they learn

  • This course is NOT for people who have never written any Python.

What are the requirements?

  • You need a code editor like PyCharm or VS Code

  • You need to have Python downloaded and installed

  • You need to be ready to work with code and not just watch the videos. This is a hands on course.

  • You need to be willing to do a little work to properly learn Python3

Who this course is for:

  • Beginner Python developers
  • Developers or programmers who have written at least SOME Python in the life