Movatterモバイル変換


[0]ホーム

URL:


Sorry, we no longer support your browser
Please upgrade toMicrosoft Edge,Google Chrome, orFirefox. Learn more about ourbrowser support.
Skip to main content

Stack Exchange Network

Stack Exchange network consists of 183 Q&A communities includingStack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.

Visit Stack Exchange
Loading…
Code Review

Questions tagged [python]

Ask Question

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.

15,592 questions
Filter by
Sorted by
Tagged with
7votes
2answers
268views

I have created a text-based program that finds the nearest school using your coordinates.The CSV DataFrame is available through LimeWire.I'd like to know how I can improve it....
Litcoder's user avatar
4votes
2answers
212views

I am trying to convert a dataset which has a Lambert Conformal Conic projection to the classic WGS 84 with Python. Unfortunately, the dataset does not have a defined EPSG code, but the general ...
5votes
3answers
577views

From my previous post, I tried to take into account all of the nice answers made by Kate, Chris, J_H, Booboo and mudskipperChanges madeIn short, I attempted to apply all of the following:API key ...
Chip01's user avatar
8votes
5answers
1kviews

Why I made itI’m building a voice assistant and thought it would be great if it could deliver news updates.What it doesIt cleans up the user’s query, determines whether it refers to a news category ...
Chip01's user avatar
4votes
2answers
258views

I developed two custom UI components with Pygame: a Button widget and a Frame widget. After placing the Button inside the Frame, I encountered an issue with the Button’s collision detection....
Hossein TwoK's user avatar
5votes
4answers
476views

I was looking at a Stack Overflow question and got somewhat carried away with improving the solution, well beyond the scope of that question.In summary, we have a string such as...
Toby Speight's user avatar
6votes
3answers
639views

This question used to contain a mistake in the code, so I had to debug and reformat it. This is the correct version.Why I made itA friend and I wanted to make a lightweight browser, since our ...
1vote
2answers
121views

Note that this is the original version which has not been formatted to comply to PEP-8 and contains an error in the code. Please visit the updated version instead to post answers, comments and/or cast ...
7votes
3answers
807views

Why I made itI wrote this script for one simple purpose: to Rickroll my friends.How it worksThis is the workflow:It fetches a .png frame from a PHP endpoint on a website I own. The frame number ...
Chip01's user avatar
4votes
2answers
679views

I already asked this question, but the script I provided was not compliant to PEP-8, so I rewrote the script for better readability.I'm making a platformer game called Uni where this small character ...
Chip01's user avatar
6votes
3answers
1kviews

I'm making a platformer game called Uni where this small character has to go as high as possible, in which the player constantly has to choose between jumping (W) going left or right (A-D) climbing ...
Chip01's user avatar
3votes
5answers
635views

This code below aim to listing all folders in one directory and get size of each in byte. It uses only pathlib module for that....
wilfrid julien's user avatar
0votes
0answers
61views

I am creating a program to create digital twins of enterprises. I am using the Simpy framework for this purpose.I'm creating a universal system that can model almost any enterprise, but I have a ...
2votes
3answers
1kviews

I am working on this LeetCode problem where I have to count the minimum number of operations to make all elements in an array equal to zero 3542. Minimum Operations to Convert All Elements to Zero...
7votes
3answers
787views

I've written a class to handle my custom errors in Python. The idea is to simplify raising exception with custom messages, all you should do is raise the class and pass it a message.Everything in the ...
Hossein TwoK's user avatar

153050per page
1
2345
1040

Hot Network Questions

more hot questions
Newest python questions feed

[8]ページ先頭

©2009-2025 Movatter.jp