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
Daily dose of Python
I've been creating small posts about slightly more advanced Python topics lately. They are all available in [https://jerry-git.github.io/daily-dose-of-python/](https://jerry-git.github.io/daily-dose-of-python/). The episodes so far: 1. [Union vs TypeVar](https://jerry-git.github.io/daily-dose-of-python/doses/1/) 2. [...
0.97
t3_tj9tz1
1,647,862,900
Python
How to Deploy a TensorFlow Model as a RESTful API Service
0.79
t3_tj8uzz
1,647,859,275
Python
oneFace: Generating interfaces(CLI, Qt GUI, Dash web app) from a Python function.
oneFace can generate CLI, Qt GUI and Dash web app at the same time from a Python function. Just mark the function parameters with type and range, for example: from oneface import one, Arg @one def bmi(name: Arg(str), height: Arg(float, [100, 250]) = 160, weight: Arg(float, [0, ...
0.9
t3_tj7d1w
1,647,853,109
Python
Performance testing FastAPI ML APIs with Locust | Rubik's Code
0.76
t3_tj6v1x
1,647,850,944
Python
Why venv?
I'm new to Python and haven't worked with virtual environments before. I've seen a lot of folks utilising venv and was confused. I searched the web, but I couldn't comprehend much of it. I have a question that I'd want every one of you to answer. 1. Why venv?
0.82
t3_tj32vd
1,647,835,530
Python
Codecat
CodeCat is an open-source tool to help you find/track user input sinks and security bugs using static code analysis. These points follow regex rules. [https://github.com/CoolerVoid/codecat](https://github.com/CoolerVoid/codecat)
0.76
t3_tj2g24
1,647,833,363
Python
LinkedIn Researchers Open-Source ‘FastTreeSHAP’: A Python Package That Enables An Efficient Interpretation of Tree-Based Machine Learning Models
Researchers from LinkedIn open-source the FastTreeSHAP package which is a Python module based on the paper ‘[Fast TreeSHAP: Accelerating SHAP Value Computation for Trees](https://arxiv.org/abs/2109.09847).’ Implementing the widely-used TreeSHAP algorithm in the SHAP package allows for the efficient interpretation of tr...
0.76
t3_tj1koz
1,647,830,519
Python
I created a self-hosted security camera system
I don't like the idea of having to stream my video camera feeds to the cloud, so I created a privacy-focused, self-hosted security camera system using python! [https://github.com/scottbarnesg/smart-sec-cam](https://github.com/scottbarnesg/smart-sec-cam) Some key features: * Multi-camera support w/ minimal configura...
0.96
t3_tizhpw
1,647,823,860
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.67
t3_tiyhw1
1,647,820,810
Python
Live Python Course from computer science professor on Cyber Insecurity Youtube Channel
If anyone wants to learn Python from a professor who's been teaching computer science for over a decade, jump on the Cyber Insecurity Youtube channel on Tuesday nights at 8PM ET. [https://www.youtube.com/channel/UCL4JGzitDkX5TOwzs9A02Kg](https://www.youtube.com/channel/UCL4JGzitDkX5TOwzs9A02Kg)
0.8
t3_tixven
1,647,818,906
Python
The LAST 20 Python Packages you will ever need (Machine Learning, Data S...
0.13
t3_tith9h
1,647,806,495
Python
EZTV-AutoDownloader / Transmission Manager
Hello! (I don't know if this is for this sub.) I made Auto Downloader from EZTV and Transmission-Remote Manager written in Python. Some features: * Automatic download from EZTV * Check Episode and Season to see if ep is newer * Remove torrent from Transmission if Completed * Email notifications on add and compl...
0.67
t3_tiqz2t
1,647,799,587
Python
MD now avaible on Termux
A while ago I made a text based tool to download music in mp3 with tags and artworks. Now it's available on Termux. Cheers! [https://github.com/eliamazzon/MusicDownloader](https://github.com/eliamazzon/MusicDownloader)
0.8
t3_tiqdvp
1,647,798,001
Python
Looking for an official documentation regarding security best practices and how to write secure code
I am looking for resources on how to write secure code with Python, I have been in python.org but there is only a Security reporting section. Before considering Google top results I would like to check if there is an official documentation
0.94
t3_tiq3ts
1,647,797,237
Python
tkthread - Easy multithreading with tkinter
0.8
t3_tip8va
1,647,794,947
Python
I just started python 10 days ago an I am super happy. I just created my first program and would love some feedback
I am a complete programming beginner. I started a course on Udemy 10 days ago and this is my first program. I know it is probably not the most efficient way to do it which is why I would like your feedback. here is the Github link: [https://github.com/RVP97/TicTacToe/blob/main/Project1](https://github.com/RVP97/TicTac...
0.46
t3_tiox8d
1,647,794,055
Python
I made a video tutorial on how to work with image data with python. Hope its a helpful introduction for anyone interested in learning about image processing.
0.9
t3_tinykr
1,647,791,398
Python
Sending Emails With Python
0.5
t3_tin22d
1,647,788,786
Python
pip install medium-api
Hi Guys, I recently published a python wrapper around [Medium API](https://rapidapi.com/nishujain199719-vgIfuFHZxVZ/api/medium2) which helps you to extract/fetch data from [medium.com](https://medium.com). To install it, just run: ``` pip install medium-api ``` **What can you extract with it?** - Medium User infor...
0.87
t3_timph1
1,647,787,819
Python
Python Collection Classes - Queues, NamedTuples, DefaultDict, the Professor and Mary Ann
[https://codesolid.com/useful-collection-classes-in-python-you-may-not-know/](https://codesolid.com/useful-collection-classes-in-python-you-may-not-know/) Enjoy!
1
t3_tilukh
1,647,785,280
Python
Creating Real-Time Charts with FastAPI
https://github.com/roniemartinez/real-time-charts-with-fastapi I've made sample application for anyone interested in writing real-time charts with FastAPI + Server-Sent Events. You can check my Github repo above.
0.82
t3_tilg4d
1,647,784,101
Python
Create A REST API In Python Flask
0.38
t3_tikn0t
1,647,781,534
Python
Step by Step Procedure to Deploy A Flask App On Heroku
0.17
t3_tikmj3
1,647,781,487
Python
Python Flask, ElasticSearch and docker environment
Hi, the second article devoted to the theme: “How to work with ElasticSearch using Python and Flask framework” is already ready for reading. It is about preparing microservice environment using docker and docker compose. All details are here: "[Python Flask, ElasticSearch and Docker environment](https://sergiiblog.com/...
0.81
t3_tiid1f
1,647,772,934
Python
Gufo Loader
[Gufo Loader](https://github.com/gufolabs/gufo_loader) is the flexible Python plugin infrastructure framework. We'd used this approach in the [NOC](https://getnoc.com/) \- an open-source network management system and finally decided to release this component as the independent package. Very useful tool to build extenda...
0.75
t3_tihlqu
1,647,769,687
Python
How to make the most of Pydantic
0.87
t3_tih4e7
1,647,767,586
Python
Sudoku Solver Using Python | AI projects
Github: [https://github.com/bhimrazy/Artificial-Intelligence-Projects](https://github.com/bhimrazy/Artificial-Intelligence-Projects) https://preview.redd.it/xswtp52b3ho81.png?width=1097&format=png&auto=webp&s=8ce31043a6238eb74bddc97ff6dc6b4072f82f38
0.87
t3_tidx7v
1,647,753,441
Python
I Wanted to Make a Game from Scratch (visuals and all) Using Python so I did.
​ [https:\/\/github.com\/M0pps\/Dinosaur-Game.git](https://reddit.com/link/tid126/video/pvim4rectgo81/player)
0.97
t3_tid126
1,647,750,072
Python
Creating a DCGAN with PyTorch
I wrote a short tutorial on creating a deep convolutional GAN to generate new wild animals images from the wildlife animal faces dataset using PyTorch: [https://taying-cheng.medium.com/create-new-animals-using-dcgan-with-pytorch-2ce47810ebd4](https://taying-cheng.medium.com/create-new-animals-using-dcgan-with-pytorch-...
0.67
t3_ti9u5w
1,647,738,961
Python
Modularizing a Chalice Application
If you're looking to develop Chalice lambda functions and needing to realistically modularize your application and files, here's a pretty good article (I'm not the author) on how to go about that. Chalice is used for AWS lambda function development and deployment and has routing decorators similar to Flask and other AP...
0.5
t3_ti9ryn
1,647,738,759
Python
Space Science with Python - AI 1-8: A Dense Neural Network
Hey Python coders, today I would like to show you a new tutorial video within my Space Science with Python series. I am still working on a Machine Learning project, and this time we will use TensorFlow / Keras to create a multi-class classifier for our asteroids reflectance spectra. Since our spectra data are alr...
0.81
t3_ti90ps
1,647,736,289
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.9
t3_ti8esn
1,647,734,409
Python
I teach python for middle and high schoolers – I made this little trophy for a competition of who could make the best image using Turtle/Python
I will also make some keychains with the best images 3d-printed on them – I hope the students like them! ​ https://i.redd.it/7cyldg3odfo81.gif
0.97
t3_ti7uyh
1,647,732,704
Python
Automate Key board and mouse
see a lot of people probably using this for gaming but can be used for your job. I use this type of stuff to auto mate stuff I have to type over and over then click a bunch of bottons. Hope it helps ​ [https://www.youtube.com/watch?v=shi5Ba\_y4HA&t=264s](https://www.youtube.com/watch?v=shi5Ba_y4HA&...
0.92
t3_ti5hm4
1,647,725,723
Python
New Python package for stock market data: YFrake
I've released a new open-source Python package named [YFrake (Github Repository)](https://github.com/aspenforest/yfrake), which returns stock market data from Yahoo Finance and can also serve it to other applications. It has built-in swagger documentation and can run in async and threaded modes. More features are plan...
0.89
t3_ti5geq
1,647,725,628
Python
I broke Math. I generated a quantum random number in Python. Split the decimal part of it into groups of 5 digits. Found every single group in the decimal expansion of PI (just upto a million digits). Somebody tell me I'm wrong or give me a Nobel prize. I won't sleep tonight.
import quantumrandom as qr with open("piDigits.txt", 'r') as f: pidecimals = f.read() f.close() maxrange = int(input("Enter Maxmimum of Range ")) count = 0 for i in range (0,maxrange): myx = qr.randint() print(f"Quantum Number {myx}") decimalstring ...
0.2
t3_ti584e
1,647,724,969
Python
PyMacApp: Build, Package, and Code-Sign Python Projects on MacOS in just 10-lines of Python Code!
Hi All: I recently posted about a project I was working on called PyMacApp. I just released a ton of updates that brings full support for building, packaging, and code-signing in as little as just 10 lines of code (2 import statements, 4 for the app, and 4 for the package; it supports function chaining, so you could e...
0.68
t3_ti4ztb
1,647,724,308
Python
Small Line Counter Script
I made a command line tool that lets you specify a file/directory path on the command line and will count the lines of code in a file or all files within a directory or directories recursively. I plan to add more features. I am a systems dev by trade and have worked with python in the past but not very much and that wa...
0.81
t3_ti4zcz
1,647,724,271
Python
Is pygame still worth it in 2022??
0.85
t3_thzhqp
1,647,709,018
Python
What do you think is the most valuable Python package?
In the spirit of March Madness, we created a tournament to choose the MVP Python package. This is just meant to be fun, but it might jumpstart an interesting discussion about your choices and the kind of work you're doing. [https://deephaven.io/community/experiments/python-bracket/](https://deephaven.io/community/exp...
0.14
t3_thw2h9
1,647,699,262
Python
Build a Hash Table in Python With TDD – Real Python
0.75
t3_thvrq5
1,647,698,366
Python
How to Shortlist the Best Python Development Company ?
0.2
t3_thvj46
1,647,697,596
Python
DeepForSpeed: A self driving car in Need For Speed Most Wanted built with python + pytorch
[video here](https://youtu.be/t0iqfM36mRc) [code here](https://github.com/edilgin/DeepForSpeed) So i built a self driving car with python in need for speed most wanted(2005). I was really impressed when i saw nvidia build their own self driving car with just a single algorithm(cnn) so i decided to try it myself. Basi...
0.97
t3_thsp8c
1,647,686,990
Python
Python for beginners from Harvard CS50x. Starting April 1st. Free course, awesome teacher, explains how computer thinks in terms of programming. 11 weeks 3-9 hours per week! Sign up now, highly recommended.
0.94
t3_ths5wg
1,647,684,560
Python
Red Mail: All you need from an email sender
Hi all, I have made a couple of posts about Red Mail in the past but I recently received some comments feeling this being underrated compared to how useful it really is. So, I hope you don't mind an update, I also just released a new version. So what is Red Mail? It's an email library that aims for simplicity withou...
0.88
t3_thrdr9
1,647,681,015
Python
I created a super simple customizable desktop clock with python
Have you ever wanted to program a simple clock for your desktop? This [Simple Desktop Clock](https://github.com/underpig1/simplest-desktop-clock) uses python's tkinter to create a desktop clock for cleaner layouts. The best part is, you can customize how it looks and where it appears on your screen really easily, and i...
0.89
t3_thqxd6
1,647,678,891
Python
3 Things You Might Not Know About Numbers in Python
0.5
t3_thqu6i
1,647,678,482
Python
The Zen Of Python, One-Liners and Being Pythonic
0.83
t3_thqfid
1,647,676,626
Python
What extension is useful when doing Python in VS code?
Hi! I'm new to using VS code. Before this I was using Spyder and found that VS code to be more complicated (for me). Please do recommend me necessary extension :D
0.67
t3_thpx8i
1,647,674,284
Python
Solution to Ramanujan equations
[https://todaymylearn.blogspot.com/2022/03/solution-to-ramanujan-equations.html](https://todaymylearn.blogspot.com/2022/03/solution-to-ramanujan-equations.html) I made a small program in python to solve Ramanujan equations.
0.46
t3_thplm6
1,647,672,828
Python
PEP 686: Make UTF-8 mode default
0.97
t3_thnk4l
1,647,664,164
Python
Complete Guide to PyGame Setup in 14 mins!
0.7
t3_thmkk7
1,647,660,554
Python
What Python GitHub repos are good examples of best practices?
I've been writing more packages and recently enjoyed looking through Perfect's GitHub. It felt like a good example of code structuring, they implemented their cli well. I even started to look at how they were branching and what they were putting in commit messages. I very frequently work on islands without the oversi...
0.85
t3_thmbi1
1,647,659,670
Python
Euporie: a terminal app for working with Jupyter notebooks
1
t3_thlcky
1,647,656,373
Python
A Happy Success Story and Python!
Hi everyone! ​ I just wanted to share some exciting events, as well as a good story for those maybe demotivated learning Python. ​ Like many of you, I started learning Python (around 3-4 months ago), and quickly felt overwhelmed by just the huge mass of tutorials, libraries, and posts. However...
0.85
t3_thlata
1,647,656,210
Python
Elden Ring Open Source API
Good night tarnished guys and gals. Do we have some developers among us? I made this open-source API that contains all kinds of data scraped from Elden Ring that can be used for all sorts of student projects. So if you're new to programming/web development, loves Elden Ring, and want to build a cool app, feel free to u...
0.93
t3_thl39l
1,647,655,499
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!
1
t3_thiqqa
1,647,648,010
Python
*UPDATED* Random numbers generator list with Mean, Median, Mode and frequency of each number
import random import numpy from statistics import mode import csv import collections #create list list=[] ##random numbers for i in range (100): number= (random.randint(0,10)) #add to list list.append(number) print("Random numbers: "+(s...
0.6
t3_thgvms
1,647,642,439
Python
Random numbers generator list with Mean, Median, Mode and frequency of each number
import random import numpy from statistics import mode import csv #create list list=[] ##random numbers for i in range (100): number= (random.randint(0,10)) #add to list list.append(number) print("Random numbers: "+(str(list))) list.sort() ...
0.33
t3_thdm72
1,647,633,270
Python
I've heard that "if a class is just a constructor and one method, then it should be a function". What is your opinion on this and what are counter examples?
I watched a seminar a few years ago about someone talking about the misuses of OOP in python and talked extensively about the case where people write a class, implement the `__init__()` method and one extra method and that's it. He provided examples and showed functional code that simplifies the solution to a few line...
0.97
t3_th6ztt
1,647,623,696
Python
Resume Generation With Python
0.33
t3_th6lvy
1,647,623,183
Python
Latest Python for Debian GNU/Linux
0.43
t3_th3oai
1,647,616,559
Python
what's sentiment analysis methodology
* Discuss sentimental analysis. * Describe the Python download and installation process. * Define polarity and subjectivity. * Explain the use of textBlobs. * Contrast lemmatization to tokenization * Discuss the POS Tag language. * Explain Bigrams, Trigrams and Ngrams. * List the various Anaconda applications. * Summar...
0.2
t3_th3fc7
1,647,615,880
Python
Python Cybersecurity — Build your own python tools (PortScanner, Visual Network Tracker and Anonymous FTP Scanner)
**Python Cybersecurity — PortScanner** Build a simple Port Scanner using the Python Programming language. Port Scanner is an application designed to probe a server or host for open ports. Such an application may be used by administrators to verify security policies of their networks and by attackers to identify networ...
0.8
t3_th30u3
1,647,614,790
Python
Business logic in Django and Django REST Framework applications
0.69
t3_th2zll
1,647,614,691
Python
Python finally offloads some batteries
0.57
t3_th2ezh
1,647,613,112
Python
Proposed Addition to Python ASYNC.
I'm a big fan of using Python for distributed computing. I have used the Twisted framework for years and the process level support. I love that we now have Future, Async, and Await as a standard part of the language. I've been thinking that the next step has to be merging together the threading and process level into ...
0.5
t3_th04ho
1,647,606,312
Python
Python ETL management framework/tool
Hello, I am trying to build some ETL scripts; mainly getting data from different sources and loading to my database. Python libraries are great for this and it works perfectly. My question is related to the way these scripts etc. might be automated, managed. Is there any framework, tool you could suggest? How do p...
0.87
t3_tgyvu2
1,647,601,729
Python
Finance degree to cs?
So I studied finance and have a little bit of work experience in marketing, which are not related to cs at all. I've been through a lot ups and downs (mainly just downs, really) and I've set my mind to change my life for the better. I'm not going to elaborate on whatever happened as it is off the topic. I am just wo...
0.4
t3_tgy38p
1,647,598,534
Python
Share Jupyter Notebook as web app
0.86
t3_tgxz6w
1,647,598,047
Python
Building an all-in-one Python Resources Website for Python Developers
Hey there, I am building a Python Resources Website. Divided into two main Pages (Web Backend and AI/Machine Learning) for these Resources, the goal is to simplify the search for some of the best React resources such as: **1) For Python/Backend:** • Django, Flask, FastAPI Articles • Django, Flask, FastAPI Forums la...
0.79
t3_tgxjwm
1,647,596,261
Python
Frontend Vue and Tailwind Setup - Masonite Tutorial
0.4
t3_tgxa8s
1,647,595,077
Python
A solver, player and cheater for breaklock
I stumbled upon [breaklock](https://www.mathsisfun.com/games/breaklock.html) recently. Since it was a bit too much for me, I set up a program to solve it. The solving mode works by first finding all possible solutions, then whittling down the options based on feedback from the game, I can explain further if required. ...
0.63
t3_tgw41v
1,647,589,819
Python
Is this a good project?
So I'm making classes out of multiple libraries such as tweepy (Twitter scraping) to make them very user friendly. I'm adding methods such as "gather_maximum_tweets()" that will work for 2 hours and give you at least 100k tweets instead of the 18k that you'll get from tweepy every 15 minutes of sleep (In other words, ...
0.72
t3_tgv85c
1,647,585,866
Python
8 Excellent Python Courses on Udemy (2022)
0.6
t3_tgu5y6
1,647,581,497
Python
Python Traffic Generator
0.56
t3_tgopyd
1,647,563,538
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.6
t3_tgo1uq
1,647,561,609
Python
How would you compare tortoise ORM vs peewee ORM?
Since they are both similar to the Django ORM, then they can be clasified as active record ORMs right? Have you used any or both? If so how was your experience and which would you recommend?
1
t3_tglp4o
1,647,554,889
Python
#FOSS Fintech In Python: Using GameStonk Terminal To Generate Trade Ideas
0.81
t3_tg4328
1,647,499,950
Python
Arcade 2.6.11 has been released
Python Arcade, a library for creating 2D arcade games, has released version 2.6.11. Website: [https://arcade.academy](https://arcade.academy) Release notes: [https://api.arcade.academy/en/latest/development/release\_notes.html](https://api.arcade.academy/en/latest/development/release_notes.html) Demo video: [https:/...
0.87
t3_tghjn8
1,647,543,660
Python
I'm an amateur Python programmer, what's my next step?
I've been coding in Python for years now & I've done a wide range of projects from discord bots to analysing CO2 data but now I'm at a loose end. Ideally either I'd help open source projects or I'd help specific people, the problem is I've never done open source stuff before & all the active projects I can fin...
0.84
t3_tggmnl
1,647,541,287
Python
Bookmarking Application (sqlite, tkinter, bcrypt)
My largest project so far, pretty happy with what I learned about passwords/account creation, and what felt like a decent intro to databases. ​ This program will let you make an account, save bookmarks to a database, and then reference only the bookmarks saved to the logged in account, along with a few ot...
0.75
t3_tgedn8
1,647,535,199
Python
Package for printing text with RGB colors in the console
As a quick introduction: I'm making my own writing software to write my science fiction story with. As I started out knowing nothing about the language back in August, I made the foolish decision to use as little third party libraries as possible (where sensible). This made me learn quite a lot about the language and ...
0.71
t3_tge96v
1,647,534,851
Python
Is programming easy or am I doing things wrong?
I started learning python around 5 months ago, with some breaks and inconsistency but for the last 2 months I have been steadily learning it, 4-10 hours daily. I am in a position where I am being mentored for a business sector that is really technology-based, so I am familiar with 'professional' programming costs and t...
0.76
t3_tgcpur
1,647,530,729
Python
A template engine I did...
I have been looking for project inspirations, I ended up creating this template engine https://github.com/mauro-balades/yate
0.67
t3_tgcopq
1,647,530,636
Python
Frelatage: A fuzzing library to find vulnerabilities and bugs in Python applications
​ Frelatage is a coverage-based Python fuzzing library which can be used to fuzz python code. The development of Frelatage was inspired by various other fuzzers, including [AFL](https://github.com/google/AFL)/[AFL++](https://github.com/AFLplusplus/AFLplusplus), [Atheris](https://github.com/google/atheris) a...
0.85
t3_tgce3v
1,647,529,813
Python
Announcing compushady: a Python module for easily running Compute Shaders
0.67
t3_tgc6l4
1,647,529,248
Python
Roles and Permissions in Masonite
0.76
t3_tg88hq
1,647,517,257
Python
Online Python environment for middle school students (Chromebooks)
Hello, we're looking for an online environment to let students (age 11-13) play with Python. We need an online resource to avoid installing anything on Chromebooks. Ideally this would work with Google Drive to save projects. For now I've found this simple tool: [https://www.online-python.com/](https://www.online-pyt...
0.93
t3_tg86m4
1,647,517,062
Python
High-level tools to simplify visualization in Python
0.87
t3_tg4r7y
1,647,502,854
Python
5 Steps to Master Python Decorator
0.5
t3_tg4ho8
1,647,501,697
Python
End to end encrypted pastebin built with Starlette (as the file server.)
Recently when looking to deploy a simple pastebin onto my self hosted server I found it difficult to find any modern docker deploy-able pastebins what were secure by default. This inspired me to create my own. Paaster is a secure by default end to end encrypted pastebin built with Svelte, Vite, Typescript, Python, Sta...
0.93
t3_tfzdes
1,647,482,892
Python
_ctypes in pure python code:
I've found the needed components to potentially put \_ctypes.c code into python scripts. I've also found the needed preprocessor to make such work.
0.29
t3_tfwzu1
1,647,475,485
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.72
t3_tfww6h
1,647,475,210
Python
Python 3.10.3, 3.9.11, 3.8.13, and 3.7.13 are now available with security content
0.85
t3_tfuvc8
1,647,469,462
Python
Network Tracking using Wireshark and Google Maps - Python3
0.73
t3_tfu7pd
1,647,467,653
Python
First time to work in python
hello guys i’m new here and I have question about python. what exactly you guys doin at work ? i’m bout to apply for a job and I have no idea what to do or what they’re expecting me to do.
0.4
t3_tfrqfi
1,647,460,900
Python
First steps into async Python
0.67
t3_tfi3nr
1,647,438,567
Python
Composer: a new PyTorch library to train models ~2-4x faster with better algorithms
Hey all! We're excited to release Composer ([https://github.com/mosaicml/composer](https://github.com/mosaicml/composer)), an open-source library to speed up training of deep learning models! https://preview.redd.it/87if2pufdsn81.png?width=3009&format=png&auto=webp&s=0238e6bf3050be3e4db27ca07dbbea80a16a7f...
0.78
t3_tfoebv
1,647,454,514
Python
Tool detection using phone and Machine Learning
​ https://reddit.com/link/tfny9g/video/nvbynxiyasn81/player Making my phone as an Extension of the camera I can detect objects in my laptop by streaming feed into OpenCV sing YOLO [source](https://github.com/Aaris-Kazi/Tool-Detection-using-YOLO/)
0.76
t3_tfny9g
1,647,453,322