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 Tutorial - How to create a Car Processor and Detector using Python?
Hey Everyone! I created a short Python Tutorial explaining how I created a Car Processor and Detector using Python. [https://www.youtube.com/watch?v=ZXFS-uUNTcg](https://www.youtube.com/watch?v=ZXFS-uUNTcg) https://preview.redd.it/gjbek5zoqru81.png?width=2880&format=png&auto=webp&s=149cf6b3e18c77d190c806...
0.75
t3_u89kvw
1,650,497,426
Python
Flask vs FastAPI for a microservice
Hello, ​ I'm going to build a microservice that processes images and does OMR on them, and I'm torn between using Flask or FastAPI. ​ I have used Flask in the past, but recently I have been using Nodejs, so the async nature of FastAPI will make it similar to Nodejs, plus I have read that it's ...
0.78
t3_u86ra7
1,650,489,404
Python
Type hints immediately giving payoffs
[https://imgur.com/a/0NaPfxQ](https://imgur.com/a/0NaPfxQ) So, I 'FORCED' myself to use typehints. Flask seems to already priovide some motivation, so I went ahead and carried on. LOOK! WOW! PyCHARM! Immediately, I know that I'm not 'properly' creating a file path. I can go back and fix this later, but look, jo...
0.58
t3_u86q6j
1,650,489,316
Python
Bloomberg just Open sourced Memray a memory profiler for Python
0.98
t3_u84tjr
1,650,484,108
Python
Python learning group?
Hello! I recently graduated college with a psychology degree but figuring out it may not be something I want to do with my life, I recently started learning programing languages, specificly Python. I'm currently doing okay. I'm understanding things so far but as it gets more advanced in the long run, I believe that le...
0.74
t3_u81o93
1,650,475,476
Python
Python's stability
My production code has been running for a while. For the first 24 hours, every metric, errors, logging, etc.. happened as expected. But the last 6 hours was a disaster. Even though the state was unchanged, some logs were not shown, some services were not called, etc... Have you guys faced this kind of instability befor...
0.33
t3_u7zog4
1,650,470,137
Python
I wrote an article on "Packaging and Publishing Packages on PyPI"
1
t3_u7lr6r
1,650,420,710
Python
How to write a Python3 wrapper library/module for a JSON REST API in 15 simple steps
0.96
t3_u7vquv
1,650,458,946
Python
37 Sixty Second Python Tutorials
Python 60 Second Videos: https://www.youtube.com/playlist?list=PL6lxxT7IdTxG5li13TmP0fvHaFRZaHi4d
0.78
t3_u7uhit
1,650,454,737
Python
Gaming oriented Turtle fork
I've been learning python for around 6 months and I've made a fork of the turtle module called "burtle", its meant to make games with, but i added other cool stuff like a text box and click detection. Please check it out and give feedback! [https://github.com/alannxq/Burtle](https://github.com/alannxq/Burtle)
0.7
t3_u7s0vo
1,650,444,648
Python
Java Vs Python Comparison: Which Programming Language is Right for My Business?
Entrepreneurs are presently facing a challenge in establishing their enterprise app since they must make a difficult decision: which language to employ for their app development. Both Java and Python have advantages and disadvantages and certain commonalities. However, there are some distinctions between Java and Pytho...
0.36
t3_u7rvi0
1,650,443,966
Python
Making the switch from academia to industry? R to Python?
I'm 32F and finally deciding to make the switch. The only snag is my experience in coding is all in R. I know there are lots of online Python courses but I'm looking for an intensive (couple of weeks maybe?) course that would be accredited and sit well on my CV. I've done well for myself in academia, in terms of reput...
0.89
t3_u7qtvf
1,650,439,255
Python
Compiling Python programs with Pyinstaller
0.74
t3_u7pu7w
1,650,435,048
Python
Visualization of the 3x+1 problem using turtle graphics
​ [My new screen saver](https://preview.redd.it/8zfb0b1p4mu81.png?width=3814&format=png&auto=webp&s=a726b12997a7c6d3fad9a784e56550c878d192bd) [Source code](https://github.com/Spovis/collatz) This is a visualization of the sequence generated by the Collatz conjecture. It generates some beautifu...
0.86
t3_u7ogas
1,650,429,653
Python
Novel and small python projects and code snippets
Share your answers to these tasks in the comments. Feel free to ask for help. # Task 1 (Beginner) # Create a class “NumberSet” that: - Inherits from the built in set class - That overrides __setitem__ to only allow numbers You will learn about inheritance, “super”, and sets # Task 2 (Intermediate) # Create an NxN m...
0.75
t3_u7ls2t
1,650,420,783
Python
How Python Enriched the Use of AI in Several Industries
Artificial intelligence and machine learning can be considered as the new backbones of the IT industry. While discussion over developing newer technologies to provide maximum safety continues, people innovate expanded abilities and capacities of artificial intelligence. [Artificial intelligence](https://en.wikipedia.or...
0.2
t3_u7l4rv
1,650,418,780
Python
Looks like I'm going to prom thanks to Python!
[https://github.com/Jah-On/prom-decider](https://github.com/Jah-On/prom-decider)
0.5
t3_u7l0ce
1,650,418,382
Python
Learn how to Scraping Google and optimize search using google search operators
0.33
t3_u7kzgt
1,650,418,303
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.86
t3_u7j74e
1,650,412,810
Python
PyMailer: A small utility I wrote in Python3 to automate sending server notifications via an SMTP service
I do a lot of self-hosting and homelabbing, and I often found myself wishing that my various services and cron jobs had a simple way to send me notifications through a regular Gmail account. I know tools already exist to do this but I just wanted a dirt-simple utility that I could say pipe the output of a script in to ...
0.5
t3_u7hk4i
1,650,407,953
Python
I wrote a python script that you can copy into your projects for quickly logging information between your Terminal and Files
I’ve been working on a bunch of different python scripts recently and I found myself constantly referring back to Python’s built-in logging library for some basic debugging/logging setup. After doing this a few times I decided to sit down and write this script that you can quickly import into any existing python enviro...
0.75
t3_u7gw5z
1,650,406,071
Python
Is anyone taking the CS50p (for Python) currently in progress from Harvard?
Just wondering what your thoughts are on it, how it compares to the original CS50, etc?
0.84
t3_u7g0ix
1,650,403,719
Python
Keylogger In Just 10 Lines Of Python
0.67
t3_u7fczz
1,650,401,947
Python
Dash is Deeper than Dashboards
0.88
t3_u7emja
1,650,399,953
Python
Program that counts lines of code
Posted this while back but its been changed quite a bit. At the time many of you had very constructive criticisms of my code that were incredibly helpful. Please do so again! This script runs on the command line and counts lines of code in a specified file or directory for files with a specified extension. Feel free to...
0.5
t3_u7e96y
1,650,398,975
Python
Just A Todo App
* **It's a Todo App that I wrote, and it's my first time developing a full-stack application with Flask. It's possible that it has multiple bugs, since I didn't thoroughly test it. Limiters or rate limitations are built into the routes and endpoints to avoid abuse. You can create or add additional Todos, but I haven't ...
0.6
t3_u7cwkw
1,650,395,385
Python
Created Python Jobs (Backend and AI/ML) Website
Hey, Guys! I'm building a Job board that connects Python Developers (Backend and AI/ML Engineers) with Startups and Companies hiring for Python roles. Launching in 2 Weeks! Here is the link to keep in touch ➡ [pyhunt.com](https://www.pyhunt.com/) Feedbacks and Questions are welcome, Thanks :)
0.78
t3_u7ccs4
1,650,393,952
Python
UFC analysis with Python
I made the code in Python to get rankings of UFC fighters in Lightweight for period 2013-2022 from site [mma-stats.com](https://mma-stats.com), process them, and create bar chart race of these rankings. Code for my project is available on [https://github.com/SergeyZago/ufc\_analysis/blob/main/UFC%20Lightweight.py](htt...
0.57
t3_u7c0jv
1,650,393,068
Python
How to Build Countable Classes in Python
0.63
t3_u7bdds
1,650,391,390
Python
Snake Code
Snake Code: ​ ​ import time import pygame from enum import Enum import random class Direction(Enum): UP = 1 DOWN = 2 RIGHT = 3 LEFT = 4 window\_width = 720 window\_height = 720 pygame.init() pygame.display.set\_caption("Snake Game 1") window = pygame.display.set...
0.3
t3_u79ohy
1,650,387,027
Python
Hello everyone I have been creating a boilerplate/template for FastAPI and PostgreSQL. Please have a look and give me a star if you like. #Python #FastAPI #PostgreSQL #Pytest
0.5
t3_u79f99
1,650,386,342
Python
Download Outlook Email Attachments Using Microsoft Graph API In Python[
Recently published a video covering how to download emails from your Outlook account with Microsoft Graph API using Python, and thought some of you might find the tutorial useful. Video Link: [https://youtu.be/UF-hc2nZV\_A](https://youtu.be/UF-hc2nZV_A)
1
t3_u77n4y
1,650,381,620
Python
78 Python data science practice problems in a single github repo including numpy, pandas, matplotlib, scipy, regex, pytorch
0.98
t3_u77fce
1,650,381,050
Python
QualityScaler 1.3.0 - Image/video upscaling & enhancement Windows app
​ [GUI](https://preview.redd.it/vtj3a827yhu81.png?width=1357&format=png&auto=webp&s=9321b61c88261595c31d3512cef93af4cc0bcf39) [EXAMPLE](https://preview.redd.it/lbfejx48yhu81.png?width=2232&format=png&auto=webp&s=13067052d8ed6364eff09d716746e37986cff7d1) Itch -> [https://jangyst...
1
t3_u76rf5
1,650,379,305
Python
I made a football simulation/game entirely using Python Turtle Graphics
# Overview: About a year ago i made a project called as "Python Football Game" which was just a Pong game on green background and goal posts it felt like cheating so this time i made an entire football game with 11 players and other rules etc in python turtle with about *629 lines of code* you can have a look at it he...
0.79
t3_u75ydj
1,650,377,093
Python
I was today years old when I found out that Python supports else clauses in try/excepts.
Their functionality is brilliant, too! I always used to use guard values and flags to find out if an exception happened. Totally surprised (and embarrassed), but IMO this is one of the reasons why writing in Python feels so nice. Context: I have been using python for 7 years (from 2nd year of college up to mid-PhD), ...
0.94
t3_u75y3m
1,650,377,073
Python
I wrote a Spotify alternative in Python
[Myuzi](https://gitlab.com/zehkira/myuzi) is a Spotify alternative for Linux. It's built entirely using Python. The interface uses GTK, and the streaming is handled by `youtube-dl` and Gstreamer. You don't need an account to use Myuzi, and there are no payments or ads. This is a prototype, so things will break a lo...
0.87
t3_u7446h
1,650,371,709
Python
What are some of the main reasons I should switch to pytest from unittest?
0.92
t3_u73xv2
1,650,371,161
Python
Build a Web App with Pandas
0.71
t3_u725g8
1,650,364,948
Python
How To Install Kivy On macOS Monterey
0.25
t3_u71x6r
1,650,364,046
Python
Auto ML in Python — An Overview of the MLBox Package
0.5
t3_u70gk9
1,650,358,000
Python
Dynamic Logging for logging.Logger
I have created an extension of `logging.Logger` class to be able to easily & dynamically log "extra" values. This module provides 2 main APIs - `log_extras()` decorator to log values from the decorated function arguments and `set_extras()` method to log static values. ``` import dynamic_logger import l...
0.71
t3_u70a80
1,650,357,206
Python
I developed a template for starting new Python projects! Features: Poetry, GitHub CI/CD, MkDocs, publishing to PyPi/Artifactory, Pytest, Tox, black and isort.
0.94
t3_u7081n
1,650,356,962
Python
Python Lambda Function in Simple Words
How to Use Lambda Function? Difference Between Lambda and Def Function? What are the benefits of the Lambda Function? The most important things you should know about the Lambda/Anonymous Function in Python by many examples. Take a look at [my story](https://medium.com/p/e05171925c98) and leave comments!
0.58
t3_u6zh3e
1,650,353,719
Python
Beginning a brand new set of ML foundations series starting with Pandas
Beginning a Hey all, I am starting a new set of ML video series on Youtube. I will be covering the topics very deep, the way I wish someone taught me. Pandas is the first topic, promise to post one video every weekday. Please view and let me know your suggestions. Link : [Pandas for Data Science](https://www.yout...
0.8
t3_u6yugv
1,650,351,107
Python
Python Selenium Tutorial #9 - How to bypass/solve hCaptcha using 2captcha API
0.75
t3_u6yo7z
1,650,350,404
Python
Are you a person who loves reinventing a wheel ?
Just wondering, are you a person who loves remaking the most popular python library ? When people are learning how to create a Python web app using Flask, you are thinking "I am going to make the library by myself." . When people are learning how to use Django + Gunicorn, you are thinking "I am going to make all of th...
0.73
t3_u6u7i6
1,650,334,907
Python
From 30 to 11 Lines of Code: Revisiting Rock Paper Scissors in Python
0.56
t3_u6t9yb
1,650,332,091
Python
Is your company still letting you use Pycharm?
I really hate programming without Pycharm. Actually, I hate programming without Jetbrains as I use several of their applications for personal use and pay for the All-Products Pack. I noticed today that CORP does not have it in their approved software list any more. I still have it installed on my work machine and still...
0.77
t3_u6t4hn
1,650,331,639
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.86
t3_u6rcpp
1,650,326,409
Python
Indeed Job Scraper
What's happening in the job market? I published a new python script that pulls new jobs from an indeed advanced query and stores to a datasource. The attributes for each job include the posting title, description, pay, and url. I have another project I am working on where I am training an NLP model on a large datas...
0.63
t3_u6r6xy
1,650,325,935
Python
DRF application for Authentication Using metamask
Hey Guys, So recently I wrote a drf application for authentication using metamask extension for a one click login. This app uses simple-JWT for managing and creating tokens and so is compatible with djoser as well. I am planning to create a more detailed documentation, add more testing and create a sample-app for d...
0.68
t3_u6nv18
1,650,316,814
Python
Build a Twitter Bot with Python, Tweepy and the Twitter API
0.5
t3_u6mmt6
1,650,313,555
Python
Program Raspberry Pi Pico with Python https://medium.com/@needablackcoffee/program-raspberry-pi-pico-with-python-6a410192dd07
0.3
t3_u6lo7q
1,650,311,084
Python
Masonite Permission - Masonite Framework.
To all the Masonite Framework developers/engineers, the ACL package that I created is now production ready. Give it a try, and feedback. [https://github.com/yubarajshrestha/masonite-permission](https://github.com/yubarajshrestha/masonite-permission)
0.5
t3_u6kxwt
1,650,309,124
Python
Python implementation of recursive insertion sort.
0.76
t3_u6khdk
1,650,307,932
Python
Top down Minecraft.. clone? Written in python and pygame.
[https://youtu.be/-riH-R-1EfY](https://youtu.be/-riH-R-1EfY) Ignore my terrible voice. Github: [https://github.com/Electro-Corp/top-down-minecraft-ripoff](https://github.com/Electro-Corp/top-down-minecraft-ripoff)
0.33
t3_u6ib28
1,650,302,268
Python
User login system with JWT and FastAPI
In this series so far, we have set up our environment and created a user. Now we are going to let them login, we do so by sending them a JWT token which is then required in subsequent requests to access protected resources. Read this 4th post in this series to know how: [https://santoshk.dev/posts/2022/tdd-approach...
0.68
t3_u6gvm7
1,650,298,419
Python
Are there any task queue libraries with the ergonomics of FastAPI
## django is to FastAPI as celery is to `???` We currently use FastAPI as our backend and Celery as our task/job queue. But I find it really clunky. Not that there's anything *wrong* with the Django/Celery way of doing things, but it doesn't jive with me. Everything is that old school loosey-goosey python style with k...
0.64
t3_u6g9bf
1,650,296,839
Python
Which IDE do you use?
I'm new to CS in general, and our intro class used Wing Personal. Is there something about a basic IDE that holds me back? I'm not very educated on IDE's and have no idea if they're all the same. I've had no problems with Wing so far, I really like the tab structure.
0.64
t3_u6g4jk
1,650,296,486
Python
Python Tips and Tricks — Write Better Python Code
0.5
t3_u6fzb2
1,650,296,100
Python
PyQt hello world
0.43
t3_u6fiqo
1,650,294,880
Python
What is the usual tech stacks paths for Python developers going into the world?
I have a year left in Uni and I really like Python so I'd like to be prepared properly.
0.6
t3_u6egcg
1,650,292,090
Python
If you could start your Python journey over with what you know know what practices would you force your past self to implement?
This could also apply to programming in general or even best practices for communicating code to non technical team members/management.
0.85
t3_u6c6p8
1,650,285,569
Python
Why do people still pay and use matlab having python numpy and matplotlib?
0.94
t3_u6bcgc
1,650,282,874
Python
I have written a blog to create a Perceptron(Single Neuron) and then trained it on Cat and Dog image data. All from scratch in python.
0.67
t3_u6adlb
1,650,279,439
Python
Ping With Python
0.55
t3_u68m93
1,650,272,377
Python
3d Game Engine in Python
Have any of you guys experimented with 3d game engines in python like ursina, Panda3d etc... I want to prototype some ideas but I'm worried about running into platform specific issues after completing most of the development. I can obviously learn Unity or Unreal but I would like to know if viable options are there in...
0.92
t3_u6695b
1,650,262,365
Python
Why are some static type-checking functionalities implemented as identity functions?
For example, `typing.cast` returns the argument unchanged. Obviously, this has no effect on the program at runtime. If this is the case, why can we not just tell the static type checker (mypy) that we want the argument to be treated as some type *without* having to add a function call? Why can’t this override/cast be i...
0.76
t3_u64dfw
1,650,255,058
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.87
t3_u5zpzh
1,650,240,011
Python
I wrote a program to play Minecraft in your Windows command line / Linux console
Video demonstration: https://youtu.be/P1d04is-wQQ Source code: https://github.com/louis-e/cli-screenview
0.93
t3_u5ykrh
1,650,236,464
Python
Type safe Django app, Part 3
0.7
t3_u5xql9
1,650,233,988
Python
r/Place Data Visualization w/ Python + Blender (open source project)
I've created a [GitHub repository](https://github.com/ChrisCrossCrash/r-place-blender) containing everything you need to create beautiful 3D renders of the [r/Place](https://www.reddit.com/r/Place/) 2022 canvas (scroll down for more info). [Python Logo \(r\/Place 2022\)](https://preview.redd.it/bm0m1c1vv5u81.jpg?width...
0.82
t3_u5xfgt
1,650,233,080
Python
Quickly create online forms for your python scripts
0.63
t3_u5x46b
1,650,232,184
Python
Relational Algebra interpreter powered by Python
I made a RA interpreter in Python, [Pireal](https://github.com/centaurialpha/pireal). Small story: In my database class (back in 2015), I could not use a software made for Windows (WinRDBI), so I set out to make a free and cross-platform alternative. Taking advantage of what I wanted to understand how the compilers an...
0.64
t3_u5w63g
1,650,229,365
Python
Mean population of US States with graph
import random import numpy from statistics import mode import matplotlib.pyplot as plt import csv import collections ##dictionary of States and populations from numpy import ndarray #states_info_dic = { # "California": 39538223, # "Texas": 29145505, # "...
0.33
t3_u5v91y
1,650,226,634
Python
Weekly Algorithm Project: Middle Square Method
Recently I started a weekly algorithm project just to help me study new algorithms with a flair of good practice. This week I decided to focus on Python and the "Middle Square Method" a PRNG produced by John von Neuman in 1949. I further reiterated two attempted improvements to the algorithm that come from a couple of...
0.61
t3_u5twnz
1,650,222,631
Python
Simple android game with online functionality
Hi everyone! Topics covered in this project are: * game made using the Kivy Python module * compiling with buildozer (and spec file) to get an .aab file * using the 'kv' language * using Kivy to switch between screens, display graphs, etc. * online functionality (e.g. leaderboard) using firebase * firebase rules * ap...
0.76
t3_u5tqje
1,650,222,127
Python
Use python to optimize the rebar lost in construction.
Hello everyone, I'm a python beginner. I want to improve my coding skill so I try to use python to help my work.The following problem is bar cut list. It use in construction business. The rebar length is 10 meter each and We have to cut to length follow the order.We have to find the sequence of each Rebar Mark.I.E. We ...
0.93
t3_u5sisg
1,650,218,540
Python
Gupshup - Chat in the terminal
Gupshup is a terminal-based application inspired by discord! github: [https://github.com/kraanzu/gupshup/](https://github.com/kraanzu/gupshup/)
0.81
t3_u5q6jl
1,650,211,690
Python
Funny bot I made
[https://youtu.be/XrYadm3y\_e4](https://youtu.be/XrYadm3y_e4)
0.36
t3_u5pjy6
1,650,209,914
Python
Writing Better Django Queries
A blog that explains how to write better Django Queries by both performance and Memory wise. [https://delliganesh.dev/tech/the-one-with-better-django-queries/](https://delliganesh.dev/tech/the-one-with-better-django-queries/)
0.47
t3_u5o1aq
1,650,205,312
Python
PySGI, the library for creating web servers
Still under development, the PySGI library can manage HTTP routes, requests and responses simply and quickly. Help me by giving this repository a star! [PySGI GitHub ](https://github.com/jaedsonpys/pysgi)
0.6
t3_u5npcy
1,650,204,250
Python
How to create an image out of text using Python and Glide OpenAI library ? [tutorial]
ERROR: type should be string, got " \n\nhttps://preview.redd.it/2q5yox16e3u81.png?width=1280&format=png&auto=webp&s=0e06a88407034c5e567443a881a43e59684fb1ef\n\nHi,\n\nThis is a nice and fun Python tutorial that enables to produce an image out of a simple text \n\nThis is effect is based on Python and the amazing Glide library (based on OpenAI's )\n\nThe outcome is impressive. \n\nYou can find the link for the video tutorial here: https://youtu.be/DKEOmRBgPe8\n\nYou can find Python instructions file here : [https://github.com/feitgemel/Python-Code-Cool-Stuff/blob/master/Glide/glide-Install-instructions.txt](https://github.com/feitgemel/Python-Code-Cool-Stuff/blob/master/Glide/glide-Install-instructions.txt) \n\n\nEnjoy\n\nEran\n\n​\n\n\\#python #opencv #Glide #OpenAI"
0.77
t3_u5n88a
1,650,202,661
Python
Python Script EXE detected as virus in VT
Hey Everybody, I'm creating from a python script, with Pyinstaller ,an exe file, but when I insert it to Virus total for testing it detects it as a virus in many viruse detections softwares. I have tried to solve it with nukita, several guides I found but nothing worked. Anyone has any advice?
0.75
t3_u5m3x5
1,650,198,722
Python
Toolchain recommendations for a production-quality monorepo?
Hi, I’m not exactly a newcomer to Python, but I’ve been using C++ pretty much exclusively for all of my professional projects. I am starting a new project in Python where we are going to be using a monorepo and I am looking for some recommendations on what people use for tooling. Build system: I would like something ...
0.84
t3_u5kkxh
1,650,192,403
Python
Stack Game made in pygame
GitHub - [https://github.com/Vaibhav521/Pygame/tree/main/stack](https://github.com/Vaibhav521/Pygame/tree/main/stack) in-game footage ​ [stack game](https://reddit.com/link/u5ilqk/video/fzhstiy6t1u81/player)
0.57
t3_u5ilqk
1,650,183,508
Python
Python Cybersecurity— Network Tracking using Wireshark and Google Maps
0.6
t3_u5ibzu
1,650,182,335
Python
Windows 11 design on Python
Hello. This is my project to styling Win32 applications on Python. I try to make the application look in Fluent design with Mica. If someone is interested, you can join or just look. 😊 [witalihirsch/QTWin11: QT Theme for Win32 apps on Windows 11 (github.com)](https://github.com/witalihirsch/QTWin11) [Example](https...
0.97
t3_u5gcj7
1,650,173,660
Python
I watched programmer who said for every beginners don't learn python because only jobs you can use python with are data science and machine learning etc.. and these jobs are not for beginners, so you will not work and get money with python as beginner. is it true ?
0.41
t3_u5fqtp
1,650,171,251
Python
Edge detection project
I'm in grade 12 and planning on doing a project on something edge detection related. What can I do somewhat unique?
0.75
t3_u5dr4w
1,650,164,059
Python
They say Python is the easiest language to learn, that being said, how much did it help you learn other languages? Did any of you for instance try C++ but quit, learn Python, and then back to C++?
0.94
t3_u5c9et
1,650,158,940
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_u5amsg
1,650,153,610
Python
Arrowdantic 0.1.0 released
Hi, I am announcing the release of [arrowdantic](https://pypi.org/project/arrowdantic/): Arrowdantic is a small Python library backed by a [mature Rust implementation](https://github.com/jorgecarleitao/arrow2) of Apache Arrow that can interoperate with * [Parquet](https://parquet.apache.org/) * [Apache Arrow](https:/...
0.84
t3_u58xni
1,650,148,309
Python
Slowpoke: A tool to convert Spotify and Youtube songs to slow and reverb
[https://github.com/newpolygons/SlowPoke](https://github.com/newpolygons/SlowPoke) Little tool I worked on this weekend. Hope you guys like it. Currently setup to allow you to control the speed of the song.
0.78
t3_u58rf6
1,650,147,774
Python
Is it me learning python that there are many different ways to write it? I learn one way to write variable then next lesson shows me functions to show the same outcome. Or am I’m looking at this too soon and something else suppose to go along with it?
0.62
t3_u57opq
1,650,144,578
Python
Space Science: Asteroid spectra meet Autoencoders
Hey Pythonistas, In my [previous videos](https://www.youtube.com/playlist?list=PLNvIBWkEdZ2gagAcgm44cplgSvQ_Cmvbv) I explained and showed the "nature" of asteroid spectra. Based on their major 4 classes, I created a Support-Vector-Machine classifier as well as a Keras-based neural network to distinguish between these ...
0.73
t3_u57cdr
1,650,143,542
Python
What are your useful packages to help scraping (besides requests, beautifulsoup etc)?
What are your go-to packages to include in python scraping scripts? Besides the basics (requests/urlib(2), beautifulsoup/lxml, selenium, scrapy). What are the packages you include in your scripts? For me it's: * click * requests-cache * retry/backoff * fake-useragent
0.8
t3_u578lt
1,650,143,213
Python
Shipping command line programs with a python package
I already know this inherently sounds like a bad idea, but I'd love some genuine, constructive technical advice on the following scenario. I have a python package that is used by others at work, and one of the features I need to add is the ability to upload binary files (\~1GB) from local to a cloud object storage, in...
0.5
t3_u53wpo
1,650,133,545
Python
Do you think AI/machine learning is a very important field to get into for future relevance?
I am just starting to learn about it this week and thinking it is really going to be integral in the years to come right? Perhaps as important if not more than the information age we are in now. More probably when skynet goes online and the war between humans/ai begins. So, good to get onboard now. I think my last g...
0.69
t3_u51zk3
1,650,128,123