Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Learning Path: Python Web Development
Rating: 3.3 out of 5(21 ratings)
219 students

Learning Path: Python Web Development

Learn how to create scalable and powerful web applications by using the robust frameworks such as Flask and Django!
Last updated 2/2017
English

What you'll learn

  • Understand the fundamental capabilities of the Flask framework
  • Build a real-world application that adheres to best practices using Flask
  • Ensure that the app is robust by performing various tests on it and then deploy it
  • Make the app robust by performing various tests on it
  • Explore Django’s automated admin interface to manage your app’s content
  • Create and use your own custom middleware for a Django app
  • Delve into advance database modeling to build a custom database field for your Django application

Course content

4 sections104 lectures7h 57m total length
  • The Course Overview2:41

    This video will provide an overview of the entire course.

  • Setting Up Flask and Creating Your First Flask Application6:06

    The aim of this video is to present how to create a Flask development environment, how to install Flask, how to create a simple web API, and how to run the project.

  • Custom Routing Configuration9:15

    In order to create a nicely usable and developer-friendly web API, we need to be able to define separate access paths for the assets that we want to manage through the web API. These paths can be configured by defining custom routing inside Flask.

  • Flask Template Usage6:35

    The goal of this video is to give an overview of Flask's template support.

  • Flask Flash Messages and Custom Error Pages3:24

    In this video, we will review how to send messages from the server-side to templates (flash messages) and how to define and map custom error pages.

  • CRUD and REST Basics3:08

    The purpose of this video is to present the basic concepts behind CRUD operations and the REST software architecture style.

  • Using SQLAlchemy for Model Mapping3:54

    The purpose of this video is to present SQLAlchemy, Python’s well-known ORM package, present the new data model for our project and present how to use SQLAlchemy in Python with the MySQL database engine.

  • Implementing Create3:11

    This video aims at presenting how to implement the Create operation (from CRUD) using Flask and SQLAlchemy, and how to apply best practices to Create.

  • Implementing Read2:45

    The aim of this video is to present how to implement the Read operation from CRUD using SQLAlchemy and Flask.

  • Implementing Update3:54

    In this video, we aim to cover how to implement the Update operation from CRUD using Flask and SQLAlchemy as a RESTful API.

  • Implementing Delete2:42

    In this video, we are going to cover how to implement the Delete CRUD operation using Flaks and SQLAlchemy.

  • Hypermedia4:36

    In this video, we are going to take a look at an advanced topic of REST, Hypermedia, and HATEOAS; these decouple the client and server application architecture.

  • Implementing Pagination2:35

    In this video, we are going to cover why it is useful to have paginated data.

  • RESTful Authentication6:27

    In this video, we are going to cover how to implement authentication in RESTful APIs.

  • HTTP Caching3:06

    In this video, we are going to take a look at how to improve the response time of your API by applying different types of caching.

  • Error Handling in RESTful APIs4:42

    In this video, we will review the best practices for handling errors within our restful API.

  • Guidelines for Building Large Projects4:13

    The aim of this video is to cover the design guidelines that should be taken into account when building large applications/APIs using Flask.

  • Why Use HTTPS?3:02

    The aim of this video is to present why HTTPS should be used for APIs.

  • Token Authentication4:44

    The aim of this video is to present how Token Authentication can be implemented using Flaks.

  • Usage of Cookies2:49

    The aim of this video is to present how to manage cookies in a Flask application.

  • Storing Passwords3:48

    The aim of this video is to present how passwords should be stored within a web application.

  • Using the Flask Test Client2:36

    The aim of this video is to present the Flask test client and how can it be used for application testing.

  • Testing Custom Flask Routes3:16

    The aim of this video is to present how we can test different routes using the Flask Test Client.

  • Testing CRUD3:13

    The aim of the video is to present how to use the Flask Test Client for testing CRUD operations.

  • Testing Authentication3:16

    The aim of this video is to present how an authentication layer of our Flask application can be tested using Flask Test Client.

Requirements

  • A basic knowledge of Python
  • A computer with Python installed on it
  • Internet connectivity

Description

Are you new to Python and are yet to explore all that it can do? Yes, Python has more to it than just data science and application programming. With the help of frameworks like Flask and Django, it can also build scalable web applications. The following are some popular web applications that are majorly written using Python or Django:

  • Pinterest

  • Instagram

  • Prezi

Python has two powerful frameworks: Flask and Django. The question is which framework should we choose? A common route is to begin building small, interesting projects with a simple framework, like Flask, and move on to Django as you begin to grasp the basics.

This Learning Path is designed to mold you to a complete Python web developer.

Yes, this is not a course; it is a Learning Path.

What this essentially means is that it contains multiple video courses that are logically tied together to provide you with a larger learning curve.  

Let’s dig into what this Learning Path does. Since you already know the basics of Python, you are no stranger to the fact it is an immensely powerful language. With the basics in place, this Learning Path takes a hands-on approach and demonstrates how to build fully functional real-time applications from scratch. The Learning Path begins with building interesting projects with Flask, gradually introduces the more challenging framework—Django—and then moves on to the complex concepts in it. It covers concepts such as how to build up and structure an effective web API that can be used by any client application accessing it over the HTTP protocol, and how to use the Flask and Django ecosystem efficiently to create web applications.  

So after completing this Learning Path, you should be able to create web applications as good as any of the popular applications mentioned above. Yay!

About the author:

For this Learning Path, we have combined the best works of five extremely esteemed authors: Gergo Bogdan, Alexander Putilin, Jack Stouffer, Matthew Nuzum, and Kevin Veroneau.  

Gergo Bogdan is a software engineer with over 8 years of experience in the IT industry. He has vast expertise in multiple technologies, including .NET to Python, JavaScript, and Java.


Alexander Putilin is a professional programmer and has several years of experience in languages such as Python and C++. He has worked for a lot of years in specializing in Internet-related services and products. He has also worked in the Search Engine department.

Jack Stouffer is a programmer who has several years of experience in designing web applications. He switched to Flask three years ago for all his projects.

Matthew Nuzum has been developing web applications since 1999 and has worked for several start-ups including Canonical, the makers of Ubuntu, as well as Fortune 500 companies. He has a passion for helping others learn new technologies and has written numerous tutorials and help documents as well as running a web-focused user group based in his hometown.

Kevin Veroneau is a very active Python and Django developer who has worked for many start-ups, has an active Python blog, and has worked on a magnitude of Python projects over the years.

Who this course is for:

  • The Learning Path is aimed at Python developers who are interested in building web applications. But if you are here to learn how to build powerful web applications like the popular ones mentioned previously but are clueless of what Python is, do not worry as Python is one of the simplest languages to learn.