
Learn the basics of HTML, hypertext markup language, a tag-based language for creating web pages, and how to link pages into a simple website using a basic editor and browser.
Learn how HTML comments are ignored by the browser and use the <!-- ... --> syntax to explain pages for future developers.
Install Anaconda on windows, selecting Python 3.6 64-bit and following the installer prompts. Accept the license, choose just me, set the destination, and make Anaconda the default Python and editor.
Explore Python overview, highlighting its high level, object oriented design and easy syntax, and learn coding in immediate mode, script mode, and Jupiter Lab, with parser, compiler, and interpreter.
Explore Python iterators and iterator protocol, including __iter__ and __next__, how iterables yield data one at a time in for loops, and how to implement custom and infinite iterators.
Use Python for loops to iterate over lists and ranges, printing elements in order, including nested for loops and an else block that signals completion.
Explore Python multiple inheritance with derived and base classes, showing how methods from several super classes are inherited and executed in a derived class.
Explore Python functions with input arguments, default values, and arbitrary arguments, showing how to return values and pass parameters in real examples.
Explore Python functions: define with def, write user-defined and library functions, pass parameters, use return values, call functions, and handle inputs, strings, and basic arithmetic operations.
Learn how the Python continue statement affects a for loop by skipping iterations—such as odd numbers in a range—and continuing to the next cycle, producing only even outputs.
Discover Python statements and comments, using hash for single-line comments and triple double quotes or triple single quotes for multiline comments, with indentation defining blocks.
Learn how to use if, elif, and else in Python with proper indentation and colons. Explore nested if blocks and execution flow with age-based examples.
Study Python list comprehension through practical examples: building a list from a string with a for loop, using lambda mapping, filtering even numbers, nested conditions, and transposing a matrix.
Compare def with lambda and learn to apply lambda for doubling numbers, filtering evens, and mapping list items.
Explore dynamic url building and redirection in Flask, including admin and guest routes, using url_for and redirect to route to hello admin or hello guest based on the name parameter.
Learn to integrate sqlite in a flask app by viewing and manipulating a students table, inserting new records via a form, and listing all records with templates and routes.
Learn HTML 5 with Python From Beginner To Advanced Level, Flask Framework From Beginning,
we've created thorough, extensive, but easy-to-follow 23 Hours of content that you’ll easily understand and absorb.
The course starts with the basics of HTML5, Python fundamentals, programming, and user interaction.
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:
* Brief Introduction To HTML 5:
HTML Basic Tags
HTML List Tags
HTML Attributes
HTML Forms
HTML SVG
HTML Blocks
* 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
*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.