Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Python And Flask Framework Complete Course For Beginners
Rating: 4.1 out of 5(2,214 ratings)
282,650 students

Python And Flask Framework Complete Course For Beginners

Beginner to Expert Python And Flask. Learn Python And Flask Course for Beginner Python Developer to Create Applications
Created byHorizon Tech
Last updated 10/2020
English

What you'll learn

  • Python Basics To Advanced Concepts
  • Go from Beginner to Advanced in Python Programming by learning all of the basics to Object Orientated Programming.
  • Write scripts for general productivity tasks Read and comprehend Python code Gain knowledge in regard to general programming concepts
  • Use variables to store, retrieve and calculate information
  • Utilize core programming tools such as functions and loops
  • Flask Framework Basics To Advanced
  • Flask Framework - Variable Rules, URL Building , HTTP Method

Course content

2 sections72 lectures12h 40m total length
  • Tutorial 1-PYTHON OVERVIEW13:39
  • Tutorial 1-Installing Anaconda3:43
  • Tutorial 2-Python Variables And Constants7:43

    Learn how Python variables act as named memory locations with automatic initialization, without upfront declarations. Understand constants defined in capital letters, dynamic typing, and single-line multi-variable assignments.

  • Tutorial 3-Python Class And Objects5:14
  • Tutorial 4-Python Array Implementation10:41
  • Tutorial 5-Python File Methods4:22
  • Tutorial 6-Python Keywords And Identifiers24:40
  • Tutorial 7 -Python Tuples16:49
  • Tutorial 8-Python Sets17:10

    Explore Python sets: unordered, unique elements; perform union, intersection, difference, and symmetric difference; use methods like add, remove, discard, update, and explore frozen sets.

  • Tutorial 9-Python Different Modules2:52
  • Tutorial 10-Python Directory And File Management System6:01

    Learn to manage Python directories and files with the os module by getting the current directory, changing directories, listing contents, and creating, renaming, and removing items.

  • Tutorial 11-python dictionary10:40
  • Tutorial 12- Python Strings15:39

    Learn how Python strings are sequences of characters stored as binary via ASCII and Unicode encoding, and explore defining, indexing, concatenation, formatting, escaping, and common operations.

  • Tutorial 13-Python Data Type Conversion4:08
  • Tutorial 14 -Python Numbers16:41
  • Tutorial 15-Python Namespace And Scope6:26
  • Tutorial 16 -Python Global,Local And Nonlocal variables6:38
  • Tutorial 17-Python Global Keyword4:04

    Discover how the Python global keyword reads and writes variables inside and outside a function. See a practical demo where X updates from 20 to 25.

  • Tutorial 18-Python Iterators11:07
  • Tutorial 19-Python Iterations Using for6:06
  • Tutorial 20-Python Inheritance8:54
  • Tutorial 21-Python Multiple Inheritance4:27
  • Tutorial 22-Python Function Arguments8:23
  • Tutorial 23-Python Functions14:27
  • Tutorial 24-Python break statement5:15
  • Tutorial 25-Python continue statement3:36
  • Tutorial 26-Python Errors And Exceptions10:04
  • Tutorial 27-python Exceptions Try.except and finally6:03
  • Tutorial 28-Python User Defined Exception4:29
  • Tutorial 29--Python OOP Approach16:08
  • Tutorial 30-Python Nested Dictionary Implementation7:01
  • Tutorial 31-Python Operator Overloading7:18
  • Tutorial 32- Python Statements And Comments9:01
  • Tutorial 33-Python Pass Statement.2:44
  • Tutorial 34-Python Generators8:34
  • Tutorial 35-Python Decorators6:06
  • Tutorial 36--Python While Loop18:55
  • Tutorial 37-Use of if .elif and else5:26

    Learn how to use if, elif, and else in Python with proper indentation and nested conditions. See practical examples of age-based classification and positive or negative numbers.

  • Tutorial 38-Python Matrix Implementation6:05
  • Tutorial 39-Python Regular Expressions22:31
  • Tutorial 40- Python List Comprehension7:57
  • Tutorial 41-Python Recursion5:17
  • Tutorial 42-Python Input, Outpt And Import9:47

    Learn how to handle input and output in Python using input and print, and organize code by importing models and modules such as math for power operations.

  • Tutorial 43-Python Read and Write Operations5:44
  • Tutorial 44-Python Different Looping Techniques3:33
  • Tutorial 45-Python Shallow Copy And Deep Copy7:29
  • Tutorial 46-python lamda functions4:44
  • Tutorial 47-PYTHON ASSERT5:32

    Explore how assertions use boolean expressions to validate conditions in Python, raising an assertion error when false and aiding debugging.

  • Tutorial 48- Python @Property10:26
  • Tutorial 49-Python Closure5:14

    Explore Python closures: a function object that remembers values in enclosing scopes. Learn how nested functions access nonlocal variables and how to return closures with a multiplier example.

Requirements

  • Only the very basic computer skills are needed
  • A computer, Access to the internet, An interest in learning Python

Description

Python And Flask Framework Complete Course For Beginners

1) Learn Python From Scratch

This course is designed to take you from a beginner to an advanced level in Python programming. It covers a wide range of topics, starting with the basics such as Python fundamentals, programming, and user interaction. As you progress, you will learn about more advanced concepts such as data structures, object-oriented programming, functional programming, testing, debugging, error handling, regular expressions, and more.

In addition to Python fundamentals, the course also covers the Flask web framework, which is popular for building web applications with Python. You will learn how to build web apps using Flask, including topics such as URL building, HTTP methods, templates, static files, request object, cookies, session object, and more.

Overall, the course is designed to be thorough, easy to follow, and hands-on, so you can easily understand and absorb the content. By the end of the course, you should be well-equipped with the knowledge and skills to become a professional Python developer and start building your own Python applications.

  • The topics covered in this course are:


    Array implementation

    File methods

    Keywords and Identifiers

    Python Tuples

    Python Basics

    Python Fundamentals

    Data Structures

    Object-Oriented Programming with Python

    Functional Programming with Python

    Lambdas

    Decorators

    Generators

    Testing in Python

    Debugging

    Error Handling

    Regular Expressions

    Comprehensions

    Modules


    2) Flask is a popular Python web framework.

  • The tutorials in this section are intermediate to advanced tutorials that cover key aspects of Flask development.

        *Flask Framework:

    Flask Web Framework, In this course, you will learn the fundamentals of web applications .so that you can start building API and develop web applications using Python Flask Web Framework.

    • How to build Python web apps with Flask

    • How to use the Jinja template language to create the look of your apps

    • How to use the SQLite database to start development

    • How to use other databases with Flask by using Flask-SQLAlchemy

    • Using Flask to process incoming request data.

    • Course Overview

    Flask Framework - URL Building

    Flask Framework - HTTP Method

    Flask Framework - Templates

    Flask Framework - Static Files

    Flask Framework - Request Object

    Flask - Request.from Object

    Flask Framework - Cookies

    Flask Framework - Session Object

    And More...


  • See you inside the course!

Who this course is for:

  • For Complete Programming Beginners
  • For People New to Python
  • For People Who want to learn Python Fundamentals and later transition into Data Science or Web Development