Flask News
Discover the latest Flask development news, repositories, and conferences at Hackertab.
Latest Flask articles

Raspberry Pi NeoPixel Light Show
Raspberry Pi NeoPixel Light Show Now that the holidays are starting to settle in, I figured to try out a project I have been wanting to do for a good while. I set up custom Christmas Lights for my tree that I can program and control over the Web. Now that I have successfully built…...
01 December 2023medium

Full Spectrum Mastery: Navigating Full Stack Software Engineering
Full Stack Software Development Roadmap Full-stack software development involves managing...
01 December 2023devto

Simplifying Serialization with Marshmallow: An Introduction with SQLAlchemy
Introduction Serialization is the conversion of an object into an easily transported form. When building out a full-stack application, it acts as a translator and allows data to flow smoothly between the frontend, backend, and any other component. Se...
01 December 2023hashnode

Jinja 2 And How To Template Like A Pro
Jinja 2 is a powerful, super extensive and popular templating engine for Python web development. It gives you a simple, clean, and really extensible way to generate dynamic content in web applications. In this article, we'll look through the origins ...
01 December 2023hashnode

How to deploy your Flask application to Azure
How to deploy your Flask application to Azure Introduction Deploying applications to the cloud requires choosing suitable services and understanding the deployment process. In this tutorial, we’ll focus on deploying a Python-based Flask application to Azure using Azure App Service. Step 1: Setting Up Your Flask Application Create Your Flask Application: Start by building your Flask application. Ensure that the main file is named application.py for…...
30 November 2023medium

Python Applications
Python is a high-level, interpreted, and general-purpose programming language known for its...
30 November 2023devto

Building a Web Application with Python 3 and Flask
Building a Web Application with Python 3 and Flask Flask is a popular web framework for building web applications using the Python programming language. A Web Application Framework or a simply a Web Framework represents a collection of libraries and modules that enable web application developers to write applications without worrying about low-level details such as protocol, thread management…...
30 November 2023medium

How to Implement Two-Factor Authentication with PyOTP and Google Authenticator in Your Flask App
Two-factor authentication, or 2FA, is like having an extra lock on the door to your online accounts. Instead of just using a password, 2FA adds another layer of security. It's a bit like needing both a key and a special code to open a vault. Think of...
30 November 2023hashnode

Day 13: Introduction to Python
Python was created by Guido van Rossum, and released in 1991 What is Python? Python is an Open source, general-purpose, high-level, and object-oriented programming language. Python consists of vast libraries and various frameworks like Django, Tens...
29 November 2023hashnode

Dockerizing Flask: A Manual to Dockerfile Transition
Dockerizing Flask: A Manual to Dockerfile Transition Welcome to an in-depth exploration of Dockerfile construction, where we unravel the intricacies of building and running a Flask app within a Docker container. This comprehensive journey begins with the manual execution of Linux commands within an interactive container. It evolves into developing a Dockerfile, showcasing the meticulous process of…...
29 November 2023medium
Trending Flask repositories
vinta/awesome-python
A curated list of awesome Python frameworks, libraries, software and resources
187,709 stars24,131 forks
coqui-ai/TTS
🐸💬 - a deep learning toolkit for Text-to-Speech, battle-tested in research and production
23,030 stars2,551 forks
Farama-Foundation/Gymnasium
An API standard for single-agent reinforcement learning environments, with popular reference environments and related utilities (formerly Gym)
4,307 stars520 forks