Skip to content
Stack Code Review
Question and answer site for peer programmer code reviews.
MENU
  • HOME

Tag: flask

Simple web based file browser with Flask

By mariaPosted on March 4, 2023

Problem I made a simple web-based file browser with Flask. It also shows some metadata of a file. I have […]

Using Flask-SocketIO in conjunction with Flask-WTF / WTForms to provide realtime form validation feedback

By mariaPosted on May 10, 2022

Problem I am working on a user login using Flask and the following extensions: Flask-Login, Flask-WTF, WTForms and Flask-SocketIO Client-Side […]

Security of simple client/server desktop app

By mariaPosted on January 17, 2022

Problem I am writing an application aimed at the desktop but using web technologies. It will have an HTML interface […]

A simple library using Flask and SQLAlchemy

By mariaPosted on June 8, 2021

Problem This is the main.py script that does most of the work of Adding movies (Movie objects) as well as […]

Python Flask webserver with small features

By mariaPosted on March 16, 2021

Problem With the latest of my projects, I started using Visual Studio Code, which allows for Python linting and also […]

How to make the filtering queries more efficient using flask sqlalchemy?

By mariaPosted on May 21, 2020

Problem I have a following table in a flask app class Price(db.Model): __tablename__ = “prices” id = db.Column(db.Integer, primary_key=True) country_code […]

Recent Posts

  • Is Lock necessary to make operation thread safe for this scenario
  • Modeling and computing intersection between continuous intervals
  • width: 60%
  • Verifying requirements before deleting a user-parent-student-school relationship
  • Convert an object to an ordered by SemVer Markdown list
  • HTML form enable one list of options or another
  • What is the most best way to write a bubble sort in java? [closed]
  • Memory leak in a scraper [closed]
  • Bubble sort in Ruby
  • My own version of a search binary tree
  • Reorganizing a PHP array structure (arrays within arrays)
  • Bash script – automate an upload image + description process on a server
  • Project Euler problem #11 – Largest product in a grid
  • Minimum Refills from A to B
  • Performance issue in generic sql utility

Categories

  • .Net
  • Algorithm
  • Android
  • Array
  • Bash
  • C#
  • Console
  • CSS
  • Haskel
  • Html
  • Java
  • Javascript
  • JSON
  • MySQL
  • Node Js
  • Object Oriented
  • Parsing
  • Php
  • Programming Chalenge
  • Python 3
  • React JS
  • Recursion
  • Regex
  • Ruby
  • Security
  • Sorting
  • SQL
  • Strings
  • Swift
  • VBA
Proudly powered by WordPress / Theme: Superfast