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
Python Selenium Tutorial #6 - Bypass Detection using plugins, settings & proxies
0.83
t3_tnmxy8
1,648,217,926
Python
Python - LinkedIn Skill Assessments Quizzes with Answers | MeshWorld
0.36
t3_tnljc5
1,648,213,623
Python
Python Pub/Sub
Let's see how far this rabbit hole goes. It's late evening. I started reading up on networking. It's 2am. Let's see how Redis implements pub/sub under the hood. Basically, I ended up writing my own pub/sub implementation in Python: [https://github.com/Salaah01/py-pub-sub/blob/master/server/server.py](https://github.co...
0.6
t3_tnkxf3
1,648,211,635
Python
Value objects with Python
Hello r/Python This is my first post here. I created a blog post about value objects with Python. [https://blog.szymonmiks.pl/p/value-objects-with-python/](https://blog.szymonmiks.pl/p/value-objects-with-python/) ​ Code examples are available on my GitHub [https://github.com/szymon6927/szymonmiks.pl/tre...
0.6
t3_tnk6p3
1,648,209,000
Python
Ethereum Price Email Alerts With Python
0.11
t3_tnjf86
1,648,206,202
Python
Reactivex like operators that can be used directly on async iterables
I'm a fan of the [operators](https://rxpy.readthedocs.io/en/latest/reference_operators.html) available in ReactiveX. I'm not a fan of observables, and all the other cruft that comes with using reactivex. I would much rather be writing async generators, and using them in async for loops. So I've started writing a libr...
0.88
t3_tnifu4
1,648,202,004
Python
Scrape Google Top Carousel Results in Python
Full code: ```python import requests, lxml, re, json from parsel import Selector # https://docs.python-requests.org/en/master/user/quickstart/#custom-headers headers = { "User-agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.83 Safari/537.36" } params...
0.81
t3_tngota
1,648,193,728
Python
Build a Word Guessing Game in Python [video + source code]
Here is the link for the video : [https://youtu.be/M1t4RJ5XRHE](https://youtu.be/M1t4RJ5XRHE) Here is the link for the source code : [Word-Guessing-Game/wordgame.py at main · The-Nerdy-Dev/Word-Guessing-Game (github.com)](https://github.com/The-Nerdy-Dev/Word-Guessing-Game/blob/main/wordgame.py)
0.8
t3_tngfjr
1,648,192,532
Python
Build your own Feature Rich J.A.R.V.I.S in Python - Python Project
0.67
t3_tngd7q
1,648,192,249
Python
Meta donates $300,000 to the Python Software Foundation
0.91
t3_tnfh9l
1,648,188,306
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!
1
t3_tn96gz
1,648,166,410
Python
Python for AWS Lambda Functions: A Beginner's Guide and Tutorial
[https://codesolid.com/python-and-aws-lambda-functions](https://codesolid.com/python-and-aws-lambda-functions/) I just finished this -- it's very much focused on Python developers who may not have written an AWS Lambda function before and are wondering what all the fuss is about. Enjoy!
0.83
t3_tn7qfv
1,648,162,106
Python
A simple python3 script to keep 2 folders synced
Hi r/Python, I'm here today to showcase a project that I've developed to experiment with python, github, ci/cd best practices and pytest.I'm not really a beginner, I've been coding in python for a while now (I'm a junior GCP developer). This post is just a request for feedback and/or suggestion on how to improve from m...
0.8
t3_tn733z
1,648,160,259
Python
Guido van Rossum on Twitter: It's happening! BPO is migrating to GitHub tomorrow.
0.95
t3_tn4lyj
1,648,155,805
Python
Is Spock-Config the only tool that integrates object-oriented config files and command-line interfaces?
[Spock-Config](https://github.com/fidelity/spock) allows one to create OO configuration files. That's how I roll. I currently use [PYdantic settings](https://pydantic-docs.helpmanual.io/usage/settings/) and it's great. But it does not offer command-line re-configuration of what you have in the OO config file. Sure yo...
0.67
t3_tmz4yi
1,648,150,974
Python
Performance: SQLAlchemy vs Django vs EdgeDB
0.66
t3_tmqev6
1,648,143,624
Python
IDE-style autocomplete that integrates with Python tools (pip, pyenv, etc)
​ https://reddit.com/link/tmleui/video/r3kh3f0pycp81/player
0.82
t3_tmleui
1,648,139,283
Python
Github - Multiplatform (arm7, arm64, amd64) Docker Image for Celery with precompiled gevent
0.75
t3_tmcp8z
1,648,131,220
Python
Animating a Sprite Sheet in Python w/ PyGame
0.8
t3_tmbg9f
1,648,129,996
Python
How to create a digital clock with python easily
This tutorial is about creating a project using python language. I’m going to show you how to create a digital clock with Python. Before reading the article, if you like to know more about Python, you could check out these two important articles: * [Why should I learn Python?](https://progskillss.com/why-should-i-lea...
0.54
t3_tmabdm
1,648,128,741
Python
OpenTelemetry and Python: A Complete Instrumentation Guide
A blog post exploring how to instrument a Python application to emit tracing data (metric and log data interfaces are not stable quite yet). It examines: * How auto-instrumentation of the same codebase works. * The differences with manual instrumentation. * How to mix manual instrumentation with auto-instrumentation. ...
0.92
t3_tm8jte
1,648,127,261
Python
Web2py Framework in Python
0.6
t3_tm3sxx
1,648,121,398
Python
Tree Traversal Algorithms in Python-InsideAIML
0.85
t3_tm3jvl
1,648,120,520
Python
Scientific computation using NumPy library
0.43
t3_tm30b4
1,648,118,458
Python
Learn Python yield interactively from your browser!
0.67
t3_tm2yyc
1,648,118,307
Python
RaViewer: parsing and displaying binary data straight from camera (made with Dear PyGui)
​ [RaViewer screenshot](https://preview.redd.it/6e3n26fe7bp81.png?width=1220&format=png&auto=webp&s=9163087922bf30b0038e173e9290d6b56fa9f586) [RaViewer demo](https://i.redd.it/s4m2bmsa7bp81.gif) [RaViewer](https://github.com/antmicro/raviewer) is an open-source utility dedicated to parsing and...
0.92
t3_tm2wb6
1,648,118,019
Python
httpx worked fine for me... any reason to consider urllib3?
I've found [httpx](https://www.python-httpx.org/) to be very approachable for my API consumption tasks and less wordy than [urllib3](https://urllib3.readthedocs.io/). Do you have a preference for API consumption (perhaps requests) and why?
0.73
t3_tm1grs
1,648,111,891
Python
I created a Python Script to find out Broken links by scanning entire WordPress Website
I created a Python script to check links in all the WordPress posts to find out broken ones. I tried creating this after learning multi-threading based, I had this idea for so long because other broken link checking software such as SiteBulb and ScreamingFrog take very long time (\`24 hours) to crawl a one of my websit...
0.92
t3_tlzj7n
1,648,103,526
Python
5 Python Libraries for Automating OSINT Operations
0.91
t3_tlz7q5
1,648,102,201
Python
Tutorial on GPU-based ray-casting with Python
If you are interested in doing 'shadows' for a 2D game, here's a tutorial: [https://api.arcade.academy/en/development/tutorials/raycasting/index.html](https://api.arcade.academy/en/development/tutorials/raycasting/index.html) https://preview.redd.it/fd1dyzmoi8p81.png?width=1200&format=png&auto=webp&s=9...
0.94
t3_tlsb8q
1,648,085,480
Python
Including packages in project
I've been working on project for a raspberry pi, which I've been writing on my PC in Pycharm, and SSHing over to my pi. What's the best way to move the whole project over, including the dependencies? Been just manually adding them on the pi and realized there has to be a better way. Thanks!
0.67
t3_tlp1vn
1,648,082,311
Python
Thursday Daily Thread: Python Careers, Courses, and Furthering Education!
Discussion of using Python in a professional environment, getting jobs in Python as well as ask questions about courses to further your python education! **This thread is not for recruitment, please see** r/PythonJobs **or the thread in the sidebar for that.**
0.67
t3_tlmt0a
1,648,080,009
Python
Coin toss probability
import random from collections import Counter import itertools ##method for coin toss def cointoss(): rand_i = random.randint(0, 1) outcomes = ["Heads", "Tails"] #outcomes = [0,1] return outcomes[rand_i] #create list list=[] ##Number of coin...
0.44
t3_tlkryn
1,648,077,791
Python
Can we get hired just to do EDA’s in Python ? Exploratory Data Analysis using libraries-
I’ve been relatively new to Datascience, spent couple of years with sql, r, python, power BI & tableau.. I’ve specifically loved getting involved with EDA’s - what do you guys think ?
0.33
t3_tli7e4
1,648,073,230
Python
Where will Python be in the Web3 space?
Hi guys, I noticed that there are two prominent libraries for web3 applications: [web3.py](https://web3.py) and web3.js . After doing some searching online, I have found there is some preference for web3.js over [web3.py](https://web3.py). Does this mean that Python might be obsolete in Web3?
0.32
t3_tlhee1
1,648,072,417
Python
Pants 2.10: Multiple Python lockfile support, PyOxidizer, Thrift codegen, and better linter parallelization
0.8
t3_tlgwka
1,648,071,777
Python
Programming community for freetime team projects
The problem: I started learning programming 3 year ago, partly in university, partly at home, and built a few larger projects since then. I have a lot of new ideas for projects, which are fun, but could also be profitable if done right. The problem is the scale of these imagined projects is too large to handle them al...
0.67
t3_tlg6u2
1,648,070,961
Python
Custom BurpSuite extensions in Python: recreating Cloud2Butt
0.72
t3_tlg281
1,648,070,801
Python
Text Similarity w/ Levenshtein Distance in Python
0.67
t3_tldsug
1,648,068,506
Python
Mail merge in python
I have a excel/CSV data where in a single customer has multiple orders in different lines. Can I generate a list of text files in which each customer's multiple orders are present. Much like a invoice copy. Any clues on how to do this is highly appreciated ... PS ... I am learning python
0.8
t3_tl9dbz
1,648,063,812
Python
i created a game controller using Arduino touch sensor and python
0.5
t3_tl3raq
1,648,057,722
Python
Creating a Python CLI with Go(lang)-comparable startup times
Hi Folks. I recently put some effort into creating a command line interface (CLI) made with Python. Background: I started a new project called Gefyra, a tool for local application development directly with Kubernetes. Check it out the website [https://gefyra.dev](https://gefyra.dev) or have a glance at the code [http...
0.82
t3_tl3jwz
1,648,057,171
Python
“Like it or not, it’s going to be primarily up to Python devs to crush the business side’s dreams AI can magically make their company better.” The CTO of an AI company explains why AI can be a waste of time and resources at most companies primarily because it’s retrofitted onto existing products.
0.91
t3_tkyuz8
1,648,052,349
Python
Minos Demo - Stocks Index Wallet with Microservices
1
t3_tkv9ax
1,648,045,935
Python
Python Timer Functions: Three Ways to Monitor Your Code – Real Python
0.8
t3_tkv08a
1,648,045,223
Python
The top 5 advanced Python highly rated free courses On Udemy with real-world projects.
Hello, ​ [Top 5 Python free courses](https://preview.redd.it/9p3qq8gacbp81.png?width=1024&format=png&auto=webp&s=b225e18de619f201c4aa711d229a72b5a7704aa2) **The top 5 Python highly rated free courses On Udemy with real-world projects.** [Course1: Applied Deep Learning Build a Chatbot Theory A...
0.87
t3_tkuqsi
1,648,044,502
Python
(I think) I stress tested matplotlib for real-time graping.
​ [Matplotlib Stress Test](https://i.redd.it/x3xvfvmeq4p81.gif) It can run at 60 FPS if you push it to its limits, which is more than I need. There are occasional hiccups, but I think it's fine. I am developing a simple GUI for an open-source DAQ module called [PlainDAQ](https://www.crowdsupply.com/kuncu...
0.79
t3_tkt5v8
1,648,039,696
Python
Python Generators
0.72
t3_tksmex
1,648,037,852
Python
Bloxs: display your data in an attractive way in your notebook
Hi, I would like to share with you a small python package that I've created to display data in a notebook in an attractive way. The package is called `bloxs` and is available on GitHub https://github.com/mljar/bloxs The package can display as a block following data: - number with the title - progress bar - chart...
0.74
t3_tkrlom
1,648,034,233
Python
How To Automate Your Statistical Data Analysis
0.75
t3_tkpe69
1,648,024,528
Python
The Right Way to Compare Floats in Python
0.78
t3_tkp7wz
1,648,023,709
Python
Spotify LED Matrix
I created an LED matrix that takes your currently playing spotify song and displays it to an led panel. It uses a raspi 0w to create one thread to get data from the spotify api, and another to update the board. The code is rough around the edges, but I hope y'all enjoy it! Demo: https://reddit.com/link/tkp0xt/vi...
0.9
t3_tkp0xt
1,648,022,796
Python
Yet another simple wordle searcher
It is a script that will help narrow down the list of possible solutions to a wordle puzzle. In the end, you still have to use your grey matter, and, depend on luck. It scrapes data from Lou Hevly's website (which provides a regex search functionality). And then it applies some simple filtering algorithms on the result...
0.57
t3_tkoi7q
1,648,020,431
Python
Wednesday Daily Thread: Beginner questions
New to Python and have questions? Use this thread to ask anything about Python, there are no bad questions! This thread may be fairly low volume in replies, if you don't receive a response we recommend looking at r/LearnPython or joining the Python Discord server at [https://discord.gg/python](https://discord.gg/pytho...
0.67
t3_tkgwne
1,647,993,608
Python
Flask web blog
Some days ago i made a Blog based-on Flask, it lets you add a custom password, username, upload small comments with HTML and it has a basic user authentication system! I called it "comments" (because of it's feature, it let's you to post small text with custom HTML) [https://github.com/ZSendokame/comments](https://git...
0.87
t3_tkgecq
1,647,992,128
Python
I Created a Visualization Package for Soccer
I’ve put my package on PyPi. The world of sports analytics, at least for soccer, is restricted. I wanted to learn how to analyze a game but found a large lack of data. Even worse, a lack of applications. I decided to creat my own Python package and help educate the public through my website. I’ve made a YouTube tutoria...
0.57
t3_tkgccb
1,647,991,972
Python
Meta deepens its investment in the Python ecosystem
0.95
t3_tkedpx
1,647,986,506
Python
I made bubble slort. I dont think it looks clean but it works. Comments both in Polish and English
Here is image and link [https://github.com/bibi100101/Bubble-Sort](https://github.com/bibi100101/Bubble-Sort) https://preview.redd.it/t1oni4fc60p81.png?width=1920&format=png&auto=webp&s=76703d2816371f63a113f7d32130aa0cfaae37de Showcase Translation: \-Lista Wcześniej = list before \-Lista Pozniej = lis...
0.5
t3_tkdp7o
1,647,984,659
Python
Declarative command line parser library [Heated Arguments]
I was trying out a bunch of different command line parser libraries recently and wanted to see if I could take a different approach. I have a proof of concept for a command line parser that let's you define parameters and sub-commands in a declarative way. I have a repository with a couple demo scripts to show what t...
0.72
t3_tkcfmu
1,647,981,274
Python
Today i released a small package called geoiter. Used for web scraping
# geoiter iterates the planet. **edit** A simple tool to iterate coordinates within given boundaries. The usage is mostly for querying/searching by location. Geoiter provides many locations within a boundary, like a country. Let's say Germany has in sum 5000 houses to sell. Then most platforms will only allo...
0.94
t3_tkbqms
1,647,979,432
Python
Directories in Python
Directories in Python https://youtu.be/Qip7MToDr18 \#python #python3 #directories #os #PythonProgramming #tutorial #PythonForResearchers
0.1
t3_tkb40y
1,647,977,755
Python
Top 5 Benefits of Python Web Development That You Need to Know
0.29
t3_tk9o0p
1,647,973,886
Python
I made a tutorial on How to convert Images to ASCII using pygame
Hi everyone! I have been looking at various image filtering libraries, and some of them have image to ASCII filters. So I thought, why not make it using pygame? Tutorial can be found [here](https://www.youtube.com/watch?v=oEacnqQgE4A) Source code can be found [here](https://github.com/tank-king/Tutorials/tree/main/Py...
0.89
t3_tk9jqo
1,647,973,579
Python
Scrape Google Scholar Profiles from a certain University in Python
0.75
t3_tk8itk
1,647,970,895
Python
Text editors are stupid, change my mind
WHAT is the point of text editors for Python? Sure, they make you code faster but why not choose the standard IDLE? I mean, PyCharm never helped me. It always made a simple project too complicated to save. SO WHY CHOOSE TEXT EDITORS?
0.08
t3_tk7umy
1,647,969,075
Python
Running a live 45-minutes session on the fundamentals of observability, OpenTelemetry, and distributed tracing in Python
Hi everyone, there's a live OpenTelemetry and observability fundamentals session - Wednesday, March 30 at 11 AM PST. **You will learn how to instrument your apps to capture traces with OpenTelemetry in Python.** This session is at no cost and vendor-neutral. You can expect in this session: 45 minutes of core concept...
0.72
t3_tk71j6
1,647,966,912
Python
We developed a Python tool to generate a map of your embedded or edge distributed system
Hi guys, we recently developed a Python tool that allows you to generate and visualize a map of your embedded or edge distributed system. With the open-source project r/Luos, we are trying to code and make accessible CI/CD for these systems. Is this feature useful for your needs? ​ [Routing Table Luos](h...
0.77
t3_tk69zo
1,647,964,904
Python
I've released a cache backend that uses dynamodb which is compatible with Django's cache framework.
Hello Pythonistas! I've released a cache backend that uses dynamodb which is compatible with Django's cache framework! please enjoy :) https://github.com/xncbf/django-dynamodb-cache
0.8
t3_tk54q8
1,647,961,771
Python
Unraveling the Mystery Behind Background Filters in Video Calling Apps
Ever wondered how video calling apps apply background filters during meetings and replace the background in the video with a background of your choice. This article explains this concept in detail and guides in step by step to implement one in Python. ​ [https://medium.com/geekculture/unraveling-the-myster...
0.5
t3_tk40cc
1,647,958,616
Python
GitHub - gretelai/gretel-python-client: The Gretel Python Client allows you to interact with the Gretel REST API.
0.5
t3_tk3uqx
1,647,958,170
Python
Python Project Workflow
0.74
t3_tk1o33
1,647,951,494
Python
I've been a bit confused on which data class library to use. I wrote this article as part of my own investigation into protobuf, pydantic, etc..
0.75
t3_tk0i4d
1,647,947,327
Python
Launching Open Source python library, VevestaX: track your Machine Learning experiments and features in an excel using 5 lines of code
Hi everyone! We have launched an awesome open source python project that we have developed. We have created a Python module named **VevestaX:** Easiest library in to track Machine learning experiments and features in an excel file with 5 lines of code ! You can check out the source code at our **GitHub page**: [h...
0.57
t3_tjz9fx
1,647,942,213
Python
Gufo Err: Python error handling framework
[Gufo Err](https://pypi.org/project/gufo-err/) is the flexible Python error handling framework. We'd used the same approach in the [NOC](https://getnoc.com/) for a long time. Now we reworked it as an independent component. Besides the extended tracebacks and *Sentry* integration it offers a middleware-based approach f...
0.6
t3_tjykut
1,647,939,172
Python
Asynchronous Web Scraping With Python GRequests
0.77
t3_tjy5ed
1,647,937,217
Python
python syntax
does anyone feel like changing languages because of how anyone can understand python syntax? i feel like its cooler writing code that no one can ynderstand.. maybe its just me
0.28
t3_tjxth4
1,647,935,730
Python
PEP 675 titled "Arbitrary Literal String Type" just got accepted.
0.91
t3_tjx689
1,647,932,830
Python
How to be a Successful Python developer: Tips to help your hiring prospects
0.11
t3_tjwwnn
1,647,931,691
Python
Just learned implementing decorators
Hi, I just learned how to make my own decorators and want to know some examples to use them. Some are using a `timer` decorator or a `log` decorator. Would like to get more examples to start thinking about the possibilities. Thanks in advance! EDIT: Thank you everyone 🙏🙏🙏
0.75
t3_tjv4c3
1,647,924,427
Python
The code for `import this` is amazing
Maybe this has been shared here before, but I recently took a peek at the code for the `this` module (the famous `import this` Easter egg that displays Tim Peters' "Zen of Python"). I think it might be the greatest "do as I say not as I do" code example that I've ever seen. s = """Gur Mra bs Clguba, ol Gvz Crgref ...
0.67
t3_tjskz4
1,647,915,671
Python
would it be more human readable if we had a "the" and "where" keywords that turned this: [item for item in items < 0] into: [the item in items where item < 0]
The reason I ask is because I was wondering if list comprehension always starts with item for item in items? if so, it's so inefficient and clumsy to always write thing for thing in things if... rather than just the thing in things where... Please be kind if this is the stupidest idea ever. It was just a thought.
0.24
t3_tjr17p
1,647,910,929
Python
Useful Tools and Programs list for Python
Useful Tools and Programs list for Python including learning resources, development tools , and frameworks. [https://github.com/mikeroyal/Python-Guide](https://github.com/mikeroyal/Python-Guide)
1
t3_tjqlra
1,647,909,621
Python
Tuesday Daily Thread: Advanced questions
Have some burning questions on advanced Python topics? Use this thread to ask more advanced questions related to Python. **If your question is a beginner question we hold a beginner Daily Thread tomorrow (Wednesday) where you can ask any question! We may remove questions here and ask you to resubmit tomorrow.** This ...
1
t3_tjpsnz
1,647,907,211
Python
LPT: Pandas DataFrames have a "to_clipboard" method
For those that don't know, Pandas has very useful to_clipboard and read_clipboard methods that make it easy to drop a DataFrame into an Excel sheet or to move it across python sessions without having to read and write CSV files. This is really useful for me and I hope it will help you too!
0.97
t3_tjodin
1,647,903,155
Python
My TUI now automatically downgrades RGB colors to the richest palette available in your terminal!
​ https://preview.redd.it/56i77k4h6to81.png?width=1150&format=png&auto=webp&s=8b1cbeb3f7d719c0c47d5c9c11dc08cfa806e138 [PyTermGUI](https://github.com/bczsalba/pytermgui), my terminal user interface library has now gained the ability to determine the highest-grade color that can be displayed in ...
0.77
t3_tjnd4p
1,647,900,398
Python
I'm making my own 3D engine ! (I'm trying my best to improve the projection system but it's still garbage for now)
Source code: https://github.com/uItimatech/Python-3D-engine Demo: https://youtu.be/W-oaCeMkQkw
0.81
t3_tjlv0x
1,647,896,295
Python
What is the difference between PyInstaller and PyOxydizer?
0.14
t3_tjla5f
1,647,894,759
Python
We created a tool to enrich your datasets
Hi everyone! I’m Nathan, working on [subsets.io](https://subsets.io/), a platform where you can upload datasets, and get matched with relevant external data which you can add with one click. I've created a prototype to access our platform via sdk: ​ https://i.redd.it/wp7qu2xy8so81.gif Our goal is to mak...
0.67
t3_tjjdcf
1,647,889,658
Python
Programmable HTTP CLI Tool
Instead of rewriting the same requests or sending a few data one by one while testing the api, I wrote a programmable http tool that can make many requests at once. [https://github.com/SinanKanidagli/httpy](https://github.com/SinanKanidagli/httpy) Some key features: * Expressive and intuitive syntax * Formatted and ...
1
t3_tjhae1
1,647,884,233
Python
I wrote a short article about the advantages and disadvantages of python with an example of how to use Python for working with data.
[https://dev.to/patrikbraborec/why-you-should-use-python-for-your-next-project-1lin](https://dev.to/patrikbraborec/why-you-should-use-python-for-your-next-project-1lin)
0.63
t3_tjcr91
1,647,871,996
Python
Python Interpreter API? but a little bit better (Coding 101)
Coding 101 is a API that you can use in making an application similar to leetcode, codewars and other platforms that helps you practice technical interviews. Example calls are getting an easy question this API GET call will return the following {"Id": 23 "Description": "Create a Function and Name it Add and it...
1
t3_tjffhc
1,647,879,245
Python
Tetris in Pygame
Just my casual project [Demo](https://youtu.be/DjAszPLisic)|[Source Code(GitHub(Fixed))](https://github.com/Jatan-Bhatt-21/Tetris) :P
0.63
t3_tjeoz6
1,647,877,303
Python
Video: Build a Speech Recognition System on a Raspberry Pi
0.67
t3_tjenh3
1,647,877,197
Python
I Use Python for Soccer Analytics
Hello Pythonauts! I use python for Data Analytics; specifically for soccer. I am a Software Developer but this is a passion project for me. On my website, [TodoFootballClub](https://todofootballclub.com/), I write about soccer and the burgeoning use of data in the game. All of my studies are done in python as it is my...
0.72
t3_tje08f
1,647,875,451
Python
When do you use generators?
I know what they are, but I never write code and come to a point where I go "ah yeah, perfect place to use a generator" How do you guys recognize that right case or what's the common pattern where you use it and why?
0.95
t3_tjd9l1
1,647,873,449
Python
Async web server on ESP32 using Microdot | Micropython tutorial
Comprehensive written (and video!!) guide on how to use Microdot for your Micropython projects. Includes how to deal with more advanced async coding, i.e. running web server while making pretty neopixel animations. [https://bhave.sh/micropython-microdot](https://bhave.sh/micropython-microdot) If you have questions o...
0.7
t3_tjd7b8
1,647,873,272
Python
I created a sorting algorithm, it is a schrobogosort. Basically it bogosorts and if it isn't sorted there is a 50% chance to shut down your PC every time it fails to sort
[https://replit.com/@KieranMcevoy/SchrodingerSort?v=1](https://replit.com/@KieranMcevoy/SchrodingerSort?v=1) WARNING: THIS WILL SHUTDOWN YOUR PC IF RAN OFF AN IDE NOT REPL
0.63
t3_tjcn6j
1,647,871,678
Python
Aproches to planning a project
Tldr: Are there any tools/tips/tricks you guys use when starting out/ mapping a new project? Or rewriting an existing one? I mainly use python to analyze data from experiments i run in as part of my phd. So for the past few years it's been very sufficient to simply create scripts per job/project i work on. But I'm get...
1
t3_tjcfcy
1,647,871,105
Python
All-in-One Python book bundle by Packt
0.89
t3_tjbbj6
1,647,867,698
Python
I have my own database that I wanna check plagiarism against, how difficult is it making a plagiarism checker?
0.4
t3_tjb86q
1,647,867,437