Courseboat.com

Modern GUI Development – Python (Software Development)

Building real time system application using Python Flask, Google Firebase, Node Js, Tailwind CSS

In this course we are going to learn about Python Flask application and Google Firebase. We are going to build a realtime ToDo System application with realtime cloud database and with modern graphical user interface. We are using Tailwindcss to create a nice material UI.

What you’ll learn

Course Content

Requirements

In this course we are going to learn about Python Flask application and Google Firebase. We are going to build a realtime ToDo System application with realtime cloud database and with modern graphical user interface. We are using Tailwindcss to create a nice material UI.

 

Technologies Used

 

What is Python 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 has no database abstraction layer, form validation, or any other components where pre-existing third-party libraries provide common functions.

 

Whats is Firebase?

Firebase is a set of hosting services for any type of application. It offers NoSQL and real-time hosting of databases, content, social authentication, and notifications, or services, such as a real-time communication server.

 

Whats is Tailwindcss?

Tailwind CSS is an open source CSS framework. The main feature of this library is that, unlike other CSS frameworks like Bootstrap, it does not provide a series of predefined classes for elements such as buttons or tables.

 

What is NodeJs?

Node.js is an open-source, cross-platform, back-end JavaScript runtime environment that runs on a JavaScript Engine and executes JavaScript code outside a web browser, which was designed to build scalable network applications.