All in One Offer! | Access Unlimited Courses in any category starting at just $29. Offer Ends in:

Browse Library

  • Business Solutions
  • Become an Instructor
  • 0
    Shopping Cart

    Your Cart is empty. Keep shopping to find a course!

    Browse Courses
Get Unlimited Learning Access
$29
7 days left at this price!
30-Day Money-Back Guarantee

This plan includes

  • Instant access to 11,000+ online courses
  • Play & Pause Course Videos
  • HD Video Recorded Lectures
  • Learn on Mobile/PC/Tablet
  • Quizzes and Real Projects
  • Lifetime Course Certificate
  • Instructor Chat Support
  • Cancel Plan Anytime
Subscribe to Learnfly’s top courses
Get this course, plus 11,000+ of our top-rated courses for one year with Go Annually Plan.
$348 $244 a year Save 30%
7 days left at this price!
30-Day Money-Back Guarantee

This plan includes

  • Instant access to 11,000+ online courses
  • Play & Pause Course Videos
  • HD Video Recorded Lectures
  • Learn on Mobile/PC/Tablet
  • Quizzes and Real Projects
  • Lifetime Course Certificate
  • Instructor Chat Support
  • Cancel Plan Anytime
$29
$244
  • Built a real life party web application using the Python Flask framework
  • Using Mongo DB to store data
  • Using Google Cloud Storage, API

ou look at social platforms like facebook, twitter, have you ever imagined yourself being able to create one for yourself? Social web application is getting very popular, but to your surprise, it is not hard to build one. Have you ever imagined telling your friends that you can build a full stack web application from scratch all by yourself? You can learn it in this course!

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 full stack web application step by step. You may become the next Jeff Bazos or Mark Zuckerburg!

 

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 social party web application from scratch.

This course also cover a lot of latest technology like Mongo DB, Google cloud storage, Google Location API etc. Since we are showing you how to build the online web application step by step, you will see us using the free online IDE CodeAnywhere. Your application is runnable in the free server by provided by CodeAnywhere.

You can also take this chance to revise important programming concept in Python.

 

Features of the party go application that you will write

  1. Online web application with very nice layout

  2. Allow users to create their own accounts and edit user profiles

  3. Users are allowed to upload profiles pictures, party pictures

  4. Create parties with customized information like location, date etc.

  5. Data are stored in online document based database (Mongo DB)

  6. User profile pictures, party pictures are stored using Google cloud storage

Apart from the above, we incorporate the latest programming concept in the course as well. I hope with this little challenges, you can learn better. And if you come across any questions during the course, feel free to raise it. We are here to make sure you enjoy your learning process.

 

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.

 

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 Learnfly profile.

 

Sign up for our course today, and let's create this fun party web application together!

  • You need to have a basic understanding about Python
  • You are recommended to take our beginner course
  • You are interested to create a web application
  • You are interested in web design
  • You are interested to understand document based database, e.g. Mongo DB
  • You are interested in cloud services
View More...
  • Section 1 : Learning Resources 1 Lectures 00:01:24

    • Lecture 1 :
    • Getting the tools and additional learning resources needed Preview
  • Section 2 : Introduction 4 Lectures 00:14:05

    • Lecture 1 :
    • Introduction
    • Lecture 2 :
    • Setting up Code Anywhere environment
    • Lecture 3 :
    • Installing the virtual environment and Flask framework
    • Lecture 4 :
    • The first Hello World application with Flask
  • Section 3 : The basics - Flask, MongoDB 4 Lectures 00:24:00

    • Lecture 1 :
    • Using Flask blueprints
    • Lecture 2 :
    • Setting up MongoDB
    • Lecture 3 :
    • Setting up User Models
    • Lecture 4 :
    • Additional lesson: Creating the database to Mongo DB Atlas
  • Section 4 : Build forms - Jinja template, WTForms 4 Lectures 00:41:53

    • Lecture 1 :
    • Building registration form - Jinja template
    • Lecture 2 :
    • Navigation bar
    • Lecture 3 :
    • Using WTForms
    • Lecture 4 :
    • Saving users' information in Mongo DB
  • Section 5 : Authentication 3 Lectures 00:36:34

    • Lecture 1 :
    • User login/logout
    • Lecture 2 :
    • Verified if the user has logged in
    • Lecture 3 :
    • Dynamic navigation bar
  • Section 6 : User profile management 1 Lectures 00:22:01

    • Lecture 1 :
    • Update user record
  • Section 7 : Saving images in cloud 2 Lectures 00:31:17

    • Lecture 1 :
    • Google cloud for pictures 1
    • Lecture 2 :
    • Google cloud for pictures 2
  • Section 8 : Change Password 1 Lectures 00:16:11

    • Lecture 1 :
    • Change Password
  • Section 9 : User public profile 3 Lectures 00:47:20

    • Lecture 1 :
    • Create party part 1
    • Lecture 2 :
    • Create party part 2
    • Lecture 3 :
    • Create party part 3
  • Section 10 : Edit / Cancel / Display Party 3 Lectures 00:56:12

    • Lecture 1 :
    • Edit party
    • Lecture 2 :
    • Cancel Party
    • Lecture 3 :
    • Display Party
  • Section 11 : Join / Leave Party 1 Lectures 00:08:22

    • Lecture 1 :
    • Join / Leave Party
  • Section 12 : Manage Parties 3 Lectures 00:51:45

    • Lecture 1 :
    • Manage Party
    • Lecture 2 :
    • Pagination
    • Lecture 3 :
    • Explore and search for parties
  • Section 13 : Miscellaneous 4 Lectures 00:11:28

    • Lecture 1 :
    • Party Go Front page
    • Lecture 2 :
    • Show user party join
    • Lecture 3 :
    • Where to download source code through git repository
    • Lecture 4 :
    • Complete source code download
  • How do i access the course after purchase?

    It's simple. When you sign up, you'll immediately have unlimited viewing of thousands of expert courses, paths to guide your learning, tools to measure your skills and hands-on resources like exercise files. There’s no limit on what you can learn and you can cancel at any time.
  • Are these video based online self-learning courses?

    Yes. All of the courses comes with online video based lectures created by certified instructors. Instructors have crafted these courses with a blend of high quality interactive videos, lectures, quizzes & real world projects to give you an indepth knowledge about the topic.
  • Can i play & pause the course as per my convenience?

    Yes absolutely & thats one of the advantage of self-paced courses. You can anytime pause or resume the course & come back & forth from one lecture to another lecture, play the videos mulitple times & so on.
  • How do i contact the instructor for any doubts or questions?

    Most of these courses have general questions & answers already covered within the course lectures. However, if you need any further help from the instructor, you can use the inbuilt Chat with Instructor option to send a message to an instructor & they will reply you within 24 hours. You can ask as many questions as you want.
  • Do i need a pc to access the course or can i do it on mobile & tablet as well?

    Brilliant question? Isn't it? You can access the courses on any device like PC, Mobile, Tablet & even on a smart tv. For mobile & a tablet you can download the Learnfly android or an iOS app. If mobile app is not available in your country, you can access the course directly by visting our website, its fully mobile friendly.
  • Do i get any certificate for the courses?

    Yes. Once you complete any course on our platform along with provided assessments by the instructor, you will be eligble to get certificate of course completion.
  • For how long can i access my course on the platform?

    You require an active subscription to access courses on our platform. If your subscription is active, you can access any course on our platform with no restrictions.
  • Is there any free trial?

    Currently, we do not offer any free trial.
  • Can i cancel anytime?

    Yes, you can cancel your subscription at any time. Your subscription will auto-renew until you cancel, but why would you want to?

