Divyajyoti Ukirdedivyajyotiuk.hashnode.net·Sep 27, 2020How to create React App with Flask backend?Do you want use Python as backend for your React project? You can write the frontend logic in Javascript and use Python for the backend. Flask makes this integration into one single project really easy. We'll be covering, Creating Flask API Creating...Discuss·52 likes·3.2K readsReact
Curious Paulnotesbypaul.hashnode.net·Sep 16, 2020Integrate TailwindCss Into Your Flask AppIntro Hey Flask enthusiasts!, so I got around to learning tailwindcss and I have to say - it's been fun! and worthwhile, I've come to appreciate the tool and so I decided to debut my hashnode blog with this article on how to use it in a typical flask...Discuss·23 likes·836 readsFlask
rivondaverivondave.hashnode.net·Feb 17, 2023Building your First Flask Application with pythonPython(Flask) is a python framework used to create the backend functionalities of a website. It is a simple framework for building complex web applications. Flask is a lightweight WSGI web application framework. It began as a simple wrapper around We...Discuss·22 likes·101 readsFlask
Richmond Damaghateryx.hashnode.net·Apr 13, 2023Deploy Flask App in HerokuJust today, I finished a task I've never done before - deploying a Flask web application on Heroku. As background, I'm an aspiring software developer who was given a task by the recruiter to build a web app and deploy it to Heroku. I was given three ...DiscussPython
Raphael Okaijayralph.hashnode.net·Apr 5, 2023DAO-Optical Character Recognition Tool: Flask web app with Tesseract OCR integrationIntroduction Welcome to Group DAO’s Flask web app, which integrates Tesseract OCR to extract text from image files. In today’s digital age, we are inundated with an immense amount of data in various forms, including images, PDFs, and scanned document...Discuss·27 readsAI ML
rivondaverivondave.hashnode.net·Feb 17, 2023Building your First Flask Application with pythonPython(Flask) is a python framework used to create the backend functionalities of a website. It is a simple framework for building complex web applications. Flask is a lightweight WSGI web application framework. It began as a simple wrapper around We...Discuss·22 likes·101 readsFlask
Akash Mishraakashmishra.hashnode.net·Jan 26, 2023API Basics and Best PracticesAPI, or Application Programming Interface, is a set of rules and protocols that allow two computers to communicate with each other. The most common way to use API is through the client-server architecture, where a client (such as a web or mobile appl...Discuss·40 readsAPIs
RIdwan Adebayoridwanadebayo.hashnode.net·Jan 10, 2023Building A Simple Blog Using FlaskIntroduction Flask is a web framework. It's a Python module that provides tools, libraries, and technologies that allow you to build web applications quickly. Flask is a microframework, meaning it is a lightweight framework that does not include an O...Discuss·41 readsPython
Starrstarr.hashnode.net·Jan 9, 2023Create a beginner-friendly blog website using Flask, a Python framework.Introduction Hey guys, welcome to my space🥰. Are you ready to dive into the world of web development and learn how to build your own blog? Look no further! In this tutorial, we will be using Flask, a powerful and flexible Python framework, to create...Discuss·12 likes·136 readsblog
Sanmi Adejubesanmiadejube.hashnode.net·Jan 10, 2023Building a Blog Website Using Flask-PythonIntroduction to flask Flask is a lightweight Python web framework that provides useful tools and features for creating web applications. It is classified as a microframework because it does not require particular tools or libraries. It has no databas...Discuss·69 readsPython
Samuel Damilola Akinmarinsamdami.hashnode.net·Jan 10, 2023How to build a Blog using FlaskFlask is a micro web framework written in Python that speeds up application development by providing essential back-end components for programmers to build upon. Flask is simple and lightweight—one of the most manageable frameworks around—and contain...Discuss·1 like·65 readsBeginner Developers
zichdanzichdan.hashnode.net·Jan 9, 2023How To Build A Blog Website Using Flask In PythonIntroduction Flask is a lightweight micro web development framework developed and written in Python. It is easy to learn and use. In this tutorial, we will be building a simple blog website using the Flask web framework, Flask_SQLAlchemy for database...Discuss·107 readspython beginner
micheal milebamileba.hashnode.net·Jan 8, 2023Building a Blog with FlaskFlask is a lightweight Python web framework that allows developers to easily build web applications and websites. One popular use case for Flask is building a blog. This article will go through the steps to build a simple blog using Flask. First, we ...Discuss·1 like·38 readsFlask Framework