Emeron Marcelleemerondomain.hashnode.dev·Oct 11, 2024Real-Time Hand Gesture Recognition with AI 🤖✋📝 Project Background Hand gestures can serve as intuitive and efficient remote commands for controlling various devices and systems, especially in environments where physical touch is impractical or impossible. By developing accurate gesture recogni...Discuss#hand-gesture-recognition
LingarajTechhub All About Programminglingarajtechhub.com·Oct 5, 2024How to Implement an Effective System: Get Alerts for Maximum ConditionsTo send you a message when a system reaches its limit, we can update the Flask app to check for these conditions and send alerts. I'll add a simple way to log a message when certain limits are passed. Modified Flask Application with Notifications: fr...DiscussFlask Framework
Ruthruthr.hashnode.dev·Jul 24, 2024API Template with Flask-SQLAlchemy-PostgreSQLBuilding an API from scratch is time consuming so I decided to create a template for more time building and less time configuring. Here's a run through of how it works. We will be working with Python, Flask, SQLalchemy, Marshmellow, PostgreSQL, and U...DiscussFlask
Mohit Bhattcodymohit.com·Jul 15, 202410 Steps to Build Your First Web Application Using Python FlaskHey there, tech enthusiasts! 🌟 Are you ready to dive into the world of web development with Python Flask? Building your first web application might seem like a daunting task, but trust me, it's easier than you think! Whether you're a seasoned coder ...Discuss·29 readsPython
Nile Bitsnilebits.hashnode.dev·Jul 2, 2024APIs vs. Endpoints: Breaking Down the DifferencesDespite being basic ideas in web development and programming, APIs and endpoints can lead to misunderstanding. These phrases have different meanings and purposes, despite their close relationship and sometimes interchange, which leads to misunderstan...DiscussAPIs
sahil sauravsahilsaurav.hashnode.dev·Jun 14, 2024Starting With the Flask Web appFlask is a Python framework that stands out for its simplicity and ease of use. While Python offers several frameworks for web app development, Flask holds a special place. Web apps are composed of two essential components: the front end (including t...Discuss·26 readsFlask Framework
ByteScrum TechnologiesforByteScrum Technologiesblog.bytescrum.com·May 21, 2024Building a REST API with Flask: A Step-by-Step GuideIntroduction Flask is a lightweight and flexible Python web framework that makes it easy to build web applications, including REST APIs. In this guide, we'll walk through the process of creating a REST API using Flask, covering everything from settin...Shashank Dubey and 6 others are discussing this7 people are discussing thisDiscuss·115 likes·1.1K readsPythonbytescrum
Gideon Batureblog.benehub.tech·Feb 21, 2024Unveiling ResultNote: The Game Changer for Effortless Result ManagementIntroduction Our project helps teachers to be able to manage their students results: they can record the test and exams grade of each individual students per class, generate the over all result for each student in a class based on their individual re...Discuss·10 likes·45 readsresult management system
Jeremy Garcianomadlyfe.hashnode.dev·Jan 12, 2024Harnessing the Power of Flask-SQLAlchemy: A Guide to Fetching External API DataIn the dynamic realm of web development, the ability to seamlessly integrate external API data into your Flask application can be a transformative game-changer. Flask, a lightweight web framework for Python, when coupled with SQLAlchemy for efficient...DiscussPython
Wigar Badriflatironwriter.hashnode.dev·Oct 17, 2023Understanding Flask in Software Engineering: A Powerful and Flexible ToolIn the ever-evolving landscape of software engineering, developers are constantly seeking efficient and versatile tools to create robust web applications. One such tool that has gained widespread popularity and acclaim is Flask. Flask is a lightweigh...DiscussFlask Framework