issues Search Results · repo:TheAlgorithms/Python language:Python
Filter by
1k results
(66 ms)1k results
inTheAlgorithms/Python (press backspace or delete to remove)Feature description
https://pypi.org/project/requests is becoming less popular. https://pypi.org/project/httpx is a next-generation HTTP
client for Python.
Edit the file requirements.txt to remove requests ...
dependencies
enhancement
good first issue
help wanted
cclauss
- 3
- Opened 15 days ago
- #12732
See the required changes https://github.com/TheAlgorithms/Python/pull/12710/files#r2080117333
Repository commit
Same as #12710
Python version (python --version)
Python 3.14 beta 1
Dependencies version ...
bug
help wanted
question
cclauss
- 6
- Opened 15 days ago
- #12729
import tkinter as tk import tkinter.messagebox from tkinter.constants import SUNKEN
win = tk.Tk() win.title( Calculator )
frame = tk.Frame(win, bg= skyblue , padx=10) frame.pack()
entry = tk.Entry(frame, ...
seun3-beep
- Opened 19 days ago
- #12714
Feature description
I want to make a code regading the exponential numbers .
enhancement
aakashsn23
- Opened on Apr 25
- #12685
What would you like to share?
main.py
Additional information
time.txt
awaiting triage
Rashidali804
- 1
- Opened on Apr 23
- #12681
What would you like to share?
I want to practice my skills on python
Additional information
No response
awaiting triage
silverInfinity
- Opened on Apr 15
- #12672
from time import sleep class Workout: def init(self, exercise,time):#time with seconds self.exercise = exercise
self.time = time
def counting_time(self):#time with secons
for i in range (self.time, 0, ...
Random13-sketch
- Opened on Apr 9
- #12665
What would you like to share?
Hello maintainers! 👋
I’ve submitted a pull request that implements a Radial Basis Function Neural Network (RBFNN) in response to issue
#12322.
📂 File Added: RBFNN/radial_basis_function_network.py ...
awaiting triage
oxBinaryBrain
- Opened on Apr 7
- #12660
Feature description
Add PID and ADRC algorithm, they belong to control algorithm.
enhancement
Zoupers
- 4
- Opened on Mar 17
- #12622

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.