Soyuliasoyulia.hashnode.dev·Nov 19, 2024[백엔드] Nginx - Gunicorn - Flask연결GCP에서 Nginx - Gunicorn -Flask를 연결하는 것이 목표이다! 유저이름@인스턴스 이름 :~$ sudo apt update 패키지 업데이트 위한 작업 유저이름@인스턴스 이름 :~$gsutil -m cp -r gs://버킷이름 /복사할 경로 버킷 내용을 인스턴스에 복사한다. 유저이름@인스턴스 이름 :~$ sudo apt install nginx nginx를 설치한다. (가상환경)유저이름@인스턴스 이름 :~$ cd ~/버킷...Discussnginx
AbuBakar khan lakhweraabubakarkhanlakhwera.hashnode.dev·Nov 11, 2024Week in Review: Starting with Flask – Learning and Teaching TogetherIntroduction This week, I took on the challenge of learning Flask, a lightweight and flexible Python framework for web development. It’s been an exciting journey to start working with this new framework while also introducing the basics to my younger...DiscussFlask
Sai Prasanna Maharanasaimaharana.hashnode.dev·Oct 21, 2024What is the difference between Flask API and Fast APIFlask and FastAPI are both popular web frameworks for building APIs in Python, but they differ in several key aspects such as performance, ease of use, and built-in functionality. Below is a comparison of the two based on various factors: 1. Performa...DiscussAPIFastAPI
Walter John Salibayaiwalts.hashnode.dev·Oct 20, 2024Activity #22: Research: Python FlaskFlask is a lightweight, yet powerful web framework written in Python. It is designed to be easy to use and extend, making it a popular choice for web developers who want to build web applications quickly and efficiently. Flask provides the basic tool...DiscussFlask
Monette Nicolasnet150.hashnode.dev·Oct 18, 2024Activity 31: Python Flask Data StructureProject Structure The index.html file serves as the user interface for managing a student list within the web application. It features a form designed for adding new students, along with a table that displays the list of students, complete with head...DiscussPython
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
Thirdy Gayaressoftware-engineer.thirdygayares.com·Sep 15, 2024How to run Python FlaskFlask is a lightweight, yet powerful web framework written in Python. It is designed to be easy to use and extend, making it a popular choice for web developers who want to build web applications quickly and efficiently. Flask provides the basic tool...Discuss·325 readsPython FlaskFlask Framework
Jeevang1nagarkar.hashnode.dev·Aug 22, 2024Flask vs. Django: Choosing the Right Python Web Framework for YouChoosing a web framework for your Python project is a crucial decision, and two popular options are Flask and Django. Both have their strengths, but they cater to different needs. Let's explore the key differences between Flask and Django to help you...DiscussPythonPython
Taylor Ngtaylorng.hashnode.dev·Aug 19, 2024Integrating Flask-Mail: Send It!Have you ever created a user account in a web application? Or signed up to receive notifications about discounts or new products? If you answered yes to any of these, then chances are you have seen email integration at work. In this day and age, many...Discussflask-mail
Nischal Baidarnischalbaidar.hashnode.dev·Aug 12, 2024Streamlit vs. FastAPI, Django, and Flask: Choosing the Best Framework for Your ML Projects 🛠️🔍Introduction Choosing the right framework can make or break your ML project. Here’s a quick guide to FastAPI, Django, Flask, and Streamlit to help you decide which fits your needs best! 🚀 1. Framework Overviews FastAPI: ⚡ Modern and fast for APIs, ...Discuss·1 like·66 reads#MLTools