Skip to main content

Questions tagged [python]

Python is an interpreted, general-purpose high-level programming language whose design philosophy emphasizes code readability. Use the python tag for all Python related questions. If you believe your question may be even more specific, you can include a version specific tag such as python-3.x.

0 votes
1 answer
15 views

If I can just get a review on my views for the farrier management system. I greatly appreciate any feedback and let me know if I am following best practices and industry standards. ...
Joseph Krakos Jr's user avatar
1 vote
1 answer
29 views

If I can just get a review on my forms for the farrier management system. I greatly appreciate any feedback and let me know if I am following best practices and industry standards. ...
Joseph Krakos Jr's user avatar
3 votes
2 answers
64 views

I am writing my own add-on for SimPy to simulate the operation of enterprises. I have identified two types of entities: Bulk (...
3 votes
3 answers
89 views

Relationship Logic: Is using PROTECT on Client and SET_NULL on ...
Joseph Krakos Jr's user avatar
2 votes
3 answers
151 views

I've been studying Python for about a month and I'm focusing on back-end development. I've developed a simple program with a menu that includes a calculator and a guessing game. I would appreciate ...
Gxxdevv's user avatar
  • 31
7 votes
5 answers
344 views

A tween is a transition of a variable from one value to another value gradually over time using some sort of easing function. I could not really find a library for easily creating tweens in Pygame so ...
Dair's user avatar
  • 6,322
4 votes
4 answers
596 views

I wrote a program that helps chefs with sorting ingredients and grouping each of them to the supplier they belong. This program is for French users. I would like a review, and I'm very open for ...
iShareInspiration's user avatar
7 votes
3 answers
783 views

I’ve written a small tool to extract files from disk images using hex signatures from a YAML config. It works, and I’m using it for my current tasks, but since I’m new to Python, I want to know how &...
zeuw's user avatar
  • 71
4 votes
1 answer
203 views

I wrote a Python script that takes a YouTube URL, fetches the video's metadata and its subtitles transcript via YouTube's internal youtubei/v1/player API. The script uses only the standard library. It'...
user avatar
14 votes
9 answers
2k views

I wrote a small Python script that asks the user for an hour (0–23) and determines whether it is morning, afternoon or night. I used a dictionary where the values are tuples representing hour ranges. ...
Blindbandid's user avatar
6 votes
3 answers
455 views

I found an very old project of mine with an issue that I solved today (first and last lines were not drawn). It demonstrates the Graham-Scan However, I noticed I didn't document anything, and I ...
Thingamabobs's user avatar
14 votes
3 answers
963 views

Yesterday was π-day (or today is π-day depending on your timezone). Anyway I spent the past month or so implementing trigonometric functions using only integer arithmetic, and I have implemented five ...
Ξένη Γήινος's user avatar
6 votes
4 answers
871 views

I have a code in Python for Google Colab (.IPYNB) that reduces SAT problems to instances of a Generalized Rubik's Cube and solves them in polynomial time. Currently, the solver’s worst-case complexity ...
KAORU AGUILERA KATAYAMA's user avatar
7 votes
3 answers
406 views

I have developed a project "Address Book" in Python with Tkinter and SQLite using the MVC architecture. The project allows: adding, modifying, deleting and looking up contacts listing all ...
Meada Menaoum's user avatar
8 votes
4 answers
281 views

Introduction I have created a small script designed to do the following: Download/read an OpenAPI json document Given a specific endpoint, convert the ...
FrailCarter's user avatar

15 30 50 per page
1
2 3 4 5
1045