sub
stringclasses
1 value
title
stringlengths
7
303
selftext
stringlengths
0
8.65k
upvote_ratio
float64
0.08
1
id
stringlengths
9
9
created_utc
float64
1.65B
1.65B
Python
Machine Learning Sandbox in Python
Hope you are doing well. I was reaching out to share one of my projects with all of you . The idea was to build a sandbox of ML algorithms that people could use to demonstrate classical ML algorithms and also break down the same with simple from-the-scratch implementation in Python. You can simply fork the repo and sta...
0.9
t3_tvw388
1,649,057,193
Python
Is List Comprehension The Most Effective Way to Solve Any Tasks? | Python
0.25
t3_tvut3j
1,649,052,016
Python
Choosing Python over other languages
This is an interesting blog that I read. It's written by Brett Cannon who is a core developer of Python. It essentially explain why you shouldn't automatically ignore Python because it's not as fast as some other programs. ​ [Selecting a programming language can be a form of premature optimization (snarky...
0.69
t3_tvubzw
1,649,050,282
Python
Open-Source python package to find relevant images for a sentence
​ [Search results for \\"a happy potato\\"](https://preview.redd.it/2cnopvno0gr81.jpg?width=744&format=pjpg&auto=webp&s=eecc9e9948c386fbd959289257c347fa19c35644) You **don't** need to caption the images for the search to work, and it is **not** just limited to objects in the image but an overal...
0.86
t3_tvs0dp
1,649,042,711
Python
If you're bored at work or school.
Try to open Python Idle and Import antigravity module `import antigravity` Then laugh.
0.87
t3_tvp8uf
1,649,034,470
Python
swagger-gen: the Swagger spec generator you've been waiting for
Hey Python people, As a .NET developer by day, I've always been bummed by the lack of real Swagger spec generators available for Flask compared to Swashbuckle for ASP.NET. I personally don't want to write some markup or clutter the service with a bunch of code to generate the docs, I wanted something that would gener...
1
t3_tvp63o
1,649,034,247
Python
Is r/Python participating in r/place?
If so, where can one get involved?
0.25
t3_tvom5q
1,649,032,639
Python
iMandelbrot is a tool made out of PyGame that visualizes the nature of a Mandelbrot fractal!
# Mandelbrot: An Interactive Module **iMandelbrot** is a **learning aid** purely made out of **PyGame** that visualizes the nature of a **Mandelbrot** fractal! GitHub Link: [https://github.com/wonmor/iMandelbrot-Plotter](https://github.com/wonmor/iMandelbrot-Plotter) ## Public Release 1.2.0 **DEVELOPED** AND **MAIN...
0.67
t3_tvofnv
1,649,032,116
Python
Monday Daily Thread: Project ideas!
Comment any project ideas beginner or advanced in this thread for others to give a try! If you complete one make sure to reply to the comment with how you found it and attach some source code! If you're looking for project ideas, you might be interested in checking out Al Sweigart's, ["The Big Book of Small Python Proj...
0.81
t3_tvnusp
1,649,030,411
Python
Python libraries for hierarchical or multilevel time series analysis
What are the python libraries best suited for analyzing time series with hierachical or multiple levels like geographic levels between neighborhoods within cities and cities within states.
0.76
t3_tvmdfk
1,649,026,196
Python
Python and Blockchains
Why is Python is not used as much in blockchain technology, Specially in the core of blockchains
0.22
t3_tvl7m8
1,649,023,159
Python
Two new articles this week: Beginner tutorial on classes and object-oriented programming with exercises and Python careers research
Hi all, In the last few days, I had a lot of fun publishing two brand new articles for you: * [Python Classes Zero to Expert: A Tutorial with Exercises](https://codesolid.com/getting-started-with-python-classes/) For new programmers just beginning with Python and learning about object orientation, this beginner-...
0.85
t3_tvkqlt
1,649,021,930
Python
we need to make the python logo in r/place
Don't you think? Imo it would be so cool if some of us got together and started to plan it :)
0.19
t3_tvjg5x
1,649,018,716
Python
Twitter read and analysis
# Import tweepy to work with the twitter API import tweepy as tw # Import numpy and pandas to work with dataframes import numpy as np import pandas as pd from matplotlib import pyplot as plt consumer_key ='mycode' consumer_secret = 'mycode' access_token ='mycode' ...
0.6
t3_tvj90z
1,649,018,223
Python
Dice roll Probability
import random import collections import time ##Outcome List of Combinations Total ##2 1+1 1 ##3 1+2, 2+1 2 ##4 1+3, 2+2, 3+1 3 ##5 1+4, 2+3, 3+2, 4+1 4 ##6 1+5, 2+4, 3+3, 4+2, 5+1 5 ##7 1+6, 2+5, 3+4, 4+3, 5+2, 6+1 6 ##8 2+6, 3+5, 4+4, 5+3, 6+2 5 ##9 3+6, 4+5, 5+4, 6...
0.33
t3_tvinqx
1,649,016,754
Python
Who exactly is a python developer? I know this is a broad term which include many paths. But do we have to cover them all to become one? much like, one term to rule them all?
Hii all I've seen the term "Python developer" been around online, and the roadmap to become one. As we all know, it does include many paths, web dev, analysis, DS, ML and so on. To be called a python dev, do we actually need to cover all potential paths and then just choose one? or we should be able to do anything u...
0.42
t3_tvi6ql
1,649,015,670
Python
python logo in r/place
guys let’s make the python logo discuss coordinates and such in the comments
0.3
t3_tvhwuf
1,649,015,005
Python
I am working on some 3D reconstruction using TOMVIZ, does anybody know any tutorial for segmentation in this software?
0.33
t3_tvhi0d
1,649,014,055
Python
Introducing File Folder Hider! (made with Tkinter Python)
I've been working on this project for a couple of months now, first it was in the from of a terminal where the user had to give certain commands to get the job done, but now, its a fully-fledged GUI with buttons and labels to guide you. It has its two main features, "Hide" and "Unhide", which help you hide and unhide a...
0.75
t3_tvflrx
1,649,009,385
Python
I made a video comparing different data storage formats that python users should consider. Feedback welcome!
0.75
t3_tver6p
1,649,007,270
Python
Easier Regexps
0.2
t3_tveh1e
1,649,006,548
Python
A Redux inspired store pattern for asyncio applications - SimpleEventMonitor
So, recently I had to deal with the issue of setting up a solution to monitor a few on-prem deployments for health status. The on-prem clusters were configured to send emails with multiple tables with the status of every node etc. Well, it is a pretty straightforward solution was writing a python script to check the m...
0.73
t3_tve7uh
1,649,005,890
Python
magic-timer: Conveniently get a rough idea of how long things take. (package)
0.62
t3_tvcnmr
1,649,001,856
Python
Darts in higher dimensions
While browsing YouTube, I came across the following video in which a little puzzle is presented that is solved mathematically. Using maths, an answer was presented that I validated by implementing a simulation. I thought this was a fun little challenge to program. Maybe others want to give it a go as well? How wou...
0.63
t3_tvbluw
1,648,999,132
Python
r/Place
Are people interested in putting the 2 snakes in there?
0.22
t3_tvakqu
1,648,996,309
Python
Simple and Super Easy-to-use Colabs
[Github](https://github.com/BreezeWhite/interesting-colabs) Tired of figuring out how to use a research demo colab? Feeling lost in the arrangements of all the messy colab blocks and information? I want to share my personal collections of colabs that is definitely easy to use. This is not just another “awesome list” ...
0.75
t3_tva26l
1,648,994,803
Python
Instagram bot and Data gathering with GUI
Hi, InstaMachine is a post-oriented Instagram bot which means it is more focused on gathering data and storing it inside the SQLite database. I made this app solely to put to test my web scraping abilities as a beginner programmer and build up some portfolio, therefore I did not use any python's Instagram library such...
0.5
t3_tv9nz9
1,648,993,681
Python
Python beginners created these games based on my tutorials! What do you think?
0.68
t3_tv9cin
1,648,992,723
Python
Python open-source OpenBB Terminal against Bloomberg Terminal
0.95
t3_tv7xqp
1,648,988,114
Python
How is PyPy Tested?
0.83
t3_tv7nyw
1,648,987,167
Python
PtPython as default Django shell - my first Django package
Hey there! I've built a package to use PtPython as default Django shell. Due to extra functionalities of PtPython, I'm using that rather than Python and maybe many of you using ptpython too so I tried to make it default shell in Django framework. You can give it a try: `pip install django-ptpython` Github reposit...
1
t3_tv7jej
1,648,986,698
Python
Python dictionary implementation
0.73
t3_tv4p4i
1,648,974,980
Python
Share Python Code Snippets Like A Pro Without Using GitHub
0.38
t3_tv33br
1,648,968,433
Python
Python Selenium Tutorial #7 - Save & Reuse Cookies
0.91
t3_tv2rby
1,648,967,078
Python
What Lies Between the Fibonacci Numbers?
Enjoy this brief video, where we examine the Fibonacci numbers by using a Jupyter Notebook. It is this easy, and you can get started today! [https://www.youtube.com/watch?v=Ge0k4kS9wE8](https://www.youtube.com/watch?v=Ge0k4kS9wE8) In this little python video, we have a look at Fibonacci numbers. First, we try a few f...
0.6
t3_tv1yd2
1,648,963,949
Python
Data Visualization and simple Regression using Dash
Hi guys, I created my first application with Dash and am excited to share it. It's a simple tool for analyzing already cleaned datasets. You can upload any dataset but generally it caps out at 100MB. Eventually, i'm hoping to allow for bigger datasets. site: [https://www.regress.me/](https://www.regress.me/) source:...
0.97
t3_tv1tq9
1,648,963,469
Python
Python App
Hello, I did a simple app on Python. This app is making a common shortcut from several. You can test it right here: [https://github.com/naelxd/Nepo](https://github.com/naelxd/Nepo) I will be very glad to read your opinions and advices. Thanks! https://i.redd.it/m7ytbr2i18r81.gif
0.17
t3_tuy9d5
1,648,951,431
Python
Sunday Daily Thread: What's everyone working on this week?
Tell /r/python what you're working on this week! You can be bragging, grousing, sharing your passion, or explaining your pain. Talk about your current project or your pet project; whatever you want to share.
0.92
t3_tuwz6h
1,648,944,010
Python
Naming convention for type aliases
I recently did a remote technical challenge/interview through a company that does assessments for other companys. I scored very well, but they made a comment that they didn't like my naming convention, and marked me down in one category. The part they didn't like was: SimpleTable = Dict[str, Dict[str, str]] They...
0.9
t3_tuvz80
1,648,941,052
Python
A commit from my lead dev: "Improve readability".
I don't get it. Help! https://preview.redd.it/emb8jxjrv6r81.png?width=607&format=png&auto=webp&s=871eae5047ac3c13dcba968fa2b49dd707469287
0.83
t3_tuuq5l
1,648,937,544
Python
Space Science with Python - Asteroids meet Deep Learning #10
Hey everyone, today I'd like to show you how to optimize a Conv1D network using [Keras-Tuner](https://keras.io/keras_tuner/). It enables one to automatically test some pre-defined networks; or it applies Bayesian or Hyperband optimization to find the best model! In our case, we'll use it to find a good convolutional ...
0.8
t3_tuuc31
1,648,936,504
Python
Cloud server
I made an API to managing files remotely, it's protected from directory traversal, shells and more! [https://github.com/ZSendokame/ViCl](https://github.com/ZSendokame/ViCl) I wan't to improve it, so if you have any ideas or feedback please leave it on comments
0.73
t3_tuszb4
1,648,932,845
Python
Beautiful circos plots in Python
Circos is one of the most popular software packages for displaying the inter-relationships between data in a matrix. For example, in the bioinformatics field, circos style plots are often used for visualizing genomic similarities and features. However, the original package is implemented in Perl, and the other derived ...
0.78
t3_tupzwe
1,648,924,973
Python
GitHub - minimaxir/imgbeddings: Python package to generate image embeddings with CLIP without PyTorch/TensorFlow
0.67
t3_tuokyp
1,648,921,291
Python
Free and reliable language translation API for developers
Hi Pythons, For years now, I have been developing and maintaining the [deep-translator](https://github.com/nidhaloff/deep-translator) package. Recently, I started working on an API based on it and I want to show it to you. The API is based on fastapi and deep-translator. I deployed a "basic" version on azure, you can...
0.8
t3_tunvta
1,648,919,507
Python
Help building a Python logo in r/place!
we are currently working at 1270 x 888 near the belgium flag [https://www.reddit.com/r/placepython/comments/ttxp46/rplacepython\_lounge/](https://www.reddit.com/r/placepython/comments/ttxp46/rplacepython_lounge/) [https://www.reddit.com/r/placepython/comments/tungzi/starting\_again\_at\_1270\_x\_888\_near\_the\_belgi...
0.68
t3_tuno8s
1,648,918,996
Python
Python GUI Programming With Tkinter – Real Python
0.67
t3_tulmi2
1,648,913,791
Python
ORM by dataclass with type hints✨✨✨
​ https://preview.redd.it/vvsaiq7yl4r81.png?width=754&format=png&auto=webp&s=b71bdbfcaabf44d9d52cf1743d1caa26c1efd92f https://preview.redd.it/v6qf97zcl4r81.png?width=1118&format=png&auto=webp&s=281417df407d2cc011e3e02ed61da5791bcc3c3a see more at [https://strongbugman.github.io/dan...
0.64
t3_tukdgh
1,648,910,416
Python
we need a python logo in r/place
let's choose a good pixel art logo and draw it somewhere.
0.48
t3_tuizod
1,648,906,468
Python
py-terraform: Python binding for Terraform
Hi, I wrote a Python binding for Terraform which called [**py-libterraform**](https://github.com/Prodesire/py-libterraform). Terraform is a great tool for deploying resources. If you need to call the Terraform command in the Python program for deployment, a new process needs to be created to execute the Terraform comm...
0.92
t3_tuiv20
1,648,906,072
Python
An Example of Automated Hacking with Python
0.94
t3_tuhe59
1,648,901,266
Python
Gradually Migrating Python Code to asyncio
0.81
t3_tuhb11
1,648,900,968
Python
PyTermGUI now lets you export your terminal contents as an SVG screenshot!
https://preview.redd.it/… at r/PyTermGUI!
0.84
t3_tuh5ej
1,648,900,443
Python
I made a simple access-code protected webpage. Any suggestions on how I can improve?
So for fun, I am making a webpage that can be only access through a 4 digit access code. Nothing fancy. No Username or password. I hardcoded a 4 digit pin in the flask app and am "authenticating" (not sure if I can call it this) in the way below. ​ Right now, I am also trying to "re-auth" after 100 second...
1
t3_tugf5s
1,648,897,756
Python
XRP Blockchain Wrapper
Hi I made a simple wrapper based on "xrpl-py" package which makes it easier to interact with xrp blockchain. It's still a work in progress. I hadn't had enough time to write a sphinx doc for it, but the library is very easy to understand In other words, it's a more simplified version of the "xrpl-py" package. Gi...
0.33
t3_tue6z7
1,648,888,626
Python
Handle Exception and Close Resource Using Python Context Manager With-Statement
0.6
t3_tudfqc
1,648,885,400
Python
Best OOP Tutorial
Wanted a primer on Python OOP and came across this course from FreeCodeCamp. The instructor does a great job explaining all the concepts related to OOP. If anyone is looking to get more info on OOP, I highly recommend you go and check this course out: https://youtu.be/Ej_02ICOIgs Cheers.
0.85
t3_tucz71
1,648,883,543
Python
Every 15 Minutes, Random YouTube Comment Gets Featured on the Thumbnail - Dynamic YouTube with Python
I wanted to explore dynamic video making, which are YouTube videos where the title or thumbnail changes during the video's lifetime. You may have seen Tom Scott's changing title video or Mr. Beast's changing thumbnail. For this Python project, I made a Python script using the YouTube API hosted on AWS Lambda where eve...
0.71
t3_tu9lyd
1,648,870,971
Python
Saturday Daily Thread: Resource Request and Sharing! Daily Thread
Found a neat resource related to Python over the past week? Looking for a resource to explain a certain topic? Use this thread to chat about and share Python resources!
0.75
t3_tu5ckr
1,648,857,610
Python
Pokete: A terminal based Pokemon like game
​ https://reddit.com/link/tu1zat/video/u3812q8qkzq81/player I wrote a Pokemon clone, called [Pokete](https://github.com/lxgr-linux/pokete), for the terminal supporting: * Different Pokete types * Effectiveness of those types against each other * Attack effects * A map * NPCs to talk to (partly with comple...
0.95
t3_tu1zat
1,648,848,316
Python
largestinteriorrectangle - my first PyPI published package
I implemented the in 2019 described [Algorithm for finding the largest inscribed rectangle in polygon](https://journals.ut.ac.ir/article_71280_2a21de484e568a9e396458a5930ca06a.pdf). Today I published the package on [PyPI](https://pypi.org/project/largestinteriorrectangle/). I developed it to solve the [problem of black...
0.91
t3_tu0tfu
1,648,845,350
Python
bundling python virtualenv AND interpreter?
I can use pex to bundle a archive of a virtualenv, that I can run with a specific version of a python interpreter on a host. Is there a project that will let me bundle the virtualenv AND the python interpreter?
0.85
t3_ttyskq
1,648,840,116
Python
I've made a "Falling sand" Sandbox with Python (using pygame)
It's extremely slow and incefficient but it does work :) It implements: \- Sand & Water Physics \- Buoyancy \- Heath transfer \- Status changes (ice -> water -> vapor) Here's a demo for how it looks like in action: [https://www.youtube.com/watch?v=7cgfJqnVVTg](https://www.youtube.com/watch?v=7cgfJqn...
0.96
t3_ttxxxq
1,648,837,926
Python
How are python threads different from other languages? I understand GIL limits code exec to one thread but how does "usual" threading is like without GIL.
I have used many other languages but I've only touched concurrency in python. I have learnt about threading, asyncio and multiprocessing. I was reading about GIL and can easily understand "it limits code exec to one thread", that's plain definition. Its a mutex and all that. But how exactly does it limits and what? ...
0.77
t3_ttx3k4
1,648,835,841
Python
Are we all joining r/placetux for the Linux community or can we build a python on r/place?
Where else are y'all dedicating your tiles? And who else is using selenium to automate their process?
0.57
t3_ttwg06
1,648,834,226
Python
A Vigenère (de)ciphering program with frequency analysis attack.
The project can be found here: https://github.com/Nathan-Furnal/frequency-analysis Hi everyone, this is a project about ciphers, entirely in Python. The goal is to provide a way to cipher plain text files based on a key and then automatically find the key back to decipher the text. Some trade-offs were made for simpl...
0.88
t3_ttqlac
1,648,819,457
Python
Sierpiński Triangle With Python Turtle
0.81
t3_ttqer3
1,648,818,933
Python
I'm creating a tool to enrich your datasets with relevant external data
Hey all, I love doing market research and all kinds of exploratory analyses, but getting the data is a major pain point, as it is in many places (data dumps, apis, marketplaces, web data) and in all kinds of formats I'm trying a different approach, where instead of searching for data sources, and then integrating ma...
0.91
t3_ttosfb
1,648,813,824
Python
jupino: Annotate data in Jupyter notebooks
Often times I need a quick way to annotate data for my experiments and since I use Jupyter notebook quite a lot, overtime I developed a simple way to annotate data using Jupyter widgets and recently published it to Github([https://github.com/jangedoo/jupino](https://github.com/jangedoo/jupino)) and pypi to share it wit...
0.86
t3_tto7z2
1,648,811,835
Python
Python Data Persistence - DBM Package
0.67
t3_ttmu0f
1,648,806,221
Python
Old Project Showcase [ThoughtLogger]
## Backstory I made this application a long time ago. And really didn't think about showcasing this off in this subreddit. It was a big mistake. But now, I think this project might help somebody, so here it is, # ThoughtLogger. Your Personal Thought Logging application that you can use anytime without losing any foc...
0.75
t3_ttmrs1
1,648,805,960
Python
Removal of supported types in the sample function of the random-library. Why would this be done?
When reading the [documentation of the random module](https://docs.python.org/3/library/random.html) I noded the following: > Deprecated since version 3.9: In the future, the *population* must be a sequence. Instances of [set](https://docs.python.org/3/library/stdtypes.html#set) are no longer supported. The set m...
0.66
t3_ttlu6q
1,648,801,881
Python
Object Counting by Color. Learn how to count selected color objects using OpenCV and Python.
0.78
t3_ttlipp
1,648,800,408
Python
Transfer file wirelessly between two computer over the Bluetooth Low Energy protocol Using Python
0.75
t3_ttl4ra
1,648,798,697
Python
GitHub - brenw0rth/pync: arbitrary TCP and UDP connections and listens (Netcat for Python).
0.63
t3_ttkpio
1,648,796,851
Python
Why does it seem that python pays more than Java (from what little googling I’ve done)? I would assume that since Java runs faster and more efficient (and since it’s harder to learn, thus, making it a more scarce skill) that Java would be the higher paying language.
0.31
t3_ttjbrc
1,648,791,346
Python
Automated WiFi Hacking Script In Python - Tutorial
0.91
t3_tticqk
1,648,787,748
Python
simple and fast reverse port forwarding tool by python
I write a port forwarding tool using pyhton. Please have a try, thanks ! [xitongsys/moonlight: moonlight is a reverse port forwarding tool written by python (github.com)](https://github.com/xitongsys/moonlight)
0.67
t3_ttht7k
1,648,785,809
Python
my Hacker News interface, displays thumbnails and details about the linked page. written in Python 3.8, with Playwright for scraping, requests for API querying, Wand for thumbnail generation, and pickle for caching link data so I don't poll the Hacker News API too often
I'd like to share with you [my interface for reading the Hacker News feed](https://www.thnr.net/top/1/). It started as a Django app, but several iterations in I realized I was basically just creating static pages (for speed of UX) so I pivoted to using Python for just a backend of querying the Hacker News API to get th...
0.75
t3_tthmk7
1,648,785,205
Python
Is taking hand-write note on Python Library courses good? In your opinion?
0.38
t3_ttfj0z
1,648,778,283
Python
PEP 2241: Back to the Past
0.81
t3_ttdl90
1,648,772,073
Python
PEP 9001
​ [The Best, and Only, Code Autoformatter You'll Ever Need](https://preview.redd.it/t15arr245tq81.png?width=758&format=png&auto=webp&s=b1accb0f300af6253cff6c14a458601abc5d0ebe) ​ [PEP 9001](https://peps.pythondiscord.com/pep-9001/) Our friends over at the [Python Discord](https://d...
0.93
t3_ttdjl6
1,648,771,923
Python
Friday Daily Thread: Free chat Friday! Daily Thread
Use this thread to talk about anything Python related! Questions, news, projects and any relevant discussion around Python is permitted!
0.67
t3_ttdb2f
1,648,771,207
Python
5 Powerful Python one-liners 🤯
[https://medium.com/@needablackcoffee/5-powerful-python-one-liners-260dd61c4d09](https://medium.com/@needablackcoffee/5-powerful-python-one-liners-260dd61c4d09)
0.12
t3_ttbviw
1,648,766,763
Python
Django Boilerplate: new open source project, asking for feedback
I just finished the first iteration on my new open source side project, a Django boilerplate. What do you think about it? I won't explain much here since I'd like the [readme.md](https://readme.md) to be self-explanatory. interesting in feedback about: \- it is useful? \- it is properly done? \- it is s...
0.57
t3_tt8dpi
1,648,757,067
Python
I made a random class generator for Elden Ring
`import random` `classes=['Hero', 'Bandit', 'Astrologer', 'Warrior', 'Prophet' 'Vagabond', 'Confessor', 'Wretch', 'Prisoner', 'Samurai' ]` `class_selection = random.choice(classes)` `print(class_selection)` Please give me any feedback on how to improve this, it's one of my first projects
0.55
t3_tt753s
1,648,753,658
Python
Files and Dictionary practice
I had already posted but i did not read the rules all the way so I had to remove it, but I am back. This project came on a whim and I thought it would be fun. The code in my opinion is a tad bit messy but readable. Most of the code came from me with some help from Stack-overflow [Guthub Link](github.com/Gamelift/Fil...
0.4
t3_tt53sn
1,648,748,158
Python
Create a progression of recommendations with any recommender
Hi! For work I made a [recommendation progression package](https://github.com/askarthur/graph-progression) which we've open sourced! Let me explain. # Reason We are an ArtTech company and have created a few recommendation engines around artists and artworks. For the artwork one in particular, we thought it'd be cool ...
0.55
t3_tt4k17
1,648,746,668
Python
Interceptor algorithm (no relevance to current world events)
[https://www.youtube.com/watch?v=RoIsWAdIqos](https://www.youtube.com/watch?v=RoIsWAdIqos) I made a bot that uses a few altered kinematic equations. It's designed to be an aiming algorithm, but it also works as an unjukable bot. I made the control physics work like starships in SWBF just for fun. Change the speed and ...
0.73
t3_tt4i7h
1,648,746,529
Python
Asynchronous Web Scraping With Python AIOHTTP
0.67
t3_tt2qi2
1,648,741,724
Python
Bulk file rename app
[Tr.Rename](https://preview.redd.it/oubod92w2qq81.jpg?width=150&format=pjpg&auto=webp&s=3a86f3ee1bbace7e43757a38b9dcb0ad1575d74a) ​ this app is my first project on Github. it is a bulk file rename/translator. it is based on python. only tested on windows 10 64bit. the GUI is based on qt. th...
0.76
t3_tt007r
1,648,734,034
Python
A feature complete W-TinyLFU cache implementation in Python
While learning Python I tried to implement the cache architecture proposed in the paper [A Highly Efficient Cache Admission Policy](https://arxiv.org/pdf/1512.00727.pdf). I have seen that Python only propose LRU cache as a decorator so I thought a more efficient cache was something meaningful and funny to code. Not a...
0.75
t3_tszssv
1,648,733,396
Python
I wrote okjson - A fast, simple, and pythonic JSON Schema Validator
I had a requirement to process and validate large payloads of JSON concurrently for a web service, initially I implemented it using [jsonschema](https://github.com/python-jsonschema/jsonschema) and [fastjsonschema](https://github.com/horejsek/python-fastjsonschema) but I found the whole [JSON Schema Specification](http...
0.71
t3_tsz0i3
1,648,730,942
Python
Current situation of library support for M1
I am planing to swap my old MacBook with a M1 Pro MacBook. I would like know if anyone has experience with the current situation of supported library support/ general usability of python on M1. I need support for most of the common data science libraries. I can sacrifice some performance problems since I am mostly ju...
0.93
t3_tsyuig
1,648,730,378
Python
Flame graph rendering in the terminal
0.63
t3_tsya02
1,648,728,441
Python
Concurrent Web Scraping with Selenium Grid and Docker Swarm - updated!
0.5
t3_tsy5pb
1,648,728,034
Python
Project idea for Python lovers in the Linux world
I'm just throwing this somewhere cuz it'd truly be a blessing if it was made, but I don't get my hopes too high. I'm very bad at Linux, but I basically spent a week on and off trying to find an easy to use and configure fan control program for CPU and GPU. There's plenty that need you to write config files yourself, ...
0.57
t3_tsxyc3
1,648,727,281
Python
Python in Visual Studio Code – April 2022 Release
0.9
t3_tsxkgp
1,648,725,776
Python
^fassert$: Fuzzy assert only data that matters
Hello, In almost every project I worked on I had a need to fuzzy match (assert) recursively nested structures such as combinations of lists/dicts/tuples/sets etc... If you need to assert some data deep within the nested structures, especially if the position within the list is not known, the complexity can raise quick...
0.61
t3_tswigu
1,648,721,347
Python
An A Markov-Chain Twitter bot trained on Elon Musk Tweets and Childrens Books
Ever wondered what would happen if Elon Musk started quoting childrens books halfway through his Tweets? Wonder no longer! Github: [https://github.com/FlynnOwen/elon-markov-chain-twitter-bot](https://github.com/FlynnOwen/elon-markov-chain-twitter-bot) Twitter: [https://twitter.com/elonstorybot](https://twitter.com/el...
0.82
t3_tsvexj
1,648,716,375