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 #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
Python
If an exception is raised but not handled would the process definitely stop/crash? I have seen some programs that keep printing stack trace to cli but don't crash and keep trying.
EDIT: thanks i think i got my answer. ```py while True: try: something_that_raises_exception() except as e: logger.error(e) ```
0.87
t3_tsux1z
1,648,714,032
Python
Print Emoji's using Python.
0.38
t3_tsusc7
1,648,713,463
Python
Real Time Speech Recognition
0.83
t3_tst6rj
1,648,706,438
Python
Demo for game made with Pygame
https://preview.redd.it/…for you. Thanks!
0.91
t3_tssu7d
1,648,705,022
Python
First Python Application - Blackjack Strategy Trainer - Seeking Feedback
Hi everyone! I just finished my initial beta for a blackjack training simulator. The application helps the user practice basic blackjack strategy. If you check it out and have some feedback for improvement, I would love to hear it! Thanks and enjoy! ​ [https://github.com/lrassbach/blackjack-training-simula...
0.78
t3_tsrmiu
1,648,700,446
Python
I made a utility library for downloading Wikimedia Data Dumps for analysis
I created a small utility library that exposes the directory structure of Wikimedia’s data dump site (and its mirrors). It includes a method to easily download and decompress data dumps using Python’s built in libraries - this proved to be an especially difficult problem because the data dumps are sometimes several ti...
0.83
t3_tsq2c8
1,648,695,137
Python
Tuple Reuse Quirks
I was testing tuple reuse today and noticed some strange behavior. If you run all the code below together as a script, 1) a and b have different IDs, as do c and d; but when you enter them in the interpreter line by line: 2) a and b have the same IDs, 3)c and d have the same IDs. Of the 3 observations, only 2) matches...
0.75
t3_tso711
1,648,689,060
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.84
t3_tsmv9p
1,648,684,810
Python
Python or R?
I searched some differences but not found definite answer. So, I ask you. Which one is better for business? My company has over 3 million customer and tons of data expectedly. I will study in a different department after 3 or 2 years later and it will be about data analysis of costumers. Which one should I start with?...
0.3
t3_tsjvib
1,648,676,061
Python
Pollen Robotics' Reachy VR Digital Twin in Python (proof of concept)
Demonstration of a **"Reachy"** **digital twin** in **virtual reality**, based on **Python** and **HARFANG**. The goal of this P.O.C is to demonstrate that a simple digital twin of an existing robot can be implemented in less than 500 lines of **Python**. This digital twin shows a **VR** experience that could serve to...
0.84
t3_tsjsaf
1,648,675,816
Python
pymac: Install and manage macOS Python.org installers from the command line
0.99
t3_tsjhe7
1,648,675,001
Python
A simple Snooker 3D game in Python
Hi there, I would like to share a tiny **game** project all made in **Python** : a **Snooker simulator.** The gameplay is rather limited, as the aim of this project is to focus on the simulation aspect : how to produce a realistic snooker physics, with a visual rich enough to be on part with nowadays standards ? T...
0.89
t3_tsixth
1,648,673,568
Python
Introducing Slap: A CLI to assist in the Python development process
I would like to share a project with you that I have been working on and actively using for over 1.5 years to streamline my day-to-day tasks developing Python projects. I use Slap tens to hundreds of times a day and would not want to miss it anymore. **Slap streamlines Python development tasks** >[Slap](https://ni...
0.84
t3_tsgavg
1,648,669,463
Python
Python Tutorial - How to create a Screen Recorder using Python?
Hey Everyone! I created a short Python Tutorial explaining how I created a Screen Recorder using Python. [https://www.youtube.com/watch?v=449c5lsGKKw](https://www.youtube.com/watch?v=449c5lsGKKw) https://preview.redd.it/ro2g0wc5hkq81.png?width=2880&format=png&auto=webp&s=649c062e96554d29b4348c07eb076a767...
0.74
t3_tsdftv
1,648,666,101
Python
[GUI] DyCall - Run exported functions from dynamic libraries
0.75
t3_tsdcn8
1,648,665,866
Python
I Created a Simple Pushup Counter Using Mediapipe Python
0.77
t3_tsb1mf
1,648,659,632
Python
Any good Machine learning udemy courses ?
I recently took python course and I’m learning python I want to get into machine learning and ai is there any good udemy courses for this? I see an A-Z machine learning course but is it good ? If anyone has taken it can you tell me what it exactly teaches you or does it just skip important points thanks
0.71
t3_ts9m9n
1,648,655,819
Python
Scrape Google Scholar Metrics Results to CSV with Python
Full code: ```python import requests, lxml from bs4 import BeautifulSoup import pandas as pd def scrape_all_metrics_top_publications(): params = { "view_op": "top_venues", # top publications results "hl": "en" # or other lang: pt, sp, de, ru, fr, ja, ko, pl, uk, id } # https://doc...
0.4
t3_ts9lzb
1,648,655,795
Python
Building a Full Stack Flask HTMx Application
0.75
t3_ts8x51
1,648,653,894
Python
I created 80 Python and Pandas Challenges with Video Solutions
0.84
t3_ts8hpw
1,648,652,727
Python
Transcribe Speech to Text with Python for Free
0.67
t3_ts6whh
1,648,648,258
Python
What to expect from Python 3.11?
0.95
t3_ts6idv
1,648,647,068
Python
GitLab Webhooks [Python and Google Chat Example]
1
t3_ts66bz
1,648,646,050
Python
I made a video about efficient memory use in pandas dataframes!
0.96
t3_ts5mmf
1,648,644,350
Python
Create a google account in Python
I would like to be able to create google account with a python script. I've try with Mechanize but nothing conclusive. Do you have any idea to how to do that ? I tried with the library Mechanize. I get the first form with: * FirstName * LastName * UserName * Password I submit it, but impossible to get the second ...
0.5
t3_ts5l04
1,648,644,210
Python
Python program to find day of any date.(Yes any! from 1000 AD - 9999 AD)
​ [Program in action!](https://preview.redd.it/5eorq0mfniq81.png?width=1484&format=png&auto=webp&s=426f40c1b36cd85844c3f1565b8906da58c404f2)
0.65
t3_ts5ij2
1,648,643,992
Python
ABCMeta library to limit derived classes their methods to follow the same signature as the parent
Python metaclass and abstract method library with restrictions. This library provides a restricted way to validate abstract methods. The Python's default abstract method library only validates the methods that exist in the derived classes and nothing else. What this library provides is apart from that validation it pr...
1
t3_ts4ooj
1,648,641,121
Python
Authoring Opportunity: Developing a Python book with Packt Publishing
Hi all, I am a Product Manager at Packt Publishing. Packt is a publishing company helping the world put software to work in new ways, through the delivery of effective learning and information services to IT professionals.  We are planning to publish a book on Python to address the challenges and requirements of th...
0.33
t3_ts4caw
1,648,639,896
Python
br4nch 1.2.1 - Data Structure Tree Builder for Python.
***New patch released (1.2.1) that improves alot of features!*** ​ `br4nch` is created to provide an efficient implementation of tree data structure in ***Python***. ​ The **libary** is built on pure python so you don't need **ANY** other libaries. The amount of features are endless such as: ...
0.75
t3_ts4avc
1,648,639,752
Python
python dictionary comprehension
0.67
t3_ts3lg7
1,648,637,091
Python
Do you have experience with stocks prices analysis?
I am about to start a hobby project, mainly for learning and curiosity. I want to analyze stocks data and try to learn some basic concepts about investing and machine learning. The flow should be following: \- Use some free API to get historic stocks data. \- Store data in the database (probably PostgreSQL hosted...
0.71
t3_ts2ujz
1,648,633,956
Python
How to document python functions?
Link: [https://www.youtube.com/watch?v=fU6qB06rkz0](https://www.youtube.com/watch?v=fU6qB06rkz0)
0.33
t3_ts2t1f
1,648,633,755
Python
Froyo: A Python GUI utility for downloading works from Archive Of Our Own/AO3 (made in Python with Dear PyGui): a fast, responsive graphical user interface results in a user-friendly tool
​ [Froyo: A Python GUI utility for downloading works from Archive Of Our Own\/AO3 \(made in Python with Dear PyGui\): a fast, responsive and user-friendly tool](https://i.redd.it/xyrdfo9zahq81.gif) Froyo is a small graphical application for downloading works from Archive Of Our Own (AO3). It supports batch...
0.89
t3_ts1iat
1,648,627,758