Classbaze

Disclosure: when you buy through links on our site, we may earn an affiliate commission.

Learning Python Flask and SQL Alchemy ORM

Building your first web application 'Lucky Draw' with Python, Flask & SQLAlchemy
4.4
4.4/5
(67 reviews)
370 students
Created by

8.6

Classbaze Grade®

7.3

Freshness

8.9

Popularity

9.1

Material

Building your first web application 'Lucky Draw' with Python
Platform: Udemy
Video: 1h 51m
Language: English
Next start: On Demand

Best Flask classes:

Classbaze Rating

Classbaze Grade®

8.6 / 10

CourseMarks Score® helps students to find the best classes. We aggregate 18 factors, including freshness, student feedback and content diversity.

Freshness

7.3 / 10
This course was last updated on 2/2020.

Course content can become outdated quite quickly. After analysing 71,530 courses, we found that the highest rated courses are updated every year. If a course has not been updated for more than 2 years, you should carefully evaluate the course before enrolling.

Popularity

8.9 / 10
We analyzed factors such as the rating (4.4/5) and the ratio between the number of reviews and the number of students, which is a great signal of student commitment.

New courses are hard to evaluate because there are no or just a few student ratings, but Student Feedback Score helps you find great courses even with fewer reviews.

Material

9.1 / 10
Video Score: 7.8 / 10
The course includes 1h 51m video content. Courses with more videos usually have a higher average rating. We have found that the sweet spot is 16 hours of video, which is long enough to teach a topic comprehensively, but not overwhelming. Courses over 16 hours of video gets the maximum score.
The average video length is 6 hours 16 minutes of 44 Flask courses on Udemy.
Detail Score: 10.0 / 10

The top online course contains a detailed description of the course, what you will learn and also a detailed description about the instructor.

Extra Content Score: 9.5 / 10

Tests, exercises, articles and other resources help students to better understand and deepen their understanding of the topic.

This course contains:

0 article.
8 resources.
0 exercise.
0 test.

In this page

About the course

The best way to demonstrate your programming skill is to build a web application. A web application can be run by any computer or mobile device. With nowaday technology, a web application can run as fast as native application. In this course, we will show you how you can kick start your first web application, using Python Flask framework as the frontend and SQL Alchemy ORM to interactive with the backend database.
Programming is one of the very important skills that people value a lot in this era. Not only it can help you get a well-paid software engineer job, but it can also train your brain to think in a logically manner. We are sure you agree with that but you are not sure where and how to start. You may already know some basics about programming, which is good, but you may think that is another level to build a useful application by yourself. Don’t worry, in this course, we will guide you how to create your first python web application step by step. You may become the next Jeff Bazos or Mark Zuckerburg!

Why is this course for me?
If you want to learn about Python, this course is for you! Python is simple yet powerful. It is widely used by tech giants like Google, Youtube, Dropbox etc.
If you want to build a web application from Scratch, this course is for you! This course guild you how to build a workable web application from scratch. Unlike other learning materials that you can find in the internet, this course is complete and well organized.
If you want to learn it in an effective and fun way, this course is for you. This course is full of practical material, you will go back with a workable web application. This give you all the techniques and confidence to create your own web application in the future.

What exactly will you learn?
This course has a goal, which is to show you how you can build real life full stack web application using python.
Unlike other programming courses which spent a lot of time on covering the syntax and logic, this course focus on the practical usage of the language. We assume you have basic understanding about the programming language (Python), we then teach you how you can build this simple lucky draw web application from scratch.
This course will show you how to use SQLAlchemy to interact with the backend database (SQLLite). We will cover a series of database operations include creat, read, update, delete records. You will be able to combine the frontend UI design with the backend data handling logic. Since we are showing you how to build the online web application step by step, you will see us using the free professional Python IDE PyCharm. Your takeaway after this course is a workable web application with a beautiful UI.
We are trying to keep the course short and straight forward, so you can pick up the necessary skill to kick start your first web application in a few hours.
You can also take this chance to revise important programming concept in Python.

What is Python?
Python is a simple, intuitive, yet powerful programming language. It is an high-level programming language invented back in 1991. It is a go-to language for beginners because it is so easy and expressive. You can often express concepts with very few lines of code. That’s why we choose Python as the programming language for this course!
However, don’t have a misunderstanding that Python is only for beginner. It is used in many areas including data analysis, finance, scientific research, artificial intelligence etc. Python is a very powerful programming language and is well supported the community. There are lots of useful packages like Numpy, Scipy etc. It is a programming language that supports multiple programming paradigms like procedural, functional, object-oriented etc. 
In a nutshell, if you can only learn one programming language, Python is your choice! And if you are a beginner and you want to grab the basics before taking this course, we recommend you to enroll our python beginner course – Learn Python in a Day. You can find the course under our profile.

