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
Programming languages: Python just got a boost from Facebook's Meta
0.4
t3_ts1al4
1,648,626,768
Python
Understanding __init__ Method in Python
0.73
t3_ts0cgt
1,648,622,580
Python
How do you define beginner, intermediate, and advanced?
These terms are used frequently, but many seem to often disagree on them. Could be used to describe a persons knowledge, competence, or the qualiry od code/codebase etc. I would say a beginner is just someone who is learning the actual language, syntax, just learning to code. Maybe touching on the common built-in lib...
0.92
t3_try32l
1,648,613,843
Python
ipyvizzu - create animated charts in Jupyter Notebook using Python with this open-source tool
Hey, We've built and released a new integration of our open-source charting library Vizzu. We hope this will help data scientists and analysts share their insights easier by utilizing animation for storytelling with data. We'd love to know what you think about it. More info, tutorial & examples: [https://github.c...
0.77
t3_trxyg5
1,648,613,371
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...
1
t3_trtfcd
1,648,598,410
Python
Looking for tips
I made a program to try and simplify square root radicals with python. I would like to get some feedback and tips on how to write some better code. [https://github.com/Falt-b/simpliify-radicals](https://github.com/Falt-b/simpliify-radicals)
0.8
t3_trlofs
1,648,587,916
Python
I made a web-based Instagram bot that scrapes people's usernames and follows/unfollow them
​ https://reddit.com/link/tre7to/video/nf7rtqni9dq81/player
0.86
t3_tre7to
1,648,579,177
Python
Multi-threaded Omegle bot with proxy support and other neat features, like content spinning and typo generator.
[https://github.com/embium/Omeglebot](https://github.com/embium/Omeglebot) # Omeglebot Multi-threaded Omegle bot with proxy support and other neat features, like content spinning and typo generator. I'm not even sure it's possible to run without proxies. I could sell this but I rather release it publicly. This sup...
0.76
t3_tre8z9
1,648,579,265
Python
pync - Netcat for Python
Hi, I've been reading Black Hat Python and decided to try and make a Netcat library for Python developers. It's not fully there yet (there's a few things I still need to do), but I thought I'd share it anyway in hopes that someone might find it useful. Anyway, here's the [GitHub repo](https://github.com/brenw0rth/pyn...
0.84
t3_tre60y
1,648,579,046
Python
Any idea when Spyder Notebook will be stable and running for Spyder 5?
I would like to use it
0.33
t3_trbyzk
1,648,577,411
Python
Tomorrow: a live 45-minutes session on the fundamentals of observability, OpenTelemetry, and distributed tracing in Python
Hi everyone, a quick reminder about the live OpenTelemetry and observability fundamentals session - in 2 days, 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...
0.87
t3_tra9f1
1,648,574,859
Python
I built a real-time stock tracker using Python + Fast API, Alpaca, Next.js, and Redis Stack. Check it out!
0.67
t3_tra4u1
1,648,574,515
Python
I love type annotations, so I made a quick tutorial on how to add types to Flask SQLAlchemy
1
t3_tr9r9n
1,648,573,518
Python
IndiePython.com - content about indie projects using Python (specially gamedev)
Hello, I'd like to present a website ([indiepython.com](http://indiepython.com)) I created to publish content about my indie Python projects including apps and games. It is still a work in progress, but it already has a lot of content about projects I'll be releasing, including, for instance, a node editor to be releas...
0.6
t3_tr5l1q
1,648,569,821
Python
If a person posts Python code to Amazon Web Services can it run all the normal Python libraries? I was thinking to a greater extent about moviepy.editor.
If a person posts Python code to Amazon Web Services can it run all the normal Python libraries? I was thinking to a greater extent about moviepy.editor.
0.55
t3_tr43cm
1,648,566,871
Python
Boss told me to learn python.
Got told I need to learn python from my boss, where should I start? Codeacademy? Like how they are teaching you there. But how good is it? Better places to learn? *Edit* My boss wants me to learn to program for robots and different task for automation of tasks. He told me I should learn the basics and then more about...
0.83
t3_tr31rs
1,648,566,271
Python
Garmin Connect File Manager
Hey everyone, I put together [this project](https://github.com/lucas-nelson-uiuc/garmin-connect-file-manager/tree/main) to help me store (and, in the future, analyze) activities recorded on my Garmin to my local computer. It builds off the popular [gcexport](https://github.com/kjkjava/garmin-connect-export) repo with ...
0.6
t3_tr2oml
1,648,566,073
Python
Pagination for a User-Friendly Django App – Real Python
1
t3_tr1m2y
1,648,564,625
Python
Loading config from the environment in Quart & Flask
1
t3_tqz50j
1,648,558,577
Python
What is a Lambda function and its applications in Python
In this short article, I'm gonna explain Python's lambda functions in detail. A lambda function is a small anonymous function that can take any number of arguments but can only have one expression. Here is its syntax: **lambda arguments : expression** The expression is executed and the result is returned. ## Example...
0.44
t3_tqyil5
1,648,556,436
Python
My first coding project: Twitter Plays Wordle
After starting my coding journey 3 months ago, I've finally made something that isn't a terminal calculator app :0 So I made [Twitter Plays Wordle](https://twitter.com/WordleGame_Bot) ([github](https://github.com/afnzmn/twitter-plays-wordle)), a twitter bot that uses replies to its tweet as guesses for a Wordle game. ...
0.6
t3_tqxx94
1,648,554,369
Python
The history of performing functions in Django
A question from a beginner. The [article](https://russianblogs.com/article/45611627794/) discusses what happens after the command is called *manage.p**y runserver* Is there any way to see this in the form of a "log" or similar functionality, not only after calling this particular command, but also after any actions, ...
1
t3_tqxkg9
1,648,553,092
Python
Sourcepy: source python files straight from the shell
Hey folks, sharing a project I built just for fun, Sourcepy: [https://github.com/dchevell/sourcepy](https://github.com/dchevell/sourcepy) I was writing some increasingly messy shell functions and thought it would be nice if I could just write Python functions/variables/etc. instead and source them from the shell. So …...
0.95
t3_tqwyrh
1,648,550,680
Python
Actual unique fun project ideas: Beginner | Intermediate | Advanced
Beginner: - Write a python function that creates 10 folders numbered 1-10 (hint: use context managers) - Using PILLOW, generate simple white noise images by randomly toggling individual pixel Colours between black and white in an MxN image (hint: use nested for loops) - Write a script that prints “Hello World” in re...
0.9
t3_tqvytp
1,648,546,376
Python
EXPENSE-TRACKER -> An application to keep your expenses organized
Hey all, few days ago, I have made a post of making an expense tracker - [here](https://www.reddit.com/r/Python/comments/slbhbi/expensetracker_an_application_to_keep_your/). And you all have helped me improving it. Thanks to all. # MODIFICATION SO, I thought to change the entire project into a package which can be use...
0.57
t3_tqvrl9
1,648,545,457
Python
How To Hire a Python Web Development Company for Your Project?
0.25
t3_tqv3v9
1,648,542,428
Python
Top 10 Python Data Science Projects with Source Code
0.71
t3_tqu35m
1,648,537,849
Python
I'm presenting live in 9 hours at Microsoft Reactor online about Python and Kubernetes. Let me know your questions in advance
0.85
t3_tqta40
1,648,534,367
Python
My python git binding
hi, i know there are already great python library for git. but i need simple library and working with all git & python 3 version, so i made this binding [https://github.com/guangrei/Gitpybinding](https://github.com/guangrei/Gitpybinding) glad to hear your thoughts 🙏
0.88
t3_tqolbm
1,648,517,515
Python
First Full Stack, Mobile Friendly App (Flask)
Yet To Be Named Poll Based Matching App: [http://54.198.186.121:8080/](http://54.198.186.121:8080/) I was listening to a podcast at a company I want to work for and the host was talking about this idea for an app. I ended up building it to get my foot in the door and build out my project portfolio. This is my first p...
1
t3_tqn48r
1,648,512,727
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 ...
0.85
t3_tqmvv4
1,648,512,009
Python
Question: best ways to build Python command line utilities
I have two medium size (less than 1000 lines each) code bases that I would like to make into two command line utilities. Two obvious approaches are: 1. Add a \_\_main\_\_.py file and a [setup.py](https://setup.py) to a module, and do a python [setup.ps](https://setup.ps) install 2. Copy all source files into a single ...
0.85
t3_tqgwm3
1,648,494,868
Python
ONNX to PyTorch
We have released our Python Open Source tool for conversion ONNX models to PyTorch. Almost all Computer Vision neural networks architectures are supported. Please try it. [https://github.com/ENOT-AutoDL/onnx2torch](https://github.com/ENOT-AutoDL/onnx2torch?fbclid=IwAR1HpWxialVy-ILdHUYR8CJ_EsUyxbjhrMkZbWPWkQ0DuNuwvYDEp...
0.88
t3_tqgjsk
1,648,493,932
Python
Software Engineering Tools and Best Practices for Data Science
0.5
t3_tqfr47
1,648,491,771
Python
A zoo for decorators
Hello there! First time posting here :) Last week I worked on a small python library and wanted to share it! Reason for the library is that I found myself copy-pasting some python decorators over and over across multiple projects. Library is called deczoo (a zoo for decorators) and it's pip-installable. docs: [htt...
0.5
t3_tqefp4
1,648,488,239
Python
I made my own Task Deadline Tracker using Python!
Hi all, I'm really excited to share this little project I've finally finished! Meet Tasky, a program made using tkinter that will track the deadlines for the task you feed in and show you the time remaining for your tasks (for example 3d 2h 57m left for some task). I use it regularly to track my own tasks and thus plan...
0.94
t3_tqe3tx
1,648,487,360
Python
Python project that swipes for me on Tinder
demo link: [https://youtu.be/mRbEcqf1xLw](https://youtu.be/mRbEcqf1xLw) (the code breakdown link is in the description of the demo)
0.6
t3_tqdf63
1,648,485,556
Python
In 2 days, 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 - in 2 days, 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 c...
0.66
t3_tqd44k
1,648,484,744
Python
Solverecaptchas - An async Python library to automate solving ReCAPTCHA v2 using Playwright.
[https://github.com/embium/solverecaptchas](https://github.com/embium/solverecaptchas) Solves audio and image types! ## Compatibility Linux, macOS, and Windows! ## Installation $ pip install solverecaptchas ## Usage import asyncio import sys from solverecaptchas.solver import Solver if ...
1
t3_tqcsdg
1,648,483,853
Python
I made a Twitter bot that hates you!
I've messed around in Python on and off for a couple of years now. Most of what I've made has been exceptionally dumb (poorly written text adventures, a thing that used turtle to draw different colored spirals, a Garfield comic generator) and left unfinished. Until now! [Insult Ivan](https://twitter.com/InsultIvan) is...
0.67
t3_tqc8pe
1,648,482,379
Python
PYTHON CERTIFICATIONS LIST - BEST OF 2022
[Python Certification](https://www.sprintzeal.com/blog/python-certifications) is an established general-purpose high-level programming language. It was established by Guido van Rossum in 1991, further developments were done by Python Software Foundation. The primary position in python is given to code readability. Beca...
0.17
t3_tqbfx0
1,648,480,156
Python
A roadmap of the free CS curriculum on Qvault (JS, Python, Go)
0.82
t3_tqaff4
1,648,477,395
Python
Feedback Requested - First Script that Calls API and Posts to MS Teams
Looking for feedback regarding my first script. Overall it calls a API, cleans the data a bit and then makes a post to MS Teams. https://imgur.com/a/5MkAsGu Anything I'm doing terrible? Something I could do better? More efficient?
0.5
t3_tq9d4k
1,648,474,241
Python
The counter-intuitive rise of Python in scientific computing
0.93
t3_tq8jzp
1,648,471,730
Python
X-Cash crypto now has a Python wrapper Library
0.23
t3_tq8csg
1,648,471,059
Python
PYTHON CERTIFICATIONS LIST - BEST OF 2022
Benefits of Python Certification Following are the benefits one would get through python certification, **Easy to learn** The key benefit of python certification is the programming language of python is easy to learn. **Python certification** can be used as a channel to a career, where learning other programming lan...
1
t3_tq7crh
1,648,467,751
Python
py.quit it
0.35
t3_tq6wo3
1,648,465,973
Python
Scrape all Naver Video Results using pagination in Python
Using [`parsel`](https://parsel.readthedocs.io/): ```python import requests, json from parsel import Selector params = { "start": 0, # page number "display": "48", # videos to display. Hard limit. "query": "minecraft", # search query "where": "video", # Naver videos searc...
0.4
t3_tq6vg2
1,648,465,829
Python
Open-source tool to make awesome-looking docs
[https://mkdocs-magicspace.alnoda.org/](https://mkdocs-magicspace.alnoda.org/) This is a free tool I made. It will help to make beautiful docs for any Python project, and host them on GitHub pages. Based on MkDocs, I extended it with lots of plugins and extensions. And created tutorials. I hope you find it useful.
0.82
t3_tq6sgn
1,648,465,502
Python
GitHub - enthought/traits: Observable typed attributes for Python classes
0.78
t3_tq4p5h
1,648,456,356
Python
Top python libraries/ frameworks that you suggest every one
Hit your answer I wonder is there any hidden treasure.
0.81
t3_tq483b
1,648,454,163
Python
Top 5 Python Time Series Libraries
0.75
t3_tq3cjf
1,648,450,342
Python
Master Python Comprehensions
Hi folks, Wrote something down about Python Comprehensions, focusing on simplicity and readability. You can have a look here [https://towardsdatascience.com/master-python-comprehensions-4ef1c66b452d](https://towardsdatascience.com/master-python-comprehensions-4ef1c66b452d) Happy to discuss :) Thanks!
0.75
t3_tq2ain
1,648,445,882
Python
a lightweight DNS traffic flow monitor
Hi, I wrote a lightweight DNS traffic query / response monitor by using Scapy. It will print each transaction per line. Here's the source code link: [https://github.com/meow-watermelon/dns-flow](https://github.com/meow-watermelon/dns-flow) I attached a screenshot to show the output example. Any suggestions are welcome....
0.67
t3_tq1g8u
1,648,442,658
Python
What type of language is Python?
I use python in all my classes and got into a discussion with my students about what type of language python is. Initially, I thought python is a completely "non-typed" language because we are able to suppress types while declaring variables and parameters: *def func(a, b): ...* But then I found out that it's possib...
0.63
t3_tpzl61
1,648,435,995
Python
List comprehension vs multiplying a list differences?
Is there any difference between the following code?: arr = [[]] * 10 arr = [[] for x in range(10)] I used the first method to initiate a list on a hackerank problem and I kept getting wrong answer. When I googled the answer and saw the person use the second method, so I tried it and got the right answer?? `[[...
0.59
t3_tpz8kn
1,648,434,777
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...
1
t3_tpwknx
1,648,425,608
Python
3D Render engine, written in 100% Python, No external libraries. *EPILEPSY WARNING*
EDIT: I have fixed the flickering issue! As long as you use the latest version there should be no flickering at all! Video of it running: [https://youtu.be/7J2Pn8me7m8](https://youtu.be/7J2Pn8me7m8) Github link: [https://github.com/E-Parker/Terminal-3D-Render/releases](https://github.com/E-Parker/Terminal-3D-Render/r...
0.93
t3_tpv7hs
1,648,421,114
Python
How did your coding style in python change after you learned another language?
Different languages make you write different code, but im curious if the way you wrote python changed due to coding in another language!
0.96
t3_tpu9p2
1,648,418,231
Python
Build signed .aab with Kivy, Buildozer for Google Play Store (Windows & ...
0.67
t3_tppdqx
1,648,404,134
Python
Made a Flask boilerplate using a services oriented structure
0.88
t3_tpp9y4
1,648,403,841
Python
Apilytics open-source middleware available for Flask! Install in 5 minutes and visualize all important metrics from your Flask backend
0.72
t3_tpntm0
1,648,399,539
Python
Actionable Notification with Callback in Python
0.81
t3_tpmfni
1,648,395,499
Python
Django 4 0 with Amazon RDS & Elastic Beanstalk Full Course
0.79
t3_tpky84
1,648,390,913
Python
Improved version of Al Sweigart's swordfish program
Yesterday, I worked on improving Al Sweigart's *swordfish* program to limit to three the attempts a user can input their name and password. I'm proud of my work, although I ran into several bugs which left me scratching my head for a while. A big Thank You to Al for writing such a good introduction to Python! https://...
0.64
t3_tpkr49
1,648,390,282
Python
Learn Blockchain Concepts Practically With Python
0.41
t3_tpjodl
1,648,386,792
Python
PYVAULT - PYVAULT is a python program with which you can secure your precious passwords very easily.
Hi guys. So, I have made a python script which can store your passwords in a database and you can encrypt it with a secret key which is generated by the script only. Actually, with this , we can store our passwords pretty securely until our key is exposed. So, I have used - i. sqlite3 (Used for database) ii. cryptog...
0.4
t3_tpic7y
1,648,381,816
Python
python-nbxmpp 2.0.6 out!
0.6
t3_tpi6fh
1,648,381,174
Python
Backtesting A Put Option With An Example Of A Sell Put
Here's a simple post for people looking to try to backtest a put option strategy, or even a sell put strategy. I did this up because I was trying to look at a stock with a favorable put premium, and wanted to see based on a historical basis what are the chances of profit if I kept selling puts on these underlying at th...
0.87
t3_tpggqk
1,648,373,495
Python
I made a Python program that AUTOMATICALLY edits YouTube Videos!
https://youtu.be/WYiKb5Ggtjc
0.9
t3_tpgeiw
1,648,373,209
Python
I've created a extension for the Tornado framework that makes working with the framework easier and code development faster.
The extension is located in the [PyPi](https://pypi.org/project/usernado/) and you can easily install and use it. But the documentation and doc strings are not complete. This can be a good starting point if you want to [participate in open source](https://github.com/reganto/Usernado/issues). Install it via pip: `pip i...
0.74
t3_tpfzq3
1,648,371,196
Python
Using Python and Django, I've built to a GPT-3 powered web application to help myself write better
I am good in writing in my native language but when it comes to my second language, sometimes I struggle. So, for this reason, using Python and Django, I've built to a GPT-3 powered web application to help myself write better. I've been using it for a while and it is working so good! [https://www.youtube.com/watch?...
0.5
t3_tpb1qd
1,648,349,987
Python
I made my first gui program!
I finally made a gui using tkinter. Its a super simple program that takes in an image and then makes it into text art using the braille unicode characters. You can specify the final dimensions of the characters. Also you can control how sensitive it is. Seemed like a fun thing to try! Not many ive told have been inter...
0.84
t3_tpak0x
1,648,348,186
Python
Tools for designing hardware in Python
Any hardware designers here who use Python for designing hardware? There are a bunch of libraries that all seem promising [MyHDL](https://www.myhdl.org/), [PyRTL](https://github.com/UCSBarchlab/PyRTL), [PyVerilog](https://github.com/PyHDI/Pyverilog), [PyLog](https://github.com/hst10/pylog), [PyMTL3](https://github.com/...
0.72
t3_tpa4eo
1,648,346,641
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.
1
t3_tp7ye1
1,648,339,210
Python
Live video to ascii
Hi! ​ First time posting, this is a small passion project which I coded in my free time. [https://github.com/DSERIOUSGUY/whoami.git](https://github.com/DSERIOUSGUY/whoami.git) It basically converts Image/live video to ascii art (can save as Image or text) using openCV. Currently it does not save video a...
0.78
t3_tp684n
1,648,333,884
Python
toolgui: A modular event-driven GUI system for quickly building tools with Python and pyimgui.
0.86
t3_tp50ru
1,648,331,504
Python
Arcade version 2.6.13 has been released
Arcade, a 2D graphics library, has released version 2.6.13. [https://api.arcade.academy/en/latest/development/release\_notes.html](https://api.arcade.academy/en/latest/development/release_notes.html) ​ * New Features * Arcade can now run in headless mode on linux servers **opening more possibilities f...
0.88
t3_tp4o3d
1,648,330,422
Python
Why is Python so popular?
I am sorry if this is provocative to anyone, but personally I can't stand Python. I hate the indentations, Python is slow, no private keyword in OOP, dynamically typed ... Obviously I can see that it has its reasons to be popular in certain areas like data science. But why in the world in the backend for production l...
0.28
t3_tp3od4
1,648,327,393
Python
Space Science with Python - AI 1-9: A Convolutional Approach
Hey everyone, the asteroid reflectance spectra project reaches almost its end. There are 5 more videos to come and then I will focus on another topic (Near-Earth Objects). Anyway, spectra are still amazing and I show in today's session how to conduct an ML multi-class classification experiment using keras and Conv1...
0.67
t3_tp0vo1
1,648,322,880
Python
Show r/python: Sailor - a tiny PaaS to install on your servers/VPS that uses git push to deploy micro-apps, micro-services, sites with SSL, on your own servers or VPS
Hey Pythonistas, here's a tool that I would like to share with y'all that allows you deploy multiple apps on servers/VPS. Let me know what you think and some feedback or what you would like to see in it. Introducing, Sailor. [https://github.com/mardix/sailor](https://github.com/mardix/sailor) **Sailor** is a tiny **P...
0.67
t3_tozhrt
1,648,318,743
Python
Interview with a Postdoc, Junior Python Developer in 2022
0.93
t3_toy9gu
1,648,315,157
Python
What is the most pythonic way to limit while loop iterations?
Hi all Whenever I write a while loop, I always want to limit the number of iterations it can run to avoid infinite loops while developing the program, what would the most pythonic way of doing that? theres obviously the basic n = 0 while condition and n < 100: n += 1 but the `n+=1` can easily g...
0.8
t3_towbf7
1,648,311,909
Python
Image Processing With the Python Pillow Library – Real Python
0.82
t3_tov052
1,648,310,781
Python
oCrypt0r - AES encryption library
Hello everyone! I have decided to for the first time, try my hand at making an encryption package/library. It uses salted AES encryption. As of right now, I'm not sure what else to add to it or do as I have everything pretty much covered in terms of what could be encrypted. From just normal messages/strings to file...
0.6
t3_tosyou
1,648,308,863
Python
PIPELY - new lightweight pipeline library
hey there, just released a new version of `pipely` \- a lightweight pipeline library that can trigger any sequence of classes in any order. # Simple Example: create `collect.yaml` steps: a1_print: exec: src/file1.py:firstA a2_print: exec: src/file1.py:secondA fina...
0.73
t3_tosvcq
1,648,308,584
Python
Simple Key Event Sending to an Application Wrapper I made
I made a Python library to send inputs to an executable, useful for scenarios such as having a neural network send decisions to a game. Essentially a wrapper around the win32api. You can send events to a window in just 2 lines: hwnd = pyinput.get_handle(window_name) # Gets the handle pyinput.press_key...
0.71
t3_toryjt
1,648,305,770
Python
Encrypto - A simple way of complicating/encrypting data
This is a repost I made to fit community guidelines. *Meet Encrypto, a revolutionary technology that can protect your data from the government **(Joke Intended)** and prevent the Feds from understanding your text.* The code itself does a simple task. When asked to encrypt data, it will generate two random keys. One t...
0.68
t3_tonad8
1,648,296,993
Python
Creating mp4 clips with soccer data and Python
Hi Pythonistas! I’ve updated my package to allow users to creat mp4 clips of soccer data. Here is the short tutorial I wrote up on how to use it: https://todofootballclub.com/?p=1056. I’ve also run into an issue of wanting to use latitude and longitude data in the future but realized there is a learning curve with tra...
0.9
t3_tomsiv
1,648,295,093
Python
NiceScaler update 1.3.0
​ [GUI](https://preview.redd.it/gogk3hgavop81.png?width=2790&format=png&auto=webp&s=31396204dac0bb003f7ff7920a4c4555bf15109c) [example upscale](https://preview.redd.it/q9nwpoz8vop81.jpg?width=2486&format=pjpg&auto=webp&s=955eb9817ddc84a6d9392b00cf67d11b35577253) Itch -> [https:/...
0.94
t3_tok71u
1,648,283,523
Python
The Oregon Trail
How many have ever played The Oregon Trail? I remember playing it in my later days of High School. Not the video game but the teletype version. I just ported over the original version from Fortran to Python. If you want to read out the different parts of the port or even get the source here are some links: [https://k...
0.93
t3_toa6c6
1,648,256,653
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_to8lbi
1,648,252,810
Python
What's the dumbest, trivial, shoddily-written project you've made that somehow impressed a non-programmer?
I wrote a script that grabs an Overwatch screenshot, tries to recognize whatever hero portraits are present on the tab screen, then copies some text making hero suggestions into your clipboard. I'm 90% certain that the one person in the hiring process that sounded impressed when I mentioned it didn't actually look at i...
0.93
t3_to8jhz
1,648,252,736
Python
AI Project Ideas
Hi everyone, I need to make an AI project with full-fledged programming ... it has to be based on a social issue nd focused mainly on the data science domain. Does anyone have any suggestions for an idea that can be implemented using AI? I'm open to anything as it's a group project and we're mainly putting forth any ...
0.82
t3_to33to
1,648,246,367
Python
pointers.py - segmentation faults in python
0.67
t3_tnz5uw
1,648,242,515
Python
Kids Learn to Code in Python with the Raspberry Pi Foundation
0.85
t3_tnw8zx
1,648,234,236
Python
I've built a wrapper that makes building Telegram Bots a lot easier
It's called **MATE** (*Easy Telegram Application Maker*, but reversed lol) and it automatically handles the boring under the hood stuff, letting you focus on the logic of your app. It comes with (fairly) complete **documentation** & a **PyPI** release. check it out here: [https://github.com/SudoOmbro/MATE](https:...
0.81
t3_tnsarp
1,648,229,199
Python
I Made a Hangman Game with Music, Light Artwork, and Sound Effects (GitHub Repo Below)
As my first python project, I decided to create a hangman game with music, light artwork, and sound effects. After completing PY4E on Coursera, I decided to create a program that combined all elements from the course. In all, it uses urllib for web scraping, sqlite3 to create and manage the leaderboard and wordbank, ...
0.89
t3_tns9go
1,648,229,099
Python
A free and flexible translation library in python
Hi y all, *I'm not making this post only to promote the project. I also want to invite contributors and get feedback.* Feel free to check the GitHub [repo here](https://github.com/nidhaloff/deep-translator) deep-translator is a flexible and **free** translation library that supports multiple translators. I tried t...
0.83
t3_tnp85j
1,648,224,421
Python
GitHub - Rog3rSm1th/Frelatage: The Python Fuzzer that the world deserves
0.43
t3_tnovr2
1,648,223,456