Skip to content

HKDesign

  • Courses
  • Login
HKDesign
  • Home
  • Courses
  • Digital Literacy
  • Tools for Strengthening Your Coding Literacy

Tools for Strengthening Your Coding Literacy

Curriculum

  • 1 Section
  • 10 Lessons
  • 10 Weeks
Expand all sectionsCollapse all sections
  • Lessons
    10
    • 1.1
      Introduction to HTML, CSS, and Github
    • 1.2
      Application Development Using Airtable and n8n With Minimal Coding
    • 1.3
      Web Development in WordPress
    • 1.4
      Introduction to SQL for Simple Data Analysis
    • 1.5
      Basic Python Programming I
    • 1.6
      Basic Python Programming II
    • 1.7
      Beginning JavaScript I
    • 1.8
      Beginning JavaScript II
    • 1.9
      Basic Python Web Programming in Flask I
    • 1.10
      Basic Python Web Programming in Flask II

Basic Python Web Programming in Flask II

https://hkdesign.org/wp-content/uploads/2025/09/From_Blank_File_to_Web_App.mp4

Python is one of the most popular language for developing custom coded websites and applications, including AI. And Flask as a web application development framework is widely supported with 3rd party modules for providing login authentication, password encryption, email notification, cross-domain validation, and other functionalities.

  1. Group Python modules into a Python package to build an integrated Flask application.
  2. Perform database CRUD (Create,Retrieve,Update,Delete) operations in Flask using SQLAlchemy and SQLite.
  3. Use of Bootstrap form in a Flask application.
  4. Create login and registration forms with the Flask-Login and WTForms modules.
  5. Encrypting passwords for improving security in cross domain posting using Bcrypt and CORS.
  6. Email notification for authenticating registration signup and password reset using SMTP or API services.

Self-study Videos

  1. Learn Flask for Python – Full Tutorial (46:58 min)
  2. Forms with Flask – Python on the web (14:57 min)
  3. Integrating CSS and Javascript in Flask Web Framework (11 min)
  4. Intro to Flask-Login (16:53 min)
  5. Python Flask Authentication Tutorial – Learn Flask Login (29:34 min)
  6. Building a Blog App With Flask and Flask-SQLAlchemy (57:24 min)
  7. How to Upload and Store Images (9:33 min)
  8. Pagination in Flask-SQLAlchemy (18:50 min)
  9. Python Flask Tutorial: Basic Search and HTML forms (16:13 min)
  10. Add comments to the post using python flask Tutorial complete website (10:39 min)
  11. How to display comments to the post using python flask complete website (6:20 min)
  12. Easiest Way to Send Emails in Flask (5 min 33 sec)
  13. Using Bcrypt (Blowfish) in Python (5:57 min)
  14. CORS in Flask (6:40 min)
Basic Python Web Programming in Flask I
Prev

© 2025 HKDesign - WordPress Theme by Kadence WP
Image by wal_172619 from Pixabay

  • Courses
  • Login