Web Development with Python Tutorial – Flask & Dynamic Database-Driven Web Apps
By freeCodeCamp.org
Published: Feb 16, 2023“
Learn how to develop Dynamic Database-Driven Web Apps with Python, Flask, and MySQL. This course is broken up into two parts. In part one, you will learn how to build and deploy a site using the Flask Python web framework. In part two, you will connect the Flask application from the first part to a cloud MySQL database and learn how to deploy a production-ready database-driven web application.
Aakash N S created this course.
Submit your project & earn a certificate: https://jovian.com/learn/web-development-with-python-and-flask
Check out Jovian’s YouTube channel: https://youtube.com/@jovianhqNotes & references links:
Part 1: https://jovian.com/aakashns/web-development-with-python
Part 2: https://jovian.com/aakashns/database-driven-web-applicationsContents
Part 1
- (0:00:00) Introduction
- (0:02:07) 1.1 Project Setup & Flask Basics
- (0:22:25) 1.2 Building Web Pages using HTML
- (0:40:57) 1.3 Styling with CSS & Bootstrap
- (1:08:25) 1.4 Dynamic Data using Templates
- (1:27:22) 1.5 Deploying to the Cloud with Render
- (1:42:39) 1.6 Functional and Aesthetic Improvements
- (1:58:44) 1.7 Summary & Future Work
Part 2
- (2:04:19) Database-Driven Web Applications
- (2:07:24) 2.1 Project Setup & Deployment
- (2:21:44) 2.2 Cloud MySQL Database Setup
- (2:36:20) 2.3 DB Connection with SQLAlchemy
- (2:56:22) 2.4 Display DB Data on Web Page
- (3:20:04) 2.5 Dynamic Database-Driven Pages
- (3:49:23) 2.6 HTML Form for Applications
- (4:15:37) 2.7 Saving Applications to DB
- (4:26:23) 2.8 Summary & Future Work
(4:37:50) Conclusion
Learn to code for free and get a developer job: https://www.freecodecamp.org
Read hundreds of articles on programming: https://freecodecamp.org/news
And subscribe for new videos on technology every day: https://youtube.com/subscription_cent…
”
Tag: flask
[#Script #Coding] Code Your Own Heroku Clone with Python – Provision Infrastructure Programmatically Tutorial
Code Your Own Heroku Clone with Python – Provision Infrastructure Programmatically Tutorial
By freeCodeCamp.org
Published: Jun 02, 2022“
Learn all about how to provision infrastructure programmatically by building a simplified Heroku clone with Python. At the end you will also learn how to provision a web app on AWS using JavaScript.
Beau Carnes developed this course.
Code: https://github.com/beaucarnes/herocool
Resources
- Installing Pulumi: https://www.pulumi.com/docs/get-start…
- Get free AWS account here: https://aws.amazon.com/free/
- Installing AWS CLI: https://docs.aws.amazon.com/cli/lates…
- Get AWS Access key ID and secret access key: https://docs.aws.amazon.com/cli/lates…
Course Contents
- (0:00:00) Introduction
- (0:04:49) Setup environment
- (0:10:10) Initial Flask code
- (0:13:05) Pulumi app
- (0:17:37) HTML templates
- (0:25:06) Provisioning websites code
- (0:42:35) Provisioning VMs code
- (0:50:48) Create SSH key/value pair
- (0:53:45) Testing app
- (1:05:03) Connecting to created VM
- (1:07:31) Provisioning using JavaScript
- (1:19:09) Conclusion
”
[#Script #Coding] Flask Course – Python Web Application Development
Flask Course – Python Web Application Development
By freeCodeCamp.org
Published: Mar 10, 2021“
Learn the Flask Python web framework by building a market platform with an authentication system.
- Full code: https://github.com/jimdevops19/FlaskSeries
- Get code snippets used in the course: http://www.jimshapedcoding.com/courses/Flask%20Full%20Series
- Course created by Jim from JimShapedCoding. Check out his channel: https://www.youtube.com/channel/UCU8d7rcShA7MGuDyYH1aWGg
”