What is Flask?
Flask is a micro web framework written in Python. It is classified as a microframework because it does not require particular tools or libraries. It supports extensions that can add application features and making the web applications built on Flask more powerful. Extensions are updated far more regularly than the core Flask program. In this course, we will cover Flask as well as other necessary extensions that are required to build this production grade party web platform. Flask is commonly used with MongoDB (which we will cover in this course as well), allowing it more control over databases and history.

What is PyCharm?
PyCharm is a professional Python IDE (Integrated Development Environment) developed by Jetbrains. It has a free community edition and which is more than good enough for this course. It is a powerful IDE that can significantly improve the development efficiency by providing project management, syntax highlight, syntax suggestion and version control.

Who are the instructors?
Jack comes from a software engineering background. He has built sophisticated systems for top tier investment banks. You can understand more about the instructor in their Udemy profile. 
Instructor: Jack Chan
Course Designer: Raymond Chung

Money back guaranteed!
We are so confident about our course. We are so sure that you will enjoy the course as well. Therefore we provide money back guaranteed. After you have enrolled the course and if you don’t like it, you can have your money back! It is unconditional, Udemy backed, 30 days money-back guarantee so you can try this course risk free!

Sign up for our course today, and let’s kick start your first web application together!

What can you learn from this course?

✓ Learn how to use Flask to develop a web application
✓ Learn SQLAlchemy to handle database interaction
✓ Learn how to use a professional Python IDE, PyCharm, to develop the whole project
✓ Understand the interaction between frontend and backend system
✓ Use Jinja2 template to render a dynamic UI
✓ Learn how to use and customize the Jinja filter
✓ Read and sort database data using SQLAlchemy

What you need to start the course?

• A computer that can access internet
• All the software used in this course are downloadable for free
• Basic HTML, CSS and Python knowledge

Who is this course is made for?

• Students who want to learn Python, a powerful yet simple programming language
• Students who want to build a web application, and share his idea to the world
• Students who want to build a webpage that interact with the backend data
• Students who want to learn SQLAlchemy, and how it interact with the database
• Students who want to become a full stack web developer

Are there coupons or discounts for Learning Python Flask and SQL Alchemy ORM ? What is the current price?

The course costs $17.99. And currently there is a 82% discount on the original price of the course, which was $99.99. So you save $82 if you enroll the course now.
The average price is $14.7 of 44 Flask courses. So this course is 22% more expensive than the average Flask course on Udemy.

Will I be refunded if I'm not satisfied with the Learning Python Flask and SQL Alchemy ORM course?

YES, Learning Python Flask and SQL Alchemy ORM has a 30-day money back guarantee. The 30-day refund policy is designed to allow students to study without risk.

Are there any financial aid for this course?

Currently we could not find a scholarship for the Learning Python Flask and SQL Alchemy ORM course, but there is a $82 discount from the original price ($99.99). So the current price is just $17.99.

Who will teach this course? Can I trust Jack Chan?

Jack Chan has created 3 courses that got 293 reviews which are generally positive. Jack Chan has taught 13,335 students and received a 4.3 average review out of 293 reviews. Depending on the information available, we think that Jack Chan is an instructor that you can trust.
Educator / Software Engineer / Project Manager in iBank
Hi, I’m Jack. I have 15+ years of experience in the finance IT industry, have worked in top tier global investment banks like Morgan Stanley, Merrill Lynch, HSBC and BNP Paribas.
I started programming since I was 10. Since then, I felt in love with software engineering and went on to purse my degree in Information Engineering in university. I was an active participant in world wide programming contests. I had also go aboard to Singapore to work with the local professors to analyze gene data in a bioinformatic project. I learnt a great deal form that in my young age.
I have then been working in the finance IT industry for 10+ years. I worked with different top tier investment banks and has used my skill to build numerous robust systems for them. I have built systems that analyze millions of transactions and positions to spot suspicious movement. I have leveraged the powerful analytical Python libraries to perform data analysis and performance optimization for trading system that works in microsecond level. I have profound knowledge on the modern software development life cycle which use automated testing, continuous integration and agile methodology. I learnt different programming languages, including Java, C#, C++, Php, Python etc. But among them, I found python the most expressive and powerful, it is one of the best programing languages he will recommend to people.
If you like my work, you are welcome to contact me through my website, Facebook, linked-in etc. 
Browse all courses by on Classbaze.

8.6

Classbaze Grade®

7.3

Freshness

8.9

Popularity

9.1

Material

Platform: Udemy
Video: 1h 51m
Language: English
Next start: On Demand

Classbaze recommendations for you