Python icon indicating copy to clipboard operation
Python copied to clipboard

All Algorithms implemented in Python

Results 1352 Python issues
Sort by recently updated
recently updated
newest added

https://github.com/Juan5212/python-flint/actions/runs/11695903704/job/32572168764#step:1:1

### Describe your change: This pull request adds an implementation of the Polyalphabetic Cipher, a classical cryptographic technique that uses multiple substitution alphabets for encryption and decryption. The implementation includes...

awaiting changes

Cybersecurity Application Overview The Cybersecurity Application is a comprehensive tool designed to enhance network security, identify vulnerabilities, and analyze potential threats. By integrating various Python libraries, this application provides functionalities...

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, relief=SUNKEN, borderwidth=3, width=30) entry.grid(row=0, column=0, columnspan=3, ipady=2,...

### Describe your change: Fixes #12622 - [x] Add an algorithm? - [ ] Fix a bug or typo in an existing algorithm? - [ ] Add or change doctests?...

awaiting reviews

### Describe your change: * [x] Test Python 3.14 * [ ] Add an algorithm? * [ ] Fix a bug or typo in an existing algorithm? * [ ]...

awaiting reviews

### What would you like to share? # Code ```python import re a = """ py_path = os.path.abspath(sys.argv[0]) # Absolute path of the current script str = '#FFFFFF' # Color...

awaiting triage

### Describe your change: Add euler project problem 15 additional solution by explicitly counting the paths. * [x] Add an algorithm? * [ ] Fix a bug or typo in...

### Describe your change: Pre-compute the squares and use the look up in the set to check squares property. * [x] Add an algorithm? * [ ] Fix a bug...

### Describe your change: * [x] Add an algorithm? * [ ] Fix a bug or typo in an existing algorithm? * [x] Add or change doctests? -- Note: Please...

enhancement
awaiting reviews