230247 Course Views

3 Courses

Hi, I'm Jack. I have 10+ 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.
View More...
  • Unmatched Variety and Value!
    Learnfly's monthly subscription offers unlimited access to a vast range of courses. Affordable pricing, compared to competitors, makes it the ultimate choice for continuous learning.
    Jessica M.

    4.7

    JM
  • Top-Notch Quality, Affordable Rates!
    High-quality courses with certified instructors make Learnfly stand out. The affordable pricing is a game-changer for those seeking premium education.
    Alex P.

    4.5

    AP
  • Certified Excellence Every Time!
    Learnfly's courses, taught by certified instructors, ensure top-notch learning experiences. The course completion certificates add significant value to one's skill set.
    Sarah R.

    4.3

    SR
  • Round-the-Clock Support!
    Learnfly goes the extra mile with 24/7 course support. Their dedication to helping students succeed is commendable.
    Ryan K.

    4.1

    RK
  • Learn Anywhere, Anytime!
    Whether on mobile, PC, or tablet, Learnfly's platform offers flexibility. Learning on the go has never been easier.
    Emily S.

    4.7

    ES
  • Job-Ready Skills!
    Learnfly's job-oriented courses equip learners with practical skills for the workplace. An investment in career growth!
    Jake M.

    4.2

    JM
  • Budget-Friendly Brilliance!
    Learnfly's pricing is a steal for the quality and variety of courses offered. Quality education without breaking the bank.
    Olivia T.

    4.5

    OT
  • Instructor Excellence Unleashed!
    Learn from the best with Learnfly's certified instructors. The platform ensures that knowledge is imparted by industry experts.
    Daniel L.

    4.0

    DL
  • Achievement Unlocked!
    Learnfly not only offers courses but also recognizes your efforts with course completion certificates. A sense of accomplishment with every course finished.
    Maya H.

    4.6

    MH
  • Learning Revolution!
    Learnfly's platform is a revolution in education. Access to unlimited courses at affordable rates is a game-changer.
    Ethan W.

    4.7

    EW
  • google-tensorflow-hands-on-with-python-latest

    Google TensorFlow Hands on with Pyt...

    By : UNP United Network of Professionals

    Lectures 51 Beginner 3:48:44
  • learn-elixir-programming-from-zero-to-hero

    Learn ELIXIR programming from Zero ...

    By : Pranjal Srivastava

    Lectures 35 Beginner 3:12:57
  • create-your-own-programming-language-from-scratch

    Create your OWN Programming Languag...

    By : Harshit Srivastava

    Lectures 6 Intermedite 0:42:43
  • getting-started-with-coding

    Getting started with coding

    By : Devansh ‎

    Lectures 27 Beginner 3:37:31
  • superb-python-course-become-certified-python-developer

    Superb Python Course - Become Certi...

    By : Paul Carlo Tordecilla

    Lectures 91 Beginner 2:49:20
  • c-from-the-beginning

    C# from the beginning

    By : Igor Evdokimov

    Lectures 31 Beginner 2:46:54

Students learning on Learnfly works with Fortune 500 companies around the globe.

Sign Up & Start Learning
By signing up, you agree to our Terms of Use and Privacy Policy
Reset Password
Enter your email address and we'll send you a link to reset your password.