Hi. I have a project where I have to call .net dlls written in C# (mostly to access custom hardware), and to build a GUI,...
Posted by u/VRorNotVR in r/Python
1 messages · Page 7 of 1
Hi. I have a project where I have to call .net dlls written in C# (mostly to access custom hardware), and to build a GUI,...
a python beginner need help: i wanted to create a basic script that add two numbers and display this phrase: num1+num2 equal...
Hello r/python. I'm a self taught programmer who have been using python for about 7 years. Because of financial reasons, I...
Hi, can anybody recommend a good N64 Emulator for use with Python on Windows or Linux (preferably Windows as Linux access is...
Blocking I/O is really hard to eliminate and many projects (for example Django) now need a huge refactor to support asyncio....
I have a fan control script for my file server that does a bunch of stuff in an infinite loop (including running shell...
I'm in Python 3.6/matplotlib 3.0.1. I'm drawing a filled square using matplotlib as follows: import matplotlib.pyplot as plt...
While working on a project for managing chrome bookmarks, a friend of mine suggested I could make a script to get a folder...
I'm trying to use Dijkstra's algorithm to solve Project Euler problem 82, but I don't...
I’m happy to be the bearer of good news: **Nextjournal is excited to announced the Nextjournal Scholarship for Explorable...
I have two younger cousins (14 and 12) who are very into video games. I found that python has pygame among other tools to...
import hashlib psw = input(" ") hs = hashlib.sha1(psw.encode) print(hs.hexdigest) when run this i get the following: line 3....
I loved Python. I had never thought of becoming a programmer until I knew Python. It is relatively easy to learn, powerful...
I'm looking for a way to run my python script on several files, and as it finishes each file, it runs a command line to xcopy...
I can't solve this. https://www.codingame.com/ide/challenge/xmas-rush
Hey everyone, Looking for someone to help me with a django project... Long story short i have a page that needs to trigger a...
Or it requires just basic biology knowledge and is okay for biology amateurs or potential biologists to start programming?
Hello Pythonistas! I'm looking for dev tools written in Python or for Python. I'm thinking about things like: *...
This is my first post in this reddit thread so bear with me. I'm currently enrolled as a CS student in my second year and was...
Hi everyone ​ I'm searching for an interesting subject for my thesis. I would like to do something around Python....
Gist of project - Created a script which would analyze Medium articles and using the NLTK library would spit out the top used...
I'm a newbie in python. My experience with graphic in Python is only Matplotlib. I was able to simulate the object (in this...
Im a beginner and trying to go step by step in learning. I want to create an app using 2 parameters. Parameter1 = Root Folder...
hello ! as the title says, i can't find a working code of inserting into mysql (localhost) in python . when i search google i...
I'm currently probably 1/4th of the way done learning Python on Solo Learn, and also a youtube guide I'm watching as well....
Okay, so I'm told that by adding the following numbers consecutively, the binary tree below is built. However, how is this...
Hi Python wizards, I've a project in which I'm trying to verify the validity, geocoding and certain characteristics of a...
Hey guys, I'm relatively new to Python and programming in general. I'm running Linux and I'm trying to use Flask to create a...
​ ​ Why learn Python? Python is an object-orientated language that closely resembles the...
It includes "Python For Offensive PenTest: A Complete Practical Course", "Cryptography with Python" and many other related...
I've created a very basic project that masks a selected color on an image. My main...
Hello, this program displays on GUI Window the lyrics of the song that is currently playing on Spotify. The program retrieves...
Our development team suggests we start using graphQL. Is this a good idea?
Hey, I'm not a programmer, I'm a musician and sometimes I need to name hundreds of sounds with the same word but a different...
I have this assignment that I am having a lot of trouble with a very simple portions using python 3 let me first say i am...
This question is really intended for people that have landed an entry level Python job in the last 12-18 months. (This was...
Installing Python With Visual Studio Code 📷 Hey everyone! I wanted to share a quick little tutorial that I did that will...
Say I have a 4x4 numpy array n = np.array([[0,1,2,3], [4,5,6,7], [8,9,10,11], [12,13,14,15]]) Is there a vectroized...
So in the numpy docs here:...
It's not much, but I just finished making my first Twitter Bot. It gets the current temperature across Long Island, NY each...
I'm currently using the Folium Mapping library for python to plotting gps data on a map. I'm interested in finding a way...
I’m making an inverse kinematics model, but I’m not that experienced with programming yet. I’ve never built my own libraries....
I keep a few interpreters open most of the time and I was often typing pp(dir()) (pprint) to check what exists. I added...
Hello 👋 (before you say, I know the question I am going to ask can be responded by saying, why don't you try on Google or...
Can i buy the book Learning Python by Mark Lutz which covers python 3.3. i like the book because it covers topics in-depth....
I want to make a simple cleverbot personalized for my best friend mori as a fun project to get to know my way around python....
So, I have figured it out, but I still do not understand how it is happening! ​ I was trying to implement my own...
So for school, we do some programming in Python and it kinda got me interested in programming. I mad some calculators and...
ActiveMerchant: https://github.com/activemerchant/active_merchant/blob/master/README.md Is there any?
Hello. I know this is probably a very basic question, but I'm a beginner. I downloaded Anaconda. So, I have all the...
Hey guys. I'm an IT sys administrator I have far too much responsibility in my job. Overseeing administrative tech shit,...
I am currently working on The Vigenère Cipher and I've already done a few things, but I am having trouble with coding one...
I'm trying to prepare a workshop for my colleagues, helping them migrate from MATLAB to python, when I found...
Hello Everyone, I want to do the following task The image contains some information...
Hi, all. ​ I've decided to develop a bit more my python skills and develop a script for a service I manage....
Hey! So I want to run a while loop while a function is executing. So it would print "Starting..." and keep on adding dots...
Hello guys, ​ I created a script to notify outlook related mails and meeting requests. Criticism and suggestions...
I’ve been creating a new project interpreter in PyCharm for every project. On macOS I could just use the one interpreter...
In two weeks I have a Informatics 1 exam in Python3. We are allowed to bring a hand written DIN A5 sheet without restrictions...
Hi, im totally new to python and have been trying to code a basic snake game on the sense hat for the raspberry pi using a...
how can i make my own bot that talks to you? I want to make a bot in python that responds based on algorithms i made....
I have been creating a calculator project for intro to programming class, and our final step in the multi stage process is to...
If I have a project I need to use other scripts with so I always need to create a __ init__.py file within the project...
I keep a few interpreters open most of the time and I was often typing pp(dir()) (pprint) to check what exists. I added...
Hello guys, As my brother is a coder i always was interested in coding. It wasn't until i picked up the book by craig...
Ok, our team wants to implement non-linear mixed-effect method data analysis using python. R has a package for this called...
This week's top r/Python posts have arrived!
I would like to share an small personal project in Python
I was working in a small personal project, a text based video player for terminal using ascii chars, leave me an star in...
| 785 upvotes | 95 comments | u/joelibaceta | r/Python |
Using dice to recreate a picture
| 712 upvotes | 24 comments | u/r_russo | r/Python |
Moving over to Go has made it painfully apparent how spoiled...
I've been developing Python web apps and scripts to help automate my business for years and I make some heavy use of Requests...
| 677 upvotes | 151 comments | u/HittingSmoke | r/Python |
Congratulations, we are (a bit) over 300K
| 587 upvotes | 25 comments | u/misterlight | r/Python |
Sentiment Analysis on the subreddits of various programming...
| 427 upvotes | 75 comments | u/Gedanke | r/Python |
This week's top r/Python posts have arrived!
I would like to share an small personal project in Python
I was working in a small personal project, a text based video player for terminal using ascii chars, leave me an star in...
| 788 upvotes | 95 comments | u/joelibaceta | r/Python |
Using dice to recreate a picture
| 710 upvotes | 24 comments | u/r_russo | r/Python |
Moving over to Go has made it painfully apparent how spoiled...
I've been developing Python web apps and scripts to help automate my business for years and I make some heavy use of Requests...
| 673 upvotes | 151 comments | u/HittingSmoke | r/Python |
Congratulations, we are (a bit) over 300K
| 582 upvotes | 25 comments | u/misterlight | r/Python |
Sentiment Analysis on the subreddits of various programming...
| 429 upvotes | 75 comments | u/Gedanke | r/Python |
This week's top r/Python posts have arrived!
I would like to share an small personal project in Python
I was working in a small personal project, a text based video player for terminal using ascii chars, leave me an star in...
| 791 upvotes | 95 comments | u/joelibaceta | r/Python |
Using dice to recreate a picture
| 706 upvotes | 24 comments | u/r_russo | r/Python |
Moving over to Go has made it painfully apparent how spoiled...
I've been developing Python web apps and scripts to help automate my business for years and I make some heavy use of Requests...
| 669 upvotes | 151 comments | u/HittingSmoke | r/Python |
Congratulations, we are (a bit) over 300K
| 588 upvotes | 25 comments | u/misterlight | r/Python |
Sentiment Analysis on the subreddits of various programming...
| 429 upvotes | 75 comments | u/Gedanke | r/Python |
This week's top r/Python posts have arrived!
I would like to share an small personal project in Python
I was working in a small personal project, a text based video player for terminal using ascii chars, leave me an star in...
| 790 upvotes | 95 comments | u/joelibaceta | r/Python |
Using dice to recreate a picture
| 711 upvotes | 24 comments | u/r_russo | r/Python |
Moving over to Go has made it painfully apparent how spoiled...
I've been developing Python web apps and scripts to help automate my business for years and I make some heavy use of Requests...
| 669 upvotes | 151 comments | u/HittingSmoke | r/Python |
Congratulations, we are (a bit) over 300K
| 581 upvotes | 25 comments | u/misterlight | r/Python |
Sentiment Analysis on the subreddits of various programming...
| 428 upvotes | 75 comments | u/Gedanke | r/Python |
slice a list - list[1:5] - includes first, not second range of numbers - range(1,5) - not first, inlcudes second random...
I can't find it at all and even when I use command prompt and type in conda update conda nothing works. Thank you all
I'm a complete newbie so pls dnt be mean to me :D how do you use pow() 1 def main(): 2 print("Bob wants to calculate the...
Hi everyone I'm looking to make an app for an Android phone which be used to collect numbers from a user's inputs. Once this...
Hello everyone! I am having some issue with my homework for Computing Science class so I figured to ask here! The section I...
Hi, I have a function which i want to optimize by using gradient descent. I did the task now i want to plot function and the...
Hi guys, I’m a beginner in python and for my first semester final we have to make a game using the graphics Zelle package. So...
I am trying to learn how to web scrape with python. I started with a package I am currently tracking. The output is printing...
Ive spent hours trying to figure it out.I need to create an aimbot script for pubg. I have downlaod autohotkey what is the...
I have a Python script I've written to help with the build process. Works great; handles version control, cleans things up,...
Im working on a bot server and currently it prints things like the tokens and if its online and stuff but it would be usefull...
I'm an R guy through and through. I use it a lot for work and side projects. Mostly data munging, a little automation, some...
I’ve taken 2 years of Java at my high school, now I’m wanting to get into python. What would be the best method? Khan...
https://pypi.org/project/pcpartpicker/. This package is an unofficial API for...
Dear Community, I would like to share with you my course list on udemy. In case the coupon codes run out you are welcome to...
For the purpose of assessing my app security, I'm looking for tools that can help discover weaknesses. Like for example...
Hello Python sub! Were a few students whos just started programming in Python. The thing is the state of the standard GUI we...
I am currently working as a backend web developer (python, Django) and am very interested in learning more about the security...
as you can see from this pretty scrappy code i am fairly new to not only Python but coding in general (2 weeks in). i am...
Do you know what your servers are doing? If you have a metrics system in place then the answer should be "yes". One critical...
So I'm trying to use the cvxpy library to do some optimization and compressed sensing work. I'm following the directions at...
We recently had some power-users reporting that long-running python simulations would run out of memory. These power users...
Pandas DataFrame apply function is amazing functionality for those wanting maximum flexibility. But I do not get it, every...
The title says it all. The instructor has released minimal information on the final. I have done and turned in all...
Hello! We have a team here which is new to Python and one of my colleagues address me with something strange. The package I...
I wrote this posts on ways to avoid merge conflicts [https://dev.to/samuyi/how-to-avoid-merge-...
Hi Im struggling to make my code work. I need to be able to access numerous text files from multiple subfolders. Within a...
Hi All, I know this probably the most common post but just looking for some expert opinions. I know some basic HTML, CSS but...
Is web scraping a way to get data that is not available via API? e.g. a website may not want to share some information and...
I just came back to the office after a great weekend and found that a bunch of my helper scripts are now unable to run...
After reading a bit about poetry and going through the documentation, I'm strongly...
I need someone to write a program for me that simply encodes and decodes a message (ASCII). I've tried to do it before and I...
i need some help in preprocessing and analysing data. really happy about some tips. if you want to help me write me a PM or...
I have great interest to enter the world of programming and my choice of programming is python. In the past I didn't quite...
Just, wow. I'm posting this for all the other pythonistas out there still holding on to IDLE, just make the jump, it will...
I am a newbie in python and need to design a mechanism which finds common points(that consists of same letters in same...
I need some help please ! I need to seize the "Hello" string in the following dictionaries : a = { ’aa2’ : { ’aa1’ : 'Hello’...
It's a little hard to explain what I mean. Basically, I'm working on my own version of a higher mathematics calculator -...
I've been using PyQt5 a lot here recently and I'm constantly having to make new .ui files and convert them to .py because of...
I'm currently following [this tutorial](http://archive.petercollingridge.co.uk/pygame-physics-simulation/gravitational-...
Hi, for a school project we made code that finds and identifies Pizza places using google maps api. but we cant find an api...
Will pay money for someone to complete a python project by tomorrow. Project does not have to be long at all, just has to be...
Try not to give me the answer, I would much rather be told what sort of error I made, where it might be, or what sort of...
Hoping someone here might be able to give me some advice because I have been working on this code for 5 straight days now and...
Hello, I am more a JS and React developer and now I want to learn Python for a very specific goal. My objective is to develop...
I am following Stanford's CS231N lectures on YouTube and was working on the first assignment which involves calculating L2...
How much time would it take to learn Python form scratch? I am a commerce graduate planning to get into Data Science. Can...
I discovered a cool easter egg just now. I ran a quick DDG search and found nothing, so I thought I'd share. Search for pypi...
Using some python scripts I've collected data from 33 widgets. Each widget has up to 19 binary configuration settings where...
I have read many articles about how to implement this pattern in Java or C# taking advantage of these languages, but I...
Tell /r/python what you're working on this week! You can be bragging, grousing, sharing your passion, or explaining your...
Hi guys! I want to present you OSS protocol that design blockchain using python code for passwordless authentication. Can you...
Is that normal? my document contain Number of unique tokens: 17304 Number of documents: 391 And the setting of my parameter...
So I need some help with some code for a school project. We have been asked to create a game of top trumps for ‘celebrity...
Hi r/Python! I need some help creating a program (without the lambda function) that solves for the area beneath the curve y =...
I am allowed to use the readim function of cv2 but nothing more, I have to calculate the histogram data of .jpeg files...
Anybody use Cubes and cubesviewer in production? I will be very thanks, if you talk me about...
I am a computer engineering student and have been programming for a little over a year now. I just finished a Data Structures...
I am trying to run my website locally and when I run the migration command I get this error posted in the pastebin. I have no...
So I just graduated from a master of public administration program this past weekend. I'm already employed with a state...
GitHub to sort blurry images I originally built this to help my girlfriend sort...
I'm fairly new with Python (Using Python 3.6 right now) and made a script which will log into a website at work where we can...
So I have just started programming and currently use PyCharm. I am making a "shooter 1v1 game" with this code:...
Hey! I'm new to tweepy and I can't completely understand how to fully use stream.filter stream.filter(follow, track, async,...
Hello, I have also asked this question on stackoverflow, but it didn't really get any views or answers. I want to create an...
I started learning Python, my first programming languege, from w3schools. I...
I am looking for co-author for starting a book on python pandas..I have a great idea and strategy to help the pandas...
I am new with Python and I need to create a virtual environment for a project folder. Does anyone have a good step-by-step...
Hello Guys, I recently started my journey in an IT firm. My goal is to get into DEVOPS-AWS world. I knew that now a days we...
This is driving me bonkers, basically for an asteroids game I have a shield powerup that will randomly spawn on the map,...
Hey everyone! I am working on a client library which consumes protobuf data. I am looking for an existing library or project...
Hey everyone. Has anybody here played around with making a stock market bot that makes the plays for you based on the...
Do you know if there is a way to print multiple strings on one line eg For I in range(1, 10): Print(i) --output-- 12345678910
https://i.redd.it/m7neqcbdkw321.png I have written a Newtonian Gravity simulator in Python....
Hi everyone I currently just started python with the course i am taking and im having trouble following the instructor in...
Been searching for an answer to this for a while but haven't been able to arrive at an answer. Here is my class: class...
Recently got asked what the entire process was up until code under if __name__ ... is executed. Couldn't fully answer it...
I have been trying to learn C socket programming for a while, but have given up. Idk what is the reason but it may be because...
Does anyone know if/how you can mimic the PyCharm mark directory as sources root functionality in VSCode?
Below is the code which creates a rotating cube...
What's up fellas/ gals - I'm writing a script that reads form a CSV file with site, username, and password. The script...
Hi Everyone, I am very new to programming in Python. I really enjoy how readable Python is. I would like to build a classic...
I know inspect.isgeneratorfunction() will differentiate between the two, but is there any practical difference? This...
I am new to python, I want a code for extracting words from email body text. for that i need a code by using stanford NLP....
I can't wrap up mind around decorators. I have tried so many videos and websites. What's the point of having decorators?
Wanted to see how it is to program a game using PySimpleGUI. It was a way to determine what features are missing. One was the...
As there are many ways to set up your environment, I get really confused with what's the "industry" preferred way and...
Today I wanted to share with you my 80s style text-based game ASCII Combat, I have been developing it for 3 months and I...
Python Training Malaysia deals with hundreds of real-life scenarios that could be solved using a range of smart tools and...
I've bullied my way through a considerable number of Gunicorn tutorials and have Gunicorn working with a basic Flask app to...
Hey guys, can anyone help me with this questions on stack overflow ? ​...
Have anyone had any experience with monetizing python apps? Like placing ads on desktop python GUI programs or anything?
so for our class we need to write code so that it can detect if it positive or negative and if its even or uneven. for the...
So what I want to figure out is if there is something I can import that can recognize and find an image on a web browser,...
Sorry for this stupid post. It is a minor annoyance I installed icloud on my computer and I wanted to download all of my...
Two scenarios: class Foo(): def init(self, number): self.number = number def multiply_number(self, y): self.number =...
Simple and straight question : will python 4 see the day ... one day ? If so what are the major changes expected ?
Hello, ​ since I am not finding anything on google related to my "problem" I ask you all here. I am using the...
If I am updating a table weekly with fresh data. What is the best way to back up the previous data with new data...? These...
Hey all, I'm looking to create a program that consistently populates a PowerPoint template with a given excel file template....
I've been spending a bit of time on this app and I finally have a decently working version, The main server that I use for...
Need some guidance on how I would create a parser in python and to parse between 2 languages the first function parsing the...
I'm a newbie to Python, so I'm pretty sure I'm missing something. I have Node server that's shooting out JSON messages to a...
Interesting post about the future of pandas: [https://www.dataschool.io/future-of-pandas/](https://www.dataschool.io/future-...
Alright, so I want to install a module using command prompt and the error 'pip is not recognized as an internal or external...
Hi Everyone! I've been studying Python for a few months now to apply to my previous and now current role. I am a Solution...
Sorry for the noob question, but I am confused as to why python won't find a package it says it successfully installed via...
I have been using conda/anaconda on my Linux servers for my project and it had worked fine, until I decided to upgrade from...
Im on a tiny island and the local hospital is interested in ways to help things be more efficient. I talked to the hospital...
I started learning Python in school in my VCE 3/4 Software Development. We started learning Python at the start of the week...
So far in my short python career I haven't had to go down this route yet. I've (thankfully) been able to get by with dynamodb...
Hi guys, I am looking for a good online course, bootcamp, whatever you call it. My goal is to learn basic Python in 6 month....
I have to make an introductionary python course for some adults who are interested in starting to learn programming. The...
Hi all, very new to python and programming in general and need some advice please! I'd like to automate a process for work,...
Hi, I'm working with complex numbers (multiply,substract, absolute value). ​ input: class Complex(object): def...
This code : a = 1 def foo(): if False: global a a = a + 1 a = a + 1 print(a) foo() print(a) prints (Python 3.7) : 2 2 I think...
This code : a = 1 def foo(): if False: global a a = a + 1 a = a + 1 print(a) foo() print(a) prints (Python 3.7) : 2 2 I think...
Hello everyone! I have been referred to this sub with my question, is there a way to remote mac grab computers outside of my...
Hello, I am trying to test the user credentials. I have a list where people can pick a username that is on the system and an...
I recently spent entirely too long writing a python script that converts multiple multi-page TIFFs into PDF files. I found it...
With this (albeit stupid code) class TestClass: def hello (self, name): print(f"Hello {name}! ") return self def salute...
A little background: At work, I make a dashboard for clients where they can see the map of their campus including all...
I am going to attend a python masterclass. I find the content they told me is all about python. What else subjects would a...
Currently I’m looking to learn python so that I can automate and acquire data from instruments like a spectrum analyzer using...
I am running a python process on ec2, but I find out that from time to time the process would randomly receive one the...
I wrote a Python script to get the interface status of our network switches? I need the data to be persistent for a few...
This is my first post on this subreddit. Id like to create a program that can recognize text on a table and parse that into...
Just need to verify something, I have an app that is licensed GPLv3. My company is using it. We need to make modifications to...
I keep getting an error: UnboundLocalError: local variable 'a' referenced before assignment ​ But it only happens...
Hello, i was wondering how i could write a software to play chess online for me, at the moment i would just like to know how...
I just released a personal project of mine, ezpq, that is my attempt at the easiest, barebones, highly compatible parallel...
Where do I start? What tools can I use to help me learn? What do you think should be my first ever project? How long will it...
Please Help. I have beginner level knowledge in python with advanced chemical engineering background. I want to create a...
Hey! Is there a python library, that can help you with tracking which websites you are on and for how long time? I want to...
txt="What is life without life" letters_dictionary = {} for sentence_chr in txt: if sentence_chr not in...
First off, I know it’s probably possible to do, I just don’t know how. I’m making an If statement for reviving the character...
Hello Python Fam, I'm graduating soon from a fullstack software engineering bootcamp and I'm really interested in...
If I'm using Salesforce Desk to handle tickets, is there a way to automate the task of opening my CMS in a different tab,...
I have tried searching and cannot find a satisfactory answer. I am coming from a world of C#, so bear with me. My goal is to...
This guy on r/learnpython needed some help to count...
I updated my Anaconda distribution to the latest version, including Python 3.7, but I didn't realize that TensorFlow doesn't...
Im working as a sysadmin have some experience with python suddenly my manager asking me to build a intranet (enterprise...
Hi I'm currently a Product Owner after a 180° switch in my life (I taught philosophy before). It really bugs me to not...
I would like to code John Conway's Game of Life and need a library...
I am an Electrical Engineering student trying to learn python for the past couple of months. My problem is that, I cannot...
I just spend around a day to learn how to create pip package (bcz no one is do a good and short tutorial :'D) AND HERE IS IT!...
can someone explain pretty please with sugar on top? because wiki is hard to read for a laymen
I started learning Python for creating a Discord-bot, but i have no idea what else i can use it for. What are your uses for...
I am currently in school, trying to complete Computer Science coursework. I am using an encryption package called...
Hi everyone, I have some 600 sheets with multiple choice test to acquire data from, and I was thinking of scanning them and...
Morning everyone. Anyone know of any extensions that allow for version controlling of specific cells instead of entire...
Hey guys I was wondering if I could get some help with my code https://pastebin.com/MWtv5N5E...
I've been a high school math teacher for the last 8 years. In that time I've done a lot of small coding projects to help our...
I think I found the basic layout for a basic program, But I would still need to make some changes. Would a word processors...
I need a program to run with the peramaters below. If anyone could guide me in the right direction, It would help!! THANK YOU...
Plenty of CLI frameworks around, but never found the one that I really like so I decided to make my (small) one:...
Pretty much what the title says. Didn't find anything on the googles. ​ Would appreciate if you made it compatible...
pm me
My client is running Snipcart on their e-commerce website made with Python, and wants to automate their accounting. How would...
So as the title suggests, I'm getting into learning Python (have been a spectator in this sub for a while). I started reading...
I was thinking on using urllib or something similar to get the url of all tabs open as a list of strings, then parse it to...
Supposed to get the following output through .append method. Expected output: [ {'title': 'Healthy Living', 'company':...
I did everything as well as the button and the command but whenever I input a number to the Entry, it wouldn’t “save” the...
For school I had to create a math equation code but I can't figure out how to get it to repeat itself. a = int(input()) b =...
Hey guys, I've been trying to get into Finance for a while, but to no avail, but have always been interested in programming....
I have been getting data from a web API. But that is not efficient for large data sets, so now I'm getting these dim and fact...
Had Matplotlib however I would like to shave that 40mb off the overall package... and I’m only using it for basic bar graphs...
https://www.python.org/dev/peps/pep-8001/ >The results of the election,...
Hello Python, would anyone be willing to help with some basic stuff? I have a failed MacOS hard drive. I am trying to extract...
Pics, links and other things that helped you become good at python? Are accepted?
So i'm working on this little project around color names. First, I made a model that takes a sequence (encoded name of color)...
This week's top r/Python posts have arrived!
We are not alone!
| 1715 upvotes | 69 comments | u/raman_mad | r/Python |
My python bot scraped through all The Guardian articles...
| 936 upvotes | 78 comments | u/Gedanke | r/Python |
After 4 years of programming entirely in Vim and IDLE, I just...
Just, wow. I'm posting this for all the other pythonistas out there still holding on to IDLE, just make the jump, it will...
| 556 upvotes | 418 comments | u/seisvelas | r/Python |
[Fluff] If any of you need gift ideas for web devs...
| 433 upvotes | 16 comments | u/paralysedforce | r/Python |
Thonny: The Beginner-Friendly Python Editor – Real Python
| 318 upvotes | 24 comments | u/endlesstrax | r/Python |
This week's top r/Python posts have arrived!
We are not alone!
| 1714 upvotes | 69 comments | u/raman_mad | r/Python |
My python bot scraped through all The Guardian articles...
| 930 upvotes | 78 comments | u/Gedanke | r/Python |
After 4 years of programming entirely in Vim and IDLE, I just...
Just, wow. I'm posting this for all the other pythonistas out there still holding on to IDLE, just make the jump, it will...
| 559 upvotes | 418 comments | u/seisvelas | r/Python |
[Fluff] If any of you need gift ideas for web devs...
| 438 upvotes | 16 comments | u/paralysedforce | r/Python |
Thonny: The Beginner-Friendly Python Editor – Real Python
| 312 upvotes | 24 comments | u/endlesstrax | r/Python |
This week's top r/Python posts have arrived!
We are not alone!
| 1713 upvotes | 69 comments | u/raman_mad | r/Python |
My python bot scraped through all The Guardian articles...
| 931 upvotes | 78 comments | u/Gedanke | r/Python |
After 4 years of programming entirely in Vim and IDLE, I just...
Just, wow. I'm posting this for all the other pythonistas out there still holding on to IDLE, just make the jump, it will...
| 557 upvotes | 418 comments | u/seisvelas | r/Python |
[Fluff] If any of you need gift ideas for web devs...
| 441 upvotes | 16 comments | u/paralysedforce | r/Python |
Thonny: The Beginner-Friendly Python Editor – Real Python
| 318 upvotes | 24 comments | u/endlesstrax | r/Python |
This week's top r/Python posts have arrived!
We are not alone!
| 1713 upvotes | 69 comments | u/raman_mad | r/Python |
My python bot scraped through all The Guardian articles...
| 937 upvotes | 78 comments | u/Gedanke | r/Python |
After 4 years of programming entirely in Vim and IDLE, I just...
Just, wow. I'm posting this for all the other pythonistas out there still holding on to IDLE, just make the jump, it will...
| 567 upvotes | 418 comments | u/seisvelas | r/Python |
[Fluff] If any of you need gift ideas for web devs...
| 436 upvotes | 16 comments | u/paralysedforce | r/Python |
Thonny: The Beginner-Friendly Python Editor – Real Python
| 311 upvotes | 24 comments | u/endlesstrax | r/Python |
I wrote this simple wrapper for argparse because I wanted more flexibility in managing and writing arguments for my programs....
from selenium import webdriver from selenium.webdriver.common.keys import Keys from selenium.webdriver.firefox.firefox_binary...
I am looking for some project to do and I came up with something: 'lapi' - little API. Main idea is that it would be created...
On Amazon AWS EC2 I have a home directory listed at: /home/ec2-user and in this, I have a folder called: aws, inside of which...
Hey guys, ​ I want to find out what the best IDE to use for Python is. Gedit is starting to limit me. Anyone want...
I've made a few projects using basic flow control, classes, functions and the normal beginner stuff you would expect. Is the...
I was wondering, which is better and stronger option for creating GUI using python? PyQt or tkinter? I am not much familiar...
I can't really get PyCharm to function correctly at the moment and kinda need a new IDE, I just love the way PyCharm came...
Is python a good choice for making a 3d engine? Or should I use something else? ​
Does anyone have any suggestions on what book is best for learning python? Even though I am being gifted "beginning...
Official notice and more info [https://morepypy.blogspot.com/2018/12](https://morepypy.blogspot.com/2018/12/pypy-winter-...
I need some help to build some code for a school project that I don't have the time to work on because of work and multiple...
Hey Python Wizards! Hope you're having a wonderful Monday! This is a neat way to auto schedule your Python scripts on Windows...
I'd like to encrypt a text file using Caesar shift, with a shift of 6 in Python. How can I open a file, caesar shift...
I asked this same question in /r/learnpython with no responses, perhaps it's a bit beyond the beginner community so I thought...
Is it possible to create a PDF stamper that will change out a comapny's logos and meta information in Python like this site...
I've been running celery tasks on EC2 t2.medium boxes for months with no trouble. We noticed we were over-provisioned because...
Step-by-step beginners tutorial on building a lane detector. [https://medium.com/@chuanenlin/tutorial-build-a-lane-...
I'm suffering trying to make a python client for my Java Spring server using WebSocket with STOMP protocol. I already tried...
Here is a link to the code that retrieves and formats specific tick data and outputs to the console (or your other desired...
Hi, I’m a newbie to python and wondering what tech stack is suitable for me?
I am going to be looking for a python development position soon and was wondering if someone had any references for a few...
It's all in same bundle , I know most of you don't use it...
[https://packaging.python.org/tutorials/installing-packages/](https://packaging.python.org/tutorials/installing-...
import matplotlib.pyplot as plt import numpy as np import math ​ def force1(R1 = 5, g = 9.81, m = 50): fz = g * m...
I want to iterate over a df in parallel. Basically i am having a simple for loop and which is doing somethign row by row and...
Are there any great sources for scraping Amazon with Python?
I noticed a lot of Python tutorials specifically use ASIN's when scraping Amazon. Is there a way to scrape all products...
Hey all, this is my first post ever on Reddit and am reaching out to see what you all think of my project. This project is a...
Is there any way that I can change the toolbar color on IDLE (Python 3.7) to black?
I'm trying to find Twitter links on Twitch user pages. I can successfully grab the link on non-mature channels but mature...
Hi r/Python! ​ I had a quick question for you guys. I received an assignment recently and was wondering how to go...
Hi experts, I'm working on a dashboard project for my company. Requirements: 1) Scrape 3 values for each of 5 major products...
TL;DR - What are some interesting time-series forecasting projects I could try out on my own? ​ I've wanted to...
I am not new to python or pandas, but I am new to the Mac operating system and am struggling with Numbers. I want to read a...
hello there. I'm working on a piece of software since a while. I did it for me because I wanted some functionality and had...
What project are you currently working on? What is your role in it? How are you going about getting it done? No need to...
I have this large data file that contains information like: ``` Input from abc.jpg ..... First (1): 111, Second (2): 222,...
Python is at version 3.7.1 right now. Is Python 4 gonna be a huge change like 2 to 3? I really wouldn't like that.
Who are the major content creators out there in the pyworld? In the web dev world, we have YouTube channels like Traversy...
Hello friends! As an amateur python programmer I was running an earlier edition of VM Box on Mac OS Sierra and it's no longer...
I am a junior in my CS BS degree and I have 5 years of python under my belt. I am about to finish my semester and I am...
I want to make something like a bot or a third party app to filter any comments that I'm unwanted to appear in my comment...
Hello, I have user statistics extraction in a CSV and I am willing to plot it with matplotlib or any convinient Library. But...
Hello fellow Redditors. I have to make a program that will do the following things: 1. Take a sample of multiple input audio...
can anyone point me in the right direction for useful documentation apart from the usual documents for python http scripting?...
I'm using aiohttp with my discord.py bot, because when I used requests (which worked) it was blocking my bot. So I copied the...
I have around 300 pages in pdf format. I want to extract player names from the files in excel format. How to do this?...
Hello, I have a project that requires me to identify something inside an image like a truck or a symbol. I would like to know...
i'm trying to edit regedit keys with python using winreg the subkey i want to change asks for a REG_QWORD (64-bit number)...
Hey fellas... I'm struggling to get colors on my Bttn1 and Bttn2. I wan't them to change color when they're active. My...
This post goes through a couple ways of extracting dates from text (strings containing additional text beyond the date):...
I just wrote [this article about Command-line Interfaces in Python](https://blog.sicara.com/perfect-python-command-line-...
Tell /r/python what you're working on this week! You can be bragging, grousing, sharing your passion, or explaining your...
I really have no clue how I am meant to do this can someone help me with the error "while m != float('inf') and m !=...
I am a 25 year old college dropout and am currently a freelance writer. I have always loved programming during school and...
I made an AI that reads terrible poetry from Instagram accounts, mainly the #spilledink hashtag, generates its own, captions...
Hi guys, This is my first project and I’m trying to automate a process at work. For some reason, when using Selenium/Chrome...
Trying to keep my question as simple as possible, I need to know if and how it is possible to change "Page Labels" in a PDF...
Resumes are a great example of unstructured data. Each resume has its unique style of formatting, has its own data blocks,...
Has anyone done the full python tutorial, from start to finish? Interested in hearing...
I mostly see machine learning applications in a form of a Jupyter notebook. But they can take the form of Web applications...
Sharing my experience with implementing DI in python. Please share your thoughts and feedback....
In a project, something is still broken after we converted from python 2.7 to python 3.6. I'm still somewhat new to python,...
I just can't! How on earth do I install this? I am sure it's easy and obvious but if anyone out there can help me out I will...
There are too many choices when it comes to tools like venv, pyvenv, pipenv, etc. It seems like these days the recommended...
Hope this helps more people try WAMP out. Happy to answer any questions. ​
Good morning r/Python I'm working on a mid-sized project with ~30 classes spread across ~10 files. Is there a standard way...
So...the last time I did any programming was over 15 years ago and it was in C#.... Last night I get a call from my sister...
https://github.com/sepandhaghighi/pycm Changelog : * Gini Index (GI) added *...
An implementation of John Conway's epic 1970s computer game using PySimpleGUI. What a classic this one is. If you've not seen...
I recently got hired for a utility company to help move the company from postgreSQL+postGIS to esri software in order...
Is it possible to completely hide the code in the python script and still run it. I have tried...
Hello there, I require your expertise. So,Iam a complete beginner, and I was wondering something. See, if i write input("Are...
Hi Guys, I'm an absolute beginner in python and I was wondering if anyone could tell me the reason why my code isn't...
Python gets a new governance model
Hi all, I have a large CSV and it's made up with an "ID" column and a "History" column. The ID is simple, just an integer....
Hello guys, I currently am trying to print a JSON Object that is created within a method, but whenever I run the python file...
Hello, there. i'm a newbie of python now. That's, why i cannot fully understand what 'for i in xxx' means and don't know how...
Hello guys, So I have the following JSON object: sessions_json = { "VanDyke": { "key": { "key": { "_name": folder_name },...
Hello, I've recently released Quart 0.7 and Quart-Trio. ### Quart 0.7 [Quart...
I am a beginner learning python what is the best website that can help me learn??
Learning How to Communicate in a Remote Team and Perfecting your Business English Helps You To Join Global Freelance Projects...
Hi! Does anyone know how to bypass selenium detection on websites? When I’m trying to login to textnow.com I get an error...
I don't know much about programming but that hasn't stopped me from programming. I created a project for myself to create a...
Hi, I've been coding in Python for awhile and am far from a beginner when it comes to programming (I've been doing C# for...
I am generating a single log file with key-value pairs. It gets updated every 18 hours or so. I would like to: * Generate...
Y’know cuz index
Hi there, I am fairly new to programming in general, I've done some intermediate work in HTML and CSS and did some very...
Hi I’m wanting to learn python on my chromebook but there isn’t a download file on the website for chromebooks. Is there a...
Hello dear Reddit community! I'm currently working in 2nd level techsupport and among other things I've made it my business...
Any tutorials or projects on Pythons and plotting data on Maps? Just want to do some cool interactive maps at some point....
I have been getting a syntax error on my code 'lbl2' and I don't know how to fix it. It's on python 3.7.0 from tkinter import...
Is there a python script that i can run on my pc to generate a bitcoin.I need it for a project.It could...
Background: Hi I’m very interested in wanting to learn how to code, specifically coding to develop video games. I’ve always...
Hi there, im a beginner with python and so far i love it, i already made a small webscrapping project using beautifoul soup...
I have a professor who wants us to make a program witht hese benchmarks and im so confused on the project as a whole and...
Hi everyone. I have a web application deployed in Azure Web App Service. It was working well until this morning. Azure has...
Kaleidoscope is a Decentralized autonomous organization being built & developed by crypt noobs /junior devs who are...
Basically, my work uses several different online services that all contain data that I have to generate several weekly...
Hello, I have a TCP socket based interface to a set of audio processing algorithms. Currently it has an on-demand forking...
I'd like to get a sense for what the usual semver practices are. peru is dropping...
I am new to GUI coding as I have only learnt this today. I have created a demo main menu screen of a video game, however, no...
In order to delete the duplicate files, first you need to click on the Remove button then select a file which you want to...
I am an Intern. I scraped some 15 sites using bs4 at once. Now the problem is I need to write them in a CSV file and later...
So I'm starting to learn Python and I was trying to come up with a code for the Bhaskara's formula and apparently my results...
Hi, I don't really know where to ask so I'll ask here. This isn't intended to be advertisement, I actually do need some...
Hi, I'm doing a project with python that requires me to send data, delete data, and get data from my web server's MySQL...
So, I am making a project on python that controls PC with voice. I am able to use capture the voice and take actions...
I am currently playing with asyncio and other variants of it like aiohttp and ayncpg. They look very promising to me but I am...
I've been programming in python for a while, but I still feel like I'm not an "expert"; I feel like there's a lot under the...
Hello, dear python users. I am new to python and I was hoping you could help me. I am trying to make python insert some words...
I'm building a script that fetches bunch of data and computes stuff out of it. I'm trying to keep my functions easy-to-read...
Hi, I made a simple Python script which places heart on currently playing song on spotify. It saves me a ton of time a day by...
Does anyone have any recommendations? I have done the basics with treehouse, but haven’t used python in a while. Would like...
the apply function seems like to have something to do with the invocation def add(a, b): return a + b ​ we can do:...
I do not understand I can see a lot of big projects made with python but people keep sayin' that
Hello everyone! I'll keep this brief - I want to get everyone's ideas of what they liked and didn't like about r/Python in...
I wanted to know if there is any library/framework that can draw/animate in Python, something similar to D3.js for example, I...
I want to learn cyber security in python, i know python 3 but a lot of cyber security books are in python 2, which is a bit...
I know that web apps require html css and javascript but I want to know if there is any library in python which allows to do...
Jupyter supports letting user switch between interpreters/kernels, right ? Here is [my PY2 & PY3 env...
how do I create a loop until either 1 or 2 is entered? ​ print('Menu- 1') print('Quit - 2') menu = float =...
Hi, I'm writing a script that uses the "requests" library and need to install it locally in order for the code to run....
I'm sure this is a really silly question but here goes. I've just started learning Tkinter, and I know that I can use the...
I just opened this issue today...
Hey guy's, So I'm making a little program to help me find the courses which I have quit on memrise which still have "words...
Hey guys, i wrote a script that converts the entered keyword to an image drawen with ascii...
Hi /r/Python, I made a pretty simple flake8 lint that replicates lints for Rust and Typescript. [Clippy's...
I have program that I use to trading. I want to make a GUI for it so that I can enter some conditions a form, click "RUN" and...
​ I am making a script for science class that will scrape this website (skyward.smsd.org) but whenever you log in...
I am trying to start coding/learning Python and I'm wondering, what specs on a laptop should I get for programming languages?...
I’m new to Python. I have worked on C, C++ before. I’m currently using PyCharm. Which is the best IDE to make small...
I'm trying to do a project where I convert music heard from a microphone into readable text on a computer. Is this possible?
Trying to make a file organizer that also extracts zipped files and need to be able to delete files that don't match the...
Hi, there :) ​ I have some trouble that can't display pyenv path using which command, but can use pyenv very...
Hello guys! I'm working as DevOps Engineer for a Vietnam based crypto startup. We run our infrastructure on DigitalOcean and...
Python is such an awesome tool to start testing and implementing machine learning. This week I've been learning all about...
I'm creating some code to assist me with learning German and got stuck with something. How would I allow inputs that have...
I am working on a simple program that is going to display a list of items, with multiple views for different lists. I would...
Hello guys. I recently found that you can send emails from [domains that you don't own](https://sendgrid.com/blog/dont-send-...
I just started working on the (Advent of Code)[https://adventofcode.com/2018/day/1] challenges and I'm having trouble...
I've been using npm's husky in my node projects and looked for something similar in...
Hi and thanks in advance. I am creating a basic web scraper which adds a dynamic field (scraped with xpath) to a static url...
Hi, i'm creating a new telegram bot with python using Telepot. I wanted to create a scheduler for reminder. Like if it's...
tl;dr I want to make a web app that tracks bugs for my company. Any gits out there you'd recommend I check out? The...
As the title says I have been having a problem with adding and removing blacklisted IP's. I posted my problem to [stack...
Recently, my party in Dungeons and Dragons has taken to frequently summoning a Giant Constrictor Snake. It's notable in that...
I want to make an interactive simulation of the A* algorithm and Djikstra where I pinpoint a bunch of cities on a map and...
One main application of itom is the development and operation of sensor and measurement system for instance in a laboratory...
College student, want to just spend like an hour everyday learning python slowly. I have a lot of the books, videos, etc., I...
I have a coding book and just downloaded Python 2.7.12 on Windows 10 and the book shows python 2.7.11 Shell but mine just...
Hey everyone! My name is Dillon and I'm one of the organizers for SciPy. Some of you have probably seen talks and tutorials...
Like the title says I completed my first project outside of basic "hello world" kind of things. I just started learning...
I am trying to write some code in a Python 3 Jupyter Notebook and would like some help. I want a loop which displays an SVG,...
I'm getting familiar with Python 3 in Emacs coming from lots of C/C++ coding, mostly using the GNU toolchain + Emacs. I've...
I've created a Python library that contains many useful functions. At the moment, It's called Quilt but I've realised that...
I want to build an interpreter that'll make use of some custom word for the above mentioned types of functions. How can I do...
I tried to install PyPDF2 and textract for extracting text from a scanned pdf but I got error while installing the textract...
I recently attended a Python "free course" where they were advertising python courses for people trying to pick up...
Hi, I am generating simple fractals using python turtle. My final goal is to do some computations on these fractal images,...
Hello fellow Redditors, ​ I am asking this for a friend. No, really for a good friend to whom I want to give the...
I want to build a web application that allows users to upload a .csv file that contains a column of strings, and a column of...
Get this all 3 pythone programming guide free and enhance your skill in python Take this Free -...
Here is a link: https://github.com/roman-ku/reddit_utils The web app is designed as a sort of collection of reddit utility...
Hi everbody. I work on a shape detection system with using KNN algorithm. I want to train data in my computer and save the...
I've tried doing several tutorials and I have installed bs4 however whenever I import it it says beautiful soup does not...
A bit of backstory, I have been in for just under 16 years and my and my wife are both ready to end the deployment cycles....
Hey, I'm using Qpython on my Android device. I know that there is some specific modules for Android in this application (like...
Which are the best libraries out there to manage XML files? There's a prticular one that you usually use? Why?
I have tried numerous amount of times to delete python 3.7.1. It still keeps popping up and when I try to install 3.6.1...
Hi All, I am calling data from an API and parsing it into a list. It is a findAll and I have .text everything. My problem is...
I'm new in python, what is the difference between these two? x = "b" y = "a {}".format(x) vs y = "a" + x
I'm having a programming exam soon and I'd like to train my code reading skills. Example: https://i.redd.it/tngn24wp2w521.png
I asked this a while back on /r/LearnPython and here with no help. Thought I'd give it another go! -- I'm essentially looking...
Hi All, ​ I've just found out about https://pythoninstitute.org and it looks pretty...
Dear users, I am new to programming and I would like to know if it's possible to desactivate the build in fonction of my code...
Dear users, I am new to programming and I would like to know if it's possible to desactivate the build in fonction of my code...
I'm trying to make a coordinate based system with a grid but my code isn't working right roomPosition = [] `roomX =...
Always been a network admin/architect and never got into code, but lately i've been looking at getting myself into some...
I see Python support is still being updated from time to time for this game engine. I think I want to give it a little...
Hi all, So this year has been a great year for me, and learning python has been one of the main reasons for that. I really...
Using the example from the official doc sound/ Top-level package...
Hi, I'm new to Python. I'm trying to make a simple calculator program where the user inputs their mathematical symbol of...
Hello Reddit, For a video related project I need to store (ordered) a list of objects inserted for the last 30 seconds. Is...
Hello Reddit, For a video related project I need to store (ordered) a list of objects inserted for the last 30 seconds. Is...
Oy mates, so I'm currently doing my finals project and using Python, at one point I needed something kinda similar to the...
Hi, I'm new to Python, but I want to try to create a Script that installs other Software for me. I already figured out how to...
It was made with python3, PyQt5 + Scintilla. Find dead code in your project (using vulture) Check if your code is correctly...
The Code : Github Link Hey Everyone! So one annoying problem...
I am just trying to test and play around with Cython, but there are always errors for missing files and deprecations. Why do...
I have some code that parses arguments in a (hopefully) testable way. I'm stumbling on how to test it when it exits due to...
Github: https://github.com/pri22296/beautifultable PyPI:...
Hi, I'm writing a script to automate some tasks of my job. The script uses pyautogui and its click function, which relies on...
It's been 2 months ago when i was starting up, an idea came to me, why not write a script that downloads web pages, i was...
Big data analytics / data science: I was at an H20 ai conference and a speaker referenced pandas as incapable of performing...
Hello there! For the last few months I've building this desktop software (using Python 3.x, PyQt5, few **Third Party...
Hi everybody, ​ i am using an amd A6-6400K API with radeon and i was wondering if i can use this to run python on,...
I’m trying to send a email of a txt with smtplib I can send a normal email just fine but this won’t work. s.sendmail(email,...
This week's top r/Python posts have arrived!
The entire MIT Intro Computer Science class using Python is...
| 2343 upvotes | 80 comments | u/StreetStatistician | r/Python |
Python Virtual Environments: Extreme Advertising Edition
| 1910 upvotes | 284 comments | u/ase1590 | r/Python |
Xpost from Woodworking
| 1070 upvotes | 87 comments | u/Sarcastic_Pharm | r/Python |
Python is now the programming language with most questions in...
| 842 upvotes | 115 comments | u/katakoria | r/Python |
Understanding Python Lambda functions and why they are useful
| 416 upvotes | 41 comments | u/pylenin | r/Python |
This week's top r/Python posts have arrived!
The entire MIT Intro Computer Science class using Python is...
| 2343 upvotes | 80 comments | u/StreetStatistician | r/Python |
Python Virtual Environments: Extreme Advertising Edition
| 1909 upvotes | 284 comments | u/ase1590 | r/Python |
Xpost from Woodworking
| 1067 upvotes | 87 comments | u/Sarcastic_Pharm | r/Python |
Python is now the programming language with most questions in...
| 839 upvotes | 115 comments | u/katakoria | r/Python |
Understanding Python Lambda functions and why they are useful
| 412 upvotes | 41 comments | u/pylenin | r/Python |
With Python, is it possible to create AIs that learn them selves and you can have a full conversation with?
Started with Python about a year ago, and haven't touched it since February. After spending the majority of my time learning...
It's a little bit more complicated than that, let me elaborate an example here: List1 = [a123123, nnnnnb, 243423,4231423]...
Can somebody help me to solve the following problem? ​...
What is the best practice for using pylint in virtual environments? I do not want it to be included in my requirements.txt...
(Not the R language extension, but the PyPy subproject) I can only find either an outdated PyPI package or the source for...
I am writing a queueing system in python. How can i get a python script to be able to read/write to a blank...
I need to update param file [that looks like this](http://dwbitechguru.blogspot.com/2017/02/sample-parameter-file-and-...
I recently started familiarizing myself with Numpy and Pandas, primarily through looking at the quickstart...
"The reason to use classes is similar to modules but instead of requiring multiple files for different groupings, we can add...
I am working on a project for a client. The project required collecting data from various devices and storing in the...
I recently used AutoML to create a noodle classifier that will tell me what type of noodle is in the image. I have trained it...
I'm about to learn some basic data science and I've got Python3 installed via homebrew, along with pip3 automatically...
https://www.python.org/downloads/release/python-372/ The new breakpoint()looks pretty handy:...
Hello World! I'm Marco De Cristofaro, a Venice based graphic designer. I started learning Python as my first programming...
I have installed imongo kernel from here (https://github.com/gusutabopb/imongo) to...
Hello Redditors of r/python, I am a beginner at Python and would like to create a telegram bot to port channels and groups...
Hello fellow reddit users, I ama complete beginner that has no experience with coding at all. Where do I start and what are...
An empty row ( [] ) will insert a divider Pass a string alignment method (eg. str.center) to justify...
This is what I achieved in the form of my final year project. The goal was to understand the integration of IoT with web...
New to Python, using Spyder, tried the pip install pyperclip line in the IPython console, and it is telling me I have to run...
I have an Python assignment. College scheduled is changed, so I can not make exercise on my own because it is time consuming...
Hi all, i am trying to build a python GUI wrapper around a powershell script. I am able to configure a qbushbutton to run the...
About to finish up this application and wanted to see if I could get feedback on it. I've made a 6 minute video...
I am trying to insert data from an API into a local postgres table. I am obtaining sets of data, filtering the API by...
I'm new to python, but not new to programming in general. I think I mostly understand the concepts involved. Here's the deal:...
Hi guys, I have a script (python script) that should be called inside a python script, but it can’t stop the flow of the...
I can't believe how awesome Python is! I tried to manipulate a JSON file using c++, all what I can tell you is that it was...
Hey everyone, I'm fairly new to Python, but I understand the language enough to be able to create TUI interfaces and script...
Hi all, I am currently working on my masters for applied analytics and I am currently in the Python course. This is going to...
Makesong - Singing in Code, a micro:bit teacher's workbook, dropped on Kobo in October. They dropped a micro:bit music video...
help me The first is the code, the second is the error message, how to correct it. Error: 'set' object has no attribute...
I have only taken one class of python (last thing we learned was classes) so I’m still new at python. I was chosen though to...
My grandpa died 15 years ago and as of this year my grandma has been put in an old folks home because even though we tried...
i am looking for projects that I can participate in that are: -high traffic(with large number of users) -high data volumes...
Hey guys! No prior programming experience. I feel like I just took a huge step today and actually started on Python. I...
Tell /r/python what you're working on this week! You can be bragging, grousing, sharing your passion, or explaining your...
Hi everyone, I have made a simple task manager for a raspberry pi and my goal is to display the information on a Canvas. It...
I’m writing this from my phone so I’m sorry that I do not have any screen shots but I’m trying to get Geany to locate python....
srtsync is my first real opensource python project It is largely inspired by [py-...
Is there a python github for stable not alpha releases?
Hi, I want to keep all my data science projects in one place and have installed Anaconda for this. Is there a way to add...
I've built a class Foo with attributes that I get/set using @property/@value.setter(example below). Let's call one...
https://github.com/Djsurry/music-downloader ​ I made this to...
I'm looking to search large bodies of user reviews for sentiment topics - i.e., how people feel about specific product...
“Tracking Vehicle Speed Using Android Phone” by Shivam Tiwari https://link.medium.com/82R2ou0vWS
Got into a problem when going through one of the first few exercises on W3Schools practice exercises. It was wanting me to...
I have been developing a weather reporting website. It is a simple weather reporting website, however the only twist is that...
I know it’s light weight but are there any companies using it in production ?
I know how to code in python pretty well, but I don't have much ideas for things to do. I will gladly make suggestions. Going...
I tend to use the built-ins as short-cuts for writing for-loops, but this sometimes comes at the cost of readability. For...
Does anybody know any good python modules that can read data values from websites? More specifically I am looking for a...
Can someone please help me through TeamViewer to bring a working below-average-complexity script to 100% code quality? (I'm...
Hello. I have a script, in a virtualenv folder. Modules installed and the script runs just fine. The script uses geckodriver...
I want to develop an app that automates tasks from multiple applications. There needs to be a way i can "beautifulSoup" the...
Thus far i have seen only Contentful providing official SDK. Any other alternative recommendations, please ?
Hi, I know Python, Javascript, HTML, CSS, Java, SQL ( GIT is that counts ). And I'm 17 years old I was wondering what type of...
Hello people, I've uploaded a python module named 'textcleaner'. This one is for text data cleaning mostly for NLP guys. Use...
Really dumb question, but I have pretty much no background in programming. A few months ago I started to make some simple...
Hi guys, i'm trying to learn Pandas and NumPy here.. I figured I'd play with a real database we have at work rather than...
Is there any library that allows me to know the volume of bass, mids and trebles in real time from the system output?
Hi! I have a portion of code I would like or run just once. There couple of example online how to implement Singleton classes...
I'm coming to Python from Lisp. A while back I used to code in Scheme and Common Lisp on Linux using a number of...
Do I need to install Django like numpy, xlrd, etcetera or does it come with python itself? And it would be of great help if...
How do we get client's ip address for a web app running on django on python anywhere
What would be the best way to parse a PDF with python? I am looking at keeping the general structure of the document but...
Hey guys, I'm pretty new at Python. Was working on a code today, everything was fine, but after I took a break/shower, I got...
I have a basic understanding of Python, but not very in depth knowledge. I want to dive into Python during the Winter months...
Hi all, not sure if this should be in the raspberry pi subreddit or here. It seems more of a python issue, but can post...
The Point Processing Toolkit (pptk) is a Python package for visualizing and processing 2-d/3-d point clouds. At present, pptk...
Hi. I've got some coding experience, but I'm new to python. I'm using PyCharm as IDE, which also highlights when you're...
How do you add markers to a Choropleth Map in Folium? I know how to add it to individual location markers but looking for a...
installing python3.7 with altinstall is not seeing some modules. Is there a reson why or how to fix? its not recognizing some...
​ https://i.redd.it/spg1bo3o7p621.gif ​ Now you can easily run your own system monitor program down in...
I've been trying to get the nerve to write a GUI utility in python for a while, but the furthest I get is 30 or 40 lines into...
I have an object that looks like this h[x][0]. When I go to print it out ... it prints perfectly to 'MHH'. In my test I'm...
As a junior dev i can honestly say that experienced programmers generally are the most skeptic and doubtful people i have...
I decide to study Python online during my free time. I just wanna have this skill and do some related work. Any advice? any...
let's say i have a library written in the style of "object-oriented C" - so i have typedef'd structs representing objects,...
generate lists based on a selected number, so if selected number is 3, it will generate 3 lists of a list of variables. If...
I'm running flask 0.12.1 with python 3.5.3 on raspbian stretch - I have flask web app that runs fine inside the venv, but...
I am new to python and I am still learning, I tried creating a simple function with if statements but I got an error, could...
Hey guys, experienced python web developer wondering from you smart people if it would be possible to see how long a button...
Is there a URL, where I can Enter a Variable, that will search for that Variable on YouTube and automaticly select the first...
Is there any library that connects to an API that has code compiler functions? ​ I found about [hackerrank-...
I have started to put all tutorials that are intermediate to advanced level in the field of python. [Check out the topics...
I'm a newbie to Python but I have over 10 years experience in building VBA based solutions in Excel and Access. The company I...
Am asking from ignorance. Google searches aren’t very helpful on the comparative aspect. I mean, I can understand why people...
Hey python people, so I'm not a programmer per say but I've used python at work to make some aspects of my job bearable. I'm...
Hi all, ​ I have two problems First I have this code: plt.figure(figsize=(12,8))...
Hi all! Disclaimer: I'm a language dabbler. I've liked my Python dabbles because it's quite straightforward to work with and...
Story A: I've learned some basics about Cpython and I know that just by knowing a single variable type Python code can be...
Hello, I have 3 variables and those variables are numbers. I want to pick one which has minimum of those 3.. BUT There is a...
https://pastebin.com/gkCyjmgW My first ever useful GUI program to ever see the light of day! Please let me know how you like...
By non-trivial I mean something you can't find in all those thousands of tutorials that rehash the same content..
Hi, when developing big(ger) programs, it is nice to have a clean ToDo list etc. So far, I've been doing this in Sublime...
today I have a comment. I know java, c, c# , SQL, perl, shell scripting, and even some cobol. Here's my comment. Feel free to...
Free or paid, I'm looking to get a jumpstart on python before I get a laptop that can support it.
Hi, ​ I am writing an application using Tkinter. I want to stylize everything in my app so i found the very...
Greetings! A little bit about me: I'm QA automation guy, who use Python in daily basis. I just want to share my home project...
I simply can't get anything working. I like most people don't have months to do independent testing and tweaking of async...
Does anyone know why Python uses string.join(list) instead list.join(string)? It feels weird to me, since the list is the...
I'm going to be working with Python for my first full time job and so I'm looking to really get into it and learn. I usually...
I've faced huge problems trying process lot of data from database. So I've found out, that I really suck at Python threading...
I've been learning Python for a few months, made a few decent scripts to practice (a word game and a script that automates a...
So I have a garage door opener / status running on a raspberry pi. Everything works fine, except I want to be able to display...
TL;DR: I have a program that parses an "event log" webpage, and then sends those logs to Logstash. Most of the event log...
Hello, ​ I am not sure if this the right thread to post this on but I am representing a patio construction company...
So let me elaborate a little bit. I paid a programmer to make me some software not long ago. I got the rights to resell it so...
I'm trying to build my own API - something I've never done before so let me know if I'm way off track. ​ **Use...
Does anyone know of a good python package for Random Survival Forest?
My end goal is to do 2D animations in pygame, but I wanted to learn the basics first so I made this little thing. It was very...
I want to turn on an LED i have set up on a breadboard along with my Raspberry Pi using my iPhone! I have everything setup...
I am fairly new to salt been using it for a few months and fell in love with it. I find it so dang cool but I want to expand...
I want to learn a coding language. But I’m clueless as where to start. I know i want to learn python but if i could get some...
I'm starting to learn Python and reading some reviews and comments on this subreddit seems that this book will be a good...
I am a Ph.D. student in the remote sensing and GIS field with little to none programming experience and skills, now I find...
I'm new to this, so be gentle. Wondering if Tweepy is still the best library for python? The documentation seems robust, but...
I've been working on this project for a long time and suddenly something happened I don't know why. I would really appreciate...
I have this school project in which I have to use Python, I will write an algorithm similar to Djikstra but using a different...
So, First of all, hello everyone. I've been a long time lurker here and learnpython. You guys have help me more than I've...
Morning, everybody, Is it possible to run a python script that is on clipboard ? This is: I create in memory a script varying...
I just finished my first Python class on coursera last week and I don't feel like it was very useful. Yes, I did learn some...
Hi, ​ So I've learned python a few months ago and I am now pretty comfortable with the basic stuff. I have that...
Hi everyone, I'm beginning to study comptia A+ and want to throw some python learning and Sql as well. I just have a question...
I'm doing programming for few years, using python mostly. But today i realised I'm not that much interested in it. I know I...
Is there a site Where I can post a code in progress that would allow the code to be changed & saved right on the site ,...
Hello everyone, new poster so my apologies if this is a tiresome question. I've just started learning Python as my...
Hi There, I've prepared a piece of code, which intention is to log as a root user. I can't use "sudo" method because that is...
I formatted my computer recently (upgraded hdd to ssd) and am now sitting down to install python again, which brings me to my...
There's a bit of a learning curve to it, but I've been enjoying using the curses module to whip up some simple terminal...
So my background is like this: I have a BA in IT. I have worked as a tech support but i hated it. I'm in my early 30s and now...
Hi guys, I am experienced developer in Ruby, Perl, js and Scala. Want to learn Python but i want to skip the newbie books,...
Hey guys! Right now in my code gspread creates a new worksheet for statistics, the name is...
Hello all, I'm working on a personal simulation project and I want to include features such as friendships, alliances,...
It's funny. I keep reading all these blog posts about how 'Python'is the future' and 'Python is the best language', but...
I'm a newbie trying to learn python. I am using VSCode to write python code. I downloaded the Python and Code Runner...
I apologize in advance as I’m fairly new to this type of thing and never really created a python web application before. I...
I been a PHP developer for 6 years. I am looking to switch languages and jump into Python; however, I naturally have...
My knowledge is extremely basic, I completed the CodeAcademy Python 3 course about 2 months ago but thats it. How do I go...
I made a piece of crap and it's a piece of crap but it's MY piece of crap so I'm proud, here it is: yeet, yate = 3, 6...
I saw there are Python book and Java one. Other books are more like science ones and physics. Still this book alone is worth...
Super basic question but I've recently started a Coursera Python class and I can't figure out how to open a .txt file. I know...
I’m looking for some guidance... I am a qualified accountant looking to learn how to code to build programs that can assist...
Are there any decent alternatives to selenium for filling out a web form? Selenium seems to do a lot of work, but I need some...
https://github.com/nurdtechie98/drive-cli Get the ability to access Google Drive...
I was learning how to use Jupyter Notebook along with Virtual Environment. The first google result was [this...
So recently I have been trying to get into computer programming. I've decided to start with python. I attempted to install...
I recently started coding in python and was trying to make a grade book for a weighted class. I got everything to work except...
This is the error: Traceback (most recent call last): File "game.py", line 54, in <module>...
// There are many situations where we'll need to iterate over multiple lists in tandem, such as this one: animals = ["Dog",...
How do I delete a kernel? I created a virtual environment via the console, used pip to install ipykernel and then installed a...
// Comparing a value to None will usually generate an error. This is actually helpful when we're writing code, because it...
I'm working my way through the automatetheboringstuff guide, only a few chapters in - learning the very basics. One of the...
I recently started to get some more into Python for automation and basic analysis. Naturally when you google a certain...
So I'm making a project to study classic cryptography and I'm running into the issue of how to organize things nicely. Here's...
Hello all, I've just started my journey to learn python and have downloaded python 3.7.2 which gave me IDLE and the python...
About the Course Python is an interpreted, object-oriented, high-level programming...
Try to guess if the article's title comes or not from TheOnion :...
I'm attempting to use Python's http.server as a dev server for a SPA framework, and am curious how to set up SPA routing....
​ https://i.redd.it/wv2it8uiy8721.png LEFT PIC: I am trying to import the Coin variable from another file (RIGHT...
Merry Christmas! First of all, I know I have /r/learnpython but I thought it would be better to ask experienced professionals...
Title says it all. I was searching for a little project to learn python with. I've never found a complete source code to do...
Has anyone seen anything to scrape listing from tvguide.com? Nothing seems to be out there. Don’t want to reinvent the wheel.
I would like to know how to show the content of a full row only by typing the word insite the first column of that row, THANK...
Questions like this don't seem to be against the subreddit rules so here goes: I'm trying to use a package called parasol to...
Hello all, I’m new to this community and python in general. I am writing a script in pycharm that utilizes nmap to run scans....