Posted by u/Stauce52 in r/Python
1 messages · Page 11 of 1
Posted by u/julian0309 in r/Python
I prefer not reading the official language reference of Python on the subject of import system. To me, the reference is...
Posted by u/CasualMangaGuy in r/Python
I usually would do pip freeze > requirements.txt and then push this file, but I read that this is not such a good...
Posted by u/mln00b13 in r/Python
Hello guys, newbie here... :) I've been trying to solve this question for hours unsuccessfully... and I'm getting annoyed......
Posted by u/juju515 in r/Python
I exported a report from one of our systems, I should be getting hours & minutes but the cells are formated to some weird...
Posted by u/MRWONDERFU in r/Python
Posted by u/NicholasTower in r/Python
Hello guys, I am new to Python programming and am trying to find the height of an n-array tree, for which the root is...
Posted by u/chakz91 in r/Python
i try to write simple program to translate list of shortcuts words.... any ideas ?show me your ways and choose any words u want
Posted by u/fofam3 in r/Python
I need to extract information from various xml files within a directory. They all have the same structure but might have...
Posted by u/brobert91 in r/Python
Recently, I was messing around an overcomplicated hierarchy of mixin classes. I had thought I knew how exactly search order...
Posted by u/pilitactiles in r/Python
How do I change from shape("turtle") to something else like shape("cat") ?
Posted by u/Beeinho in r/Python
I want to make a twitter bot that replys to especific accounts with a tweet everytime they tweet asap, but i cant find that...
Posted by u/dvckass in r/Python
Posted by u/TomSwirly in r/Python
I’m a newbie I Python can someone explain to me the concept of classes? Or if someone have a really good tutorial for classes...
Posted by u/marbobcat in r/Python
*args and **kwargs may seem scary, but the truth is that they are not that difficult to grasp and have the power to grant...
Posted by u/wilfredinni in r/Python
Posted by u/min2bro in r/Python
Posted by u/attreya12 in r/Python
Hi, I've been doing some Python work recently (I've done low-medium complexity projecta in the past), and I can't help but...
Posted by u/ShibeForceOne in r/Python
Posted by u/tutunak in r/Python
Hello All! I'm looking for some advice/suggestions on where I can utilize Python in my current career field. I currently...
Posted by u/mazummo in r/Python
How did you get your first python engineering job? Data analysis or web dev?
Posted by u/Pyforfeit in r/Python
Posted by u/dandaditya in r/Python
Let's say I was using Java and wanted to develop a RESTful API using Swagger. One of the best options out there is...
Posted by u/elg97477 in r/Python
I've made a script that can take a directory full of images, and crops them to a 1:1 aspect ratio then resizes them to...
Posted by u/adamrees89 in r/Python
​ I'm using the AppJar library and I have the following code: app.addLabelOptionBox("BookOptions", ["-Choose a...
Posted by u/Ian_SAfc in r/Python
I want to create a standalone executable(*.exe) of a pygame game, so that anybody on windows platform could be able to run...
Posted by u/aryaman16 in r/Python
So I work in a Bioinformatics Lab at a University and I have a source package I am working on that is written in Python 2.7....
Posted by u/cdashery in r/Python
​ https://i.redd.it/3ktne6xdxxk21.png The implementation of Hierarchical Deterministic (HD) wallets generator for...
Posted by u/meherett in r/Python
I'm struggling with this problem: I made a parametric graph using sympy. I want to be able to see the values of x, y, and t...
Posted by u/rocketEarthWindfire in r/Python
Does anyone know of any good resources for learning python at a beginner level (preferably free)
Posted by u/Bobgranthill in r/Python
I want to use the matplotlib color mapper to map some values to LEDs with the variability offered by matplotlib, but I don't...
Posted by u/theC4T in r/Python
def quick_sort(list_num): #base case r = 0 l = len(list_num) - 1 if len(list_num) <= 1: return list_num else: pivot =...
Posted by u/nomsum in r/Python
https://github.com/Nykakin/ifsql A small project I've been working on recently. Any feedback welcomed.
Posted by u/Nykakin in r/Python
Posted by u/SquareTechAcademy in r/Python
I'd like to learn python, and thought I'd ask here what people's favourite texts are: something that covers the basics and...
Posted by u/bozymandias in r/Python
Posted by u/blackarbsCEO in r/Python
Hello eveyone. I'm building a complex(for me) web app with django. For the backend i have lots of GET request to retrieve...
Posted by u/Enivecivokke in r/Python
Posted by u/jay-random in r/Python
This is my first time publishing a package online, its only purpose -besides having fun- is to get feedback on my current...
Posted by u/MHBlue98 in r/Python
I am trying to learn machine learning. I have found many tutorials on how to do vaniall gradient descent, for simple linear...
Posted by u/soulslicer0 in r/Python
I saw this code from isort, and I am very disappointed at the consequences of adopting type hints on readability of the code:...
Posted by u/stebox in r/Python
I have a list of dictionaries, in this form: [{"matchId": "83762948", "playerName": "JohnnyAppleSeed"}, {"matchId":...
Posted by u/bobdabuildr1 in r/Python
I've been taking an introductory course on python in my high school and decided my final project on the year would be a web...
Posted by u/TomHermansGum in r/Python
from asyncio import * async def main(): [print(f'192.168.1.{i+1}:80 is up') for i, t in enumerate(await...
Posted by u/Protoss_Pylon in r/Python
Posted by u/psangrene in r/Python
hi guys. I just started taking introduction to python in my first year at college. I have hw to turn in and he wants us to...
Posted by u/iminmybag in r/Python
Hey guys, coming from catia as a Prototype constructor i was working my was into vba and trying to get into python right now....
Posted by u/badtemp88 in r/Python
Hello, I am currently building a flower classification model using VGG16. I get good results on frozen model and last block...
Posted by u/ManHuman in r/Python
Posted by u/Moondra2017 in r/Python
pydrip has been updated to v 0.2.0 on PyPI to include the new 'shopper_activity' endpoints that Drip released yesterday:...
Posted by u/mpclarkson in r/Python
Posted by u/mindchasers in r/Python
Posted by u/FelixKling in r/Python
Hi ! As the title says, I need to build a MOOCs website (website that presents a series of online video courses). I know some...
Posted by u/swentso in r/Python
I need this data for study purposes. Please fill it out. Its just 1 question....
Posted by u/mrasadnoman in r/Python
This will literally be the first piece of python I ever write (I'm not even a coder). I'm using Integromat which is like...
Posted by u/whowantstoknow11 in r/Python
Posted by u/cpgupta1201 in r/Python
Hi r/python, Redditor of 10+ years here. I've started teaching live & realtime, using Youtube Live & Facebook Live,...
Posted by u/cpplinuxdude in r/Python
Given a list of websites, how to use Python to correctly determine if a website or url sells products i.e. has cart enabled...
Posted by u/xyston04 in r/Python
Posted by u/agumonkey in r/Python
Posted by u/claudioSMRun in r/Python
What do you guys use to generate Python code? I saw that a lot of people just use Jinja2 with some templates, which looks...
Posted by u/godhatesmetoo in r/Python
input("Your number:") your_num = input triple_it = int(3) result = int(your_num) * triple_it print("triple your number...
Posted by u/MineCraftIsntReal in r/Python
If I have a function that is supposed to return a value 'b' BUT it also defines/calculates a local variable 'a' that I need...
Posted by u/Mmicko8 in r/Python
Posted by u/sammybaus in r/Python
Here's a fun little script I wrote tonight to help keep me in my place:...
Posted by u/LifeIsBio in r/Python
Posted by u/Moondra2017 in r/Python
I can't find a suitable tutorial for using pygame. Please keep in mind that I'm a student and don't have a specific teacher...
Posted by u/FouriumTV in r/Python
I am just joking, wanted to see how fast I get either banned or down voted to hell
Posted by u/forgotpasswordonmb in r/Python
There is a lot of information online and how and why to use Python, but I have found very little information about practical,...
Posted by u/blackandgoldWFU in r/Python
i have to code this program. Can someone code it? i am not able to get Write a program that reads a text file containing the...
Posted by u/xKINGERx in r/Python
So it's not usually a terribly big deal, I've learned several other languages over the last 10 years, but what the hell is...
Posted by u/CorruptionIMC in r/Python
Posted by u/00002569 in r/Python
Posted by u/sammybaus in r/Python
Posted by u/Swington in r/Python
Posted by u/sammybaus in r/Python
Posted by u/sammybaus in r/Python
Hello. I use Linux Mint. Tried to install Tkinter with many, many commands such as: "sudo apt-get install python3-tk" or...
Posted by u/Hauptmann88 in r/Python
Hi A few months back, I read about a malicious [clipboard hijacker discovered in...
Posted by u/kindw in r/Python
LIVE HDWallet https://cobraframework.github.io/#hdwallet LIVE Private...
Posted by u/meherett in r/Python
Hello! I put up a new blog post that talks about integrating React and Django. [https://www.codexplore.io/blog/integrating-...
Posted by u/ramfanprogrammer in r/Python
I have just installed Anaconda and Pycharm, but when I am setting up a new project with Python 3.7 I get stuck with a bunch...
Posted by u/tpn86 in r/Python
Hi guys, I'm still a newbie to Python so may I ask. Why is that I can't call my shape for the player turtle?. Here's how my...
Posted by u/nigelluciscaelum in r/Python
Posted by u/Mr_NonsenseYT in r/Python
Hey I'm trying to make a text based RPG for my school project but I can't get the player to pick up items. COuld someone...
Posted by u/Jordanntz in r/Python
Try to execute functions in an specific order so for example if I start a function1() I would also like it to execute...
Posted by u/gdelgado12 in r/Python
Posted by u/connygy in r/Python
My two questions are below: 1) ### Code a function called 'item_count_from_index' ### ACCEPT two inputs, a list and an...
Posted by u/shakethemdreads in r/Python
Posted by u/pylenin in r/Python
Starting to build bioinformatics team using python, thinking about the best way to build architecture. Has anyone had any...
Posted by u/chasing_arion in r/Python
Probably come up in the past but got project ideas? I am sort of new to python but I know the basics and want to have more...
Posted by u/Yeetpug21 in r/Python
Would love some feedback, apologies if this is the wrong place I’m looking into taking a python programming course as an...
Posted by u/la727 in r/Python
Posted by u/BaDWerewolf in r/Python
Posted by u/JunezRiyaz in r/Python
u/TheBanhammerBot is a Discord bot designed to help Reddit moderators moderate...
Posted by u/Dan6erbond in r/Python
Pretty much as the code says, I'd expect to be able to create a UTC datetime form a "naive" datetime and timezone string, but...
Posted by u/snori74 in r/Python
Posted by u/attreya12 in r/Python
I am writing a custom Prometheus exporter using flask. The idea is, every 15 seconds, the route...
Posted by u/protik7 in r/Python
Posted by u/luminoumen in r/Python
So I want to make a python program that would take a screenshot of the other program and then would recognize the numbers...
Posted by u/night_killer in r/Python
i ran the code pip install progressbar and it ran succesfully but when i tried to use it in SPYDER IDE it did not work and...
Posted by u/saintwithataint in r/Python
Since childhood, I'm blind. I study programming, and one of the areas of interest to me, the development of audio games. If...
Posted by u/Jonikster in r/Python
Can i use anaconda and another version of python(3.7) at the same time? If yes, how??
Posted by u/shmulik_the_kipod in r/Python
Posted by u/readanything in r/Python
Posted by u/RosemaryRol in r/Python
I've been working for 16 straight hours on this and feel like I haven't made any progress. can somebody please help? The...
Posted by u/OneMustAdjust in r/Python
Posted by u/SquareTechAcademy in r/Python
I have to run a Python server to serve recommendations as an API. There has been lot of documentation on deploying this, e.g....
Posted by u/mln00b13 in r/Python
Do I need a high performance in my PC to start learning python ?
Posted by u/AmoxeProgrammer in r/Python
1º I don't like to pay for educating myself neither the "official" titles provided by the State (Spain) since it's full of...
Posted by u/ynyngT in r/Python
I have a program that runs correctly in the command line and I can interact with it but at...
Posted by u/WaveyJP in r/Python
I am newbie to Python and spending time in learning. I need to understand the output I get from a code with nested functions:...
Posted by u/parapand in r/Python
I currently use Spyder as my IDE for python, which I primarily use for data processing and plotting. I would like to use...
Posted by u/BluePandaPaw in r/Python
Posted by u/weakN0 in r/Python
Posted by u/BisratYalew in r/Python
Thank you for taking the time to read this. I'm rather new to Python but im learndings! ​ One of my idea's was to...
Posted by u/0570 in r/Python
lst=[1,5,2,3] sum=6 Output : #[1,5] #[1,2,3] Here, 1+5=6 and 1+2+3=6 What approach should I be taking to achieve the desired...
Posted by u/sassysalmnder in r/Python
Posted by u/CriseLYJ in r/Python
Hi /r/python, I've been playing around with Jupyter notebooks recently and thought those learning Python might appreciate...
Posted by u/benWindsorCode in r/Python
I'm starting a new project to collect stories about interesting uses of Python! Check out the details here:...
Posted by u/SituationUndrControl in r/Python
The project in my work is written in Python 2, so I want to upgrade it to python3.7, but I get some negative feedback from...
Posted by u/KoStard in r/Python
Hello reddit community! Here is my problem: My goal is to implement an algorithm with 3 variations. I decided to create 3...
Posted by u/yunglevn in r/Python
Hello all I am very new to the coding scene and I would love to start coding but I have no prior background experience and...
Posted by u/Spooder_Mun in r/Python
Here you will get the material for computer IT and Computer programming related courses and tutorials . The materials for...
Posted by u/Techtrick01 in r/Python
Hi! Im making a program with pyqt5 and i found a couple maps but does anyone know one that will automatically track to your...
Posted by u/ghostfire042 in r/Python
In case people didn't realize this was available:...
Posted by u/ramfanprogrammer in r/Python
>>> class X: def init(self, a, b): self.a = a self.b = b def setattr(self, k, v): print 'assign: {} ->...
Posted by u/ochigatana in r/Python
Want to use it to automate the start of the next player round in civilization hotseat mode 😂
Posted by u/noxpax0 in r/Python
I'm learning Tkinter with Python 3 and I have come across a with the following code: #---snip--- def save_as(self): try:...
Posted by u/oldschoolnerd in r/Python
Hello Python Developers, Check this project You can paste Mnemonic(Seed) or Private-Key on Metamask/MyEtherWallet...
Posted by u/meherett in r/Python
Posted by u/nshapira in r/Python
Im doing a function (def) that is a calculator. You put in the parameter three values, the first one a number, the second one...
Posted by u/lberto1 in r/Python
Hey guys! I've been learning python on code academy since I have a pro membership and I don't want it to go to waste. I...
Posted by u/ACowsepFollower in r/Python
Posted by u/cryptoz in r/Python
Posted by u/blarghmatey in r/Python
Dear all, Since I discovered asyncio in python3, I was really amazed by the performance of running asynchronous tasks. I was...
Posted by u/lapindesbois in r/Python
Posted by u/sdaechoes in r/Python
I'm trying to practice my coding using codingbat and have reached [warmup 2 >...
Posted by u/jamster_440 in r/Python
This week's top r/Python posts have arrived!
**Python *args and kwargs Made Easy
*args and **kwargs may seem scary, but the truth is that they are not that difficult to grasp and have the power to grant...
| 494 upvotes | 87 comments | u/wilfredinni | r/Python |
Machine Learning Tutorial Part 1 | Machine Learning For...
| 487 upvotes | 38 comments | u/SquareTechAcademy | r/Python |
I teach Python in realtime, using Live YT / FB Live and a...
EDIT: REDDIT we are on! For free & live Python Lessons 3x a week, please join: /r/codebase [fb...
| 460 upvotes | 47 comments | u/cpplinuxdude | r/Python |
I've just published the second episode of my mini series "How...
| 419 upvotes | 28 comments | u/pymike00 | r/Python |
How to set up your Python project for success with tests, CI,...
Just published a step-by-step guide to set up your Python package with pytest, TravisCI, Coveralls and PyUp. Hope you find it...
| 392 upvotes | 24 comments | u/discdiver | r/Python |
Posted by u/xflcy in r/Python
I'm sharing this one liner because it took longer than I thought to get right and it's been more useful than I expected:...
Posted by u/jsalsman in r/Python
Posted by u/Moondra2017 in r/Python
If im on the virtual env shell made with pipenv and i want to install a package, should i use “pip install <package...
Posted by u/sxvbaka in r/Python
Hello ​ I'm working on robot that picks some objects, the pink point refer to the places where he has to pick an...
Posted by u/thedevups in r/Python
Posted by u/poonddetatte in r/Python
Posted by u/FelixKling in r/Python
Hey r/Python, for a week I've been working on a simple translator in Python, I chose Anglo-Saxon because I played too much...
Posted by u/iamrifki in r/Python
Hello everyone, this is my first post to this subreddit. I am very new to coding, and am trying to make a lightweight game in...
Posted by u/xthekidkamox in r/Python
I have an OBDC table and I'm trying to write a simple script to connect to the table, execute a simple select statement, and...
Posted by u/AndreLinoge55 in r/Python
I have an assignment to implement Breadth First Search to solve the N queens problem...
Posted by u/FutileCheese28 in r/Python
Hello everyone! ​ I have a quite simple app that I use day to day on my work. Recently I added it into PyPI. It...
Posted by u/digitalduke in r/Python
After i create project with anaconda's python interpreter, each folder but not site-packages folder is in order and stuff in...
Posted by u/ShouLie1 in r/Python
My program reads an image and I'm asking a function from the pillow library to give me the pixels in a list. The problem is...
Posted by u/Master_Bambooster in r/Python
Posted by u/0b01 in r/Python
Posted by u/RubiksCodeNMZ in r/Python
Hi all ​ Please forgive my ignorance, as a SysAdmin for a small company everything IT falls under my canopy even...
Posted by u/bruvvacharlie in r/Python
Posted by u/jawknee400 in r/Python
I’m making a discord bot using python, I have the bot made and in my server. But where do I write his code to make him online...
Posted by u/Judah-Riley in r/Python
I want to generate a QR code which when scanned, sends a sms and an email to the user(mobile number and email already known)....
Posted by u/itsron143 in r/Python
Posted by u/stackoverflooooooow in r/Python
Posted by u/tomchristie in r/Python
Posted by u/Fewthp in r/Python
Hello everyone, I've started writing in python few months ago and I could say I've got quite an experience. But I'm facing a...
Posted by u/Sapiens-omnibus in r/Python
Posted by u/zionsrogue in r/Python
Posted by u/Moondra2017 in r/Python
Posted by u/NotesFromADystopia in r/Python
Posted by u/Dobias in r/Python
I've been coding in Python (mostly as a hobby) for a few years now and recently also at my job but I don't really consider...
Posted by u/Straightfw in r/Python
I'm going to learn Python as a hobby...for now. I'm a professional in a different industry and looking to explore programming...
Posted by u/candmilk in r/Python
For those that don't know, the Zen of Python is an easter egg included with the language: >>> import this The Zen of...
Posted by u/jd_paton in r/Python
Hey guys, I've been working as an undergrad researcher for the past year on the prediction of childbirth mortality. At this...
Posted by u/rodrigobresan in r/Python
Is there such a thing as a remote data analyst? I have read posts that say it isnt a 'thing' and I find that hard to believe....
Posted by u/mthomas1203 in r/Python
Next week I will start a Python course as a teacher (only basic sintax stuff) and I wanted to capture my students’ attention...
Posted by u/ArabicLawrence in r/Python
So I can't figure out why this doesn't work. I'm an absolute beginner. So the problem is that I can't find a way to make this...
Posted by u/GeomiZ in r/Python
Posted by u/sobolevn in r/Python
Posted by u/blazecoolman in r/Python
Posted by u/pymike00 in r/Python
Posted by u/pymike00 in r/Python
Posted by u/pymike00 in r/Python
I have a Python script that reads some data from an Excel file and then does some standard work involving for-loops etc....
Posted by u/freyzikottur in r/Python
A question over at r/learnpython got me thinking about the update function for Conway's game of life. I've done some Computer...
Posted by u/lanemik in r/Python
Posted by u/pymike00 in r/Python
Posted by u/endlesstrax in r/Python
Hey, I was just whondering if anyone had the code for a twitter bot that could re-tweet posts and to find these posts it...
Posted by u/Douf111 in r/Python
Posted by u/-Decagon- in r/Python
Posted by u/DessoCode in r/Python
Hello, ​ I am really interested in retrieving my own Fitbit data via the Available API option that Fitbit offers....
Posted by u/lk-hrmns in r/Python
Posted by u/real_pinocchio in r/Python
Posted by u/joshadel in r/Python
I'm ending my abusive relationship with C# and opting to date his more attractive brother Python. For now I just need a...
Posted by u/ASpiderInATopHat in r/Python
Can Python do interactive SSH? (Send and receive commands from a stream) Paramiko and Fabric don't seem to be able to do it....
Posted by u/MysticalKittyHerder in r/Python
I'm trying to automate and make my cursor move every 4 minutes using python3 and pyautogui. Exactly what steps do I have to...
Posted by u/Black_Wallet in r/Python
Posted by u/meherett in r/Python
Posted by u/Ryan_Elliott in r/Python
Sup guys, This linux setup is odd and I need to switch user BUT also spawn a new shell. I tried Paramiko with exec_command...
Posted by u/MysticalKittyHerder in r/Python
I am looking for ways to calculate Pi unusually. It can be an extremely bad to calculate it, but does not necessarily have to...
Posted by u/geraltofharuyo in r/Python
Posted by u/Mr_NonsenseYT in r/Python
Posted by u/josai in r/Python
So i made a gmail cracker and after a while the requests stoped coming through. At first I couldn't figure out why, but i...
Posted by u/Thormundy in r/Python
Posted by u/PrinceHanzala543 in r/Python
I’m trying to find some libraries I can use to generate dynamic plots for streaming data. There is a lot of cool packages for...
Posted by u/krizam in r/Python
I was wondering if there are games online that are similar to battlecode, but happen more...
Posted by u/_Eric_Wu in r/Python
Let's say you have a spreadsheet with two columns, A and B and C. In column A, you have a list of Student's last names, their...
Posted by u/GaryBuseyWithRabies in r/Python
In my tic-tac-toe implementation, there are multiple arrays which carry the game state. A 3-dimensional (time,x,y) each is...
Posted by u/Blacky372 in r/Python
Hello all, I am trying to make a function that uses shlex on each item in a list then stores that as a variable called...
Posted by u/The-Nebertcher in r/Python
Posted by u/DmitriyGenzel in r/Python
i have a list of project folders that need to be moved from one location to another since they are closed. The list i've been...
Posted by u/i_was_there_then in r/Python
Posted by u/DmitriyGenzel in r/Python
I’m not sure where to start. Does anyone have a good example scripts of fetching data from one service via API and then...
Posted by u/nootdude in r/Python
Posted by u/meherett in r/Python
Coming up this week on the ALL THINGS PYTHON & HARDWARE newsletter! Python in SPACE, a sight for THOR eyes, new hardware,...
Posted by u/blinka_friendlysnake in r/Python
Write a modular program that inputs three test scores and then calculates the average of the two highest test scores after...
Posted by u/KYR_MOSES in r/Python
Below is the XML file and Python3 1. The child nodes of "record" have a colon in them 2. The file is 1gb, and constantly...
Posted by u/FitTop7 in r/Python
Read title. Also I would prefer this to not use any kind of cloud api or anything, just a simple python library?
Posted by u/ravenspired in r/Python
Posted by u/AndyMerskinon in r/Python
It's called Tiquations and is on version 0.0.9 and preparing for the big 0.1.0 update! Thought I'd share it here since I was...
Posted by u/pTinosq in r/Python
Found this function that makes a sound, it's super useful when i run large epochs or part of my code. I get easily distracted...
Posted by u/JorgeJorgeJorgeJorge in r/Python
Posted by u/lukeslab in r/Python
Posted by u/blazecoolman in r/Python
Hey there /r/Python ! First off thanks in advance for any responses. As someone who has had a great passion for computers...
Posted by u/IAmPrestige in r/Python
Posted by u/ExoticMandibles in r/Python
Posted by u/ExoticMandibles in r/Python
When it's 3 in the morning and you're staring down a complicated data structure -- say, a list of dictionaries that contain 3...
Posted by u/ace_champ in r/Python
It's a small one anyway, but it's made in python and I hope it inspires you to also solve small problems and make the...
Posted by u/pvkooten in r/Python
Posted by u/brendanmcd96 in r/Python
I'm creating a series of short, simple, text-based games in Python that beginners can look at to see examples of programming...
Posted by u/AlSweigart in r/Python
Over last month I have been creating little CRUD app with Flask and I think I'm close done by now. And I want to elevate the...
Posted by u/saki709 in r/Python
Posted by u/thunderouschampion in r/Python
Hey, I was wondering if there's something like Raspberry Pi (or something completely different :P), that one could wear...
Posted by u/have-a-good-one in r/Python
So at work I use node and I created a script to do "report" type thinks on out production database and the script is good it...
Posted by u/vorticalbox in r/Python
Posted by u/lukeslab in r/Python
Posted by u/nomsum in r/Python
Hi, ​ We have a dataset around 150 million URLs and other meta data in ElasticSearch and looking for an efficient...
Posted by u/azhar109 in r/Python
What is the best 3D Engine for python. I tried panda3D but i didn't really find many tutorials on how things work.
Posted by u/Xazzur in r/Python
Hi, having a hard time using Pyglet and would like to know where I made a mistake. Im trying to set the resolution to...
Posted by u/Tutek1 in r/Python
Posted by u/NotesFromADystopia in r/Python
Hey Guys, Where can I find a simple tutorial on how to create a Twitter sentiment analysis ? This part of a project that I am...
Posted by u/retrokhalifa95 in r/Python
Posted by u/machinekoder in r/Python
Posted by u/inceptica in r/Python
I wrote a script to fetch the location for the ISS using two simple API's. This is my first time writing a python script. Any...
Posted by u/dsaharia98 in r/Python
Given the advances in image analysis, and given that a lot of it is written in Python, is there something that will act as an...
Posted by u/ohnoyoudidnt41 in r/Python
Posted by u/skj8 in r/Python
Posted by u/skj8 in r/Python
Posted by u/mto96 in r/Python
​ https://i.redd.it/cczeyp1mp2n21.png
Posted by u/bigburgersmallteeth in r/Python
I am completely new to coding and only understand the very basics, and I have am confused about something very simple in my...
Posted by u/aengel96 in r/Python
I knew about this previously, but today I found the 250 lines startup file (to be...
Posted by u/random_cynic in r/Python
Tell /r/python what you're working on this week! You can be bragging, grousing, sharing your passion, or explaining your...
Posted by u/AutoModerator in r/Python
Posted by u/Its_Triggy in r/Python
Hello, I need some help regarding using tkinter to generate a prank 'loading' page with the cursor also loading(if possible)...
Posted by u/Slytherclaw111 in r/Python
Hi! ​ I and my friends has a problem - I use YouTube Music and others don't or use Spotify. It was not really...
Posted by u/Ignisor in r/Python
My university has a linux machine with a powerful jupyter running on campus. Here are the steps I use to log-in to the remote...
Posted by u/mangoworkedout in r/Python
Posted by u/serge_sans_paille in r/Python
Posted by u/Ramirond in r/Python
So, as it says in the title, I am new to coding. I learned a couple basics of HTML but I don't really remember it as it was...
Posted by u/larsonisttt in r/Python
Hi, On my app (hosted on ubuntu), i am calling a sql request on a sql server. Ex : ^(query="SELECT col1, col2 FROM shop ;")...
Posted by u/jeromeaubry in r/Python
Posted by u/codefrk in r/Python
There's a function layout.remove_widget(widget) and of course you can do that if you knew all the widgets on screen, but what...
Posted by u/FeetlessColon in r/Python
I noticed that a lot of technical recruiters ask for a Github profile but GitHub doesn't give them much information about the...
Posted by u/Vladimirsvsv7777 in r/Python
Posted by u/pohmelie in r/Python
Posted by u/driscollis in r/Python
Our startup hypernetwork.io was founded by some Stanford PhDs who were sick of configuring cloud instances and SSH'ing into...
Posted by u/johnrudolphdrexler in r/Python
I'm stumped. Basic level knowledge of Python but enough to get by but I hope I describe this well. ​ Boss needs me...
Posted by u/atlwig in r/Python
I have install the packages serial Myserial Pillow Yet i still get this error ser = serial.Serial(‘COM3’, 9600)...
Posted by u/jordanpgb in r/Python
Posted by u/Physysics in r/Python
Posted by u/Eli_IL in r/Python
Hi, ​ I would be very grateful for some help, I am new to Python, and, new to API (REST) development. ​...
Posted by u/Humble-Self in r/Python
Hi I am just curious to see what people setups are for their python projects? I want to use pycharm community edition but is...
Posted by u/jacuzzii in r/Python
Hey all, I'm new to python programming but I've a quick question and hope someone can help. I've written a few python scripts...
Posted by u/OutlawsGalaxy in r/Python
With Flask, I'm trying to have a user registration page ('/signup') that upon clicking the 'register' button, the users will...
Posted by u/tali_sam in r/Python
I’m trying to construct a class that creates a point when passed 2 parameters. I have to use a constructor and accessors and...
Posted by u/NONitalianStallion in r/Python
what is the best way to learn and remember syntax? i’m currently 15 and i’m taking a CS class for python and i finally...
Posted by u/adamfine1 in r/Python
Posted by u/riot-nerf-red-buff in r/Python
Anyone know any library which loops over list data (or imports csv data), sends requests based on the data, parses the json...
Posted by u/siowy in r/Python
I'm using Sublime to write my code and IDLE to run it, but is there any way to avoid reopening IDLE every time I update the...
Posted by u/Tovanaimao in r/Python
Posted by u/min2bro in r/Python
Hey all, a friend and I are brainstorming some project ideas where we can use his web development code (html, javascript,...
Posted by u/ghodgso1 in r/Python
Im building an api thats going to consume several other apis (watson for instance) to gather data and work with it. Ive...
Posted by u/Doug290 in r/Python
Hello! I recently got into programming in python and i love it. I would like to create a multi platform desktop digital pet...
Posted by u/Kitefiko in r/Python
Posted by u/SamyBencherif in r/Python
Hi all. ​ I use Jupyter Notebooks and RISE (reveal.js in live jupyter notebook) for presentations, and i want to...
Posted by u/p0s1t in r/Python
Posted by u/ASIC_SP in r/Python
Hi Everyone, PyCon India, is happening in Chennai this year, from October 12 to 15, 2019! For the uninitiated, PyCon India is...
Posted by u/StalwartCoder in r/Python
So from canny edge detection, I have a set of 2d points from an image. The image is symmetrical about it's centroid ( centre...
Posted by u/Soul_reaper1987 in r/Python
Posted by u/sankarsp in r/Python
what is the best way to get alphabet like 'A','B'....'Z','AA','AB'....
Posted by u/iqrarehman76 in r/Python
Posted by u/joshgreatuk in r/Python
I’ll keep this short and simple. I am very brand new to programming. Such as only dabbling on minor things here and there. My...
Posted by u/pollo-patrol in r/Python
Hey, I'm a fresher and I want to make resume on python and django. I'm confused as what it should look like and what my...
Posted by u/rish_govande in r/Python
Posted by u/kchoudhury in r/Python
Posted by u/Hena_Kabeer in r/Python
Posted by u/Rayterex in r/Python
Hello all :) I have an API build with flask and runned by gunicorn (with this command: `venv/bin/gunicorn --workers=6 -b...
Posted by u/phineas0fog in r/Python
I recently came across a Flask extension that allows you to write...
Posted by u/nicocannon1 in r/Python
Hi there, I recently started to learn coding (Python) in YouTube. I've finished full tutorial (5 hours), and I am bit...
Posted by u/isaacbarrow in r/Python
So I wrote a tutorial on how to avoid the typical if-elif type of menu structure that is usually seen in text-basen Python...
Posted by u/looni2 in r/Python
so basically what i am trying to do is to check if the computer have access to internet till the end of the program.... It is...
Posted by u/ZyanCarl in r/Python
Posted by u/Usama9012 in r/Python
Posted by u/tycooperaow in r/Python
Posted by u/treyhunner in r/Python
Posted by u/redwerk in r/Python
Posted by u/Exodus111 in r/Python
Posted by u/endlesstrax in r/Python
Posted by u/itamarst in r/Python
Hey guys, ​ so what are their advantages and are there other alternatives? Thanks for any input!
Posted by u/ITSpacePanda in r/Python
I have a python script, 'print.py', which exists on a server and successfully prints documents through a network printer....
Posted by u/yungH0bbit in r/Python
Posted by u/Pappa--Stalin in r/Python
Posted by u/nkruchten in r/Python
Not quite sure how to phrase the question, I'm trying to do the following stuff with python: >1. Go to a specific website...
Posted by u/nev4eh8959 in r/Python
Posted by u/irrelevantsiren in r/Python
In order for it to work... you must first enable your Roku Development server.... ​ Similar to Contra... instead...
Posted by u/rootVIII in r/Python
Linux Academy just released a new course for Python! Check it out:...
Posted by u/bigchocolatebluemilk in r/Python
I have a bit of software on a raspberry pi that uses the cv2 package... I wrote it in Geany and it runs fine when started...
Posted by u/sezirblue in r/Python
Posted by u/The8BitToaster in r/Python
https://owlskip.com/s/py-decor Decorators are quite a useful Python feature. However, it...
Posted by u/brendanmcd96 in r/Python
An established multimedia publishing company located right in NYC is actively looking to hire a Senior Python Engineer to...
Posted by u/threatlevelmidn8 in r/Python
I'm creating a series of short, simple, text-based programs in Python that beginners can look at to see examples of...
Posted by u/AlSweigart in r/Python
Hello everyone, I'm having a trouble here trying to merge two dataframes using pandas. One has 152 rows and the other has 23....
Posted by u/Pvaleriano in r/Python
Posted by u/twilliltacular in r/Python
My ultimate goal is to make a python code that passes the temperature of the PC's cpu, gpu, and motherboard to an arduino,...
Posted by u/TThor in r/Python
Hi everyone! I'm working on a tool for work and am looking to add a feature that will involve doing a couple look-ups from a...
Posted by u/Chowdahhh in r/Python
Here is the GitHub repo. One of my greatest motivations for this project was to attempt to...
Posted by u/Multi_Threaded in r/Python
Posted by u/Sauron3106 in r/Python
So for a school project i made a song, and in the conclusion of the report I want to have some confirmation of which genre...
Posted by u/Unstoppable_4 in r/Python
Super technical question about memory alllocation. Basically I want to read a binary file and effectively unpack the entire...
Posted by u/mooglinux in r/Python
Recently, Jupyter made a change to support asyncio at the top level of its interpreter. This seems to have been driven in...
Posted by u/DannoHung in r/Python
I'm making a GUI on tkinter, but the looks of it is too 2000ish, is there any way to make a tkinter GUI with a modern look?
Posted by u/legutier in r/Python
I'm starting a new project which is currently not super well-specified. It's one of those hairy-looking projects being driven...
Posted by u/NoSenseOfPorpoise in r/Python
C:\Windows\System32>conda create -n TensorFlow python=3.5 Solving environment: failed CondaHTTPError: HTTP 000 CONNECTION...
Posted by u/Overlander820 in r/Python
I am trying to scrape this website to get the scores but I cannot seem to get down...
Posted by u/jabernall24 in r/Python
Posted by u/stellarscale in r/Python
Posted by u/Nathan-toubiana in r/Python
Hello, I've been using python for school projects but I've decided that I wanted to go further with it. I'm 1 years in and...
Posted by u/ElvezTheElf in r/Python
I mean for students under grade 6 or 7? The school just across the street from where I live had some postings up for Python...
Posted by u/panupatc in r/Python
Hi, I've been working with python for a couple of years and I've made a few observations: - When I was starting out, I spent...
Posted by u/TheNotoriousMTF in r/Python
I have a silly question. I'm working on a box that I don't have admin rights on, just user. I'm trying to get the f5-sdk...
Posted by u/xX_s0up_Xx in r/Python
Posted by u/pigboy_in_a_bottle in r/Python
Hi guys, previously is shared my boilerplate for flask, now i am here with another change that is docker based development...
Posted by u/a_wakeel in r/Python
If I won’t be working on team projects or development of complex applications like with Django, would you recommend PyCharm...
Posted by u/nootdude in r/Python
Posted by u/cybrosys2016 in r/Python
Posted by u/Pimp_Fada in r/Python
Posted by u/the_neptunian in r/Python
Posted by u/meherett in r/Python
I recently started learning python and up until now I've had no problems with the book I've been learning from: Python...
Posted by u/randy_mcronald in r/Python
Posted by u/spookylukey in r/Python
Hello everyone, i have earned a 4 year CS degree, im very much fimiliar with many CS concepts but i really lack in...
Posted by u/meaak in r/Python
Posted by u/atomlib_com in r/Python
Thought I'd post this here to get some feedback on my first small python project. I'm using bs4 to get the fixture data from...
Posted by u/fuegophonic in r/Python
Posted by u/atomlib_com in r/Python
Posted by u/mraza007 in r/Python
Chemics is a Python package for chemical reactor engineering. This is the first announcement of the package so any feedback...
Posted by u/wiggitt in r/Python
So i have been playing around with `neat-python`. I made a program, applying neat, to play pinball on the Atari 2600. The...
Posted by u/nrmxndal in r/Python
Posted by u/Kitipol in r/Python
I'm trying to develop and algorithm that will generate a matrix of size 2^(n)-by-n in which each row is a unique permutation...
Posted by u/dirtnye in r/Python
Posted by u/Pappa--Stalin in r/Python
Posted by u/Pappa--Stalin in r/Python
Hi, I've got interesting yet annoying problem in distributing a Python script to a 3rd party machine. I work for a company...
Posted by u/Risket2017 in r/Python
After reading the docs on SqlAlchemy validation here...
Posted by u/tikitorchtale in r/Python
Print ("Hello redditors. I have been learning Python for some time now. I like it, although it takes a lot of work for me...
Posted by u/D1ngopwns in r/Python
Hello all, Need assistance creating a script that logs in to multiple network device (APC UPS) to update the radius server ip...
Posted by u/lroque93 in r/Python
I have a fully functional text based program, which takes input () and prints output throughout its various commands. I'd...
Posted by u/SeanOTRS in r/Python
I have just went few step ahead of python for beginners and now i want to learn about automation. Can anyone helpme out with...
Posted by u/gitarthak in r/Python
why isnt this appedning correctly? userinp=input("would you like another number? y/n ").lower().strip() `if...
Posted by u/mr_chiggie_beese in r/Python
Posted by u/Slingerhd in r/Python
Are there any Python scripts that aggregate links of new news items based on things like InfoSec? So it just prints out the...
Posted by u/Quick_Stick in r/Python
Posted by u/pgaleone in r/Python
So I have the following: sigma_x=2 sigma_y=2 sigma_z=2 curr_location_x1=3 curr_location_y1=3 curr_location_z1=3...
Posted by u/TheZenMann in r/Python
I apologize in advanced if I'm not using "non-greedy" properly. I have in my code: _.find_all('span', {'class': 'badge'})....
Posted by u/eyun89 in r/Python
Hello all! ​ I just published a GraphQL client that supports susbscriptions over websockets. It's a dead simple to...
Posted by u/ecthiender in r/Python
I mostly write system tools in python and for the longest time this always worked: #!/usr/bin/env python However a lot of...
Posted by u/jydawg in r/Python
#-----------------------column and row at 0 from tkinter import * from tkinter import ttk root = Tk() root.title("title")...
Posted by u/Darren_wl03 in r/Python
Posted by u/lremm in r/Python
I'm having a lot of trouble with this built - in decorator along with @classmethod and @staticmethod, but I mainly want to...
Posted by u/Trinibrownin868 in r/Python
So I've been working with Python for a while now and recently found out how versatile the underscore can be. [Here's an...
Posted by u/legendaryeggnog in r/Python
The title basically says it all but I’m looking to see if anyone has a recommendation for some online classes/courses to...
Posted by u/Harsh_Daddy in r/Python
Dependency Injector 3.14.5 has been released! Changelog 3.14.5...
Posted by u/rmk135 in r/Python
I am using Ubuntu 18.04 and i just noticed this error from pip._internal import main `ImportError: No module named...
Posted by u/MohamedRashad in r/Python
So you want a coveted internship? This answer is mainly geared towards software, but can be applicable to any industry....
Posted by u/mattupham in r/Python
Disclaimer: I learn Python with 3.5 so I have almost no experience with 2.7. I'm currently translating a 2.7 program to 3.7...
Posted by u/babalinobaba in r/Python
Posted by u/subhamroy021 in r/Python
I'm switching a script over from MATLAB to Python. MATLAB's fsolve uses a trust-region-dogleg method, which solves my...
Posted by u/poetryninja in r/Python
Yes this is sort of a self plug promotion, but I'm also giving away 5 free copies (first come first serve)....
Posted by u/Rajeevratan in r/Python
I've been doing web development for over 4 years and 1 years into the python. I've been using visual studio code since I...
Posted by u/ElvezTheElf in r/Python
I want to install the module SendKeys but when I enter "pip install SendKeys" in the Python Command, it tells me there is a...
Posted by u/rems3000 in r/Python
Hello everyone! I am working as a python developer. I have been given a task to convert a csv to sql . Problem is there are...
Posted by u/priyank1sh in r/Python
Posted by u/Ashutoshkv in r/Python
Posted by u/Malhar_S in r/Python
Posted by u/Anubhav-Singh in r/Python
Posted by u/jhayes88 in r/Python
I used to go to this website whenever i needed to set a background colour for tkinter windows and widgets. But after knowing...
Posted by u/ZyanCarl in r/Python
Posted by u/Tafkas in r/Python
Hi all, I really need your help. I'm new to Dash and working on a project so inevitably hit a road-block. The question can be...
Posted by u/obese_retard in r/Python
Hey there, I was curious if there is a Python library or someone knows of some good regexes to extract Python method...
Posted by u/RidgeRegressor in r/Python
Hey guys. I am currently about to graduate in Economics and I am hugely interested in going into the buy side. Recently, I...
Posted by u/WeaponizedCal in r/Python
Discovered the inconsistent behavior of python3 buffering this week and I'm probably not the only one who wasted time on...
Posted by u/sorisos in r/Python
Ok. So I have a class named book, and Library which stores books in an array called books. Each book has a isbn, author etc....
Posted by u/Poxiim in r/Python
Posted by u/ashiri12 in r/Python
I have a Json file with books such as: [ { `"author": "Chinua Achebe", "country": "Nigeria", "imageLink": "images/things-...
Posted by u/Poxiim in r/Python
Frankly, I'm learning code these days and looking for a book about Python. Could you please tell me any useful book about...
Posted by u/kevinlovpic in r/Python
Posted by u/vlabakje in r/Python
In this short article, we are going to make some for loops and rewrite them, step by step, into comprehensions. If...
Posted by u/wilfredinni in r/Python
if android will go good if python interpreter embedded with it
Posted by u/Sdkdeepak1612 in r/Python
I am integrating a system using scipy's odeint (but am open for alternatives). I would like to access the state during...
Posted by u/CatGoesWooof in r/Python
Posted by u/Fewthp in r/Python
Posted by u/erberlin in r/Python
Hi folks, just like it says in the title, I'm using df['SYTFrameEnd'] = pd.to_datetime(df['SYTFrameEnd'], format='%m/%d/%y')...
Posted by u/fergal-dude in r/Python
I’m a recent CS/math double grad with some professional Python dev experience looking for a Python mentor and collaboration...
Posted by u/tighter_wires in r/Python
Posted by u/gitarthak in r/Python
I'm making a website generator in Python as a side project to get more experience, and turned one portion of the program into...
Posted by u/RobbyB97 in r/Python
Frankly, I'm learning code these days and looking for a book about Python. Could you please tell me any useful book about...
Posted by u/kevinlovpic in r/Python
Whats up Pythoners! I create Github-gists CLI tool for personal use. Just one file 100% vanilla python 3, zero...
Posted by u/vwasdf in r/Python
Posted by u/DanielThePrawn in r/Python
I've been learning Python for a couple of months but left it for some reasons. Two weeks ago I updated Sublime Text and made...
Posted by u/HronkChaos in r/Python
Posted by u/RH_89 in r/Python
Posted by u/laurbyteball in r/Python
I'm going to launch a question; to see if anyone can help me on a topic. I'm trying to get an audio analysis; so that I can...
Posted by u/doberwho in r/Python
I have a dataframe, but whenever I use df.at('rowLabel', 'columnLabel'), I get this error, anyone know how can I get a single...
Posted by u/fuongbregas in r/Python
I'm just getting into python after messing around with html and css for a while. What are some of the best books for...
Posted by u/R00tb33r3000 in r/Python
Python 3.6.7 |Anaconda, Inc.| (default, Dec 10 2018, 20:35:02) [MSC v.1915 64 bit (AMD64)] on win32 Type "help", "copyright",...
Posted by u/cherkashine in r/Python
I was trying to install gensim for a class project (not a cs project though, my professor would've been no help) and I...
Posted by u/spooky_cicero in r/Python
Hey guys, I'm in my first semester of software engineering and I do not understand how to use Mercurial. The teacher...
Posted by u/luffykaizokuu in r/Python
I basically don't know what method to store data on the disk for later use. ​ The idea of this project (without...
Posted by u/Masonthegrom in r/Python
Posted by u/Flip-Out-More in r/Python
Posted by u/nshapira in r/Python
hi all i signed up for a python course through work (i work for an i-bank). we use anaconda at work (as the approved bistro),...
Posted by u/krokodil83 in r/Python
Hey guys I'm trying to create a report in report lab that contain several tables. The problem I am having is when I try to...
Posted by u/deo85 in r/Python
Posted by u/ghostfire042 in r/Python
How to use Python to send and receive a json data to a web service? The web service uses OAuth 2.0. I tried to go through the...
Posted by u/mohantyr in r/Python
I am getting a json decode errror...like this...it might translate once, then I think I'm blocked....
Posted by u/Fadedwaif in r/Python
Hello All, I want to learn Python from scratch which would eventually help me with my studies for Masters in Business...
Posted by u/FairyGandhi in r/Python
Posted by u/min2bro in r/Python
Posted by u/preslavrachev in r/Python
For example if I have the following code Import random dice_1 = random.randrange(1,7) dice_2 = random.randrange(1,7) dice_3 =...
Posted by u/h3892102 in r/Python
Posted by u/gbraque in r/Python
Posted by u/gautamrbharadwaj in r/Python
Hello all, I'm working on scraping together some data using Selenium and have been able to scrape a table, but when trying to...
Posted by u/txsnowman17 in r/Python
Posted by u/isthisneeded_ in r/Python
I want to map strain gage sensor data to a 3D model to visualize the data. Does anyone know of a good example or references?...
Posted by u/ba0101 in r/Python
How much time will it take to learn PyQt if I already know Python Qt C++? I need it urgently for a project.
Posted by u/Iron_Man_4 in r/Python
Posted by u/SquareTechAcademy in r/Python
Hello, I'm new to python and have started making my first project, and adventure game and it was going well until after i...
Posted by u/cen0x in r/Python
Posted by u/Rekostdea in r/Python
So I have been messing around with a function here, and basically one section of the code will take a list of integers, and...
Posted by u/LordBruce in r/Python
Posted by u/josephp27 in r/Python
About <https://www.nginx.com/products/nginx-unit/> It seems that you do not need https://gunicorn.org/ as...
Posted by u/dimitrym in r/Python
Posted by u/stefantalpalaru in r/Python
Posted by u/b4kSec in r/Python
What is the difference between: "import tkinter" and "from tkinter import *"?
Posted by u/psyduckscar4 in r/Python
I'm having some trouble with getting a PS script to pass along variables to a Python script as parameters/arguments (sorry,...
Posted by u/dpgator33 in r/Python
As Python developers, we're always encouraged to develop projects in virtual environments and, for important projects, to pin...
Posted by u/robertlf in r/Python
May I know where can I get assignments help? I got screwed over by my school, because of an update to the curriculum. I was...
Posted by u/Echos89 in r/Python
Posted by u/Dr_0wn3r in r/Python
I'm new to python and I'm trying to create an application in which i want a button to be visible only after i click the...
Posted by u/pro_shil in r/Python
I just spent 4 hours trying to get a python repository that uses the assumed modern way of developing. Pipenv, tox,...
Posted by u/stebox in r/Python
Posted by u/ramonsaraiva in r/Python
Posted by u/avnsri4986 in r/Python
Posted by u/iqrakhan44564 in r/Python
Posted by u/blinka_friendlysnake in r/Python
Posted by u/Dr_0wn3r in r/Python
Hi, I am new to this subreddit. I am a system administrator who is looking to become a software engineer/data scientist. I am...
Posted by u/stillIT in r/Python
The task is simple: Automatic Upload to Instagram with a description But the PATH is hard.. Instagram API is dead so I...
Posted by u/Acujl in r/Python
Posted by u/Cran3kill in r/Python
Any sample script out there of TLS 1.2 with LDAP working? Do I need to store the certificate in a different parameter /...
Posted by u/fpatterson55 in r/Python
Hello guys, I do not know much about computer coding. I do bits and pieces of coding in Matlab here and there. Is Python a...
Posted by u/sharilmail in r/Python
Sorry if the title is confusing but I'm trying to create a bot that will make submissions on a forum once it is given the...
Posted by u/MonkeyMaster64 in r/Python
So, I haven't worked with a lot of JSON before, and I'm also new to Python. Essentially, let's say I have a user's name of...
Posted by u/valtro05 in r/Python
I have a problem with my code it works for most inputs but not some specific cases that I need it to. Please someone drop...
Posted by u/dhruvsach08 in r/Python
I have a problem with my code it works for most inputs but not some specific cases that I need it to. Please someone drop...
Posted by u/dhruvsach08 in r/Python
Posted by u/Mighty_Ghost_Hack in r/Python
I want to write a lambda that attaches the tag tagName if it does not exist on an ec2 instance. How can I do the same Here is...
Posted by u/dingdong18412 in r/Python
​ [Can someone help me code this program in python. I dont know how to use python and it would be great if any of...
Posted by u/banggu_ in r/Python
Posted by u/bidyutchanda108 in r/Python
I'm trying to clean up some data that is normally structured like: date, postcode, code, message, source, sku, response,...
Posted by u/dixons_analyst in r/Python
Posted by u/origami_drag0n in r/Python
I want to add numbers from a list to string but in iteration. I am unable to add iteration to the below code. Ex code:...
Posted by u/namanjha29 in r/Python
Posted by u/colour-science in r/Python
Posted by u/btaskaya in r/Python
How can I scan for Bluetooth LE devices that are advertising using a Raspberry Zero W? hcitools works perfect but pybluez /...
Posted by u/anderl1980 in r/Python
Posted by u/johnfraney in r/Python
This is language free question but posting here because I'm python guy: I am stuck at a regEx problem that says "Make a regex...
Posted by u/PositiveAuthor in r/Python
Trying to use panda to parse the following JSON Code. How do i drill down into the balances column? ​ `df=...
Posted by u/Humbrol2 in r/Python
I am trying to automate a monthly service that requires me to click on a link sent via email. I figured this would be a good...
Posted by u/gvsa123 in r/Python
I would like to check if the variable c has a specific datatype but i dont know how to do this In general i want to find...
Posted by u/Ivanieltv in r/Python
Forget about "what your team know" and "what you like". I'm asking about objective, honest and technically deep answer from...
Posted by u/still_junior in r/Python
Posted by u/srikavig in r/Python
Posted by u/FluffyLeague in r/Python
im trying to create a program (im a absolute beginner) but i keep getting this error in line 10 i think it has something to...
Posted by u/mightymander in r/Python
I have created a small python flask application using default server software that came with flask library i.e. webbricks Now...
Posted by u/VivekRSoni in r/Python
Posted by u/pmatti in r/Python
Posted by u/origami_drag0n in r/Python
I'm trying to use the parsley library to parse mathematical expressions with operator precedence, but I'm running into an odd...
Posted by u/rhoark in r/Python
im typing in the correct username and password but in not getting the correct print appearing...
Posted by u/mightymander in r/Python
I downloaded python 3.7.2 straight from the python website. I'm trying to get certain libraries/packages/ "modules" into my...
Posted by u/drewwheel001 in r/Python
Posted by u/dm03514 in r/Python
I'm trying to perform a chi^2 test on some data which contains NaNs. Here's a MWE: `from scipy.stats import chisquare as...
Posted by u/Jim421616 in r/Python
I’m a med undergrad looking to acquire basic skills in Python. Could someone explain to me how I should go about it?
Posted by u/sardarkhan98 in r/Python
I wrote a script that searches for vulnerable devices in your zip-code. [https://www.yoursecurity.tech/python-shodan-...
Posted by u/bagovbones in r/Python
This week's top r/Python posts have arrived!
Made something similar to Apple's Animoji™ using Python
| 2066 upvotes | 69 comments | u/the_neptunian | r/Python |
Real-Time Hand Gesture Recognition
| 1070 upvotes | 53 comments | u/subhamroy021 | r/Python |
I recently started messing around with Turtle, and made this
| 903 upvotes | 49 comments | u/DeKoelePeer | r/Python |
A little python program I wrote that finds the current song...
| 829 upvotes | 72 comments | u/Pappa--Stalin | r/Python |
[Personal project] I made 3D Trees generator in Python...
| 507 upvotes | 54 comments | u/Rayterex | r/Python |
This week's top r/Python posts have arrived!
Made something similar to Apple's Animoji™ using Python
| 2071 upvotes | 69 comments | u/the_neptunian | r/Python |
Real-Time Hand Gesture Recognition
| 1067 upvotes | 53 comments | u/subhamroy021 | r/Python |
I recently started messing around with Turtle, and made this
| 910 upvotes | 49 comments | u/DeKoelePeer | r/Python |
A little python program I wrote that finds the current song...
| 822 upvotes | 72 comments | u/Pappa--Stalin | r/Python |
[Personal project] I made 3D Trees generator in Python...
| 508 upvotes | 54 comments | u/Rayterex | r/Python |
Posted by u/impeterlewis in r/Python
I’m trying to learn python from the beginning really coding from the beginning, I don’t want to start learning things out of...
Posted by u/j_agee in r/Python
I'm having a huge difficulty understanding the problem I'm having with a recursive DFS method while trying to reteach myself...
Posted by u/bb_nyc in r/Python
Posted by u/rootVIII in r/Python
Hello, i am looking for a way to download multiple files on Khinsider all at once without having to pay for their greed. So i...
Posted by u/skeletonknight777 in r/Python
Posted by u/pylenin in r/Python
Posted by u/sankarsp in r/Python
So I've done a quick survey with back-end non-Python (mainly Scala) developers in the start-up community on why they don't...
Posted by u/ashwingkrish in r/Python
Posted by u/RENYREYNOLDSON in r/Python
Hay y’all I’m a young wannabe programmer who wants to learn python. Can anyone refer me to a website where you can learn...
Posted by u/Surpickles in r/Python
Posted by u/geek_here in r/Python
Hello! I have exported a .sql file using mysqldump. I would like to be able to read this file and convert all the tables...
Posted by u/BenitoCamelasVG in r/Python
Hello so im working on a personal project, and I am trying to scrape the price of a bronze bar from the popular game...
Posted by u/SinfulOath in r/Python
Posted by u/liranbh in r/Python
Posted by u/TheClassyEngineer in r/Python
Working class password vault, however would appreciate any recommendations I could do to improve performance or readability....
Posted by u/JasonTheMLG in r/Python
I have problem when using sympy and counting pi. When sympy simplifies formula i creates exp_polar. After that expression in...
Posted by u/Atlant_Storm in r/Python
https://i.redd.it/8b57uiefd1o21.png It would be cool to have some feedback...
Posted by u/ZeddoMann in r/Python
Posted by u/CaptainDevops in r/Python
I am trying to start a fresh project with django-cookiectter, it builds fine but when i am trying to docker-compose -f...
Posted by u/pwnmercury in r/Python
Yo guys, how would you write a resource allocation algorithm to optimise supply-demand relation in Python? Is there already...
Posted by u/GREG00SE in r/Python
What is wrong with this code it keeps giving me a syntax error in this line guess = int(input("Guess again!:") if guess ==...
Posted by u/reecew99 in r/Python
Hello, Seeking an online Python Learning course with Certification.. It will be great if I'm guided through . Please mention...
Posted by u/Nil_aye in r/Python
Posted by u/kaustubh26 in r/Python
Posted by u/endlesstrax in r/Python
There are a few minor apps I would like to write for my own use on my iPhone. Nothing too major and certainly nothing that is...
Posted by u/jwink3101 in r/Python
Sharing this [Programming guide for Python](http://www.quickcode.co/learning-guide/learn-python-...
Posted by u/singhpankaj99 in r/Python
Posted by u/itamarst in r/Python
Posted by u/Moondra2017 in r/Python
Hey there. I am trying to read geojson data from this...
Posted by u/salgranon in r/Python
What it does: Hello, i have created a project that lets you manage your finances, by giving you the option to enter your...
Posted by u/FloHop_Reddit_Origin in r/Python
Hello, i am currently struggeling to see through how to interact in an appropiate way with a mayavi rendered scene. I have a...
Posted by u/_synaps_ in r/Python
Posted by u/ChuiiZeet in r/Python
If I use 'x' as the mode to create a file, should I still use a with block? I am not writing anything to the file. I need to...
Posted by u/Trigonometric_Square in r/Python
Posted by u/SquareTechAcademy in r/Python
Hi Rigth now I have multiple Kafka topics which contain metrics from different sources and formats. I would like to have some...
Posted by u/nkondratyk93 in r/Python
Posted by u/Paddy3118 in r/Python
We recentlly started working with python in class and i got the full grsp of int,input,print and if,else,elif. I am thinking...
Posted by u/Carrottossy in r/Python
Hello, I want to know how to write C extenstion for Python 3. Five year before I start write simple Python 2 extension and...
Posted by u/vit1251 in r/Python
Hi, I am looking for something like this, def my_implementation(): subproc_cmd_1 = "python_script" subproc_cmd_2 =...
Posted by u/satvikv in r/Python
Posted by u/DeveloperThing in r/Python
So im new to python and i want to install a package called Twilio (...
Posted by u/LogDotAlpha in r/Python
I did post this to r/learnpython, but got very little help there about this issue. Otherwise its a great place that helped me...
Posted by u/Comrade_42 in r/Python
I’m 14 and I consider myself pretty fluent in python. I’ve been writing python for about a year and am wondering how I could...
Posted by u/Taekwonbeast in r/Python
I had a class on optimization and used AMPL for the work. The underlying solvers were CPLEX, GUROBI, Minos, and others. These...
Posted by u/donny_twimp in r/Python
So this is a bit of an update from a post I made a couple...
Posted by u/tlielaxu in r/Python
Posted by u/blarghmatey in r/Python
Something WYSIWYG that you drag and drop the GUI items and generates the code in the background?
Posted by u/jdcortereal in r/Python
I've been using conda as my main package/environment manager at work for the past few years. Until recently, the only sane...
Posted by u/Raging_Hippy in r/Python
Hello I am designing an Arduino that has several different inputs connected, and I received some inspiration from the...
Posted by u/yurruki in r/Python
Posted by u/blinka_friendlysnake in r/Python
I was using pycharm on my windows computer, but it's not compatible with chrome os
Posted by u/Dial_H_For_Hornets in r/Python
Posted by u/japaget in r/Python
I'm following a guide to develop a motion detection security feed and have run into an issue. The author of the tutorial had...
Posted by u/rub1xqub3 in r/Python
I would like to make a career change(from Business Analysis) so I have started learning Python. I know it is still early but...
Posted by u/smpleemi in r/Python
This is my code. I want the user to input an array of numbers (not just one number) and tell them if they are positive...
Posted by u/savemefrommyselfplz in r/Python
I found this article that claims...
Posted by u/Helicon_Amateur in r/Python
I have a knapsack-ish problem that has plagued me for a very long time. Every day we have a list of jobs (10 in my test) and...
Posted by u/xnch1 in r/Python
I know what a VENV is and how it works but i dont get how i link my python script to the Env. Anybody who can explain?
Posted by u/SnaXD in r/Python
Posted by u/my8100 in r/Python
I am a proficient python user with experience using many libraries. These include os, subprocess, geopandas, shapely, numpy,...
Posted by u/funkmaster322 in r/Python
Posted by u/iamEhtesham in r/Python
Python newbie here. I am writing a script in Python and I am able to get one of the hard coded commands working from it. Now...
Posted by u/alihameeds in r/Python
Posted by u/littlematt44 in r/Python
Hey so this is a stupid question. I'm trying to build an application that I can put notes into that will automatically create...
Posted by u/jumbohiggins in r/Python
I saw an 8 month old discussion on here about python 2 reaching its EOL. People mentioned migrating their code to python 3....
Posted by u/poyntings_theorem in r/Python
So my friend said it would be better to learn the in's and outs of excel and Visual basic instead of python because most...
Posted by u/YeniiiOP in r/Python
Posted by u/Applied_Mathematics in r/Python
Hello r/python. I've released a new version of Huey, a lightweight task queue. Huey is an...
Posted by u/coleifer in r/Python
Trying to figure out if reportlab will let you embed links into the text for a legend of a chart. I tried looking at the api...
Posted by u/deo85 in r/Python
So i'm trying to download a bot that automatically solves quizzes on the internet but no idea where to start since i never...
Posted by u/JakeTheDrake_ in r/Python
Does anyone know any library which can be used to make interactive 3D globe in Python? The best example I saw so far is...
Posted by u/victoriasecretagent in r/Python
Hey there ​ I want to do a hybrid. course recommender. I am wondering if it is possible with a dataset of only 200...
Posted by u/maik282 in r/Python
Posted by u/j_orshman in r/Python
Posted by u/dataschool in r/Python
Posted by u/chthonicdaemon in r/Python
Posted by u/DaysBeforeSpring in r/Python
Is there an ingenious way to perform company name hierarchy classification ? I have a dataset of 3.5 million company names...
Posted by u/captainamerica001 in r/Python
I am a looking for a new job and I am trying to pivot away from Perl (15+ years) into Python but I am finding it extremely...
Posted by u/jimmygoogle in r/Python
Posted by u/chand1012 in r/Python
Posted by u/btaskaya in r/Python
Posted by u/ChaiTRex in r/Python
I have an admin application that has a dashboard page with various statistics for our company. Basically our data is stored...
Posted by u/ellssss in r/Python
Posted by u/laurbyteball in r/Python
I implemented this dependency graph...
Posted by u/hmoein in r/Python
I keep seeing people saying how good Pycharm is. I've been using Anaconda/Spyder for the last year since starting with Python...
Posted by u/jimmythenewsmith in r/Python
On Android, you could install the Podcast Addict app, and then search and subscribe to: ​ ## Python Bytes Various...
Posted by u/laurbyteball in r/Python
In an org I'm working with, they want to encourage developers to write more tests. They now conduct some training sessions to...
Posted by u/yonatannn in r/Python
So I have been working as data analysts from last two years, and most of the time my work revolves around data cleaning using...
Posted by u/aakashkh284 in r/Python
Hello guys, I want to get your insights on this topic, like for a example a list of arguments that distinguish a **data...
Posted by u/Moni93 in r/Python
Posted by u/axkey in r/Python
Tell /r/python what you're working on this week! You can be bragging, grousing, sharing your passion, or explaining your...
Posted by u/AutoModerator in r/Python
Hi, I've been learning python for a couple of months now and one of my goals is to take listings from my eBay account and...
Posted by u/Armed_Muppet in r/Python
Say if i have the array a=[ [1,2,3], [4,5,6] ] I want to know the position of the element 5. What code do i need so...
Posted by u/IIISS007III in r/Python
Posted by u/erberlin in r/Python
Posted by u/jinchuika in r/Python
I'm quite new to machine learning and wondering how to increase the accuracy for my sklearn project. I'm using the data set...
Posted by u/HopingToGoToCarnegie in r/Python
Posted by u/Lexandrit in r/Python
Posted by u/ModeHopper in r/Python
Hi, this is my first post in this subreddit please dont judge lol; Im no coder, but I want to learn, for some reason coding...
Posted by u/Bohemio_RD in r/Python
Hello, ​ I am in the process of creating a program that will reverse the user inputed name, in addition the option...
Posted by u/raphael_ok in r/Python
Hey guys. Do any of you work in Cloud roles? If so, has Python been useful to you in your work? I want to leave Python but...
Posted by u/Weimertsuki in r/Python
From the Anaconda Navigator on my Mac trying to launch Spyder results in nothing. From the command line I get an error:...
Posted by u/CeramicVulture in r/Python
So for a little background I've been teaching myself Python for about 2 months now, and I feel like I have a pretty good...
Posted by u/Epicloa in r/Python
I'm learning about deque() right now, and I'm trying to understand what this does: dq = deque() i = dq[-1][1] idx, _ =...
Posted by u/dominodave in r/Python
Posted by u/j_orshman in r/Python
Just thought I'd share this: I've been working on a Python package that makes it easy to obtain and work with data from the...
Posted by u/noahtren in r/Python
Hi so i recently made a program based off something i saw on the web and i need help figuring out the error The Code...
Posted by u/Ghost_Dak1 in r/Python
I am able to get the topic modelling examples to work from this page: [https://towardsdatascience.com/topic-modelling-in-...
Posted by u/oligarch222 in r/Python
Posted by u/sepandhaghighi in r/Python
r/ArabProgrammers is a subreddit mainly for Arabic programmers (But it doesn't matter if you aren't just talk English and...
Posted by u/joetifa2003 in r/Python
Hi, trying to make a Reddit bot that grabs image URL's and executes a .php file (via URL) to add it to my Wordpress site....
Posted by u/PeterPorky in r/Python
Hi its me again i made a little game in python and i want my freinds to play it wherever they are, so i want to put it on my...
Posted by u/Ghost_Dak1 in r/Python
The other day I made hangman in python3! The code is here: https://github.com/matthewmagardino/hangman-py try it out and let...
Posted by u/littlematt44 in r/Python
This was handy when i have to make 10-20 applications in one day for job search.
Posted by u/jealousChef in r/Python
Posted by u/SotaSkoldier in r/Python
Can u suggest me some python youtube channels that can help me cause i just started learning python and if u have any tips or...
Posted by u/oussa2 in r/Python
Hello all! I have a couple of questions about writing numeric code to works for various numpy-like libraries. I have written...
Posted by u/jawknee400 in r/Python
Posted by u/Johan-Godinho in r/Python
So I'm trying to get selenium to get the call button clicked using xpath....but doesn't seem to work....Any help would be...
Posted by u/purplesalade in r/Python
If I'm looking to do realistic/nice looking physics simulation in Python is there a good library for it, or do I need to...
Posted by u/qwetboy10 in r/Python
Posted by u/treyhunner in r/Python
Is it possible to create a COM object with a program but have the program be running as an administrator via the win32com...
Posted by u/forgenet in r/Python
I am 13 and I love technology , coding everything in that general area I don't know where to start . If anyone could help me...
Posted by u/41-1 in r/Python
Helllloo Everyone I am looking for a Python MOOC. Criteria is...
Posted by u/jono1001 in r/Python
Posted by u/Flip-Out-More in r/Python
Are there opportunities for beginners to help out on github projects? If not now, what contribution pathways should I keep in...
Posted by u/oliverspin in r/Python
I'm not sure if this is the right subreddit, but I figured I would ask here anyway. I have a really simple Python code that...
Posted by u/mbsilas in r/Python
Tired of not knowing when a friend adds songs to your collaborative playlist? Or when a pre-made playlist that you follow...
Posted by u/giantsxx21 in r/Python
Posted by u/aaronpenne in r/Python
I am making a price ticker for reddit. Everything is working fine, but the API that it derives the price from has 4 decimal...
Posted by u/washyourhands808 in r/Python
How to learn both python & data science from scratch hand-to-hand!!?
Posted by u/COMRADEGENGHISKHAN in r/Python
hello I am trying to make a function to create a list of lists. Jyst will not append the list with a new list. Any input will...
Posted by u/WookieeSexual in r/Python
Hello everyone! I know this question is everywhere, but I have tried a countless number of solutions I could find and none of...
Posted by u/samirasam12 in r/Python
I'm in shock! https://i.redd.it/ec4iukj780q21.png
Posted by u/nevzata74 in r/Python
Posted by u/joey_php in r/Python
I made this program months ago and from then on due to school I have been on a hiatus. I have decided to get back to coding...
Posted by u/Channies in r/Python
Hello guys, I was wondering how some of you would approach programming audio recognition of any kind, such as the sound of...
Posted by u/RiceSc in r/Python
So I currently am doing a program in python for a machine learning project. We were given an example of code that turns an...
Posted by u/Irule745 in r/Python
Morning/Afternoon Everyone, Most likely a stupid question or a very easy one.... I am looking at advise/help. I would like to...
Posted by u/Cliveinton in r/Python
Posted by u/iflameinstitute in r/Python
Posted by u/MeroSeif in r/Python
Posted by u/basnijholt in r/Python
So i'm new to hosts and servers. I just recently finished a django project I've been working on for a while, and I bought a...
Posted by u/bigw01f in r/Python
I have seen a Southwest Airlines script on Github. Has anyone developed one for other airlines like JetBlue and Delta?
Posted by u/hooliofungoolio in r/Python
So I started learning Python, and I was having a blast-- it's really, really fun. But I'm stuck. I dont know where I'm going...
Posted by u/neriisan in r/Python
Posted by u/Jehovacoin in r/Python
I’m in our school’s Computer Programming course and we use Python (obviously since I’m in the Subreddit lol), and we have to...
Posted by u/smolchxld in r/Python
I couldn't find a nice lib which would use the HTTP/2 protocol, persistent connections, be simple to implement and also...
Posted by u/Kukosk in r/Python
How to embed more than 2 videos into a single video. All the frames of videos are related by GPS coordinates latitude and...
Posted by u/sriharsha_0806 in r/Python
I'm building a project in Flask and SqlAlchemy but as I keep reading that you just end up "rebuilding" Django in a large...
Posted by u/ExoticShopping in r/Python
Posted by u/Stem3576 in r/Python
So I want to do a bunch of tests before submitting a pull request to a project I’m a part of. Usually, I set up a makefile to...
Posted by u/PretendConcept in r/Python
Posted by u/StableHatter in r/Python
Hey guys, I have been programming for some time now, but this is the first time I have used python and also the whole idea...
Posted by u/korsall in r/Python
I am trying to understand if the idea of live processing a video feed is possible using python. I have experience writing...
Posted by u/NiccoloGranieri in r/Python
Posted by u/pgaleone in r/Python
Posted by u/ethanhs in r/Python
I've looked around a bit and found a couple different possible API's and Libraries that I could use, but a majority of them...
Posted by u/APMO in r/Python
Posted by u/sassysalmnder in r/Python
So I started learning python about a month ago, I had some really basic programming and I. T. knowledge. I need to get into a...
Posted by u/maci25 in r/Python
I have to write a program for my computer science class that needs to include an algorithm within an algorithm as well as...
Posted by u/gamesniper99 in r/Python
This very interesting ML package just came out, and like most such...
Posted by u/Arisngr in r/Python
https://github.com/yo-main/email_manager ​ Hi Reddit, I've finished...
Posted by u/Yomain_ in r/Python
TL;DR is there a better way to extract strings? Its been a long time since I've touched Python and I've forgotten pretty much...
Posted by u/dat720 in r/Python
Hello r/Python. I am a control system engineer who knows nothing about pyopengl or computer graphics. Apologize for using...
Posted by u/sentry5588 in r/Python
​ https://i.redd.it/kbrmfsnol5q21.png
Posted by u/ravenspired in r/Python
A friend and I are dealing with with an optimization problem and we were thinking about using a school lab with about 30...
Posted by u/StoicChema in r/Python
Posted by u/BlueDevilStats in r/Python
Hi guys, So I'm working at a startup where as the 'Chief' Data Scientist (re: only person), I was tasked with learning...
Posted by u/careertroubleguy in r/Python
Hi guys, I was wondering there were online like meetups or groups? I live in Georgia and the most activity for python groups...
Posted by u/Ksingh210 in r/Python
Why does Python download go into my user apps, why does it not default to program files like everything else I download?
Posted by u/MathQssss in r/Python
Hello everyone, I created a Python program with Selenium to automate my user activity on a website. However, in the Terms of...
Posted by u/c__jg in r/Python
Posted by u/lostintangent in r/Python
Today I just finished my first real Python project: a basic command-line based RSA encryption client using the PyCryptodome...
Posted by u/nobody912 in r/Python
Hi, I'm a bit new to python and was wondering how to make a script automatically start on another persons computer. Say I was...
Posted by u/AchillesGamer in r/Python
​ https://i.redd.it/ogbv448ca7q21.png i have dataframe like this and i want to 날짜 역번호 역명 구분 a 2018-01-01 150 서울역...
Posted by u/GoBacksIn in r/Python
Posted by u/AlanMelloron in r/Python
I’m working on a project for my high school digitech class and my error catching just isn’t working. I’m trying to use a try...
Posted by u/willdotexecutable in r/Python
I tried vscode with the microsoft python extension (it crashed) and pycharm, spyder3. Not entirely happy...
Posted by u/be_nu in r/Python
hi i want to start a web project based on Angular client and python server side based on REST APIs what is the best framework...
Posted by u/matoas7 in r/Python
Posted by u/Fewthp in r/Python
I've created a library which makes it easier to read and write to JSON files. For example, in vanilla Python to set a value...
Posted by u/Richienb in r/Python
this is my dataframe ​ ​ date number name di t ​ 0 2008-01-01 150 서울역(150) 승차 379...
Posted by u/GoBacksIn in r/Python
This code only let's me produce one spectogram with the sirectory I provided (/fold1). But I wanted it to make spectograms...
Posted by u/RiceSc in r/Python
Posted by u/nano_jquery in r/Python
Posted by u/ITDesk in r/Python
I am new to programming and Python is the first language that I have started to learn in order to help automate some tasks in...
Posted by u/KM4UIH in r/Python
So i am learning python. And i wanted to import requests and BeautifulSoup. At first i made the mistake and installed it for...
Posted by u/mellowjo in r/Python
Posted by u/gresstie in r/Python
i follow the touching phone button in 1 url by watching the api in 'network' of page, get the 2 url. 1 url:...
Posted by u/asda43asdf23423 in r/Python
So I am working with numpy matrices (using PyCharm as IDE) and it keeps outputting matrices without commas. This doesn't seem...
Posted by u/hsoder24 in r/Python
I wrote a script to turn on my smart light bulb with python and I'd like to be able to run it on my phone. I tried to find...
Posted by u/SwaggoRen in r/Python
Posted by u/the_dr0w in r/Python
Posted by u/michaelherman in r/Python
No admin access, but miniconda is working via anaconda shell. This means when I run autohotkey, I'm running CMD, running...
Posted by u/canIbeMichael in r/Python
Posted by u/motaz-saad in r/Python
Posted by u/sonicj01 in r/Python
Posted by u/Fewthp in r/Python
I wanted to add the Formula 1 GPs to my calendar but Google Calendar doen1t have a building feature to do it, so using the...
Posted by u/MatheusRibeiro7 in r/Python
Hello, I'm currently trying to imitate the code done in Matlab (see here http://davidbrander.org/Images/index.html) on...
Posted by u/equianharmonic in r/Python
Posted by u/ACruelWritersThesis in r/Python
Hello all, I'm working on a project that needs to read an excel file I to an array using numPy. My specifications require me...
Posted by u/CyberNerd88 in r/Python
I have written scrips before with excel sheets that have already bee filtered however I have multiple excel files that have...
Posted by u/viviannelynn in r/Python
I've come across a lot of courses on udemy and other platforms which teach python and a lot of them use libraries. The good...
Posted by u/xyzabc123410000 in r/Python
Posted by u/Tafkas in r/Python
You see, the moon takes 28 days approx. to go in a circle and through each zodiac sign. it spends approx. 2.5 days in each...
Posted by u/Alchemy333 in r/Python
I've been messing around with turtle art programs, and I was wondering if there is a list of all colors recognized by the...
Posted by u/mespo345X in r/Python
Posted by u/SerpentAI in r/Python
i'm trying to install the curses module but when i use 'pip install' it comes up with this: 'pip' is not recognized as an...
Posted by u/Aiden_1603 in r/Python
I have been learning python for a while with IDLE since I like doing it as a hobby but I was wondering what would be better...
Posted by u/KeitrenGraves in r/Python
I know that an awesome portfolio is needed and not having a college degree in comp sci is not necessary. But are there certs...
Posted by u/Dotori_Dan in r/Python
The Linear Regression Model attempts to model the relationship between two variables by fitting a linear equation (a line) to...
Posted by u/areed1192 in r/Python
I'm trying to use Matplotlib, embedded in tkinter, but the plotting is too slow for my needs. My data is a bar graph with...
Posted by u/evnphm in r/Python
I'm not a programmer but I've following instructions to try and setup a "twitch plays [] " of my own. I got it to recognize...
Posted by u/BM_Enzo in r/Python
Posted by u/zainmalik4772 in r/Python
Hello everyone, I've just created my first project in Python, it's a Real time (not really because the FFT needs a fixed size...
Posted by u/Kenny_smash in r/Python
Posted by u/Din0_m8 in r/Python
Posted by u/MushroomMaula in r/Python
Running Amazon Linux with Python 2.7: After a yum update that replaced awscli and several python packages, awscli now fails...
Posted by u/dh1760 in r/Python
Someplace between the interaction between decorators and super(), I found a way to make some weird stuff happen in Python...
Posted by u/remy_porter in r/Python
So there's a small competition in my school for a class that asks us to produce the smaller working code. The size is...
Posted by u/iCitron in r/Python
Hi guys I'm a java programmer and I'm finding myself ready to translate a python program that does the following ​...
Posted by u/crazyjoker96 in r/Python
My school is having a coding competition and the topic is "web apps". I had the idea of building a social media platform, but...
Posted by u/tman5400 in r/Python
I am in need of a library that ideally: * Records input * Compares audio sound bites * Has an easy pip install * Not a lot of...
Posted by u/fast-kash in r/Python
I'm trying to download HTML pages so I can process them later. [This is one of them](...
Posted by u/fireballtrap in r/Python
Posted by u/neel_kumar in r/Python
My team right now is prototyping a new application and we’re thinking of using aiohttp. Anybody else here working somewhere...
Posted by u/AlanPleasure in r/Python
So, the title is pretty much what I'm looking for. I have a technical interview coming up in a few days, and one section of...
Posted by u/blarmon_kek in r/Python
Forgive me as this is one of the first major projects I've worked on in Python I have a dictionary of dictionaries that I...
Posted by u/ThatCoxKid in r/Python
Hey, I've got some experience in various languages like ASP, PHP, SQL, HTML, CSS doing little LAN-based projects. I'm...
Posted by u/3369fc810ac9 in r/Python
I really like defaultdict, Counter and namedtuples, and try to use them as much as possible in my projects and at work....
Posted by u/drecklia in r/Python
I have been using Python for a while now (without Anaconda) for my web development class at school. I noticed that a lot of...
Posted by u/Deep_Fried_Hummus in r/Python
Posted by u/professormunchies in r/Python
Hi i m new with python (started 3 months ago) I Need to create a login Page that requires username and password but the...
Posted by u/fusolage in r/Python
I am looking for a good convention to indicate the two cases that: 1. a function or method parameter and any value that might...
Posted by u/Alexander_Selkirk in r/Python
I'm interested in creating animations very similar to these two posts: *...
Posted by u/_sleepyotter in r/Python
Posted by u/gaberocksall in r/Python
I'm trying to cache a large list like object on disk. I don't want to store it in memory and I instead want to store it on...
Posted by u/stonecharioteer in r/Python
Posted by u/x89k in r/Python
Recently I was transferred to the QA team as a Test Automation Developer. We have integration tests for our REST services...
Posted by u/TinyPooperScooper in r/Python
Posted by u/x89k in r/Python
I'm planning to create a Python module for analyzing football results (By football, I mean what some of you may refer to as...
Posted by u/MicheleScarponi in r/Python
I've made a (probably useless) alternative to pip called pio. It replaces commands like...
Posted by u/Richienb in r/Python
Hi ​ Can anybody help why is this error appearing: from tkinter import* import tkinter.messagebox import Backend...
Posted by u/ayaz786amd in r/Python
Posted by u/AndyMerskinon in r/Python
Hi, I've read through the documentation and I can't find any mention of how to password protect a sheet and workbook...
Posted by u/aBitOfCloud in r/Python
Posted by u/greattonytr in r/Python
My office system has only python2, while I've used only python3 before. Will there be major hurdles? Especially since I'm...
Posted by u/zephyr_33 in r/Python
We'll use Poetry to start a simple project, manage dependencies and publish it on PyPI. We'll...
Posted by u/wilfredinni in r/Python
I consider myself an intermediate to advanced-level Python developer. I write tests. I think they are important. Just...
Posted by u/trpt4him in r/Python
I'm trying to: Send mouse left Down when i press O (and press and release G) as if i physically pressed the key and mouse...
Posted by u/Fefs_Memelord in r/Python
I am in a group project in which a friend have build a prediction model and i have to link it to a button on the website.I am...
Posted by u/helpnhelper in r/Python
Posted by u/Usama9012 in r/Python
Posted by u/Jackhammer_YOUTUBE in r/Python
Throwaway account because reasons. I work with a commercial entity and we're in need of SWIG support in PyPy. I'm willing to...
Posted by u/python_dollars in r/Python
I have found some people here are finding my posts not suitable for this subreddit. My intention is not to disturb them in...
Posted by u/bixitz in r/Python
FYI I have no previous experience in coding. Here goes my question: My mac has both pythons installed. I want to code in...
Posted by u/Gio_13 in r/Python
stackoverflow link: [https://stackoverflow.com/questions/55527426/pyomo-how-to-create-constraint-relaxation-rewrite-...
Posted by u/sriotti in r/Python
How am I able to pass queues or heaps from one thread to another?
Posted by u/samsepiol598 in r/Python
Posted by u/Vidyakant in r/Python
After many years og using matlab as a Biomechanical student with not much experience with programming in general I have a...
Posted by u/puslekat in r/Python
I'm trying to write a section of code in python 3.5 to correct a systematic error in some data I have. I used pandas to read...
Posted by u/Jasynwondering in r/Python
I'm looking for use cases as a BI Analyst who currently uses SQL and Tableau for reporting. I have knowledge of Python...
Posted by u/redditer01 in r/Python
Hi all, I am relatively new to python and programming as a whole. I am currently learning the fundamentals of pygame by...
Posted by u/NaCl_Audac1ty in r/Python
This is a very simple game im doing just for sake of learning. Ive done all this from memory and debugging. I have been...
Posted by u/jmcatena91 in r/Python
Posted by u/Gedanke in r/Python
Posted by u/skj8 in r/Python
I was wondering if there was documentation on which take precedence decorator or class inheritance? @Flow.register class A:...
Posted by u/Amphagory in r/Python
Hi r/python. I'm currently working on a pattern simulation game thing and i'm...
Posted by u/dylan15766 in r/Python
Hi,lovely group I have a couple of concerns about the connection between arduino and python, I want to take the current...
Posted by u/Hugo_ReyesMx in r/Python
Hey everyone! So after learning the basics of python with automating the boring stuff, I knew if I wanted to go further I had...
Posted by u/wonteatyourcat in r/Python
Code link: https://pastebin.com/AzdTPj8Q Failing Cases: sequence: [3, 5, 67, 98, 3] , [1,...
Posted by u/Dexteroid in r/Python
Posted by u/winner_godson in r/Python
Posted by u/jarvinos in r/Python
Posted by u/EliVexel in r/Python
Hello Everyone, A little background, I am a front-end developer(React) but my long term goal was always to go full stack as i...
Posted by u/RSpringer242 in r/Python
I am looking for a writer who has advanced knowledge of Python programming.. You will be writing for this website:...
Posted by u/iphone6plususer in r/Python
Posted by u/gabrielfelippe90 in r/Python
Posted by u/HydroPhobeFireMan in r/Python
Posted by u/Cran3kill in r/Python
Posted by u/Rogers911z in r/Python
Im watching bucky roberts' python tutorial series and i've been messing around with web crawling, but i've noticed that when...
Posted by u/DavidTheGreatMan in r/Python
If you ever wondered how Python handles some of its data structures :) ​...
Posted by u/sn1pr0s in r/Python
How can i do piecewise quadratic interpolationpolynomial reconstruction in numpy **with specifying the number of sample...
Posted by u/mike1111111111111 in r/Python
Feel free to use and abuse. #!/bin/bash ​ `# Script to simplify updating python virtualenv links after a python...
Posted by u/sniffles_snort in r/Python
Im using plt.imshow(image) to show my image (which is a np.array of 2 dimensions (its usually going to usually below 20x20))....
Posted by u/ThrowawayNabeel in r/Python
Posted by u/granddave in r/Python
So, I was trying to make a minesweeper game and I came across this weird behavior. What is it called? Is this a bug? Heres...
Posted by u/RhaeyX in r/Python
I am a MSc Finance student and I am currently rather heavily involved in Python through my University, my side job and...
Posted by u/Traditional_Yogurt in r/Python
What's some of the most creative stuff you have built with python?
Posted by u/datninjaseam in r/Python
Posted by u/okaydexter in r/Python
Hi! Thanks for reading this. I am relatively new to Python - only been using it for a few months. I know my way around, but I...
Posted by u/MrScarySkeltal in r/Python
I'm trying to encode a sha1 string into hex using hashlib in python3. I'm getting an attribute error. The program runs...
Posted by u/PrudentWish in r/Python
Posted by u/min2bro in r/Python
Hi all! I volunteer as a programming mentor for a First Robotics team (high school robotics competition). The number of...
Posted by u/zdog234 in r/Python
I am asking because I am not a programmer (I am network engineer) and I am mainly focused on getting the job done. For now I...
Posted by u/MineMe4Reddit in r/Python
Posted by u/dagdooe1729 in r/Python
And a second Saturday morning questions (they come to me around this time :-)) not sure why): how much of the documentation...
Posted by u/MineMe4Reddit in r/Python
Posted by u/sexyama in r/Python
Been working on this for a few days, it is an OK functioning web scraper and spider with Whitelist mode and Blacklist mode....
Posted by u/Restrictshun in r/Python
Posted by u/retrokhalifa95 in r/Python
Posted by u/eyssio in r/Python
I'll delete this as soon as I get the answer
Posted by u/bensolo12 in r/Python
Hello everyone! I'm kind of new to this community but I am enjoying it a lot. Anyways, I do have a question that's been...
Posted by u/Timocroy in r/Python
Posted by u/othercommercial in r/Python
Does anyone know how to edit a specific line of the console output that isn't necessarily the most recently printed one? I've...
Posted by u/Aculisme in r/Python
PEP-570 has been accepted. This introduces / as a marker to indicate that the...
Posted by u/stetio in r/Python
Posted by u/dolftax in r/Python
Posted by u/joetifa2003 in r/Python
What I’m trying to do is pretty simple to understand but not very easy to explain so I’ve uploaded this image to help...
Posted by u/linvmiami in r/Python
Hey guys, I already posted about this once last week,...
Posted by u/AWAS666 in r/Python
I would like python to print out the current CPU temps, I have been trying for ages, and nothing is working for me. Can...
Posted by u/MrHarryyyy in r/Python
I'm relatively new to Python3 and often times I get hits for Python2 on sites like stackoverflow when I do Google searches...
Posted by u/sosatisfyiyiying in r/Python
hamstall is a small Python program I wrote for Linux (and similar) operating systems, to manage programs that come in formats...
Posted by u/hammy3502 in r/Python
Posted by u/seonr in r/Python
Hello, Reddit! Project in mind: Make an affiliate Shop. Fast, secure, reliable that displays many products and if you click...
Posted by u/Acujl in r/Python
I just began learning Python as my first language in order to write a fairly simple program for a business I was doing web...
Posted by u/JesusDoesVegas in r/Python
Hi, I'm a beginner python programmer, and I'm interested in expanding/increasing my knowledge, whether is by collaborating...
Posted by u/dandanv23 in r/Python
Tl;Dr: List your favorite dev tools (primarily for Python) that you use today. ​ There's a massssive diversity of...
Posted by u/thewhitelynx in r/Python
I've been using python for a while, but I struggle to think of more ambitious projects, so most of my projects are very, very...
Posted by u/link_3007 in r/Python
I'm new to python and I was wondering if there was a built-in function that types out a string something like the print...
Posted by u/Mikelle16 in r/Python
As a beginner, I’ve watched a bunch of tutorials and have lately been trying some hands-on practice. However, I heard the...
Posted by u/heisedren in r/Python
Documentation seems increasingly rare these days (particularly among OSS). ​ An old trick I've used is to try to...
Posted by u/thewhitelynx in r/Python
Hey, So I've been programming in python for quite some time so I know the basics, the only problem is I don't find enough...
Posted by u/afro_coder in r/Python
Need help ! I tired using bs4 but couldn’t succeed.
Posted by u/nimesh0505 in r/Python
Posted by u/joetifa2003 in r/Python
Posted by u/btaskaya in r/Python
Thats it how do yo do it? I have been looking for tutorials but i dont understand how to do it ​
Posted by u/Hrafnsteinn in r/Python
I have encountered an error while downloading python 3.7.3: "Could not access network location _\." I have tried...
Posted by u/Sandj04 in r/Python
Posted by u/Pomoinytskyi in r/Python
Hi all. ​ I noticed last week multiple posts and reply threads about grabbing lyrics from songs playing on...
Posted by u/SekouD in r/Python
It would seem, why we need classes in Python without garbage collection support: isn't it safe? To clarify: we are talking...
Posted by u/szport in r/Python
Hi guys/gals, I want to dive into the world of machine learning. I was watching a few videos so I could get a full grasp as...
Posted by u/xyzabc123410000 in r/Python
Hello! I am new to python. I have the following assignment: The data consists of 4096 input features for each example. Each...
Posted by u/stark33per in r/Python
Hello, I am trying to convert the variable "hot" from a string to an integer. Adding int in from does not fix this. The goal...
Posted by u/uw20018 in r/Python
Why is this different? Why does intellij hate america? Currently if you run a python program (or a bash script, or anything)...
Posted by u/7c4f2bc63adadcda8ec7 in r/Python
Hi /r/Python I wanted to share a project that I have been working on and I'm hoping to find some fellow Pythonistas who might...
Posted by u/jsisto in r/Python
Posted by u/bensolo12 in r/Python
Posted by u/rohitpandey576 in r/Python
Posted by u/maxbridgland in r/Python
I am trying to get the aspect ratio and resolution of an image like this. Is there a...
Posted by u/SiliconRaven in r/Python
Hi, The question may not sound very related to python but I work mostly on python so I thought this community will be able to...
Posted by u/devdibyo in r/Python
So, i have a tiny python script: subprocess.check_call(["my_sh_script", argument]) I get error FileNotFoundError: [Errno 2]...
Posted by u/bumbumbambam in r/Python
main.pypp: from pypp import * #include <iostream> #include <vector> #pragma GCC optimize ("O3") #pragma GCC...
Posted by u/Burain in r/Python
Hey guy's! I worked on a project, which is about to go into production. It will be shipped with a SBC, python, a webserver...
Posted by u/v8Gasmann in r/Python
Does anyone know if the above is possible? Essentially, you would be cropping an area on your screen then get image search...
Posted by u/MegaByte-S in r/Python
What are folks thoughts on features that try to 'fix your code for you' like import-magic that attempts to import missing...
Posted by u/thewhitelynx in r/Python
Posted by u/mordonez_me in r/Python
This week's top r/Python posts have arrived!
Using python to map the traffic that came to my server after...
| 1715 upvotes | 79 comments | u/Gedanke | r/Python |
I made this figure in python as a masters student and it's...
| 999 upvotes | 80 comments | u/Applied_Mathematics | r/Python |
I wrote a Python package to do adaptive sampling of functions...
| 827 upvotes | 51 comments | u/basnijholt | r/Python |
A neural network is trained on images of space and then asked...
| 800 upvotes | 50 comments | u/professormunchies | r/Python |
If you ever start feeling bad about yourself remember that I...
| 604 upvotes | 101 comments | u/BlueDevilStats | r/Python |
Posted by u/prdniminakuro in r/Python
So I have a homework assignment due tonight and I'm not sure how to fix this problem. I'm making a Pig Latin translator and...
Posted by u/TheTrueTekno in r/Python
To be more spesific; you want to try a necklace/earring on your phone or pc, you take your face’s photos (left to right 90...
Posted by u/alpello in r/Python
Posted by u/rdy1107 in r/Python
Posted by u/JigglySpecials in r/Python
Posted by u/zirkoss in r/Python
I've covered some of the basics in python but still consider myself a novice with only a few weeks of python history and...
Posted by u/sulllz in r/Python
Hi all. So I had this idea in my head a month or so ago to write a BASH script to do a check across the file system for...
Posted by u/CBSmitty2010 in r/Python
Posted by u/Vidyakant in r/Python
Both of the py files are in the same project directory, yet when I import the "keys" file it says the import statement is...
Posted by u/high_occupation in r/Python
Posted by u/pylenin in r/Python
Posted by u/amusciano in r/Python
Posted by u/saif_sadiq in r/Python
I need to connect to mongo servers which on the different cluster from command line, sometimes I can't tell which one is what...
Posted by u/XiaoTan17 in r/Python
Posted by u/mfitzp in r/Python
Posted by u/thautwarm in r/Python
I have video and GPS data synchronized. Given two GPS points A and B, how to retrieve the video from position A to position B?
Posted by u/sriharsha_0806 in r/Python
Hello everyone ! What is a good django text editor? (i.e.: summernote)
Posted by u/aikon001 in r/Python
Posted by u/henrymbuguak in r/Python
For loops are inferior in every way to while loops. A while loop can do everything that a for loop can do and much, much...
Posted by u/DeadshotCanTwine in r/Python
So I am making a GUI, and part of that GUI I need radiobuttons. Since I have to have it so that there can only be one pressed...
Posted by u/aparoplayz in r/Python
Whether it's default dicts, enumerate, a way to combine functions really efficiency, or whatever, what's the best tiny trick...
Posted by u/SeanOTRS in r/Python
I want to teach my little sister, Python. I have searched through the web for a platform which is free, goes through all core...
Posted by u/invinciblycool in r/Python
Posted by u/Hena_Kabeer in r/Python
Posted by u/lollocat3 in r/Python
Posted by u/kankyo in r/Python
In the following code: >>> import re >>> print(re.sub(r'x', r'\n', 'x')) A newline is printed. I was...
Posted by u/johnbokma in r/Python
Posted by u/blarghmatey in r/Python
I've released a new version of Hypercorn, 0.6,...
Posted by u/stetio in r/Python
Create a module called "realprint" and wildcard import it in all programs. What does realprint contain? Only this one...
Posted by u/SeanOTRS in r/Python
Posted by u/deeptext in r/Python
Posted by u/adamt99 in r/Python
Posted by u/endlesstrax in r/Python
Hey guys, not looking for a solution but if someone can point me towards some documentation to where anyone has done the...
Posted by u/GerOnBears in r/Python
Posted by u/OrbitalCoding in r/Python
I should probably clarify that the question is not so much on Python itself but on the libraries (numpy, pandas, scipy etc)...
Posted by u/MonthyPythonista in r/Python
Hi, anyone knows about what the best options are for creating dashboards similar to:...
Posted by u/Bishonen_88 in r/Python
Hello! Over the past week I believe now, I have been working on this program to make a better YouTube subscriptions box...
Posted by u/Christopher876 in r/Python
Posted by u/elcric_krej in r/Python
Posted by u/Dreamercz in r/Python
Hi! I wanna know if it is possible to make injection and reflectio bots using python for some games such as Old School...
Posted by u/Angoyer in r/Python
I wrote a program which I intend to run multiple instances of (because I don't yet know how to use...
Posted by u/ElusiveTau in r/Python
Hello everyone. Noob in Python here. I'm having hella issues with pycharm and i've practically given up on the program...
Posted by u/leui in r/Python
Been trying for ages to import requests, but it says no module named requests. I've installed pip and successfully installed...
Posted by u/YeetusYourFetus in r/Python
Posted by u/johnbokma in r/Python
I read recently that having a python interpreter/compiler on your computer can become a vector for hackers to run malicious...
Posted by u/meme-by-design in r/Python
I'm working on a team that's going to set up a site to be used across multiple organizations. It's going to act as a...
Posted by u/rchapman2000 in r/Python
Posted by u/dirn in r/Python
Hello All, ​ I am currently working on my capstone project which is a miniature 4 axis robot using Adafruit's non...
Posted by u/rhfootball in r/Python
I am trying to learn best practices when using Flask and possibly Django, as they are so similar. My question follows. What...
Posted by u/its_joao in r/Python
I’m using csv module (csv.reader and csv.writer) on a 1.4 GB csv file and changing the header variable names to be consistent...
Posted by u/Master_Nedyah in r/Python
Hi, I wanted to inquire how can I look for remote python programming jobs. There is a subReddit by the name of r/remotepython...
Posted by u/cooler_booler in r/Python
Hey I learned python to get into programming, I really enjoyed the process and I'm thinking about to make this my carrer. So...
Posted by u/JosephCurvin in r/Python
If you're the one who wants to learn data science and just know python, you will soon realize that it's more than just...
Posted by u/b4kSec in r/Python
I have this, but I'm sure it sucks (check if string is in not in quotes, then puts in quotes): #stringWithQuotes = "" This...
Posted by u/malvin77 in r/Python
I am having trouble on something really basic I'm trying to define and then call upon a function but I'm getting a syntax...
Posted by u/kokokocho in r/Python
So im trying to write a script that brute forces every possible alpha character rotational cipher. But i would like to keep...
Posted by u/CyberBotKid in r/Python
Hey guys so my college (University of South Florida) recently cut the tutoring center funding, which put a lot of kids in...
Posted by u/Screadore in r/Python
So far, I've been using sublime text 3, and command prompt to check df outputs. What do you use when working with Pandas?
Posted by u/poyntings_theorem in r/Python
hey guys i have a question on a problem i am having. i am not sure on the answer to this question as i am still new to...
Posted by u/vital211 in r/Python
Hello, I am a beginner at python, and I am trying to make an all text RPG game in python with cmd, but I need to find a way...
Posted by u/Zoinkys in r/Python
Posted by u/Noctambulist in r/Python
Redditors, what is your proudest accomplishment in terms of python code. An especially difficult problem, a large project...
Posted by u/KaputTheNameSug in r/Python
Posted by u/Soupkitchen_in_Prius in r/Python
Hey all. I'm a noob. Now that that's outta the way, I've a question. I've googled and googled, to no avail, for an answer to...
Posted by u/CrazyJ83 in r/Python
AICPA demonstrates Python as an open source option to improve the audit process. The video was created and recorded by me......
Posted by u/dtizzlenizzle in r/Python
Does anybody know of any reporting tools that have been developed in Python? Specifically, what I'm looking for is either a)...
Posted by u/jlink7 in r/Python
You'll need to install PyNX on your switch to be able to run it, It's untested because I...
Posted by u/iamrifki in r/Python
So I'm stuck on the implementation of the tree, it is similar to K-ary tree but instead, there is no limitation on how many...
Posted by u/diablo_fester in r/Python
Posted by u/Usama9012 in r/Python
Hello everybody, pybrowser is an attempt to simplify browser automation designed keeping end user in mind. Here is an...
Posted by u/abranjith in r/Python
Hi folks! I am looking for suggestions on which GUI framework to use in Python. Specifically, I am lookin to build a CAD...
Posted by u/stryder4 in r/Python
Can someone help me piece this together rly quickly? an explanation would rly help https://i.redd.it/7vmidrewi6r21.png
Posted by u/dance-of-the-drgn in r/Python
Lets us consider an expression a = x + x + y + z + x + y + 2. How does SymPy automatically simplify the expression so as to...
Posted by u/AviatorSkywatcher in r/Python
Posted by u/AlanMelloron in r/Python
For someone like myself who has studied millions of starter packs in learning python. How do you step up a level and reach...
Posted by u/eksception in r/Python
Posted by u/matoas7 in r/Python
I am trying to run a source code on Python Anywhere, however, I was wondering if I could run it while closing my browser and...
Posted by u/amourito in r/Python
Posted by u/Olav3d in r/Python
I have a model Profile extending default User, with a field ImageField and I want to update that image via Form, how to do this?
Posted by u/aikon001 in r/Python
I made a CLI version of an application I have been working on. It is ready to go live, but I wanted to build a GUI for it so...
Posted by u/SiliconRaven in r/Python
"server error occurred. Please contact the administrator." I am getting this kinda error when I run python manage.py...
Posted by u/jarvinos in r/Python
I’m able to make live graphs but how do I make the points generate in the text file identity to be then read by funcanimation
Posted by u/InfernoCG in r/Python
**Is there an easy way, in pandas, to apply different aggregate functions to different columns, and renaming the newly...
Posted by u/MonthyPythonista in r/Python
I'm currently using tkinter for making GUI, but I want to make GUI look more better. Kindly suggest some videos, link or...
Posted by u/shashank50 in r/Python
After a long break I've Just released beta 7 of the Nimoy testing framework!...
Posted by u/beerdappel in r/Python
So this is what i want to run : square_func = lambda x : x**2 function_product =lambda F, m : lambda F(x)*m f=...
Posted by u/SwastikDas in r/Python
Posted by u/elmoiv in r/Python
In this article, we’ve built a simple yet powerful neural network by using the Keras python library. The complete source code...
Posted by u/Shilpa_Opencodez in r/Python
Posted by u/Shilpa_Opencodez in r/Python
I got this school project that Im working on in which I'm supposed to make the game Ludo in python with the help of tkinter...
Posted by u/omikroni in r/Python
Hey guys I'm new to this sub and looking for a bit of help. I'm trying to look into machine learning and artificial...
Posted by u/counterstrikefanboi in r/Python
Hi all, So for a project I am trying to create a container like object. I've been playing around with MatPlotLib and just...
Posted by u/BananaKebab in r/Python
Hi, as someone who has mostly worked with 2.x and is just now working with 3.7 I am wondering what is the recommended way or...
Posted by u/mexcatolico in r/Python
Hi all, ​ I am the author of the open source project mlconjug, a Python...
Posted by u/SekouD in r/Python
Tell /r/python what you're working on this week! You can be bragging, grousing, sharing your passion, or explaining your...
Posted by u/AutoModerator in r/Python
Can somebody please explain to me why that behaviour is wanted (python 3.5) ​ https://i.redd.it/kcei3i6vtur21.png
Posted by u/tsnnnn in r/Python
For the last two years I’ve been working on a website that scrapes data on classical Orchestra concerts in North America and...
Posted by u/httpgetmusic in r/Python
Posted by u/machinekoder in r/Python
Posted by u/AugmentedMode in r/Python