Do you want to start creating your own web applications ??
you think you have the idea for the next facebook ,twitter, google and want to created ?
its very easy to think that its far away and a hard dream to achieve but it's actually pretty simple.
in this course we will learn how to create your web applications using Python by first starting with learning Flask basics and then well get started on building our bigger projects !!
wait what is Flask ??
Flask is a micro web framework written in Python. which means it basically handles the basic html and website routes so you can start and work on your website without worrying about setting up everything from scratch
using Python and this course you will actually create 4 real world projects that include:
A Url Shortener like BITLY :
we will Start off by creating a url shortening app like bitly to start practising the basics of flask
in it we look at how the algorithm generates shorter links and how we can store user input in the database , and then process it and use it.
A Photoprocessing App :
1- an app to start experimenting with the upload and download functionality in flask and how you can return a download to the user after processing his file
2- we then take the app and turn it in to a SAAS to show you how to turn code into money $$$$
a Bitcoin wallet site like coinbase :
We then explore how to create and store bitcoin wallets in python and how we can create bitcoin transactions and we create a site for users to create wallets and send and receive bitcoins.
A Rhyme Generating API for Songwriters:
a React frontend + Flask API that uses token authentication and we introduce rate limiting so when we design our apis we don't want users to abuse our sever.we keep it creative by using a rhyme creator that rappers can use to write songs
But that's not all !
we will also create two awesome blueprints you can use in your projects !!! one for creating a login system for users and another one will be an api blueprint to quickly create your apis
So if you are ready to Master flask Join the course now and start to learn add these sweet projects to your portofolio !!
** Course also includes all project files so you can follow the code and learn from it