Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Python And Django Framework And HTML 5 Stack Complete Course
Rating: 4.3 out of 5(1,243 ratings)
106,287 students

Python And Django Framework And HTML 5 Stack Complete Course

Beginner to Expert Python, Learn Python Complete Full Stack Course With Python, Django Framework and HTML 5 Course
Created byHorizon Tech
Last updated 3/2024
English

What you'll learn

  • 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
  • Django Framework With Building Projects
  • Django for creating robust websites and web apps
  • Build website and web applications HTML and CSS for front end web development
  • HTML 5 Introduction, Use of Tags , Forms, Tables In HTML 5,

Course content

3 sections83 lectures11h 33m total length
  • Python Installing Anaconda3:43
  • Tutorial 2-Python Overview13:46
  • Tutorial 3-Python Variables And Constants3:23
  • Tutorial 4-Python Class And Objects(demonstration)4:22
  • Tutorial 5 -Python Array Implementation8:50

    Explore Python array concepts by comparing lists and NumPy arrays, and learn creation, indexing (including negative indices), length, append, remove and pop, concatenation, slicing, and multi-dimensional arrays.

  • Tutorial 6-Python Keywords And Identifiers.21:38

    Explore python keywords and identifiers, including true, false, none, and, or, not, break, continue, class, def, del, lambda, global, nonlocal, with, yield, and assertion.

  • Tutorial 7-Python Tuples12:58
  • Tutorial 8-Python sets.13:03

    Explore how Python sets are unordered and unique, immutable elements with a mutable set, and learn creation, duplication removal, and operations like union, intersection, difference, and symmetric difference.

  • Tutorial 9-Python Different Modules1:32

    Learn to import Python modules with aliasing, use from import and wildcard imports, and access values like pi through aliases such as m.pi or pi.

  • Tutorial 10-Python Directory And File management.4:32

    Learn python directory and file management with the os module, including getcwd for the current working directory, changing directories, listing files, and creating, renaming, and removing items.

  • Tutorial 11-Python Dictionary7:33
  • Tutorial 12-Python Strings14:25

    Master Python strings: define with single, double, or triple quotes; index and slice; concatenate, format, and escape characters; learn immutability, and common methods like lower, upper, find, replace, and enumerate.

  • Tutorial 13-Python Data Type Conversion3:24
  • Tutorial 14-Python Numbers13:43
  • Tutorial 15-Python Namespace and scope4:51

    Explore Python namespaces and scope, learning how identifiers map to objects and how the id function reveals memory addresses, while examining global and nested function scopes.

  • Tutorial 16-Python global local nonlocal.4:53

    Learn how global, local, and nonlocal variables work in Python, with nested functions showing nonlocal updates to outer variables and how global and local scopes interact.

  • Tutorial 17-Python Global Keywords.2:31

    Explore the Python global keyword and global scope with function one and a nested function two, showing how global x updates to 25 while inside the nested function remains 20.

  • Tutorial 18-Python Iterators8:42

    Learn how Python iterators return data one at a time via the iterator protocol, using the next and __iter__ methods. Build a powers-of-two iterator with __init__ and __next__.

  • Tutorial 19-Python Iterations Using for3:20
  • Tutorial 20-Python Inheritance6:22

    Explore Python inheritance and polymorphism by building base and derived classes, using super constructors, and demonstrating method sharing with bird, penguin, and parrot examples.

  • Tutorial 21-Python Multiple Inheritance3:14
  • Tutorial 22-Python Function Arguments7:20
  • Tutorial 23-Python Functions10:43
  • Tutorial 24-Python break statement.2:27

    Demonstrates the Python break statement by generating a random number (1–19) and looping until the guess matches, then exiting the loop and printing the success message.

  • Tutorial 25-Python continue statement1:47
  • Tutorial 26-Python Errors And Exceptions6:47
  • Tutorial 27-Python Try, Except And Finally5:20

    Explore python exception handling with try, except, and finally, addressing zero division, value and type errors, and name errors through practical demonstrations of multiple except blocks and raised errors.

  • Tutorial 28-Python User Defined Exception4:29

    Define a voters eligibility user defined exception by inheriting Exception and calling super in its constructor, raise it for under 18, and demonstrate try, except, finally and type error handling.

  • Tutorial 29-Python OOP Approach12:37
  • Tutorial 30-Python Nested Dictionary Implementation5:42

    Learn how to declare and define Python nested dictionaries, access nested elements, add and delete entries, and iterate through nested structures with practical examples.

  • Tutorial 31-Python Operator Overloading5:02

    Demonstrate operator overloading in Python by defining a point class with x and y, implementing __str__ for printing, __add__ for addition, and __lt__ for magnitude comparison, using P1 and P2.

  • Tutorial 32-Python Statements And Comments4:06
  • Tutorial 33-Python Pass Statement1:10
  • Tutorial 34-Python Generators5:51
  • Tutorial 35-Python Decorators5:30

    Explore Python decorators, including higher-order and inner functions with the @ syntax, to modify code. See examples with a simple function and a decorated division that handles division by zero.

  • Tutorial 36-Python While Loop16:37
  • Tutorial 37-Python use of If,elif,else5:26
  • Tutorial 38-Python Matrix Implementation5:49
  • Tutorial 39-Python Regular Expressions22:14

    Explore Python regular expressions to search, validate, and replace strings, using re, findall, search, iterators, and sub, with examples for email, phone, and zip code formats.

  • Tutorial 40-Python List Comprehension7:45
  • Tutorial 41-Python Recursion1:57

    Learn how to implement recursion in Python by building a factorial function with a base case of n <= 1 and using n * factorial(n-1), illustrated with 5! = 120.

  • Tutorial 42-Python Input, Output And Import8:01

    Learn Python input and output: use print with end and sep, convert input to int, format with placeholders, and import math to power with pow.

  • Tutorial 43-Python Shallow And Deep Copy7:20
  • Tutorial 44-Python Lamda Function3:52
  • Tutorial 45-Python Assert3:31
  • Tutorial 46-Python @property10:11

Requirements

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

Description

Learn Full Stack Course With  Python, Django framework, And HTML 5 From the Beginning in Full Stack Course 2022

  •   Created thorough, extensive, but easy-to-follow Hours of content that you’ll easily understand and absorb.

    The course starts with the basics of  Python fundamentals, programming, and user interaction in full-stack course


    The curriculum is going to be very hands-on as we walk you from start to finish to become a professional HTML 5, Python developer. We will start from the very beginning by teaching you HTML 5 Basics then Python basics and programming fundamentals, and then going into advanced topics and different career fields in Python so you can get real-life practice and be ready for the real world.


  • The topics covered in this course are:

* Beginner to Expert Python contents:


  • 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


  • Django Framework With Building Projects:

    Django Web Framework, you will learn the fundamentals of web applications. web applications using Python Django Web Framework.

    • Build website and web applications

    • HTML and CSS for front-end web development

    • Bootstrap for responsive web design

    • Python

    • Django for creating robust websites and web apps

    * BUILD A WEB APPLICATION USING  DJANGO FRAMEWORK:

  • * Brief Introduction To HTML 5:

HTML Basic Tags

HTML List Tags

HTML Attributes

HTML Forms

HTML SVG

HTML Blocks

  • See you inside the course!

Who this course is for:

  • For Complete Python Programming Beginners
  • For People New to Python,Django Framework And HTML5