Python_Scripts icon indicating copy to clipboard operation
Python_Scripts copied to clipboard

It contains all the Python Programs, whether it's a GUI, basic, Data Structures, etc. It's a collection of some great Python scripts from basic to advance levels for automating some monotonous tasks.

Results 14 Python_Scripts issues
Sort by recently updated
recently updated
newest added

Hello, id like to add the Cholesky algoritm for solving matrices, under the algorithm subdirectory

Bumps [django](https://github.com/django/django) from 3.2.18 to 3.2.23. Commits 60e648a [3.2.x] Bumped version for 3.2.23 release. f9a7fb8 [3.2.x] Fixed CVE-2023-46695 -- Fixed potential DoS in UsernameField on Windows. e6d2591 [3.2.x] Added stub...

dependencies

Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.5 to 1.26.18. Release notes Sourced from urllib3's releases. 1.26.18 Made body stripped from HTTP requests changing the request method to GET after HTTP 303 "See Other"...

dependencies

A script that converts text to atomic symbols I'll be working on it so please assign me

**Pull Request:** City weather with wttr.in and Python **Description** A Python Program for users to get the lates weather via wttr.in. **Changes Made** Added a Python script for displaying the...

# What does this PR introduce? The PR adds a deep learning file, that classifies whether a person has brain tumor or not. The model has been trained on Kaggle...

# Pull Request: Selfie with Python ## Description A Python Program for the users to take selfies using the OpenCV module. ## Changes Made - Added a Python script for...

I have added Breadth-First and Depth-first algorithms in the Algorithms folder of Python Scripts. Kindly consider merging this pull request. Thank you!