CARVIEW |
Select Language
HTTP/2 200
date: Sun, 27 Jul 2025 13:15:50 GMT
content-type: text/html; charset=utf-8
cf-ray: 965c68662a8cccbb-BLR
cf-cache-status: DYNAMIC
cache-control: private
set-cookie: prov=b3e70139-bdcc-49a7-93d6-f045113aef94; expires=Mon, 27 Jul 2026 13:15:50 GMT; domain=.stackexchange.com; path=/; secure; httponly
strict-transport-security: max-age=31536000; includeSubDomains
vary: Accept-Encoding
content-security-policy: upgrade-insecure-requests; frame-ancestors 'self' https://stackexchange.com
x-clacks-overhead: GNU Terry Pratchett
x-frame-options: SAMEORIGIN
x-request-guid: 87e7e01e-c29a-4185-9196-3c46745d2cfd
x-worker-origin-response-time: 717000000
x-dns-prefetch-control: off
set-cookie: prov=b3e70139-bdcc-49a7-93d6-f045113aef94; Path=/; HttpOnly; Domain=stackexchange.com
set-cookie: __cf_bm=.yHpi0rwHVgQCCxPpSvdndH_AiRJHKTt3aYW02GfJiU-1753622150-1.0.1.1-1b1d2WzYITgq42w4KLwbp7KzNllCNLTK79I5jR8zONOvwOWOfTTPdXDdxcrxzr5o3_Ce6KJ6IFgvrIwg1v6zEWKvwA9dR38fmSp4BZXuUDE; path=/; expires=Sun, 27-Jul-25 13:45:50 GMT; domain=.stackexchange.com; HttpOnly; Secure; SameSite=None
set-cookie: _cfuvid=SnKxQoIZJYxsMqZ5V2hCM_FkhYQ6LdStP2YW8ZDSd0M-1753622150836-0.0.1.1-604800000; path=/; domain=.stackexchange.com; HttpOnly; Secure; SameSite=None
server: cloudflare
content-encoding: gzip
Newest 'python-3.x' Questions - Code Review Stack Exchange
Skip to main content
Stack Exchange Network
Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.
Visit Stack ExchangeTeams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Learn more about TeamsQuestions tagged [python-3.x]
Python 3 is the latest version of the Python programming language and was formally released on December 3rd, 2008. Use this tag along with the main python tag to denote programs that are meant to be run on a Python 3 interpreter only. Do not mix this tag with the python-2.x tag.
5,349 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
5
votes
2
answers
408
views
Weakly-Referencing Tree Structure in Python
For another project of mine, I decided that it would be handy to have a tree structure to dictate hierarchy between pieces of data, but I didn't want to unnecessarily keep that data alive if it would ...
4
votes
2
answers
261
views
Reading a webpage for its list of sites, but getting only the sites I want
Currently, I have this "leave only the urls that don't have unwanted substrings inside" code. I originally tried to use a comprehension to filter the unwanted urls.
...
2
votes
1
answer
120
views
ABC/XYZ business process analysis
I have written a code that deals with ABC/XYZ analysis. I want to use it in my application and would like to find out how the code can be improved, its readability and it will be better to implement ...
12
votes
4
answers
1k
views
Simple mutation simulation for use in science class
I've been giving my grade tens an introduction to computational phylogenomics, based around computing dissimilarity between DNA strands, and a simplified model of mutation. They've been exploring how ...
9
votes
2
answers
327
views
Simple Node.js version manager v2
As a followup to my previous version, I decided to try make this more cross-platform. I considered several languages: C++ is pretty cross platform, Rust is gaining popularity (and the language used by ...
4
votes
3
answers
161
views
Function to calculate energy where all parameters must be positive
I have a function which requires all parameters to be positive:
...
1
vote
0
answers
114
views
Runtime function overloading / dynamic dispatch for Python (2nd revision)
Second revision of the original post: Function overloading / dynamic dispatch for Python
TL;DR:
Improved version of this library[^1] based on previous reviews and criticism. It provides runtime ...
7
votes
5
answers
1k
views
Prime number finder below the limit specified
Is this an optimal solution? I doubt it is. Can someone please critique my code?
...
7
votes
4
answers
961
views
Project Euler #54: class for poker hands
I'm working right now on Project Euler problem 54, and I figured that this was the perfect opportunity to try to work with classes. This is my first time, so I'm sure that there are a lot of style, ...
8
votes
2
answers
956
views
2D block game like Minecraft
I have been working on a 2D block game. I like the progress I am making, but I would like to improve the performance and the overall quality of the code. The code and textures are stored in my GitHub ...
2
votes
2
answers
81
views
Finding partial match table
I am trying to write code that creates a partial match table given a list. The following seems to produce the correct outputs, but it looks quite clunky to me. In particular, it feels strange to me to ...
3
votes
2
answers
133
views
Running yolov to detect class on many files in-memory accumulate RAM on Google Colab T4 GPU
I have thousands of files and I am detecting with YOLOV some classes on them with my own model file. My files are inside a zip file.
I must usually extracting json files which have vector data, then ...
6
votes
2
answers
255
views
(HackerRank) Project Euler+ #250: 250250
Link to problem: linkNumber of solvers: 27 out of 844Solve rate (per person): 3.199%Success rate (over all submissions): 1.78%
Project Euler+ on HackerRank is basically supposed to be a generalization ...
7
votes
1
answer
104
views
Pygame self-made sprite loader
I just wanted to put this out here and see what people think and potential improvements I could make. I've been learning spritesheets in pygame as I was really scared to use them as I thought they ...
5
votes
2
answers
1k
views
Function overloading / dynamic dispatch for Python
UPDATE: Second revision on separate post. Runtime function overloading / dynamic dispatch for Python (2nd revision)
When I first started using Python I had a rough time dealing with some of it's ...
- The Overflow Blog
-
-
- Featured on Meta
-
-
Related Tags
python × 5183
beginner × 821
performance × 628
programming-challenge × 447
algorithm × 324
object-oriented × 277
web-scraping × 205
game × 203
numpy × 178
pandas × 155
time-limit-exceeded × 144
tkinter × 138
strings × 135
reinventing-the-wheel × 106
parsing × 87
tic-tac-toe × 84
beautifulsoup × 82
console × 80
csv × 80
random × 80
file × 74
file-system × 74
mathematics × 74
hash-map × 73
regex × 73
more related tags
Hot Network Questions
- Were the Fantastic Four the only superheroes on Earth-828 in The Fantastic Four: First Steps?
- A question about as ..... as comparison
- Why aren't there baleen whales at about the size of a dolphin?
- Still learning electronics, can you explain this voltage protector failure?
- Alternative to tedious assert-rewrite for trivial operations?
- What Isp can be gotten from a napthalene (mothball) hot gas thruster? Did it work in space?
- Forces applied to a car hood while driving
- Statistics – Linear Inference – What is the moment generating function of non-central t-distribution?
- A national poll of 1000 French returns 25% of "Yes". Is it enough to say that it's quite impossible locally to be 0%, if we don't know the variance?
- What is the weight of holy water?
- leftmargin in enumerate
- Extensions of diagonalizable, respectively multiplicative-type, groups
- How do I set up a recursive algorithm to repeatedly square root a positive real number?
- Is there any verse which says that throughout the Vedas the praise of Shiva is sung?
- Hypothetical copyleft exposure developer on proprietary project, legal?
- Can expanding foam provide interior strength for a large model?
- Word order for a phrase with a number, adjective and noun
- Is it possible to use the PC power button to pre-select the OS in rEFInd UEFI dual boot setup?
- how is it possible for a player to have crossed 2400 and secure 3+ IM norms to stay FM
- Humans on alien planet get tailed by silent humanoids
- How can my dwarves keep humans from reverse engineering their technology?
- Calculus Books Recommendation
- Balancing a Holy Water Bomb
- Are you required to protect trade secrets revealed to you even if you didn't sign an NDA?