Posted by u/capitancambio in r/Python
1 messages ยท Page 12 of 1
I'm looking to build a small resource management application for a local business at some point and I'm wondering which...
Posted by u/Wavybone9 in r/Python
Posted by u/rochacbruno in r/Python
So I've been using python for over a year now and I made cool projects, mostly personal. I've heard about python being used...
Posted by u/TheActualGod301 in r/Python
I'm building a simple app with Flask, and i know using module-scope variables or global variable [aren't thread-...
Posted by u/aaveidt in r/Python
Hey all, I'm a total beginner. I downloaded Python 3.7.3 from https://www.python.org to my Windows 64-bit computer and see it...
Posted by u/Ryger9 in r/Python
Posted by u/can_dry in r/Python
Posted by u/lemariva in r/Python
The guide on matplotlib's website was super unhelpful as was the demo. I've been plotting with pyplot for a while now but am...
Posted by u/mediumchunky in r/Python
Posted by u/lemariva in r/Python
I have a 3million row dataset with zipcodes correctly inferred as objects, but when I export to_csv they are converted to...
Posted by u/chubaklava in r/Python
Posted by u/pupupeepee in r/Python
Posted by u/coltonoscopy in r/Python
So I'm making a program with some smaller programs within. Any body got any ideas? (its all text so no files, offline and no...
Posted by u/TruboChargedCanta in r/Python
Situation I have two csv datasets to index in an Elastic stack: 300k and 8M records with slightly different mappings of...
Posted by u/pythyn in r/Python
As you guys seemd to like it here is a new update of my askreddit bot, [last...
Posted by u/AWAS666 in r/Python
**"Find the Difference" game, how find the differences between two images in these kinds of games with time limitation within...
Posted by u/SaraeyGholamreza in r/Python
I'm creating a checkers AI using pytorch and reinforcement learning. I'm at a performance roadblock where the underlying game...
Posted by u/baskeyt in r/Python
Hi, I'm still learning but I want to know what jobs I can get by learning python. I heard you can become, a data scientist,...
Posted by u/Power___ in r/Python
Greetings, We offer Free programming courses with great experience, there is no catch, so what you see is what you get. Here...
Posted by u/realdevelopers in r/Python
Hi, so I am a very beginner at coding, Iโm starting with pythons and my first project is a program about music so I would...
Posted by u/Etorakk in r/Python
If it didn't make sense, here is a rundown of my code so far. while True: try: y= 10 x = int(input("Please enter a number:...
Posted by u/OneBeefyBoi999 in r/Python
I have yet another n00b question, I'm trying to achieve this: [1 1 1 1 1] [1 0 1 0 1] [1 1 1 1 1] [1 0 1 0 1] [1 1 1 1 1] For...
Posted by u/thefull9yards in r/Python
Posted by u/min2bro in r/Python
Trying to get this line of code to work: header: import matplotlib.pyplot as plt import timeit ​...
Posted by u/BornRedy in r/Python
I'm a beginner. I'm learning how to program computers, using this book: Introduction to Computing Using Python: An...
Posted by u/variable_name in r/Python
Install from pip >pip install keyword2cmdline Import into your awesome script >from keyword2cmdline import command...
Posted by u/vikas-dhiman in r/Python
I am curios what others are using and why? So far I have been using CentOS, because it is the default (mandatory) one in my...
Posted by u/MrMo1 in r/Python
Hi all. I posted this on the heroku subreddit but figured someone here might be able to help, my apologies if this is...
Posted by u/qubi in r/Python
Hi. I'm learning python, and while I'm using Atom/VSCodium at the moment, Atom is a bit too heavy for me, and I'm looking for...
Posted by u/doesnotcompute1990 in r/Python
Getting an error I have no clue how to fix autohotkey client.command() # Nukes all members async def robo(ctx): guild =...
Posted by u/CheezeNibletz in r/Python
Posted by u/Ashutoshkv in r/Python
Hello, does anyone have any book recommendations for learning scientific programming? I've automated the very little I could...
Posted by u/40pockets in r/Python
Greetings, We offer Free programming courses with great experience, there is no catch, so what you see is what you get. Here...
Posted by u/realdevelopers in r/Python
Posted by u/bixitz in r/Python
Posted by u/bemmu in r/Python
If you have a list of variables, which all begin with the same set of letters but have a different number at the end, i.e...
Posted by u/Horror_Enthusiast_ in r/Python
Just a question, it is possible to compile python for linux for ARM, X86, MIPS etc ?? Yes I know this is not recommended, my...
Posted by u/StillPackage in r/Python
Hey guys, I'm struggling to find a good example or best practice to create an elegant way for update/create mutations for...
Posted by u/MarkoPoli in r/Python
When I write random strings in Pycharm, the font is always very blocky i guess you could say. And I want it to be a very...
Posted by u/merryweb in r/Python
https://pypi.org/project/gconf/ It is a very small package, just 330 LoC, including tests....
Posted by u/max_tee in r/Python
You can get a lazy man's version control and backup by syncing the folder your script is in with Gdrive. Google Docs has a...
Posted by u/roidie in r/Python
Hi all, Iโve been using python at a low level for a few months at this point. Mostly to pull data from a db and put it into...
Posted by u/datadoing in r/Python
Does anyone know a good Python TTS module that does the ff: * could save output as MP3 * has different voice choices (my plan...
Posted by u/bananakiu in r/Python
I recently started Udacity's Full Stack Foundations course which included sqlalchemy and a vagrant virtual environment....
Posted by u/HummelsM in r/Python
Posted by u/Synchronizing in r/Python
Posted by u/atreadw in r/Python
I have an assignment at school and itโs due in a week. Anybody that can do it please answer. Thank you
Posted by u/patparra02 in r/Python
​ https://i.redd.it/0evivhihg2s21.png
Posted by u/dominic_l in r/Python
Posted by u/saruque in r/Python
Posted by u/ZeroMaxinumXZ in r/Python
Hi everyone, ​ Does anyone know of courses/books/tutorials that teach Python at a professional level? Most...
Posted by u/crossfiyaaaa in r/Python
Google python style guide explicitly adds a "Todo" section for docstrings. But often my Todos detail changes in...
Posted by u/CSMSLab in r/Python
Part 1 - Intro [Part 2 - the...
Posted by u/dor2727 in r/Python
Hey guys, I am just learning python and I have a question about writing an expression. I am trying to replace a word in...
Posted by u/vhriscega in r/Python
Have you ever wondered why certain parts of the application are more enjoyable to implement, while working on the other parts...
Posted by u/gergelyk in r/Python
I'm learning how to use github still. Here is a python module I made with useful...
Posted by u/zperk13 in r/Python
I am working on my first ever coding project and decided to jump right into python. I've made it nearly to the end of the...
Posted by u/Giovanni_ in r/Python
Hi all, Not sure if this is a Python specific question, but it would be nice to find a Python solution as I am most...
Posted by u/z0ltan_x in r/Python
Iโm new to programming and wanted to know if there are any open-source python projects that could help me learn python...
Posted by u/kotoamatsukami_97 in r/Python
Posted by u/eyeofpython in r/Python
I enjoy the obscure hobby of solo tabletop RPGs. I use a lot of tables and roll physical dice to play out adventures. I would...
Posted by u/lstewart4 in r/Python
Posted by u/PalVaradiNagy in r/Python
I'm trying to use Numpy within an embedded Python distribution by following the official docs....
Posted by u/michaellaw_ in r/Python
I made a python tool (which uses selenium and chromedriver) that takes in a phrase to translate and an array of language...
Posted by u/bluepandadev in r/Python
Pretty much the title. I wanted to start going through black hat python but I don't want to spend a ton of time setting up...
Posted by u/LordHaphestus in r/Python
I had been working on a project to give more depth to a YouTube playlist by allowing other media such as documents and sites...
Posted by u/jengaoriginal in r/Python
Easiest way to combine images and audio together to create slideshow video ? All audio's (mp3) are in a folder All images in...
Posted by u/pointless-ai in r/Python
Posted by u/min2bro in r/Python
Posted by u/vienno in r/Python
I am beginner. I may be wrong . ​ * "else if" is more readable than "elif " * function name should not be...
Posted by u/AhmedNazir333 in r/Python
How do you assign all of the real numbers or integers to a variable? I think it should work like this by logic, but it...
Posted by u/Glacial_cry in r/Python
Python is the second most popular language for AWS Lambda. [https://thenewstack.io/what-aws-lambdas-performance-stats-...
Posted by u/nshapira in r/Python
Posted by u/hvrc23 in r/Python
Hi - I have some code and a DB deployed in AWS. The laptop I work on is Windows-based, with PyCharm as the IDE, and I'm using...
Posted by u/cjb230 in r/Python
Posted by u/hvrc23 in r/Python
Posted by u/restapiexample in r/Python
I am a little confused how to use an older version of PIP on windows. ​ I have Python 3.7.2 installed, but I am...
Posted by u/RealCoolGal in r/Python
Hello r/Python, I have the following code: import pyautogui from pynput.keyboard import * start_key = Key.f8 I would...
Posted by u/Frag187 in r/Python
Hi, my name is David. me and my team are working hard this training camp on the sports we do. this is inline skating. this...
Posted by u/Skater1066 in r/Python
Hello World! Haven't used python in a while so I thought I would make a mini program that could help display stocks. I want a...
Posted by u/PrestigiousPope in r/Python
Posted by u/cactusdaddy in r/Python
I'm fairly new to python and writing hotkeys in general. I've written the script and I run it in the shell. The shell opens...
Posted by u/bsayles12 in r/Python
I was just wondering if anyone has been able to collect output from a PS4 controller or any other as it is playing a game and...
Posted by u/jamesdacombe in r/Python
Link to video I have been working on some automated video creations of askreddit posts for...
Posted by u/AWAS666 in r/Python
Hello, ​ I am trying to select the search button on ebay's main site:...
Posted by u/rwcg2d in r/Python
Hello everyone, I'm a Data Scientist and a Developer, recently my company has started investing heavily on several forex and...
Posted by u/hichemobscure in r/Python
I tend to write test alongside development of code in snippets, to help my workflow I've made a git inspired CLI tool to...
Posted by u/mm11wils in r/Python
I am trying to use ofxclient to programmatically download my transaction history. In order to set it up, I have to verify my...
Posted by u/Wootsorz in r/Python
So, I'm here as a webdesigner. Yea, that sucks for this sub. Never was my intention as I love big data and tourrism, but,...
Posted by u/Hars2 in r/Python
I hear frequently that pickling shouldnt be used if it can be avoided because it is a security risk, but noone ever explains...
Posted by u/pythonic_nonsense in r/Python
Currently, I am using Dataquest (member) and Udacity's free courses, though I would like to learn more with other online...
Posted by u/Zuricho in r/Python
Hello everyone! Does anyone any sources for applied hydrology P ython code? Such as for flow net, soil infiltration or water...
Posted by u/Reynolds_rock in r/Python
Trying to serialize some functions in jupyter notebook using either dill or cloud with python 3 running on windows 10. The...
Posted by u/Wootsorz in r/Python
This week's top r/Python posts have arrived!
Just Found the Best Python Book...Cover
| 1384 upvotes | 89 comments | u/domenukk | r/Python |
They use python to produce black hole image
3 years ago MIT grad student Katie Bouman led the creation of a new algorithm to produce the first-ever image of a black...
| 991 upvotes | 101 comments | u/internweb | r/Python |
Python and robotics
| 924 upvotes | 42 comments | u/starcrATI | r/Python |
Python programmers of reddit: what's the most useful tiny...
Whether it's default dicts, enumerate, a way to combine functions really efficiently, or whatever, what's the best tiny trick...
| 781 upvotes | 575 comments | u/SeanOTRS | r/Python |
Created a webapp that displays the bond-line structure of any...
| 700 upvotes | 35 comments | u/hvrc23 | r/Python |
This week's top r/Python posts have arrived!
Just Found the Best Python Book...Cover
| 1384 upvotes | 89 comments | u/domenukk | r/Python |
They use python to produce black hole image
3 years ago MIT grad student Katie Bouman led the creation of a new algorithm to produce the first-ever image of a black...
| 993 upvotes | 101 comments | u/internweb | r/Python |
Python and robotics
| 920 upvotes | 42 comments | u/starcrATI | r/Python |
Python programmers of reddit: what's the most useful tiny...
Whether it's default dicts, enumerate, a way to combine functions really efficiently, or whatever, what's the best tiny trick...
| 776 upvotes | 575 comments | u/SeanOTRS | r/Python |
Created a webapp that displays the bond-line structure of any...
| 696 upvotes | 35 comments | u/hvrc23 | r/Python |
This week's top r/Python posts have arrived!
Just Found the Best Python Book...Cover
| 1384 upvotes | 89 comments | u/domenukk | r/Python |
They use python to produce black hole image
3 years ago MIT grad student Katie Bouman led the creation of a new algorithm to produce the first-ever image of a black...
| 988 upvotes | 101 comments | u/internweb | r/Python |
Python and robotics
| 923 upvotes | 42 comments | u/starcrATI | r/Python |
Python programmers of reddit: what's the most useful tiny...
Whether it's default dicts, enumerate, a way to combine functions really efficiently, or whatever, what's the best tiny trick...
| 781 upvotes | 575 comments | u/SeanOTRS | r/Python |
Created a webapp that displays the bond-line structure of any...
| 694 upvotes | 35 comments | u/hvrc23 | r/Python |
This week's top r/Python posts have arrived!
Just Found the Best Python Book...Cover
| 1381 upvotes | 89 comments | u/domenukk | r/Python |
They use python to produce black hole image
3 years ago MIT grad student Katie Bouman led the creation of a new algorithm to produce the first-ever image of a black...
| 994 upvotes | 101 comments | u/internweb | r/Python |
Python and robotics
| 920 upvotes | 42 comments | u/starcrATI | r/Python |
Python programmers of reddit: what's the most useful tiny...
Whether it's default dicts, enumerate, a way to combine functions really efficiently, or whatever, what's the best tiny trick...
| 777 upvotes | 575 comments | u/SeanOTRS | r/Python |
Created a webapp that displays the bond-line structure of any...
| 702 upvotes | 35 comments | u/hvrc23 | r/Python |
Posted by u/Agent_ANAKIN in r/Python
Posted by u/VCubingX in r/Python
I was trying to scrape the data from this website https://techolution.app.param.ai/jobs/ where the doc's were defined as...
Posted by u/_makaveli_10 in r/Python
I was trying to scrape the data from this website https://techolution.app.param.ai/jobs/ where the div's were defined as...
Posted by u/_makaveli_10 in r/Python
I've just finished a python project that actually has some immediate use to me! It's really just a simple a web scraper that...
Posted by u/TheSpicyMememan in r/Python
Checkout the python library - pyhtrie for keyword indexing and fast pattern matching https://pypi.org/project/pyhtrie/
Posted by u/aronsajan in r/Python
Hello! I need your help, please! I am going to teach a basic intro to PyGame "class" this week. I would like to follow a...
Posted by u/SuspiciousElderberry in r/Python
I have hundreds or thousands of private keys from my old corrupt btc wallets. It has I think thousands of hex private keys...
Posted by u/suhel29 in r/Python
Hello all. I have an assignment , in which the first step is to load a *.tab file into a python dictionary. The tab file...
Posted by u/Voodleshoodlell in r/Python
Posted by u/kz0302 in r/Python
It's not much and code is ugly but could be useful to others....
Posted by u/pantuts in r/Python
I have been doing a small scale project involving speech recognition, image to speech and typing with voice in python (...
Posted by u/YALAMARTHI97 in r/Python
Posted by u/retrokhalifa95 in r/Python
Posted by u/Ratlifford in r/Python
Posted by u/code_x_7777 in r/Python
Maybe you know the following situation: you have a jupyter notebook for <whatever>. Then you want see the same analysis...
Posted by u/KnorrFG in r/Python
I am running a jupyter notebook using my uni computer using this technique -...
Posted by u/istugglewithranddata in r/Python
Which modules and libraries should I get? I already have Anaconda package and a simple IDE called Thonny, and I don't know if...
Posted by u/cafuneandchill in r/Python
Hi, I am new to python, and very new to regex. I want to parse an sql file to a csv file, and I thought that regex would help...
Posted by u/jcoder42 in r/Python
Hello everyone! I would like to build a stock screener using real time data in python! ​ Can anyone tell me if...
Posted by u/Roy_Volt in r/Python
Hey so I basically want to find out when the music starts and when it stops and so in order to that I need to find sudden...
Posted by u/shachar1000 in r/Python
I have the following code: import random print(random.randint(1, 10)) When I execute it, I get the following error: TypeError...
Posted by u/steadiron in r/Python
Posted by u/bbugyi200 in r/Python
Posted by u/Jackhammer_YOUTUBE in r/Python
Hey, I wrote the first post of a series about High-Performance Computing with Python. The first post is about Profiling, aka...
Posted by u/antoniomdk in r/Python
Many newbie developers find it hard to migrate Wagtail site content, so I wrote a blog which can help. In this Wagtail...
Posted by u/Michaelyin in r/Python
Posted by u/EvoNext in r/Python
Posted by u/PinkLittlePig in r/Python
I wrote a blog post today about Dependency Inversion. The post is...
Posted by u/seddonym in r/Python
Posted by u/blinka_friendlysnake in r/Python
Hi all, trying to figure out why my program wont use my inputs from tkinter later on in my program import numpy as np import...
Posted by u/Operationrepulse in r/Python
Posted by u/endlesstrax in r/Python
Just stumbled across this today and I was ashamed I never heard of it. Basically you can make a class, point fire to it and...
Posted by u/FlukyS in r/Python
I have been trying to learn Python for a machine learning class where we have to use it, and while I can figure out the...
Posted by u/newEnglander17 in r/Python
Posted by u/tech2077 in r/Python
Posted by u/Agent_Phantom in r/Python
Posted by u/leonelcamara in r/Python
​ [(terminal emulator pictured is Cool Retro Term [https://github.com/Swordfish90/cool-retro-...
Posted by u/cSquaerd in r/Python
I'm having a hard time figuring out a way to share an Asyncio's Queue across loops. Basically, I would like to execute a code...
Posted by u/8Clouds in r/Python
i am in desperate need of project ideas! so far i have made a stopwatch, a program that opens all my social media, and a...
Posted by u/Stoplight25 in r/Python
I just installed arcade, but i cant import it into pycharm. How do i do it?
Posted by u/Jakobzen in r/Python
I have no idea what I'm doing and I've borrowed/written this code: import itertools `combin = itertools.combinations(["Word...
Posted by u/Other_Animal in r/Python
Any advice for a CS student thatโs having trouble learning Python?
Posted by u/SodaDad1 in r/Python
Hello! I've created an instagram for my online business, and I would like to find a program that allows me to delete inactive...
Posted by u/pandagirl917 in r/Python
Has anyone used Sanic framework for developing Python microservices in Docker containers in a production enterprise...
Posted by u/tyc6 in r/Python
Hey I have made a python script with google sheets ' api but it return me an error when I want to know if the ligne is in the...
Posted by u/HOIElonMusk in r/Python
Hi, I am trying to make a bot in Python for fun utilizing selenium and the requests module. I have run into of trying to...
Posted by u/sacimson in r/Python
I was wondering if anyone has see a good repo in GitHub which stitches text documents together. In my cases, I have an OCR...
Posted by u/Amphagory in r/Python
Hello!! i'm looking for any recommendations for a VPS to host a flask app that will be only used by 1 user a day. Bandwith,...
Posted by u/iamk1ng in r/Python
I want to read a large text file in and then use numba operations on it (and do this in parallel using prange). Does anyone...
Posted by u/rajicon17 in r/Python
I'm super lazy. Is there a neat app/script somewhere that turns a pretty simple...
Posted by u/squarepushercheese in r/Python
Posted by u/Hywan in r/Python
Hi guys, First and foremost, Iโm sorry if this post does not belong here, Iโm new to this community. After reading the rules...
Posted by u/PARRONDO35 in r/Python
Posted by u/brendanmcd96 in r/Python
Here's a neat Python script to get any website's Amazon Alexa ranking. It also grabs all countries available for a given...
Posted by u/rootVIII in r/Python
Posted by u/rowdyllama in r/Python
I have a set of numpy matrices which represent the weights of my neural net, I would really like to plot them somehow into a...
Posted by u/SavageSavant in r/Python
Posted by u/jfishersolutions in r/Python
I need to compute the crc64 checksum of some strings, and have the checksum match that created by the crc64 function in the...
Posted by u/mooglinux in r/Python
OS: Windows 10 Today when I tried to install new packages it gave an error saying "Permission denied". I didn't get it...
Posted by u/zephyr_33 in r/Python
Because of conflicting files and lack of admin access, I am not able to install Anaconda in my PC.
Posted by u/zephyr_33 in r/Python
PyCM version 2.0 released http://www.pycm.ir...
Posted by u/sepandhaghighi in r/Python
Hello, I was wondering if anyone knew how to scrape instagram comments. Ive looked around the web and cant seem to find any...
Posted by u/Mcfoyt in r/Python
I need to make a car dashboard with velocimeter and a car infront to simulate Cruise Control System. What is the best way to...
Posted by u/octergon in r/Python
Posted by u/ItsColdInNorway in r/Python
Posted by u/shizzyy67 in r/Python
Posted by u/Anubhav-Singh in r/Python
Posted by u/Sanctuss_LV in r/Python
Hey guys! Need your help! I figured out a little about how to choose the most appropriate voices, but now I can't save the...
Posted by u/TinaWard in r/Python
So I got asked by someone if I could help teach autistic kids programming. The only problem I don't know much myself so I'll...
Posted by u/quickhakker in r/Python
Hello everyone. I am doing some little benchmarks with loops on python's data structures and I would like to know if python...
Posted by u/glacialwind in r/Python
Posted by u/matoas7 in r/Python
table = soup.find("table", { "id" : "LeaderBoard1_dg1_ctl00" }) #print(table) batters = [] for table_row in...
Posted by u/charlieexcel in r/Python
Hi friends, ​ Does anyone know how to install lightgbm library. It constantly gives me an issue reason: image not...
Posted by u/falamu in r/Python
Posted by u/blarghmatey 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
Hey all, I'm trying to install 64-bit Python 3.7.3 on my laptop running Windows 10 Home under C:\Python37 as advised by...
Posted by u/TtrBlck1001 in r/Python
Posted by u/AlanMelloron in r/Python
Hi, I am brand new to Python and am really intrigued by the language and I am very eager to learn it. My background is simply...
Posted by u/rhhh12 in r/Python
Posted by u/gsilva49 in r/Python
Posted by u/liranbh in r/Python
Posted by u/Applied_Mathematics in r/Python
MacOS, trying to install mysqlclient from https://pypi.org/project/mysqlclient/....
Posted by u/jimmythenewsmith in r/Python
Posted by u/gostewpid in r/Python
I plan to do a large project involving facial recognition (it will likely combine multiple face-rec methods to do...
Posted by u/hogsta1 in r/Python
Posted by u/prdmagnet in r/Python
Hello everyone! I've written a Twitter bot framework called Chirps which retweets and favourites tweets having a certain set...
Posted by u/schedutron in r/Python
Posted by u/ExternalUserError in r/Python
I am currently a student in a software engineering class and for the next few weeks my team will be working on creating a...
Posted by u/TheCrunchyJello in r/Python
Posted by u/Ceiphr in r/Python
Hi, why Jupyter (both lab and notebook) is lagging once notebook becomes long enough, even though activity monitor shows no...
Posted by u/Dimadgo in r/Python
Everyone will probably say PyCharm but sadly I am a student but I live outside US so, no to PyCharm. Need something free...
Posted by u/Deddodad in r/Python
Posted by u/malthesch in r/Python
So I am a computer science major but Iโve just started the degree. My past CS class was this past summer and it was only my...
Posted by u/viva_la_vixie in r/Python
I am from Brazil, and I am trying to learn python programming. So I am doing an online course from a university, but they...
Posted by u/Tynoful in r/Python
Posted by u/FrederickOllinger in r/Python
I've been using DejaVuMono but it messed up when e (exponent) appears in the equation. It just displays a box instead of e....
Posted by u/footwear4 in r/Python
I'm refactoring a small to medium-sized python codebase at work. I know variants of this question have been asked in the...
Posted by u/croznugs in r/Python
What free APIs do you guys use for historical weather data?
Posted by u/distortd6 in r/Python
Posted by u/PrometheusXavier in r/Python
I'm working on a project where I need to ensure that given a string, it gets hashed into the same integer every time. In some...
Posted by u/MistakesNeededMaking in r/Python
Hi, I have an animated plot I'm trying to save and was going to use imageio to do that. But I can't figure out how to save...
Posted by u/FramedDig50 in r/Python
I m not sure if PytHon is a right tool for this, but Is there a way to build an inventory tracking database using R and...
Posted by u/acemachine123 in r/Python
Has anybody worked with the django rest framework and know a good IDE or text editor that can autocomplete and maybe even...
Posted by u/mrich6347 in r/Python
Basic Cheat Sheet for Python: PDF, Markdown and Jupyter Notebook. [Python CheatSheet](https://github.com/wilfredinni/python-...
Posted by u/wilfredinni in r/Python
Hi all, I've been happy with Mint for quite a while, but recently I've been attempting to experiment with Python3 and virtual...
Posted by u/Chas420 in r/Python
Hello everyone, Does anyone have experience with running a script through Excelโs VBA? Iโm running python through windows...
Posted by u/Entr00py134 in r/Python
A question I see come up a lot is "Why did you start learning to program?" or some variant thereof. Here is an example of why...
Posted by u/TorroesPrime in r/Python
Checkout package, its full documentation, tests and examples at [https://github.com/trco/django-bootstrap-modal-...
Posted by u/UrosTrstenjak in r/Python
Posted by u/Akanksha1111 in r/Python
Everyone has a doubt on which language does a data scientist use. The data scientists use many languages such as R, Python,...
Posted by u/bettershape1 in r/Python
I asked in an earlier post if there was a way to access Twitter's api to get tweets from the Pyportal. Well, not the easiest...
Posted by u/00101100BendertheRob in r/Python
Posted by u/bettershape1 in r/Python
Posted by u/x89k in r/Python
Posted by u/bhuwanb in r/Python
Hello everyone, A few days back, I created VidGear - A lightweight python...
Posted by u/abhi_uno in r/Python
Posted by u/subhamroy021 in r/Python
Posted by u/meherett in r/Python
A friend and I are working on a project for some months now called pytlas. pytlas...
Posted by u/Yuukan in r/Python
Posted by u/anubhavsingh2709 in r/Python
If for example I want to know how much a person from my contacts spends on WhatsApp without stalking him 24/7 and being in...
Posted by u/MeladYounis in r/Python
Hey, Firstly, sorry for the slightly clickbait tittle. I am mechatronics engineer who decided to get more into programming....
Posted by u/kubu444 in r/Python
Posted by u/juditoledo in r/Python
Is there a tool that can chart certain keywords in titles and body of news articles online? e.g in the past 24hrs/ month etc....
Posted by u/Samkio in r/Python
I wrote a short intro on how to build a very simple system for monitoring servers. First part, Python ans psutil. [DIY System...
Posted by u/tiarno in r/Python
I have a dataset consisting of patients and their **equidistant** visits and I have labeled the presence of a disease in...
Posted by u/nyquist_karma in r/Python
Posted by u/timlee126 in r/Python
Posted by u/boss_scarbos in r/Python
Posted by u/bhavesh91 in r/Python
Can anyone suggest me where should i start to learn django. I have been learning django from youtube and after few concept it...
Posted by u/gitarthak in r/Python
I'm not quite sure how to word this, so bare with me! I am primarily a JS/Node developer, with a background in PHP - I have...
Posted by u/mattcollins84 in r/Python
I'm 28 years old. Last year in August I decided to just do it and learn to code. I've been always been intimidated of it, yet...
Posted by u/Qdr-91 in r/Python
Posted by u/coltonoscopy in r/Python
I have been working through several tutorials trying to learn Python. The last tutorial I worked through was creating an API...
Posted by u/jbparrish17 in r/Python
The new version 0.7 of click-web generates a more polished web interface as well as...
Posted by u/WarOink in r/Python
I have been working through several tutorials trying to learn Python. The last tutorial I worked through was creating an API...
Posted by u/jbparrish17 in r/Python
Hey, I'm relatively new to programming and am working on a...kind of school project where i have to parse a text document. I...
Posted by u/Wupp_Wupp in r/Python
Posted by u/j_orshman in r/Python
Posted by u/iximiuz in r/Python
I would love any feedback on making the code any better. A video explanation/overview of the code can be found...
Posted by u/Original-Copy in r/Python
Posted by u/dallascoders in r/Python
Hey guys, I have made @idontlikebot, this Twitter bot tells everyday what he doesn't...
Posted by u/HOIElonMusk in r/Python
Iโm trying to write a function that will read emails with in my inbox, run them against the criteria, and flag them if they...
Posted by u/JohnKelley72 in r/Python
Posted by u/adamb0m in r/Python
Hi guys, a week or two ago I made a [post about web...
Posted by u/straightcode10 in r/Python
Posted by u/6UpsideDownTrees in r/Python
a = input("type stuff") b = len(a) while b <=7: gives a error saying it cant handle as string or int while b <=7.0:...
Posted by u/dsorrells96 in r/Python
Today, we are thrilled to announce the launch of our [Learn Hardware Programming with...
Posted by u/sonnynomnom in r/Python
Posted by u/j_orshman in r/Python
tl;dr: made a web scraper that obeys robots.txt fles...
Posted by u/zperk13 in r/Python
Hello everyone, I don't know if its allowed here, but I have a task, that I have no idea how to do, so I would hope any of...
Posted by u/AnnMarch in r/Python
I was looking at learning Python about a year ago but got busy. Within the last 4 months i was learning Swift. Something...
Posted by u/HeadlineINeed in r/Python
Are there any cool events during pycon 2019? networking, sponsored events, etc..
Posted by u/staymappy in r/Python
I mean I canโt find any syntax examples or git repos for python version 1 or 0? Searching the archives I came across a...
Posted by u/Mohkale77 in r/Python
Posted by u/Nidsan in r/Python
Let say there isn't a module out there that deals with...Skype. ​ How do you begin to create a module in Python to...
Posted by u/darcMadder in r/Python
Hello, Am new to OOPs concepts and I need to design a model in real world example of Banking. My question is how to design a...
Posted by u/g4usat in r/Python
Hi, I'm very new to python, having recently started a networking course that uses it for socket programming. For one of the...
Posted by u/Jagrofes in r/Python
Posted by u/iKnowSearchEngines in r/Python
Posted by u/qadenza in r/Python
Posted by u/davidemoro in r/Python
Posted by u/gitarthak in r/Python
Posted by u/VCubingX in r/Python
Posted by u/Din0_m8 in r/Python
Posted by u/Din0_m8 in r/Python
How can I get the date and time from my timezone when I have my computers date and time offset?
Posted by u/LICCMAPP in r/Python
Hey everyone, I browsed the sub, stackoverflow and whatever I saw related but with no luck, so its time for a post. I'm...
Posted by u/Jaybird_s in r/Python
I need some advice on a small to medium size project I can undertake to get myself a bit more comfortable with the python...
Posted by u/EON199 in r/Python
Posted by u/rockyearth in r/Python
Hello guys, I'd like to ask what means L in values of packets received using Scapy. For example ###[ Ethernet ]### `dst=...
Posted by u/halfdeadpie in r/Python
Posted by u/B6III5 in r/Python
Posted by u/sscherfke in r/Python
Posted by u/atreadw in r/Python
Working on a university assignment where I have to make a space quiz. Other than getting the questions to randomly generate,...
Posted by u/TheWolvenOne in r/Python
Posted by u/Fewthp in r/Python
I recently made a post asking how to convert my project ( 5 different .py files into an exe ) The link if u want...
Posted by u/YALAMARTHI97 in r/Python
Posted by u/boss_scarbos in r/Python
Posted by u/yhaviv in r/Python
Hello, this is fun, but extremely difficult project, I would like to have food planner that plans the perfect diet for 10...
Posted by u/AGI_69 in r/Python
So I was wondering if the most popular musics had a thing in common with the golden ratio. It seems that indeed, a lot of...
Posted by u/Extraltodeus in r/Python
Posted by u/rob_mat in r/Python
Namespace packages initially made sense to me. Leave an...
Posted by u/mRWafflesFTW in r/Python
Posted by u/treyhunner in r/Python
Traceback (most recent call last): File "/Users/screadore/Desktop/stock_screener.py", line 2, in <module> import...
Posted by u/Screadore in r/Python
Like the title says: I'm not a python programmer myself, I'm a motion designer who learned (and learned to love) using...
Posted by u/wonteatyourcat in r/Python
Posted by u/coltonoscopy in r/Python
Posted by u/prince_arb in r/Python
Is there any software that can record what we do and translate those action into python?
Posted by u/Anon_3300 in r/Python
Posted by u/jlrobins_ssc in r/Python
Hello guys, I had 1 year of programming in C# during my undergraduate degree. I covered concepts like lists, loops, classes,...
Posted by u/green-tea55 in r/Python
Posted by u/pbericcc in r/Python
from random import randint player_wins = 0 computer_wins = 0 winning_score = 3 while player_wins < winning_score and...
Posted by u/ThankTheBusDriver in r/Python
Posted by u/lopespm in r/Python
​ dnaInput = input("Please input a DNA sequence: ") dnaInput = dnaInput.upper() ​ ​...
Posted by u/Ben31600 in r/Python
Is there any way to execute a python script every time something happens on your computer? Specifically, I am trying to...
Posted by u/Qwertfart in r/Python
Posted by u/professormunchies in r/Python
I want to create this app, with a gui and everything and have android devices be able to run it, but I dont know how to go...
Posted by u/PixelNuggets in r/Python
How to add a virtual Environment to VSCode, update dependencies and integrate Flake8, Black and Pytest with the editor....
Posted by u/wilfredinni in r/Python
Posted by u/professormunchies in r/Python
Posted by u/normalism in r/Python
Hi Peeps, I have written a small blog on logging using meta classes and singleton classes....
Posted by u/serene_spark in r/Python
Posted by u/pinprogram in r/Python
Hi, ​ I've been getting into this online Boggle game recently, and decided to build a program which would...
Posted by u/_Gus in r/Python
Hi. We, the students of IIIT Lucknow, have created a facebook group on which we will be sharing latest articles related to...
Posted by u/dojutsu-user in r/Python
I'm trying to find a way to find the differences among multiple strings. So far, I've found difflib's Differ.compare()...
Posted by u/Octosaurus in r/Python
Hello to all and sorry if this does not belong in here. I am trying to learn Python and invested $10 on my iPhone and am...
Posted by u/LgnHR in r/Python
There are so many choices out there for hosting python code in the cloud! Anyone got a recommendation or a story to share?...
Posted by u/marcus_aurelius_53 in r/Python
Hi! I use PyCharm, VSCode and Atom in my daily programming... I see some problems in each of them, so can't decide which one...
Posted by u/KoStard in r/Python
Hi. I work on an internet less server to do business analysis using Jupyter to execute python scripts. Iโm not a python...
Posted by u/MistBornDragon in r/Python
Hello, After about 14 years graduating from College, I decided to learn something that I wanted but was just too lazy to do....
Posted by u/bbmaniac17 in r/Python
Hello everyone, I'm new to python. I have recently found the great Vscode and I have never been happier ever since! It...
Posted by u/MasterSama in r/Python
I'm fairly new to Python and currently I'm trying to figure out how to set collision so when one sprite touches a second...
Posted by u/DapperDunut in r/Python
I closed eyes for problems with relative import since I often use flask, and when it comes to flask run command, everything...
Posted by u/IDCh in r/Python
Posted by u/WyattFerguson in r/Python
Posted by u/pmz in r/Python
Hello, ​ I recently read the book a byte of python and tried out some code, but it behaved kinda wierd. The...
Posted by u/nTro314 in r/Python
I first started learning Python a year ago. Python helped me understand OOP in my early days and that's the language I used...
Posted by u/UntouchedDruid4 in r/Python
It doesnโt matter what I enter. It could be a simple print(โhiโ) or gibberish. It says โprocess finished with exit code 0โ...
Posted by u/Longship2 in r/Python
Hello all, ​ I am very new to Python and don't have a ton of programming experience (I work with SQL day-to-day)....
Posted by u/NoJudgies in r/Python
It's only 60 lines of code and supports every operating system if you install ffmpeg right. I feel like I cheated several...
Posted by u/RagePotato in r/Python
How difficult would it be to write a python script that opened 4-5 exe files, resized and repositioned them ? Thank You and...
Posted by u/YungAnthem in r/Python
I'm creating an OSS build tool for Data Scientists/Engineers working in Python. You can structure your pipeline, track...
Posted by u/gsvigruha in r/Python
file.readlines()[line] doesnโt work inside of a loop, I get IndexError. Any help?
Posted by u/migel210 in r/Python
I have a class 'A' from some_module import create class A: def __init(self, x,y): self._somthing = create(x,y) def...
Posted by u/kc_kamakazi in r/Python
Ive been struggling for a couple hours finding an efficient way to do this. I know practically nothing about the panda...
Posted by u/PigMannSweg in r/Python
Posted by u/Shapkofil in r/Python
Hello, this is my homework assignment: ## "Objectives: * Use a Python Dictionary * Write a simple algorithm that solves a...
Posted by u/ashlicat in r/Python
Hi, I just created Rapidmail: https://github.com/chris104957/rapidmail Rapidmail...
Posted by u/chris140957 in r/Python
Hi Guys, Just a quick question, is Tkinter already installed in Python 3.6.1? Or how else can I program a GUI application for...
Posted by u/RedditUser099910 in r/Python
Hey Python Django Developers, ​ I want to know from you experts that Implementing of SEO Title, Description and...
Posted by u/exploredatapro in r/Python
I have a background script that tracks my open windows over the course of the day. Up until now I ran it from the Console...
Posted by u/auesthesthicc in r/Python
Posted by u/Jackhammer_YOUTUBE in r/Python
I would like to create a simple game with pygame, be it a 2D objective-based game with the character moving around a map to...
Posted by u/tonylee3k in r/Python
Had need of a way to update a DuckDNS dynamic domain IP that was; a) completely separate from anything already running and b)...
Posted by u/lwhitworth in r/Python
I have very little experience with coding so please excuse my ignorance. This code below uses the same png icon for all list...
Posted by u/jimmisavage in r/Python
Posted by u/Agent_ANAKIN in r/Python
Posted by u/dm03514 in r/Python
Hey guys, just created a tutorial video that describes the basics of creating graphical user interfaces (GUI) in Python by...
Posted by u/emolinare in r/Python
So for a side project I am working on for school I was using Pyglet. It was frustrating me somewhat and so I started looking...
Posted by u/ZB0I in r/Python
Hello everyone. in my application i upload an image after that i parse the receipt content like date , sum ... now i want to...
Posted by u/achmoda11 in r/Python
Every time I say something to the bot, it will say "The time is [Current time here]". Why, and how can I fix it?...
Posted by u/heimerdawg in r/Python
This will probably be very basic as I'm not very good at python, but what I'm trying to do is run: (grep -r "word"...
Posted by u/danthecismalescum in r/Python
Posted by u/danhab99 in r/Python
Posted by u/BravoTeam127 in r/Python
I am trying to convert a string to an integer. I want to be able to say that 'a = 35' or '! = 324' in the code so that I can...
Posted by u/EaTtHEeGgPLaNt_ in r/Python
I am new to programming and while I have been learning python for a bit, this two are the first libraries I've used. I have...
Posted by u/Blackhawk135 in r/Python
I've been making one in vanilla python just to learn some stuff, but now I think I'm ready to take things a bit further (And...
Posted by u/Privateaccount84 in r/Python
Posted by u/RED-TED in r/Python
Posted by u/slapmeat in r/Python
Posted by u/gitarthak in r/Python
​ https://reddit.com/link/bif0hl/video/9vv0hpl142v21/player ​ Here is the source code for this project...
Posted by u/ZyanCarl in r/Python
Posted by u/ZyanCarl in r/Python
file = open("testfile.txt","w") class personal_info: fname = 'undefined' lname = 'undefined' mname = 'undefined' age = 0...
Posted by u/freddiehoudini in r/Python
Posted by u/Cran3kill in r/Python
How can i simplify this code, and also write the data to separate lines? Thanks https://i.redd.it/vt5bnbisl2v21.png
Posted by u/freddiehoudini in r/Python
PySimpleGUIWeb, the version of PySimpleGUI that runs in a browser, is up an running on Android using the Termux app. With...
Posted by u/MikeTheWatchGuy in r/Python
I'm currently in year 12 and have been asked to decide what I'm going to do for my Alevel project which I will need to start...
Posted by u/kjblems in r/Python
I'm trying to create a track of a map where there is a ground track and also a line showing drone height above the GPS ground...
Posted by u/toothless_budgie in r/Python
This week's top r/Python posts have arrived!
What a journey python had
| 988 upvotes | 110 comments | u/gregpr07 | r/Python |
I made a Desktop Application to displays the bond-line...
| 908 upvotes | 111 comments | u/ZyanCarl | r/Python |
PySnooper: Never use print for debugging again
| 781 upvotes | 162 comments | u/cool-RR | r/Python |
Cool open source game I found written in Python. Reminds me...
| 583 upvotes | 51 comments | u/jhayes88 | r/Python |
I created a audio visualiser with matplotlib
| 561 upvotes | 54 comments | u/raaaaaveNN | r/Python |
New machine learning student here, so suggestions are accepted! I made this project where I used socioeconomic indicators to...
Posted by u/MatheusRibeiro7 in r/Python
I'm in a python class as a complete beginner, and having almost finished a homework assignment, I have realized that my code...
Posted by u/DaltotronDX in r/Python
Posted by u/NotesFromADystopia in r/Python
A lot of you know what this is and does, but this can't be expressed enough how great this can be. Especially for those that...
Posted by u/jhayes88 in r/Python
Hello! I recently made a program because I needed to get a friend's profile picture, but I couldn't find any software or...
Posted by u/mmarket_01 in r/Python
Hi everyone, I've found that doing basic things with databases in Python isn't as easy as it could be, despite powerful tools...
Posted by u/Harlekuin in r/Python
I'm making a social media software for a school project and I want to be able to store a users "friends" like Facebook. I am...
Posted by u/tman5400 in r/Python
Does anyone know what the best program for beginners in python
Posted by u/Grove345 in r/Python
Posted by u/the__real__rorschach in r/Python
​ [Webber Made in Python - Web Browser | First Python...
Posted by u/popeyetyty in r/Python
Check out the flask web-application I made [https://price-finder-sample.herokuapp.com/](https://price-finder-...
Posted by u/the__real__rorschach in r/Python
Posted by u/sankarsp in r/Python
Posted by u/siscia in r/Python
Well i really couldnt write thank you to evreyone but all those who motivated me a big thanks! I am beginner so i would love...
Posted by u/Jackhammer_YOUTUBE in r/Python
Well i really couldnt write thank you to evreyone but all those who motivated me a big thanks! I am beginner so i would love...
Posted by u/Jackhammer_YOUTUBE in r/Python
Posted by u/amusciano in r/Python
Hello, I would like to make the Quake-like engine. Tell me please, which of python modules it needs to make my game engine?
Posted by u/uradasi4t0 in r/Python
Hey guys, So i just started programming an Api request for openweathermap.org and practically copied it of a YouTube...
Posted by u/FluffyCookie1107 in r/Python
From where can I have some get started python projects? I'm a new learner. Need to improve my skills
Posted by u/minamulhaq in r/Python
Hey all r/Python , I'm looking to build a web app where my clients can see their Facebook and Instagram insights on current...
Posted by u/jakesheets in r/Python
I have one C++ and one Python process, both writing to a shared file (not NFS). Would these atomic mkdirs be a...
Posted by u/O136 in r/Python
Posted by u/rushter_ in r/Python
Posted by u/blarghmatey in r/Python
Posted by u/subhamroy021 in r/Python
Posted by u/RagePotato in r/Python
Posted by u/Vidyakant in r/Python
Hi everyone, I'm currently trying to plot some data in a scatter plot with matplotlib in Python3 and as you can see, the...
Posted by u/juliandwain in r/Python
Hello everybody, has anyone here used pyvips library before? It's a wrapper python lib for libvips (image processing...
Posted by u/alexxozo in r/Python
I have a computer which, for security reasons, I can't connect to the internet. I can, however, use the internet on another...
Posted by u/mintunxd in r/Python
Have a list in google keep which has a list of bands I like to listen - they're hard to find on Spotify and have to listen to...
Posted by u/diggels in r/Python
Posted by u/pupupeepee in r/Python
Posted by u/coltonoscopy in r/Python
Posted by u/Slendermode in r/Python
Posted by u/lothiraldan in r/Python
#Exercise from learn Python the hard way. from sys import argv # read the WYSS section for how to run this script, first,...
Posted by u/Power___ in r/Python
Posted by u/Antrikshy in r/Python
I am a student who is recently learning about python and this is 1 of my assignment, after my pathetic attempt i couldn't...
Posted by u/Space_Boiii in r/Python
Posted by u/mohi7solanki in r/Python
Posted by u/lmcaraig in r/Python
I am reading "Data Science from Scratch, 2nd Edition" (it's out on Safari Online but hasn't officially been published). The...
Posted by u/emilepetrone in r/Python
Posted by u/bhavesh91 in r/Python
t= [ [ null, "i-07adc20bcaa296c47", "2019-02-05T18:04:56.000Z" ], [ null, "i-080210aebba6b7049",...
Posted by u/asquare412000 in r/Python
I'm working on a simple python code for my CT class but i've got one problem. It's a quiz for capitals of the fifty United...
Posted by u/natepeels in r/Python
Hi, anyone up for pair programming in python with the goal to learn and also create something useful like a basic trading...
Posted by u/vikashkodati in r/Python
Posted by u/marekbrze in r/Python
For history I had a game project and wrote it in python. It's not very good as it was one of my first projects, but I figured...
Posted by u/Krobix897 in r/Python
Hi, I have a final project for my beginning python class, but I regret taking this class and have other classes I need to...
Posted by u/throwthisawayLA in r/Python
I am using VS code. In the screenshot below, you can see that a few lines of code do not have any coloring to them. E.g. the...
Posted by u/BasedPedeBrah in r/Python
Posted by u/Nekomusha in r/Python
Posted by u/shadowsniper017 in r/Python
Short story: end of year exam this week, got to see the brief today and nothing worked have had to learn python in 3 weeks...
Posted by u/LewisSevyn in r/Python
I have a friend who is just getting started with Python, and we are looking for a project for him to get his feet wet. Any...
Posted by u/NomeAleatorio in r/Python
Posted by u/akhilanandbv003 in r/Python
How do I check if two type annotations are "equivalent"? Ex. I expected List[T] to be "equivalent" to Sequence[T], but doing...
Posted by u/broken_symlink in r/Python
Posted by u/Zuuken in r/Python
Posted by u/JohnMcPineapple in r/Python
Hey PyFolks. I've been coding a few years now, mostly in Java for Uni. It was computer science, not so much development. I've...
Posted by u/TBartimus09 in r/Python
hey guys i seem to be having issues with the site learnpython.org. all the interactive learning...
Posted by u/DownTown416 in r/Python
Posted by u/poonddetatte in r/Python
Posted by u/poonddetatte in r/Python
Posted by u/reddevilit7 in r/Python
Posted by u/gitarthak in r/Python
I have this code that creates julia set fractals. I want the image to be displayed in the gui window instead of just being...
Posted by u/Metaperceptual in r/Python
Posted by u/kooky-nolar in r/Python
For example, are they isomorphic in some sense?
Posted by u/abdullah71 in r/Python
Dear all, ​ Currently I have a long list of indexed pd.Series that I was trying to convert to a data frame....
Posted by u/nothingveryserious in r/Python
The tradeoff: Jupyter Notebooks are great for visual output. You can immediately see your output and save it for later. You...
Posted by u/kite_and_code in r/Python
Hello everyone! I've just started learning Python 3, coming from C++. I'm not even that experienced in C++ (highschool...
Posted by u/UnexpectedSemicolon in r/Python
Posted by u/pylenin in r/Python
I have added many new features to the DataFrame recently. The most noteworthy is multithreading feature....
Posted by u/hmoein in r/Python
Basically title. How do I go about doing this? Right now, I'm copying data from unformatted workbook to a formated template...
Posted by u/importanterthanyou in r/Python
I am unable to re-install to anaconda/minconda. Menus fail to create. I've been grappling with this issue for quite a while....
Posted by u/zephyr_33 in r/Python
Posted by u/bobishardcore in r/Python
Hi all, ​ I have an interview for an NQT teaching job in England tomorrow, and they've asked me to teach a...
Posted by u/ThydeUK in r/Python
Posted by u/iflameinstitute in r/Python
Hello r/python. I am a grad student doing molecular cancer research. I have run into a bit of a challenge in my project with...
Posted by u/OrthoSpineNerd 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/NotesFromADystopia in r/Python
Posted by u/juliandwain in r/Python
Posted by u/Falcon2133 in r/Python
Posted by u/atomlib_com in r/Python
Hey, I have 22GB of .json files of tweets. And I want to load them to SQLite database because Pandas DataFrame is too slow to...
Posted by u/ZergTCH in r/Python
hello everyone, I'm using flask to create a website, but how I start programming; will I start programming login...
Posted by u/Shlopynoobnoob in r/Python
Posted by u/rootuser_ in r/Python
Posted by u/ronmarti in r/Python
Posted by u/mblayman in r/Python
Posted by u/coltonoscopy in r/Python
Can anyone help me with my python homework? It's a very simple program, just having trouble with it
Posted by u/Rifaeatk in r/Python
Hi All, I am hoping that one of you can help me with extracting text from a string (which is a list of all the Gmail Labels...
Posted by u/PakistaniAmerican in r/Python
Posted by u/jayanam in r/Python
Posted by u/PLANET058950352 in r/Python
Hi, I am trying to use regular expressions to convert a query into tokens . I have a bunch of queries in a file with each...
Posted by u/chakz91 in r/Python
Can someone explain the sub-process module to me. I read the docs, I still don't understand it.
Posted by u/Bdukester10 in r/Python
One technique that I've used pretty frequently when trying to debug things or gather metrics in other languages is to log a...
Posted by u/broken_symlink in r/Python
Posted by u/antaloaalonso in r/Python
Posted by u/popeyetyty in r/Python
Posted by u/bnjmrtn in r/Python
Posted by u/Forfunckle in r/Python
Hi all, ​ I am currently working on a project that has multiple classes in a file (we're talking on the order of...
Posted by u/craigmaloney in r/Python
Posted by u/DavidLandup in r/Python
Hello All, ​ I'm getting the JSONDecodeError and UnicodeEncodeError error when i try to run the below code. I am...
Posted by u/stramzik in r/Python
I have a question about running a script by clicking on the icon with #!/usr/bin/env python3.7. When I double click on the...
Posted by u/flamethrower20 in r/Python
Posted by u/Mighty_Ghost_Hack in r/Python
Posted by u/jsalsman in r/Python
Posted by u/f1yblkguy in r/Python
I am working on the Iris dataset and need to split the dataset into equal sizes for each of the three different flower types....
Posted by u/BubblyResponsibility in r/Python
Posted by u/LordCommanderMay in r/Python
Iโve been stuck on trying to do collision in Python for an hour now. Nothing seems to work and I donโt know why. I only have...
Posted by u/InventedAcorn in r/Python
I'm writing excel files for some automation with xlsxwriter and need to center text. However, while the documentation...
Posted by u/0kool74 in r/Python
Posted by u/GenilsonDosTrombone in r/Python
Posted by u/pylenin in r/Python
Posted by u/Vidyakant in r/Python
Explanation here: [https://www.lieben.nu/liebensraum/2019/04/uploading-a-file-to-onedrive-for-business-with-...
Posted by u/liebensraum in r/Python
Can someone please in the simplest of terms define what a for loop is and the actual uses of it as well as the uses of nested...
Posted by u/OmerRaheel in r/Python
Posted by u/dinosaur-dan in r/Python
Posted by u/abhi_uno in r/Python
Hi this is my first try with python I just made a script that lists elasticsearch indices in AWS ( actually logstash indices...
Posted by u/keko00 in r/Python
Blog Summary: Using Redis and Python for rate limiting [https://blog.easyaspy.org/post/11/2019-05-01-rate-limiting-with-...
Posted by u/ronmarti in r/Python
Posted by u/self in r/Python
I have recently started working in a consulting firm and I have 0 (Zero) experience of MS office but I am Ok-ish at Python. I...
Posted by u/_BonBon_ in r/Python
Posted by u/wraithM17 in r/Python
n=2019 suma = 0 mult = 1 while n > 0: suma = suma + n % 10 mult = mult * (n % 10) n = n // 10 print('Sum of digits =',...
Posted by u/faqzero in r/Python
Posted by u/ronmarti in r/Python
Please critique ​ from statistics import mean from math import sqrt ​ `def...
Posted by u/_kernel-panic_ in r/Python
Posted by u/ishmandoo in r/Python
Posted by u/chirothespearow in r/Python
Posted by u/real_trizzaye in r/Python
Posted by u/weakN0 in r/Python
Some time ago I saw the following question posed as a puzzle: In the standard module 'collections' we have the class...
Posted by u/JBotzReboot in r/Python
Posted by u/kindnesd99 in r/Python
So when the computer is in sleep, does the sleep timer continue to count?
Posted by u/auesthesthicc in r/Python
Hello, I am trying to figure out why my simple linear regression function is not returning the correct function. Any help...
Posted by u/_kernel-panic_ in r/Python
okay, i have 2 ultrasonic sensors, if the right conditions are met (left sensor detects something within 20-30cm away and the...
Posted by u/jordanpgb in r/Python
Mark Sweep Algorithm for python users. Canโt get my head around how to use python to implement a simple mark sweep algorithm
Posted by u/bikram248 in r/Python
Huge shout out to the Camelot devs, this package immensely saved me hours of time by being able to extract tables in crystal...
Posted by u/lastwizzle in r/Python
Posted by u/sonamdargay in r/Python
Posted by u/alcalde in r/Python
Best way to extract transaction info from bank pdf file? I have a closed account and the bank said they could only print the...
Posted by u/mrschmiklz in r/Python
## STARTING CONSTANTS ## end = False import random milesleft = 2000 month = 3 day = 1 food = 500 health = 5 **def...
Posted by u/courtad123 in r/Python
What are the differences between pygame and pyglet? Iโm kind of a beginner so which one is easier? And how do I make graphics...
Posted by u/Mcbett in r/Python
My colleague and I have now pretty much finished our Twitch betting bot and we are currently testing it on Rocket League. If...
Posted by u/GiantJellyStudios in r/Python
Posted by u/akhilanandbv003 in r/Python
Posted by u/Ares2254 in r/Python
Posted by u/brendanmcd96 in r/Python
I am trying to set up the following formula: Profit = Price (day2) - Price (day1) + Dividend I have a table of information...
Posted by u/rwcg2d in r/Python
We consider testing our Microservice environment using mostly 'component testing' where we approach the entire Microservice...
Posted by u/yonatannn in r/Python
I'm a total beginner but want to generate my own GAN sequences where the image shifts and morphs similar to this:...
Posted by u/meaty_too_mathy in r/Python
Posted by u/xMikee in r/Python
Posted by u/DrugsAreFriends in r/Python
I have a group project for one of my classes. We're trying to use chebyshev polynomials to wave shape and then play the new...
Posted by u/42Towelie in r/Python
Hello hello. Iโm in the beginnings of trying to build a website with flask. Iโve never used any HTML or CSS. Does anyone have...
Posted by u/Nicodemus34 in r/Python
Posted by u/aadesousa in r/Python
I thought this was a cool tutorial using Python and OpenCV to try to detect Parkinson's using patient drawings....
Posted by u/atreadw in r/Python
In a couple weeks I will be starting a Programming Fundamentals class. Itโs using Python, but not a python class. So whatever...
Posted by u/squishiebutt2020 in r/Python
I'd like to find a way to dump all my firewall's routes in a database and have a lookup tool tell me where I can find a...
Posted by u/Cekuro in r/Python
Hello, ​ I create new datagram protocol and try to delivery message on 192.168.0.255 (is...
Posted by u/vit1251 in r/Python
I'm trying to make an index of the programming book I use for learning python. Any suggestions? Sorry this is vague, but I'm...
Posted by u/memes4daeyz in r/Python
I have a strange problem I was hoping to get your thoughts on. I have a ~1500 line script I'm trying to speed up, and I...
Posted by u/SweetTheory in r/Python
Posted by u/sayaos in r/Python
Posted by u/CharlesPolley in r/Python
HI, Is there any simple way to change my VBA codes and userform into Python code? and create an executable file out of it?
Posted by u/prashants985 in r/Python
I figured I got the call from the hiring team due to my degree in Industrial Engineering and I have quite an okay experience...
Posted by u/Stiggy_771 in r/Python
I wrote a couple of libraries that might be useful to know about, mostly in the networking / home automation / infrastructure...
Posted by u/smurfix in r/Python
So far it seems I have made another discovery that would allow me to remove both Conan and Cargo files from my experimental...
Posted by u/asquidfarts in r/Python
Posted by u/ixJax in r/Python
Posted by u/rez_045 in r/Python
Hello, I'd like to read some recommendations on how to get started with a project like described in the title. I lack...
Posted by u/audricd in r/Python
Posted by u/mydevskills in r/Python
Need help on textract package . Cant find the complete documentation any where.Any other alternatives to this is also fine
Posted by u/Saizou1991 in r/Python
Posted by u/mikkelbue in r/Python
What are the main libraries used in Python a beginner should know about?
Posted by u/Pantaloon_Goon in r/Python
Posted by u/codingwarrior123456 in r/Python
Hi all, Yesterday I was working on a little thing in Python, kind of like a storyteller program, that printed out the story...
Posted by u/lifedavud in r/Python
Posted by u/xor_or in r/Python
Posted by u/Jackhammer_YOUTUBE in r/Python
Iโm working on a project and I need some advice on which module I should use. The current situation is Iโm using selenium and...
Posted by u/kingdomruler1 in r/Python
Posted by u/christag in r/Python
Posted by u/silkydangler in r/Python
I feel like the fact that outdated Python 2 docs continue to show up in the top spots for search results for Google is a...
Posted by u/mattmc3 in r/Python
Does anyone have any insight into the online tests given as an early step in the job application and screening process? I...
Posted by u/data-j in r/Python
Posted by u/DroidX64 in r/Python
As we all know, Python 2.7 will no longer be maintained after January 2020. I am working on an application in Python 2.7 for...
Posted by u/roundballsquarebox24 in r/Python
Posted by u/brendanmcd96 in r/Python
I have a script that runs 24/7 and runs a function every morning. The function essentially just reads a timetable, executes...
Posted by u/abluecrate in r/Python
Hi! I'm trying to make an online game with Python and Pygame and I already created a small game that works on my computer but...
Posted by u/1889023okdoesitwork in r/Python
Hi I have a flask application that just acts as an API for the java end. This application runs sql queries heavily to get...
Posted by u/anuj-dev in r/Python
Posted by u/Jackhammer_YOUTUBE in r/Python
Hi, I am a super beginner at coding, and for a class project we have to make text adventure game. As part of my game, the...
Posted by u/waking_dream96 in r/Python
Hello everyone! My friend and I have created a platform, written in python, which will simplify usage of bitcoin! We were...
Posted by u/MrNaif2019 in r/Python
I made a simple account simulator with python as my first python project. I have only learned 3 hrs of python(3hrs/6hrs of...
Posted by u/flyingkhulio in r/Python
Hello, First off, I apologize for the Python2 usage, this question is motivated by a project I need to do for one of my...
Posted by u/cheeseisakindof in r/Python
Posted by u/jeromymanuel in r/Python
Is there a general rule of thumb about the number of web workers one should use for a Flask-based website? Perhaps compared...
Posted by u/id0ntwantt0telly0u in r/Python
Python is a powerful and flexible programming language used by millions of developers around the world to build their...
Posted by u/ScaleGrid_DBaaS in r/Python
Hello! For a while now I have a simple bash alias when I want to start a new Python project. Basically, it starts a pipenv...
Posted by u/fbidu in r/Python
"Well, you have to install requests..." I have... So what's the next most obvious thing? As a relative noob, I know some of...
Posted by u/MNsharks9 in r/Python
Posted by u/fazletanjil in r/Python
I have this list a=[1,2,3,4,5] I wan shuffle it with a function [3,5,1,4,2] And call the function again to rearrange it
Posted by u/abdalla_97 in r/Python
Hello, I just started coding in python, are there any volunteers who would be interested in calling on any social network and...
Posted by u/lableni in r/Python
Posted by u/ahmedoy in r/Python
Posted by u/matuzalemmuller in r/Python
Posted by u/makaimc in r/Python
from tkinter import* HEIGHT = 500 WIDTH = 800 window = Tk() window.title('Bubble invaders 1') c = Canvas(window, width=WIDTH,...
Posted by u/Retroflip in r/Python
Posted by u/DavidLandup in r/Python
Posted by u/lukeslab in r/Python
Hello, I'm using Python for a one time project only (as a part of a math project), therefore I don't want to spend hours...
Posted by u/lawlaw65 in r/Python
Posted by u/silkydangler in r/Python
I've applied to a coding bootcamp without any prior knowledge of any type of language. I've been requested to do a hackerrank...
Posted by u/MartianManhuntr in r/Python
Posted by u/silkydangler in r/Python
If anyone cares, I wrote this thing to display Turing Patterns and de BZ reaction on the terminal with ASCII art. I looking...
Posted by u/_neumann_lucas_ in r/Python
Hey all, I am looking to get some help selecting a python book. I have no python knowledge, outside of seeing code snippets...
Posted by u/thebeatmakingbeard in r/Python
Hey y'all I've been learning Python for the past few months and I've managed to get a good grip on its fundamentals and...
Posted by u/Zahken- in r/Python
"Could not find a version that satisfies the requirement pandas (from versions: ) No matching distribution found." What could...
Posted by u/MegaMind24 in r/Python
Can anyone help me on my python project? [Program should include a function, english_morse(d, uncoded), that reads a message...
Posted by u/Ocreo in r/Python
This is my first program ever. ​ I've working on a voting program for my high school and there's an admin panel...
Posted by u/TotallyNotInUse in r/Python
I've tried doing multiple commands on cmd line, but none have worked. And I've tried to use the easy_setup.py file, but I...
Posted by u/BilboSR24 in r/Python
Posted by u/sajaljain_syd in r/Python
Posted by u/AlanMelloron in r/Python
Hello there, I have just completed my first official python class at my university. I have some questions though. My...
Posted by u/ibubbaa in r/Python
Posted by u/sonamdargay in r/Python
Hello. I am 27 year old male no college degree currently working as a (not really sure what my title is) writing custom SQL...
Posted by u/roninshadow in r/Python
I'm interested in stripping the s3 credentials from image tags within a block of text that is represented as a string. For...
Posted by u/django_noob in r/Python
i suck at coding but i wanna have something that if given a text file of usernames and passwords, will go through and log...
Posted by u/thejuggababy in r/Python
Hi, I want to send one DM to all my twitter followers using Tweepy. Is that ok with respect to Twitter rules? Or can they...
Posted by u/mwon in r/Python
Posted by u/Schehate in r/Python
Posted by u/WebDevInfo in r/Python
Posted by u/yrajsm in r/Python
Hi folks, sorry for any bad formatting as Iโm on mobile. Iโm new to the python game and could use a little help. Iโve got 3...
Posted by u/throwuti in r/Python
Hi Iโm 25yo living in nyc working construction . I make low 6 figures now but at the end of the day my back ,knees , and neck...
Posted by u/joeanthony93 in r/Python
Posted by u/parthbari in r/Python
Hi, I need a python mentor. I just started to learn Python yesterday. Would anyone want to mentor me?
Posted by u/rippaduece in r/Python
So I just started learning python to make a script for this android game I'm playing on an emulator on my Windows 10 PC. I'm...
Posted by u/hs1406 in r/Python
Posted by u/OppositeMidnight in r/Python
Generator of images with pixelwise segment labels. Mostly numpy, scipy and skimage. I plan to train a neural net for...
Posted by u/rju83 in r/Python
Hi folks I have a job interview in 2 weeks' time for a software development role, and part of the interview is to show off...
Posted by u/rjs5 in r/Python
I have basic self-taught python knowledge, but more formal education would really help me get through HR stuff at work to get...
Posted by u/roboraptor3000 in r/Python
Posted by u/ikokkari in r/Python
Posted by u/TravisJungroth in r/Python
Posted by u/thebuffed in r/Python
Posted by u/Forfunckle in r/Python
Hey I was wondering if anyone has a guide on best practices for structuring a GraphQL API in FastAPI. Thanks.
Posted by u/ElllGeeEmm in r/Python
This course has been taken by 1 million people. Designed to help people with no prior exposure to computer science or...
Posted by u/edxsocial in r/Python
Posted by u/sourcedexter in r/Python
Hello everyone, quick mandatory apology for formatting as I am on mobile. I'm currently learning python in school (Computer...
Posted by u/IAmBlaZing in r/Python
Posted by u/LeNerdNextDoor in r/Python
I am really interested in learning Python and I was wondering if anyone has experience with the CodeAcademy course. It is a...
Posted by u/wiizardyherbert in r/Python
Posted by u/k_erm1t in r/Python
I have a podcast and our episodes are about an hour long. What I want to build is a script that will take an audio file and...
Posted by u/Sherlocked_ in r/Python
Posted by u/ngovanhuong94 in r/Python
So I am an electrical engineer, pretty well established in my career within the electric power industry. My background with...
Posted by u/roundballsquarebox24 in r/Python
There's endless OSS or otherwise free tooling out there and many successful projects and companies are built entirely or...
Posted by u/thewhitelynx in r/Python
i have been working on this the past week and would love suggestions [https://github.com/python-cplusplus-java/meme-bot-for-...
Posted by u/gerardgarvey5345668 in r/Python
Posted by u/NehZio in r/Python
Gigantum is a browser-based, open-source data science platform that combines a work environment with a collaboration and...
Posted by u/meg297 in r/Python
So, I'm looking on how to learn to code in Python and then I thought? What would it be the fastest and mostra efficient way...
Posted by u/DougAkio in r/Python
I am brand new to programming. Never done it in my life and plan on making games. How do u learn it?
Posted by u/Jamoozoo in r/Python
Posted by u/sepandhaghighi in r/Python
This is a small utility I wrote for myself to reduce boilerplate in Flask APIs and am sharing with the community.
Posted by u/Slayj in r/Python
Lately I've been trying to find new things to add to my knowledge base with Python, and figure out where there are gaps I am...
Posted by u/__zero_or_one__ in r/Python
I wanted to try something new so I downloaded PyCharm to see how it compares to all the free python IDEs out there like...
Posted by u/dillmon in r/Python
Hey, I wrote a little app that lets twitch chat play super Mario Bros in python. Come and take a look! -...
Posted by u/GiantJellyStudios in r/Python
Posted by u/zeroexposure1 in r/Python
It's rather easy to find such themes for Sublime text 3 but I can barely find anything for Pycharm. I feel like I'm missing...
Posted by u/InfantryBro in r/Python
As some of you may know, Splunk is probably one of the best platforms for gaining real-time intelligence from data. I wrote a...
Posted by u/emolinare in r/Python
This might sound like a self-promotion, but I want to share these animations from my personal library "panim". I couldn't...
Posted by u/paradox44 in r/Python
import numpy as np import matplotlib.pyplot as plt from sklearn import linear_model from sklearn import datasets diabetes =...
Posted by u/sahiluno in r/Python
Python data types Hi, Today we will learn about python data types. First of all, we should know about what is data type....
Posted by u/daspurnendu in r/Python
I'm 26 and trying to turn my life around. I have some disabilities that have limited my productiveness in the past, and am...
Posted by u/Privateaccount84 in r/Python
Its weekend and time to learn some machine learning. I have listed some of my Python Machine Learning videos below and I hope...
Posted by u/SquareTechAcademy in r/Python
Posted by u/ljvmiranda in r/Python
Posted by u/ljvmiranda in r/Python
Posted by u/asuagar in r/Python
Hello, i am a fairly new programmer and i have a slight problem. I am trying to put text into a Tkinter window but i have no...
Posted by u/VIUndeadVI in r/Python
For my first data challenge I'm trying to clean the data. I first started looking at the data types with df.dtypes , Some...
Posted by u/pokerslam556 in r/Python
Looking for some advice. So the chaps at work (Java guys new to Python) have written a class to wrap around a boto3 s3 client...
Posted by u/GlobeTrottingWeasels in r/Python
Posted by u/rochacbruno in r/Python
Hi, is it possible to make a script for example if i see some question in youtube video comment and i want to know when...
Posted by u/EdwardNihal in r/Python
Does anyone happen to know where I can find a json (or any other format) of the 2019 schedule...
Posted by u/Gubbbo in r/Python
I'd like to spread the word about /r/compmathneuro, a subreddit dedicated to computational and mathematical neuroscience,...
Posted by u/P4TR10T_TR41T0R in r/Python
How to use: Enter the password to guess. (Any characters in the 255 ASCII alphabet Specify debug level: โขY - Will print...
Posted by u/ixJax in r/Python
Posted by u/obstbraende in r/Python
Hi, I've started learning python and wanted to know what's the best way to learn. Are there any tutorials and books that can...
Posted by u/95moss in r/Python
I am trying to make a little project involving sms messages. It is really small(like 20 messages a day) so I donโt need any...
Posted by u/Corn_11 in r/Python
Need some help here please. I have a list with 100 names, i want to print out the first 10, then wait for 10 sec and then...
Posted by u/rjconnor in r/Python
About a week ago version 0.33.0 of m2crypto was released on PyPI. However there's no...
Posted by u/EllipticCake in r/Python
Hey. I am a junior developer. I have been working with Django for many years, and every time I create something using a...
Posted by u/ThreadShakur in r/Python
Posted by u/BUSfromRUS in r/Python
I just started a new job and I have quickly become the "automation guy". There have only been a couple of projects so far,...
Posted by u/Creedcow in r/Python
This script checks the trending repos and it will automatically open an issue to the Chinese language repos requesting for...
Posted by u/saritekin in r/Python
Hello All... I've created a .bat file(has pycharm and a .py file directories) to be run by task scheduler. It starts pycharm...
Posted by u/LordOfCinder88 in r/Python
hey guys,me and my friend are trying to do a python project, we initially thought of doing a discord bot but its kinda become...
Posted by u/RohanJnr in r/Python
So I have worked on a wrapper around pymqi. Pymqi is a module made for interacting with IBM Websphere MQ, WMQ in short (A...
Posted by u/Hyaxia in r/Python
Posted by u/ccharles in r/Python
Posted by u/adamrees89 in r/Python
Hello everyone! Me and my friend have created a project, which aims to simplify usage of bitcoin. We have tried to do the...
Posted by u/MrNaif2019 in r/Python
Good afternoon, folks. ​ I had an assignment to do Stochastic volatility model leverage function calibration using...
Posted by u/Zhenekk in r/Python
Posted by u/CrazyWizardry in r/Python
This is the PHP lib : https://omnipay.thephpleague.com/simple-example/...
Posted by u/HumanityCanDoBetter in r/Python
I'm working through the book "Python Crash Course" and I'm having trouble with one of the exercises... I'm sure I'm doing...
Posted by u/Captain_Hammertoe in r/Python
I'm trying to find a Python library that will let me look through images pixel by pixel and examine their colour value, and...
Posted by u/Lewis1436 in r/Python
Hi, I am designing a distributed system like this: there are 25 clients written in Java; there is a one server written in...
Posted by u/dutchbaroness in r/Python
I am a high school student using a raspberry pi to build a weather balloon, and I am using a program called fldigi to encode...
Posted by u/dking1115 in r/Python
What do you guys recommend as first webhook project? I just have no idea.
Posted by u/ddm50 in r/Python
Greetings All ​ I am by far not a python programmer. However, the pleasing-syntax and what I have learned thus far...
Posted by u/Romela7 in r/Python
Posted by u/WyattFerguson in r/Python
Posted by u/bkajackson9 in r/Python
I have several processes that I need to run on a virtual machine whilst using as little CPU as possible. Is it more efficient...
Posted by u/SaltySovereign in r/Python
Posted by u/Dakidmen in r/Python
I want to use python for timeseries in a biz enviroment but generally don't know the best way to approach this kind of...
Posted by u/datastuffaccount in r/Python
Over the last few months I have been working on a project to curate the best possible playlist in Spotify. Using the requests...
Posted by u/Derekg1127 in r/Python
Posted by u/BhupeshV in r/Python
Posted by u/xtreak in r/Python
Posted by u/indian_pythonista in r/Python
Sorry that I'm not familiar with the proper lingo since I've not been involved with communities as much. But please don't be...
Posted by u/zephyr_33 in r/Python
Posted by u/ronmarti in r/Python
This is a problem ever since I've started working on my new windows laptop. [Here is a...
Posted by u/rms_returns in r/Python
Posted by u/ayeDaemon in r/Python
Posted by u/anubhavsingh2709 in r/Python
How to take n inputs in one line in python 3 Eg: N= 5 Then user can only enter 5 input in single line not more than that.
Posted by u/i_amabhishek in r/Python
I am an occasional python user and a happy user of pip + virtualenv. With the ongoing drama, I learned about pipenv. however...
Posted by u/django_kid in r/Python
Hey guys, In a month I will be entering the final year of engineering and me along with other two of my classmates as a group...
Posted by u/joeljuzreddit in r/Python
Posted by u/lig1 in r/Python
I have a string of text, 'Sun 5 May 12:55:45' How would I compose a regular expression to pick out the single digit '5'? Of...
Posted by u/blackwebdev in r/Python
Posted by u/t00ts in r/Python
Posted by u/el_typhoon in r/Python
im a gcse student and i was just wondering if global variables are also defined in sub programs or do sub programs follow...
Posted by u/Moalmalky8 in r/Python
I am currently writing a free python ebook for fun. It won't be long and I don't expect to spend more than a few months on...
Posted by u/IWantOreo in r/Python
I am genuinely curious why don't we use urllib3 which requests itself uses? I know it provides easy request response wrappers...
Posted by u/david370 in r/Python
Hi everyone, i'm doing a spongebob throwing game as a school project under pygame (and only this plugin), and I need to...
Posted by u/Neufarious in r/Python
Posted by u/CrankyBear in r/Python
Hello, This is a complicated question, at least for me, It took a while to decide to write it down. I've been using Python...
Posted by u/Atsushi_7 in r/Python
I'm in my final year of high school and I want to know the best method to learning python. I watched a beginner's course and...
Posted by u/Bahasol in r/Python
Posted by u/amitarora5423 in r/Python
Posted by u/pyguy2000 in r/Python
Hi everybody. I used to visualize most of my work in matplotlib and Seaborn (after trying Bokeh, Plotly, plotnine, among...
Posted by u/cuchoi in r/Python
Posted by u/yourbasicgeek in r/Python
Posted by u/malvoideae in r/Python
I wanted to learn python but I always feel like I need some form of structure when I am learning. I was wondering what...
Posted by u/trollsong in r/Python
Why โMoudleNotFoundErrorโ๏ผ What is โNo module named โrjsminโ โ๏ผ What should I do๏ผ anyone help me ?...
Posted by u/cfdxkk in r/Python
Hey im getting into python (i have a decent knowledge of c++ so im not new to programming really) so i was wondering what...
Posted by u/daner12 in r/Python
Posted by u/malvoideae in r/Python
So I have, very recently, been trying to get into coding and got everything needed for python 3.7 last night. It didn't work...
Posted by u/My-Cousin-Bobby in r/Python
I tried to write a def that reverse an input word: text = "" def reverse(text): #this function takes string x as an input...
Posted by u/w0alid in r/Python
I know this sounds stupid, but whenever i try to make more than on line of code by pressing enter, it just executes the...
Posted by u/Giraffe_Naffe in r/Python
I've created my first public PyPI package and wanted to share it with you guys :) It's a command line tool to easily collect...
Posted by u/WHiiTESHaDoOW in r/Python
I say: C:\Python37\Lib\site-packages\pip>pip install tensorflow It says: Collecting tensorflow Could not find a version...
Posted by u/bsmdphdjd in r/Python
Posted by u/Its_Triggy in r/Python
Posted by u/ResidentMario in r/Python
Is there a programmable poker player available free/open source and using python? Alternatively a more user-facing program...
Posted by u/stepping_up_python in r/Python
Title. I need some images for buttons like a search button but all in the same theme. Can someone leave a link where I can...
Posted by u/Darren_wl03 in r/Python
I recently wrote this tiny tool because i always wondered how to obtain the checksum of say a download file, especially on...
Posted by u/krumseltoert in r/Python
Posted by u/floriandahlitz in r/Python
I'm looking to start Tutoring or freelance teaching to make money in the side. Does anyone here have experience with that and...
Posted by u/b_square17 in r/Python
I want to use import os and open up a specific image using irfanview (portable). I am used to using a batch file and having...
Posted by u/netrate in r/Python
Posted by u/theoracleguy in r/Python
Posted by u/stinny88 in r/Python
I have a trading algorithm that streams data from a server through an API, and it keeps stopping after a while. It doesn't...
Posted by u/id0ntwantt0telly0u in r/Python
I'm trying to write a program for my friends and I to keep track of the movies we have watched and keep a list of movies that...
Posted by u/Convict38 in r/Python
Title. Trying to scrape comments with some specific word(s). Any help would be appreciated.
Posted by u/samaritan1331 in r/Python
Hello Fellow Python Coders i am asking for a bit of guidance on how one pursues a career in security and what practices are...
Posted by u/SVPABOY in r/Python
Posted by u/McGrilly in r/Python
name_list = [ topA1 = [ 'topA1'], topB1 = ['topA1'] ] # each item in nested list [ x for xs in name_list for x in xs ] #...
Posted by u/baris_sonnenfeld in r/Python
I created a stack with a few pages in Glade. But I would like to go through the pages using items in a treeview. Is there a...
Posted by u/DMT-50 in r/Python
So I've always used spyder for my primary IDE, however after hearing about all the benefits of Pycharm I've looked into...
Posted by u/JakeWhelchel in r/Python
Posted by u/raaaaaveNN in r/Python
This week's top r/Python posts have arrived!
He wasnโt happy about it, but Guido did take a picture with me
| 1029 upvotes | 55 comments | u/silkydangler | r/Python |
Uh. I made a sarcasm typing python script. (lIkE TyPinG liKe...
| 796 upvotes | 169 comments | u/ixJax | r/Python |
Why I'm not collaborating with Kenneth Reitz
| 788 upvotes | 243 comments | u/BUSfromRUS | r/Python |
Why is this in the official Python docs?
| 659 upvotes | 59 comments | u/JohnMcPineapple | r/Python |
I turned 15 today so I made this perspective-based 3D...
| 630 upvotes | 143 comments | u/Forfunckle | r/Python |
This week's top r/Python posts have arrived!
He wasnโt happy about it, but Guido did take a picture with me
| 1026 upvotes | 55 comments | u/silkydangler | r/Python |
Uh. I made a sarcasm typing python script. (lIkE TyPinG liKe...
| 796 upvotes | 169 comments | u/ixJax | r/Python |
Why I'm not collaborating with Kenneth Reitz
| 793 upvotes | 243 comments | u/BUSfromRUS | r/Python |
Why is this in the official Python docs?
| 667 upvotes | 59 comments | u/JohnMcPineapple | r/Python |
I turned 15 today so I made this perspective-based 3D...
| 629 upvotes | 143 comments | u/Forfunckle | r/Python |
This week's top r/Python posts have arrived!
He wasnโt happy about it, but Guido did take a picture with me
| 1033 upvotes | 55 comments | u/silkydangler | r/Python |
Uh. I made a sarcasm typing python script. (lIkE TyPinG liKe...
| 802 upvotes | 169 comments | u/ixJax | r/Python |
Why I'm not collaborating with Kenneth Reitz
| 790 upvotes | 243 comments | u/BUSfromRUS | r/Python |
Why is this in the official Python docs?
| 656 upvotes | 59 comments | u/JohnMcPineapple | r/Python |
I turned 15 today so I made this perspective-based 3D...
| 625 upvotes | 143 comments | u/Forfunckle | r/Python |
This week's top r/Python posts have arrived!
He wasnโt happy about it, but Guido did take a picture with me
| 1030 upvotes | 55 comments | u/silkydangler | r/Python |
Uh. I made a sarcasm typing python script. (lIkE TyPinG liKe...
| 800 upvotes | 169 comments | u/ixJax | r/Python |
Why I'm not collaborating with Kenneth Reitz
| 793 upvotes | 243 comments | u/BUSfromRUS | r/Python |
Why is this in the official Python docs?
| 664 upvotes | 59 comments | u/JohnMcPineapple | r/Python |
I turned 15 today so I made this perspective-based 3D...
| 630 upvotes | 143 comments | u/Forfunckle | r/Python |
This week's top r/Python posts have arrived!
He wasnโt happy about it, but Guido did take a picture with me
| 1032 upvotes | 55 comments | u/silkydangler | r/Python |
Uh. I made a sarcasm typing python script. (lIkE TyPinG liKe...
| 798 upvotes | 169 comments | u/ixJax | r/Python |
Why I'm not collaborating with Kenneth Reitz
| 789 upvotes | 243 comments | u/BUSfromRUS | r/Python |
Why is this in the official Python docs?
| 661 upvotes | 59 comments | u/JohnMcPineapple | r/Python |
I turned 15 today so I made this perspective-based 3D...
| 629 upvotes | 143 comments | u/Forfunckle | r/Python |
This week's top r/Python posts have arrived!
He wasnโt happy about it, but Guido did take a picture with me
| 1034 upvotes | 55 comments | u/silkydangler | r/Python |
Uh. I made a sarcasm typing python script. (lIkE TyPinG liKe...
| 800 upvotes | 169 comments | u/ixJax | r/Python |
Why I'm not collaborating with Kenneth Reitz
| 792 upvotes | 243 comments | u/BUSfromRUS | r/Python |
Why is this in the official Python docs?
| 665 upvotes | 59 comments | u/JohnMcPineapple | r/Python |
I turned 15 today so I made this perspective-based 3D...
| 631 upvotes | 143 comments | u/Forfunckle | r/Python |
This week's top r/Python posts have arrived!
He wasnโt happy about it, but Guido did take a picture with me
| 1025 upvotes | 55 comments | u/silkydangler | r/Python |
Uh. I made a sarcasm typing python script. (lIkE TyPinG liKe...
| 801 upvotes | 169 comments | u/ixJax | r/Python |
Why I'm not collaborating with Kenneth Reitz
| 788 upvotes | 243 comments | u/BUSfromRUS | r/Python |
Why is this in the official Python docs?
| 666 upvotes | 59 comments | u/JohnMcPineapple | r/Python |
I turned 15 today so I made this perspective-based 3D...
| 627 upvotes | 143 comments | u/Forfunckle | r/Python |
Posted by u/wiito2101 in r/Python
I created the Docker orchestration, titled ShinyStudio, in order to have, among other things... ​ - a...
Posted by u/_dm3ll3n_ in r/Python
I'm currently re configuring a PC and there's a lot of packages located in the directory usr/local/lib/python2.7/dist-...
Posted by u/GhettoBurger996 in r/Python
Posted by u/bhavesh91 in r/Python
Posted by u/takethecannoli4 in r/Python
Posted by u/Leviw17 in r/Python
Posted by u/Chappers2468 in r/Python
i learned basics of python and i was thinking about starting django but friend of mine suggested learning front end before...
Posted by u/vazha21 in r/Python
I have been working on small projects after completing beginner's course. The projects are mostly just copied from Udemy...
Posted by u/SwastikDas in r/Python
Posted by u/blockchainoodles13 in r/Python
Recently I wrote a small script to export likes from your VK (Russian social media) playlist to SundCloud or YouTube Music....
Posted by u/andnekon in r/Python
Posted by u/Chappers2468 in r/Python
https://youtu.be/5Vz5x_4UMQU ​ Made this mostly for the kids and teachers taking...
Posted by u/fredriktheteacher in r/Python
Posted by u/2upmedia in r/Python
It's just a static website with no database backend, but should be enough to give you a taste of how Flask can be used to...
Posted by u/pythonhow in r/Python
Posted by u/njanakiev in r/Python
I am 17 and currently a few months into learning python and I plan on having my life and income resolve around programming...
Posted by u/elongaatedmuskett in r/Python
Posted by u/RC_01 in r/Python
Posted by u/wejkh3kh4 in r/Python
Hey all. I've been programming in Python for about a year now all-in-all (started in 2.7, been doing things here and there)....
Posted by u/14446368 in r/Python
I've had some good design pattern books in the past on Java and C++. Can anyone recommend a good book for Python design...
Posted by u/3DPhreak in r/Python
Posted by u/EpicTurtle136 in r/Python
Hey, I am trying to program in Python after a long break. May someone help me code other discord?
Posted by u/Metrocrat in r/Python
Posted by u/Chappers2468 in r/Python
Posted by u/filippovd20 in r/Python
Posted by u/chhantyal in r/Python
Iโm not the strongest at algorithms, that is why I turned here. I have a JSON file with zip codes. Each zip code has a object...
Posted by u/Stefa93 in r/Python
Posted by u/jwele in r/Python
Iโm using sample to take a random object from the list, then I want to compare the object with a word. But sample takes out...
Posted by u/TrashKent in r/Python
Posted by u/Zelie5277 in r/Python
Posted by u/antonia90 in r/Python
Posted by u/ronmarti in r/Python
Posted by u/ShitFapShower in r/Python
Hello, I am using jupyterlab 0.35.3. I am trying to label the x and y axes of a plot and give it a title. This should be...
Posted by u/ratman32 in r/Python
Hi, I am trying to auto-run some programs on my windows computer. I found that Windows Task Scheduler is not doing a good job...
Posted by u/clide_ in r/Python
Posted by u/sepandhaghighi in r/Python
Hello ​ I am getting to learn python. I have an IT background, however programming is something I couldn't fully...
Posted by u/MannyUrbano in r/Python
I created a code that runs tic tac toe as seen here. As you can see to highlight the X and 0...
Posted by u/Manusman123 in r/Python
Hi everybody. ​ Just for fun, i want to plot the stats (R, HR, RBI, SB, AVG) for each of my fantasy baseball...
Posted by u/alvaronavarro1 in r/Python
Posted by u/UrosTrstenjak in r/Python
I want to download python for Windows but I can't find the x64 version.
Posted by u/TheBullet3D in r/Python
Hello everybody! I am novice of this forum, and I would ask the question: does know anybody ready soft that might to create a...
Posted by u/djenakuros in r/Python
I've been learning python using edX and codecadamy. But I would like somewhere to work through some exercises. There are lots...
Posted by u/BuzVax in r/Python
Posted by u/limedaring in r/Python
I am currently developing an app that will display and save data from taxi drivers and also capture their daily payment, is...
Posted by u/Gera7x in r/Python
Posted by u/endlesstrax in r/Python
Not sure if this is allowed but I want to hire a programmer to create a program that takes information about the NBA and its...
Posted by u/c7x in r/Python
Posted by u/Giraffe_Naffe in r/Python
How can I make my python script interface with a c program, such that the python script passes a tree datastructure,...
Posted by u/Mayor_Ushanka in r/Python
I'm returning to Python after a long break from it (I've written scripts, but not used it for a proper project in years)....
Posted by u/gkayaalp in r/Python
I'm trying to update the EPFImporter code from Apple at...
Posted by u/weldond in r/Python
Hello, ​ I have been following tutorials on coding with python (new to coding) and for this one I made it to the...
Posted by u/My-Cousin-Bobby in r/Python
What the title says, I recently downloaded Ubuntu server and I want to create a pygame window, except I obviously just...
Posted by u/ChinaFlavoredWater in r/Python
I am having a python code for neural network. It seems it is not training itself properly by the given input even after...
Posted by u/bidesh23 in r/Python
#A programme that asks user for their desired toppings as many times as he/she wishes, and adds them into a list and prints...
Posted by u/mikidongdong in r/Python
Posted by u/the_real_saucy_panda in r/Python
Posted by u/barrelomonkeys87 in r/Python
Posted by u/simar1051 in r/Python
Posted by u/Fewthp in r/Python
Posted by u/jiejenn in r/Python
Posted by u/midgetstomper563 in r/Python
I can access the shared inbox via: import win32com.client as win outlook = win.gencache.EnsureDispatch('Outlook.Application')...
Posted by u/StringVariable in r/Python
Posted by u/Lemax0 in r/Python
As broke they seem to be today. With various error messages, including 502 - Bad Gateway.
Posted by u/MarkPawelek in r/Python
Hi, Can anyone suggest me a good GUI to vizualise the data transfer between multiple computers or servers ? I already worked...
Posted by u/Onlinogame in r/Python
I am very curious about programs written in Python's energy consumption so I try to do some little benchmarks to see what...
Posted by u/glacialwind in r/Python
Posted by u/elmoiv in r/Python
Posted by u/Slayj in r/Python
I've an asynchronous function (managed with threading library) which handles images. The problem is that I call it more than...
Posted by u/albertoZurini in r/Python
I have been building a Django application in my job and unfortunately for me I have to work with a SOAP application on the...
Posted by u/Norrisemoe in r/Python
Posted by u/errorairsoft in r/Python
Hi! I want some help on making/setting up a very simple UI, just so it can fit in the following code: Like a "calculator", a...
Posted by u/Lneux in r/Python
Posted by u/pythonhow in r/Python
Posted by u/boss_scarbos in r/Python
Posted by u/siscia in r/Python
I am relatively new to python so I apologize for my ignorance, I have been searching google for an answer and have had no...
Posted by u/chemdrb in r/Python
Posted by u/Agent_ANAKIN 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/blarghmatey in r/Python
i'm quite new to the programming world and have been having a few issues with pygame. i'm pretty sure i've installed it as...
Posted by u/edotardy in r/Python
#I am a beginner to python programming and any programming at all. ​ def plusOne(number): return number + 1...
Posted by u/chui408 in r/Python
I've installed Python3 on MacOs using HomeBrew and then used pip3 to install this package -...
Posted by u/Fenix24 in r/Python
Title (mostly) says it all. ​ Basically looking to mess around with Python but admin privs disabled are stopping...
Posted by u/therealteajae in r/Python
Would anyone recommend a Python bootcamp in Europe I could assist to prepare myself for a position as a Bioinformatician...
Posted by u/vratiner in r/Python
Hello, ​ I love both languages and I was wondering if there a benefit to understanding both JS & python...
Posted by u/blu875 in r/Python
Hi, in my research, I've found plenty of resources about integrating Python with .NET. However, I'm having trouble finding...
Posted by u/TopNFalvors in r/Python
I am trying to use a simple script without any webscraping libs like beautiful soup, to search for a given keyword in an...
Posted by u/oxycash in r/Python
Posted by u/xtreak in r/Python
I have no knowledge of python or programming in general. My teacher is a โlong term subโ who is subbing from today until next...
Posted by u/curssse in r/Python
Hi r/python! I'm a beginner programmer, and I was looking for ways to contribute to some open-source Python projects....
Posted by u/2fpsParty in r/Python
Posted by u/AlexOduvan in r/Python
Posted by u/saruque in r/Python
Posted by u/itamarst in r/Python
Posted by u/Chappers2468 in r/Python
What would the best GUI Python library be?
Posted by u/heimerdawg in r/Python
Posted by u/wiredmachine in r/Python
I want to became a devOpp. On many guide I have read about phyton and Selenium, and that they are used to ''test'' log in...
Posted by u/luchins in r/Python
Hi there, Iโm new to python. For my internships over the summer I need to use it extensively so thatโs why Iโm learning it...
Posted by u/Ayyyyy_Soma in r/Python
Posted by u/Its_Triggy in r/Python
So Iโm in a python class and we have a final projects which is just making a game. But Iโm coming to an issue. (Iโm just...
Posted by u/DudeManECN in r/Python
Posted by u/Vidyakant in r/Python
Hi All, ​ I wrote an article about a real-life data analysis problem. I already got some feedback from the Q/kdb+...
Posted by u/bodonferenc in r/Python
from sys import argv from os.path import exists script, from_file, to_file = argv print(f"Copying from {from_file} to...
Posted by u/kennyjiang in r/Python
Powerful Object Oriented Programming... Sorry i'll leave
Posted by u/tomshanski8716 in r/Python
Posted by u/gadgetygirl in r/Python
Does anyone have an explanation for the folloowing?: import time print("Bit shift:") start = time.time() for i in...
Posted by u/meeep08 in r/Python
Recently realized how Ugly Python syntax looks. From all the pythonic bullshit thats thrown around, it kind of looks the...
Posted by u/b4kSec in r/Python
I mostly work in Jupyter Lab, and Spyder and sometimes SublimeText and Mu (raspberry pi projects). I was thinking of moving...
Posted by u/tzujan in r/Python
I am trying to convert some data from csv to a specific json data structure, and have a string that is in the format of the...
Posted by u/fuzzbutt12345 in r/Python
Posted by u/PLANET058950352 in r/Python
Posted by u/ZeroMaxinumXZ in r/Python
Hello! I wrote a little module to get easy access to the biological data from the...
Posted by u/Andresio115 in r/Python
Hey everyone, So Iโm a little confused on where to utilize classes on IDLE. For java on netbeans for example, youโre in a...
Posted by u/romeomax in r/Python
For example, I'm working with this: def encrypt(text,key): import pdb; pdb.set_trace() ciphertext = [''] * key for column in...
Posted by u/StreetStatistician in r/Python
Does anyone have any recommendations for a Python IDE for use on iOS? Iโm look for one preferably with these features: *...
Posted by u/AlexKingstonsGigolo in r/Python
So I have this very simple equation that I have to solve over and over for work and it takes me a couple of minutes to do but...
Posted by u/El_Gladiador in r/Python
Posted by u/yayforjay in r/Python
I need to install a python package on my school computer but I don't have many permissions. Is there any way to go about...
Posted by u/Nicboof in r/Python
I kind of want to simulate the lift and drag of an airfoil in python3, like in X-Foil, however in 3d?
Posted by u/Stanley_C in r/Python
I just started a new position as a software engineer, the requests are quite daunting I've never been exposed to these types...
Posted by u/GhettoBurger996 in r/Python
"Ladies love guys into cryptocurrencies" ~ Safe Auto
Posted by u/anythingtechpro in r/Python
Im in undergrad currently and I'm familiar with pandas and know a little about numpy, I was wondering if anyone had any good...
Posted by u/Vu004 in r/Python
Will pay someone to help me with my python assignment MESSAGE ME PLEAS
Posted by u/wetlikeimboook in r/Python
Hey, I now it sounds silly, an I've just get 100 buck but still, I'm very happy. Love Python and our community. Created a...
Posted by u/Yauz in r/Python
Posted by u/IantheGoat245 in r/Python
Hello everyone, I have created a community discord server for beginner to advanced programmers to help each other learn,...
Posted by u/wigglysam in r/Python
I haven't done any scraping in a while, need to refresh my memory. There used to be a proxy script (or was it Chrome add-on?)...
Posted by u/rainnz in r/Python
Posted by u/professormunchies in r/Python
Iโm working on an RPG project, and Iโve created a function for the battle system and for enemy stats. However, in a...
Posted by u/Pokyo in r/Python
Posted by u/beluis3d in r/Python
Posted by u/soumitraroy in r/Python
Posted by u/aaronpenne in r/Python
I am working with APIโs from two different SaaS service. I only want to run a task via API on one service if something...
Posted by u/nootdude in r/Python
This repo aims to cover Pytorch details, Pytorch example implementations, Pytorch sample codes, running Pytorch codes with...
Posted by u/obsezer in r/Python
Posted by u/AgiraTechnologies in r/Python
Hey all, I'm starting practicing creating virtual environments and installing the required packages onto them. I've decided...
Posted by u/GhettoBurger996 in r/Python
Posted by u/woahdotcom in r/Python
Posted by u/balajihope in r/Python
So I am a novice and writing a basic script to copy files from one destination to another. Right now I am executing it as...
Posted by u/sandymanu in r/Python
I need someone to help me structure a Python API for Photoshop integration! I've the code but I just need some structure. Or...
Posted by u/wizofe in r/Python
I know how to code simple and complex functions and how to bring my ideas to life using most language but something I lack...
Posted by u/RiffnShred in r/Python
Posted by u/kabayomi in r/Python
I am running into the following warning every time I run the below code. I am unsure what this means, and have looked all...
Posted by u/rwcg2d in r/Python
The purpose of the below code is to pull data from multiple (similar) web pages, and create a dataframe out of these. I have...
Posted by u/rwcg2d in r/Python
This Code Jam was posted a couple of days ago on the repl.it Discord Server. Winning Entry -...
Posted by u/MikeTheWatchGuy in r/Python
Posted by u/pava_ in r/Python
tl;dr: Just launched a free Python Web IDE service called FreeNotebooks.io *for people to...
Posted by u/gpaw789 in r/Python
After Android, iOS, Java, Swift, C & Go, first support arrives for Python as well. [https://objectbox.io/objectbox-...
Posted by u/id___ in r/Python
Im getting the data from Thingspeak in python using urllib and beautifulsoup. but i don't know how to access...
Posted by u/Farhanzia in r/Python
As the title suggests, I am in search for a python library that has the ability to compile the source code of a separate C or...
Posted by u/dr_steve_bruel in r/Python
Posted by u/aaronpenne in r/Python
hello , i was trying to create a program to print a random word from a list of words using user input. ​ the code...
Posted by u/superfunky8451 in r/Python
Which library would be the best to set up an input, and then have python search a large Excel file and spit out the...
Posted by u/Leaning_right in r/Python
Posted by u/Agent_ANAKIN in r/Python
I recently had the pleasure to interview Julian and Bob from PyBites for my regular Community Interview column on Real...
Posted by u/endlesstrax in r/Python
Hello,im just starting to learn python 3 and i was wondering what would be the best IDE for python 3 ?
Posted by u/Sequenza123 in r/Python
Kucka is an automation tool based on YAML and built with Python. I'm not an expert and I accept all sorts of opinions....
Posted by u/emanuelelillo in r/Python
Posted by u/JamesRustleford in r/Python
Hi Python Community, My roommates encouraged me to share this unusual dream I had last night. In it, I dreamed that Python...
Posted by u/RaltsUsedGROWL in r/Python
Posted by u/stefanjudis in r/Python
Posted by u/Chappers2468 in r/Python
Hi All! ​ I wrote a Python script for finding the most 'unique' words of individual movie characters in a given...
Posted by u/vagartha in r/Python
Posted by u/WagonBallSuper in r/Python
Posted by u/professormunchies in r/Python
I'm looking to do a deep dive on network and server programming in Python. The [Web...
Posted by u/intrepidOlivia in r/Python
Posted by u/chris1610 in r/Python
Posted by u/Agent_ANAKIN in r/Python
I'm a somewhat beginner program with a project on doing movie look ups on OMDB using python and would love any help as I'm...
Posted by u/Wonky_Willy_ in r/Python
https://github.com/palantir/python-language-server/issues/new > An owner of this repository has limited the ability to...
Posted by u/zebradil in r/Python
Posted by u/BornUnderstanding in r/Python
Hello, I have a Labview program which reads NI DAQ data with DAQ assistant. The configuration is RSE. Data are totally...
Posted by u/LizardRoad in r/Python
Posted by u/anythingtechpro in r/Python
Did you know that only 35% of high schools offer a Computer Science class? This is at a time when there are 491,000 open...
Posted by u/Robcc1527 in r/Python
Hello, Iโm quite new using Python, but I have some ideas I would like to develop within Python. The idea is to create a...
Posted by u/Free-_-Yourself in r/Python
As the title suggests, I am writing a lab report on a python program that I wrote and I would like to write about python...
Posted by u/Sentientnativeplant in r/Python
Posted by u/infiniteWin in r/Python
Hi, I am a developer with some expirience in Python. As I always made good expirience with O'Reilly's "XYZ Cookbook" series...
Posted by u/a5s_s7r in r/Python
Posted by u/boss_scarbos in r/Python
Posted by u/chalbersma in r/Python
[https://www.gavop.com/b/comparison-python-open-source-map-geo-spatial-libraries-cm920/](https://www.gavop.com/b/comparison-...
Posted by u/sharondalafreniere in r/Python
Posted by u/code_x_7777 in r/Python
This is a small library I wrote to allow execution of local scripts over remote machines, could be useful for CTFs :)...
Posted by u/sn1pr0s in r/Python
Posted by u/Chappers2468 in r/Python
Posted by u/krowvin in r/Python
I have a project due and I'm stuck, it has to be done with only python. I'm trying to load a list of...
Posted by u/AuntiVaxxer in r/Python
I'm excited to move one of my packages up to 1.0. It's been used in production for quite a while now, and it's proven to be...
Posted by u/dusktreader in r/Python
I have a package I am building which installs fine with pip right now except It requires the requests library and that...
Posted by u/LedgeNdairy1 in r/Python
I am trying to access a live video from another system. For that, I have copied a python opencv file in the remote system and...
Posted by u/adarigirishkumar in r/Python
Posted by u/adamt99 in r/Python
Posted by u/hole2score in r/Python
Posted by u/SotaSkoldier in r/Python
Posted by u/moigagoo in r/Python
I was talking to a manager at work and he was saying how they were using a commercial version of python at some release 8 or...
Posted by u/lsumnler in r/Python
I was just making a requirements.txt file and thought I'd check the interwebs to confirm one or two things I was fuzzy on and...
Posted by u/FrostyTapier in r/Python
Posted by u/mpendon in r/Python
def average_grade(): response = input('Would you like to re-write the file[type 1] or add to the file[type 2]?\n>') if...
Posted by u/drunkpolishbear in r/Python
I'm looking for a package that will: - allow you to specify some test cases for an HTTP server - stand up your HTTP server...
Posted by u/counterweight7 in r/Python
hi, im new to python and i have been trying to make an if and elif loop. but for some reason whenever i put or statment in an...
Posted by u/Obeoleon in r/Python
I'm a big fan of machine learning in Python. The idea behind a program learning to do different things over time is...
Posted by u/SergeantScrubss in r/Python
Hey, I know this is out of the ordinary, but I have been working with python for quite a while, and have wanted to quit for a...
Posted by u/danielodicho in r/Python
Posted by u/PLANET058950352 in r/Python
I take intro to computer science at my school, we use python and so far it has been a breeze. But just recently we got our...
Posted by u/thomabrams in r/Python
Posted by u/ChickenParmOrDie in r/Python
I was on instagram and came across this page , it takes the top post from...
Posted by u/Revy69OG in r/Python
Hi guys, link to the original reviews -...
Posted by u/careertroubleguy in r/Python
This is collaborative filtering using minhash. but there is something different with google's paper. That creates the...
Posted by u/devjelly in r/Python
I have a script that takes a URL as console input and when I paste the URL in the run console and hit enter, it opens the...
Posted by u/nootdude in r/Python
I am fairly decent at math, but still struggling to grasp how to figure out the more complex algorithms. I use leetcode to...
Posted by u/NigraOvis in r/Python
Posted by u/Vidyakant in r/Python
Posted by u/Statanalytica1 in r/Python
I'm having a little project which uses two different GUIs - one in Java-Swing and one in Python TK. While programming I got...
Posted by u/qoheletal in r/Python
It's been one month I have been dedicatedly working with python. The thing is I have a source where I am getting thousands of...
Posted by u/s0cket_err0r in r/Python
Hi, I'm trying to understand the mechanics behind a bot that responds to a specific username with a comment or another...
Posted by u/IWriteCrypto in r/Python
Posted by u/AzazyI in r/Python
Posted by u/iKubb in r/Python
what are the best free courses to learn python? I'm not willing to invest just yet since I'm not too sure. I've done very...
Posted by u/jiryvannieuwburg in r/Python
I've been working on something that I believe might be of interest to people here. I have been trying to design a Python...
Posted by u/MeshachBlue in r/Python
Posted by u/Tafkas in r/Python
Posted by u/pr00ffreader in r/Python
I am using Ubutu18.04.2 LTS. I downloaded python3.7.3.tar.xz and installed it. After that i tied to make a virtual...
Posted by u/jatin_s9193 in r/Python
I have a categorical and nominal dataset (as .csv file with 4 column labels). The nominal features has between 3 - 50...
Posted by u/IllidanStromrage in r/Python
I'm working on an interesting python lib called Vaex which uses apache arrow. Looking...
Posted by u/shannonDotpy in r/Python
How do I put in a code to make it do when I press a key something moves
Posted by u/Chicken_Petter in r/Python
Posted by u/PlusCamel in r/Python