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
1 messages ยท Page 13 of 1
Tell /r/python what you're working on this week! You can be bragging, grousing, sharing your passion, or explaining your...
Hi, I want to get a list of files in a directory (Win 10, Python 3.7.0) and simply try: lst=glob.glob(szDir+"/*.xml") One...
Does Python have the concept of tree shaking, as is the case with bundling in JavaScript?
Wasn't sure if it was best to post it on here on in the React subreddit, so apologies if it's in the wrong place - I'm...
Everyone is saying Python is growing like crazy and it is something you should definitely know... but where are the jobs? It...
HI everybody, I am a total noob in python; had used it for a while before, then tried to do as much as I can in bash (which...
Hi all, Can someone explain how to avoid this? I'm trying to create dynamic methods using lambda functions but it always...
I just wanted to let my fellow Python developers know that my newest book, "Creating GUI Applications with wxPython", has now...
I would like to create a text based game in python in the same vein as old DOS games. In order for the game to function as...
https://www.facebook.com/groups/PythonMiami/ ​ Topics are going to...
https://pastebin.com/HnnJVMsA Could anyone help me out? My goal is to run this script on a loop every 1 minute (60 seconds),...
I have a table that contains ID, Name and Image as headers. The table already contains data for the ID and Name. I also have...
Is it important to put emphasis in studying positional list data structure for software engineer interviews
Hello, I have been using python for about a year now and I have worked on numpy, matplotlib and some qt5, but my question is...
Hey Everyone, I'll be graduating with a BS in Biology soon and I would like to learn at least one coding language as I move...
I have been googling for a while and coming up empty. Maybe I am not using the right terms here, but I am looking to see if...
The title pretty much says it. I'm currently in grade 11 and close to finishing up my computer science course, however we are...
Ok, let me clear up what the subject is. My wife works as a nurse and since I'm in school learning python, I wanted to start...
I have created a program utilizing openpyxl that the user selects an Excel file we use at work and a location (folder) to...
I didn't do test driven development on this project and so I didn't do the thing where you write unit tests and then you know...
What are some of the "coolest" modules you use in your programs and what do they do?
One effort, for those who have heard of deep learning, but find it challenging to implement different algorithms. The...
Hello guys, I've been trying to install PySimpleGUI on Linux Mint. Pip and tkinter is installed and is upgraded, but whenever...
Can someone shed some light on this for me? I am following the Python Crash course and I feel like I have a pretty good grasp...
​ [any idea what is wrong here? code runs perfectly fine, but pylint has something against it. beginner in python...
Hi - I'm trying to code a string calculator and I've got this issue that python won't let me do 2.0^3.0 as it says...
So I am using Windows 7 32 bit and Anaconda 2019.03 running Python 3.7. When I use the command line to pip install a git...
I want to try doing this but I have minimal python experience, but i have experience programming in other languages. any...
Hello /r/python, ​ I am looking for a python library that can automatically generate class and module definitions...
Made some updates to my notification library you guys might also find useful. There are a bunch of instances where I run some...
This question has to do with good coding practices in general. If I am reshaping a 1D array named "table" into a 2D array,...
Hey do anyone now a good well-documented web-crawler that work on a raspberry pi 2B, preferably compatible with python 2.7. I...
I can't scrape the text of some elements. I am using xpath, either the full path or div[@class='']/... I wonder whether the...
I just released dictfier, a library to convert/serialize Python Objects both...
I just released django-restql, a library which turn your API made with Django...
I'm trying to make a Labyrinth and I need that some kind of Label moves with the arrow keys,but it doesn't work, someone can...
I have data from a table that is being imported from ArcMap using the ArcPy function TableToNumPyArray. It should be of...
Hi, I have problem with running automated migrations with alembic library (I use raw alembic library). So this is setup of...
If you want to start a career in deep learning, you will come across various deep learning interviews. Sharing some of the...
I have a folder with 12 files, how can I create a function that throws a signal if the number of files changes from 12 to 13...
Hi, so I'm trying to find different biomes in an array. Basically the array is a 1024x1024 numpy array of integers from 0-16....
I recently saw a post on r/learnpython where someone with ADHD was trying to develop a screen blocker to help focus on the...
I've found this Python script, and it supposedly turns an SVG into a HTML canvas, which is what I need. I don't know how to...
I am currently researching ideas in designing a web application where I'm thinking of using python as my server side...
Hi guys, I'd like to ask a question. I work in the oil and gas area and one of the worst things we have to handle is the lack...
Hi, am trying to parse a text file given to me for an assignment. An using sys.readlines() to get the lines. In sublime text...
I love the website, Automate the Boring Stuff, but its definitely old. I find many libraries work, but I'm curious if there...
I am looking into json manipulation and came across a section talking about using the pickle module for serialization. I am a...
How to fix this python error? ​ Code: from selenium import webdriver import time ​ username =...
I'm working on directed, weighted graphs (transportation flow) using networkx. Most or all of the community detection...
I'm working on a video replay app, and I've been storing recorded video as a list of frames. So I have several questions: 1)...
Hi Redditors, ​ I work at a university and am trying to help with a climate project. One of the students wants to...
Iโm taking over a very large Py2x project with very little tests and previously no build infrastructure. To help maintain...
Hi reddit python users, ​ I am looking to sum up the values of a particular column 'FaultOperations' over a one...
Hi, Is it possible to fetch last one hour mails using python?
I can't figure out what this concept is called. I'm trying to figure out the terminology so I can read more about it. Here's...
I am a beginner/hobbyist so any point in the right direction is appreciated. I would like to make a python application that...
Iโm beginning to learn Python, and I appreciate the simple, almost english-like syntax. No unnecessary parentheses or...
Is it possible to interpret a code thats already written in normal python into the Arcade for python.(of course with some...
Anyone who works with numpy is probably aware that np.nan isn't equal to itself. Like SQL's null, nan isn't equal to...
I was wondering if there was any good tutorials for python which start out with really easy stuff and then move into...
So, i installed arcade library on mac using pip and whenever i try to run "import arcade" it says "FFmpeg library could not...
My husband is a Python developer, and we are about to start trying to have a baby. ​ If/when the time comes: is...
So I'm working on a small project and I think subprocess.call or subprocess.Popen will be useful, but I'm struggling to...
Looking for examples of clever operator overloading in Python, not for any practical purpose but just because I think it's...
How do you explore the features of a module like NumPy so you know what it can do and what commands you can give it.
Hello everyone, it's my first time posting here. I just started with Python this week and decided to create fully functional...
To keep it short, I've been offered a position at a warehouse that has a computer hardware recycling dept. && an IT...
Can everything Michael Reeves do be done on Python and how do you get the code from your computer to an Arduino or raspberry...
This week's top r/Python posts have arrived!
The BEST update for my 3D renderer! I added Gouraud shading...
| 1159 upvotes | 100 comments | u/Forfunckle | r/Python |
Things you're probably not using in Python 3 โ but should
| 865 upvotes | 183 comments | u/bemmu | r/Python |
I created this multiplayer text-based shooter with python...
| 532 upvotes | 27 comments | u/0x49616d55 | r/Python |
PyCon US 2019 Videos are live at YouTube
| 361 upvotes | 63 comments | u/Tafkas | r/Python |
I made a centipede robot and programmed it using python!
| 300 upvotes | 25 comments | u/diddilydiddilyhey | r/Python |
So I finally finished all of my rewrote on my SiriusXM Discord bot to make it not suck. I learned a ton about multiprocessing...
I am sorry, if this is the wrong sub or I have to mark this as a question, but in hope anyone can help me. I tried to install...
Hi, I think I'm allowed to post this here if not please do let me know and I'll happily remove it! :) I'm into Genealogy aka...
I don't agree with you! Indentation is NOT better than semicolon ๐๐ค
Hello everyone! The title says it all, Iโm looking for a way to work with creating and alayzing MIDI-files in Python. Any...
Hello everyone, I'm a newbie in python and want some help from you all. I want to generate 3 simultaneous graphs one below...
I made a tool that allows you to lint your Python project's architecture by constraining its dependency graph - it's called...
Hi Reddit, I am currently working on Python aware of its simpler functionalities (loops, conditionals, data types, iterators,...
Afternoon all, Is there a way to write to an excel userform box. I have built a GUI in python using tkinter. I have already...
In my continuing quest to learn about how classic games worked, and to find out what game oriented graphics you can do with...
I want to build a script to help me wifi heat map my house. What library can report on signal strength?
hi i am intrested in learning solidity ( basic knowledge not in depth ) for smart contract online and i need help on how to...
I want to teach myself to code this summer with basically no background info. I know a decent amount about computers in...
I started learning python a few days ago. (my only other experience with coding has been arduino). so far I've made a few...
I've tried numerous extensions but haven't been able to get this working. Not many IDEs seem to do this and it's probably the...
Getting an error when executing: ​ sudo pip3 install oandapy ​ Command "python...
Hi all, Iโm pretty well experienced in MATLAB, but now Iโm trying to make the switch over to Python being it is open source...
There is a remote server I work on that usually I connect with putty, winscp to create, edit scripts. However, I want to...
Hi, I have studied python since 6 months , I have learned pretty much the basic theory (if, else, classes, etc..) Now what...
Just started trying learn python a few days ago but I feel like nothing is sticking and I'm not learning anything. Does...
Hey everyone! I wrote this script to download images from Reddit. https://github.com/prashantsengar/RedPy Everyone is welcome...
Hi , I have this script replays a log to different domain using threads. and for my output, I use the library curses which...
i want to run this as fast as i can: i = 1 while i < 999999999: print('',i,sep ='0',end='\n') i += 1 knowing that my pc...
Hi ! Do you guys have any photobooth program in py ?
Obligatory apology for mobile formatting I've finally gotten over the hump of "how do i start?" And started building a todo...
Hi https://dpaste.de/O6zP I...
Is there a comprehensive list? I'm trying to create an object proxy. Attribute/property lookup can be done by simply...
I've moved my DNS over to Google Cloud but I needed a dynamic DNS record, so, I've put together a small python script which...
It's still a massive work in progress, but I though people here might be interested in the progress made thus far:...
Hi! I'm trying to identify if this is an issue with my specific machine or if this is a more global issue: ​ I'm...
So I am building an application that students can use to understand ML/AI algorithms. I am using pygame to implement a retro...
First one is Kaggle competition. I've tried my best to make a deep analysis of Titanic dataset with machine learning:...
Tell /r/python what you're working on this week! You can be bragging, grousing, sharing your passion, or explaining your...
I really love Python and I think it can be really beautiful. I'm dying to see your creations guys... (expecting lambda...
Hi, I have a Python 3 script that runs 10 functions that prints out things like common words found in a paragraph, certain...
Hi everyone, looking for a bit of feedback, please. I have taken CS 1050 (CompSci I) at Uni and managed to get an A. It was...
Hi. Super newbie python user. No coding or CS background at all, but Iโm slowly learning. I want to build a script that...
Hello all, I am attempting to get the distance to the nearest food-object in relation to my player. My first instinct was to...
Hi guys! I'm trying to do a script to recognize speakers from a whitelist. I've been searching from libraries but couldn't...
I'm trying to execute the following campaign . I have everything...
PyFanBoi rant: I'm a research astronomer by day (or night, rather), not somebody who does NLP or text analysis usually. I...
​ https://i.redd.it/d3qn3t0dvlz21.png I reinstalled 4-5 times, i tried everything but still all i get is these...
Hello! I've just started using the Google Maps Static API to download maps through code. However, Google wants me to pay once...
Hello Can anyone suggest me a good online free website to start learning python? Thanks!
So I've been running unittests all day at work and are ~6 minute cycles in between runs. To combat boredom I went to repl.it...
I have some plain text. ​ I am using https://github.com/pndurette/gTTS to...
I was watching a video on YouTube (William Osman maybe) and he used a program that used a search function to return code...
Hi im new to python and I'm coming off of learning c++. I use MVS as my ide and I am used to compiling/ executing in the...
Finally, our package mlfinlab has been released on the PyPi index. `pip install...
Hi, I just finished my very first python project on where I coded checkers using the Pygame library. For this project I coded...
I need to learn it for my university engineering degree and idk where to start. I look back on all my math knowledge and...
Hey guys I am a novice coder and I am trying to make a program in Python that parses a FAQ text file and makes the questions...
Hey all, ​ I currently have 2 rows of data in one array, 1 with values and 1 with index positions from another...
I just had a job interview for a general junior python programming job, However the boss said I would be better if I had...
I'm using venv to manage my projects. Since yesterday, I can't find libraries that are installed within the venv. Starting...
Hi guys, So I was learning python and then thought to do some simple project. So I thought it would be great if I can create...
Hello, I want to learn bash, currently I finished all exercises on Python track, so next step will be learn bash. I saw in...
Just to cheer you up :) https://i.redd.it/h3n5bvtszqz21.png
I know this sounds like horrible practices but there is a reason I want to do this. I do know good practices and would never...
This math is the only thing from high school I use often. I use it to estimate, sometimes, money I would make at another job...
I'd like to parse a MIDI file and simply extract every Note On event and then write that information to a text file....
I browsed some threads about "how to install Kivy in QPython" some says it's not supported yet, some are getting error (and...
I have already some years working in this field and a problem i always have is working with low level socket library is...
Hi I've been wanting to learn python for a while now. I run a pc that runs a few Usenet programs, Plex and a few python...
I am now unable to delete I couple of text files I used for a python script, I guess I forgot to close the files. I have...
I want to program on my phone and donโt care if itโs on or offline but I canโt find anything good.
Can anyone translate this Matlab code to Python ​ %Goal variable in iteration a = arduino('com8','Uno') %% Setup...
Hello Guys! I am looking for some help on a project that I am doing but can't quite workout out as to why I am getting a...
​ ​ class FlappyBird(object): `File "C:\Users\PC\Documents\GitHub\Flappy-bird-deep-Q-learning-...
Hey guys, ​ Hopefully, I am in the right spot. I started programming in HTML,CSS, JS Dec 2018 for 3 months....
I have been having this problem with python recently. Everything was working fine until I tried to run a basic program and it...
I have been having this problem with python recently. Everything was working fine until I tried to run a basic program and it...
Looking for some help with a small python script < 12 lines. Whatโs the best subreddit to post in for help?
I tried this to see what would happen and it crashed my program without saving
So, I was watching a video about law of large numbers and probability. So, I wrote very simple code to check if its true and...
i made a simple calculator script but i dont know how to run it! how do i?
Guys and Gals I just wanted give a word of advice/encouragement. When you start Programing as a hobby or as a career just...
I am new to Python with experience in R. I am trying to learn Python & was looking for recommendations about course/s...
Good day, I'm slightly new to python and it's been a few years after taking a few programming classes before I moved into...
im new to python and I need to ask the user to enter 5 numbers and then the computer has to add up those 5 numbers can...
Pre-Post Edit: *After starting this post, I had an epiphany on compartmentalizing information for specific modules on...
I'm a 40 year old looking to find a new career. I've been doing online courses in web development and recently Python. I've...
Wouldn't it be fun if for example you can create animated gifs with python. Something like, you write a logic of how to fill...
I'm interested in a programming career. I hear many people online say that Python is a good language to learn in order to get...
Well , my whole life path is just huge mess due to my education decision and i created misery because i was young and...
Looked at various videos on Generators and Decorators, but one that stood out on Decorators and Generators, was from...
Hey everyone, Iโm looking for a book that can help teach me Python. Iโve had little experience with Python as I have tried...
I want to generate random numbers in python in real time. That means say for 5 minutes continuously it should generate...
I am currently working on a project which involves using flask api to insert and query data from a mysql database but i have...
So i'm trying to use an api of an app. It uses json to communicate so it shouldn't be that hard to emulate the request from...
This week's top r/Python posts have arrived!
Become a Pro at Pandas, Pythonโs data manipulation Library
| 473 upvotes | 22 comments | u/linkerzx | r/Python |
PEP 594 -- Removing dead batteries from the standard library
| 389 upvotes | 164 comments | u/JamesRustleford | r/Python |
I wrote a script to send images/videos/gifs of cats from...
| 522 upvotes | 61 comments | u/ginglis13 | r/Python |
New features planned for Python 4.0
| 301 upvotes | 115 comments | u/coleifer | r/Python |
I made a centipede robot and programmed it using python!
| 298 upvotes | 26 comments | u/diddilydiddilyhey | r/Python |
This week's top r/Python posts have arrived!
Dear python2 user
| 1775 upvotes | 279 comments | u/koungmeng | r/Python |
My simulation of gravity with 1000 particles. PC took a...
| 1630 upvotes | 247 comments | u/mittwochmensch | r/Python |
I made a webcam to ascii converter with opencv
| 1610 upvotes | 81 comments | u/eebmagic | r/Python |
I created a Python library that encodes files into images and...
| 729 upvotes | 163 comments | u/MarkMichon | r/Python |
"Automate the Boring Stuff" author is live streaming Python...
Hi Reddit! I'll be live streaming myself working on a few different text-based games in Python on Monday, 5/27 at 6pm...
| 685 upvotes | 26 comments | u/AlSweigart | r/Python |
When you an instantiate a requests object, what exactly is the object's text attribute? Most of the time it's a page's HTML,...
Im new to python and Iโve been gaining lots of ground learning new commands but for some reason no matter which way I try to...
Trying to install a mod on Wrye Bash in the installers tab and it just keeps giving me this message: Traceback (most recent...
I am a biostatistician in a hospital. Recently, I want to create a statistical software based on R. I have learned a little...
I have good amount of knowledge on python scripting and Flask. Want to get some hands on Django. Any recommendations???
Hello r/Python, I've made a dictionary bot for Reddit which gives you the English / Slang definition for a word / phrase....
Which book is best to self study Python to learn from basics to advanced level. I want to master this language on a serious...
I have seen examples of recommender systems e.g Movie recomenders(netflix) & those used on e-commerce sites(amazon). I...
and where can you practice those questions online? I have been trying to find samples on what type of technical questions are...
Every time I run time.time() the code has to be aware from somewhere what the time is and it looks like its pretty accurate...
Hello, I am not new to python but am interested in getting back into doing some coding again, including building GUIs. In the...
So i wanted to use TinyDB but for some reason i cannot import it but i obtain the unresolved reference error. What can I do...
​ https://i.redd.it/b6tfg61534231.jpg **The Python programming language is a popular programming language because...
Hi, folks. I am a non programmer and need portable Python environment (on USB drive) in my job. I installed successfully...
So I finished Python Crash Course by Eric Matthes and Automate the Boring Stuff with Python by Al Sweigart. In your opinion,...
Hi everyone, I've made a quick and dirty tutorial explaining how to set up a Data Science environment using WSL....
Hi /r/Python, I need a guinea pig for my automatic tests. I'm looking for a python package that compiles as quickly as...
I created a virtualenv on the mounted server from my mahcine and the python3 environment works fine on my machine but when I...
mydict= {'x': {'value': ''}, 'xx': {'value': None, 'isSecret': True}, 'xxx': {'value': 'yyy'}, 'xxxx': {'value': ''},...
Still pretty green with python and I'm a bit confused about which virtual environment tool I should use and when. virtualenv...
Watch this Python tutorial for beginners to learn Python programming from scratch. ๐...
Hey all, ​ Currently i'm trying to make a script that auto renames my movies. the movies i download mostly have...
It should be set up right?
Hi ya'll, I've created an Alexa app(it's a WIP) to help patients get access to prescription information for themselves. [git...
Hi! ​ My 13 y.o. daughter has been programming with Scratch for a while. Now she wants to learn "real"...
I need to design a class to represent GPS coordinates to be used for plotting purposes (on Google Earth). I call this class...
There used to be a fairly popular simple Python SMTP server: inbox.py. However,...
I want an explanation as to how to use win32gui. I want my script to check if Spotify.exe can get input (be in the...
Ok, so I'm very new to Python (and coding in general). I'm making a small program to calculate age (in years and months) and...
Im interested in entering the CS field, my original plan was to be front end, picked up HTML and CSS really quickly (still...
I always wanted to program. I learned a little bit of python but then stopped for a couple months. I forgot most of the...
I work in accounting and I have to use a lot of excell VBA to accelerate my workflow. I am personally much more interested in...
So Iโve learned the basics of Python and a bit of Django and had an idea for a program but not sure exactly how to execute...
I am a python rookie and I'm interested in learning it, mostly for fun but also for possible job opportunities. I've watched...
Hello guys, i am new with cython and cannot understand how to make cython modules that will be imported as from folder.class...
Command ""c:\program files\python37\python.exe" -u -c "import setuptools,...
I am new to programming and just experimenting with things. What does "-v" do in my Windows terminal? I accidentally ran it...
Hello r/Python, I've made a dictionary bot for Reddit which gives you the English / Slang definition for a word / phrase....
Hey, I have written a code filled with global variables, is there any way I can store all of these global variables so I can...
Seems kinda crazy that it's still so hard to get/set deeply nested values in dictionaries, without writing multi line...
GitHub: https://github.com/microsoft/tensorwatch This is a new tool for...
I'm running a game development course for young people and one of the people in it has said they already know a bit of...
We are currently shipping a custom CLI tool to interact with our platform (think awscli). Any thoughts on the best way to...
Instead of getting "1,2,3,4,5" in my list i am getting "1,1,2,1,3,1,4,1,5" Why does it append it that way?! I have tried...
Instead of getting "1,2,3,4,5" in my list i am getting "1,1,2,1,3,1,4,1,5" Why does it append it that way?! I have tried...
Hello, I was a software engineering major. Graduated, still cannot code for crap lol. Anyway, the whole reason I went into...
I am working on a personal project the end goal of which is to be able to do application log analysis (the application is...
Working on a project for school and was wondering if lxml can be used on html documents that you have saved instead of online...
Here are some example Data Science and Machine Learning applications that leverage Python. * **Netflix uses data science...
I decided that I want to learn python as my first programming language. I donโt have any prior experience in programming or...
I am making an image classification server that returns a NSFW score 0-1 for the received image. ​ The model and...
I am trying to connect a server and client through a SSL I have been able to do this through a insecure socket but now that I...
I want to make a script that reads a list from a text file of one string per line. And than catagorize them based on the...
Has anyone in this group used Azure Cognitive Service? ([https://docs.microsoft.com/en-us/azure/cognitive-...
If anyone is a subject expert or simply want to help with the project please send me a pull request or get in contact with me...
Just a heads up that the title is not my only question. Over the last few months, I've been steadily studying Python. I'm at...
Hey, I found a code that draws a colourful spiral, but Im not sure how it works. Can someone explain it to me/\? import...
Input- list of ints: Output- maximum sum possible from items in list, condition is that elements included for max sum may not...
So im trying to make a code that generates gibberish string with spaces and find how many 'words' are in there ​...
Kind of newbie here, looking for a quick answer, as I will be starting on a somewhat confidential project and don't want any...
nn_builder is a new python package that lets you build neural networks without the boilerplate code using PyTorch or...
First of all, be kind I'm a beginner. Context : I was struggling at work keeping track of the changes that occure between two...
Hey everyone, I'm relatively new to python and I was wondering what IDE is most commonly used, and where to get it, if it...
Tell /r/python what you're working on this week! You can be bragging, grousing, sharing your passion, or explaining your...
Hey! I am a bit new to Python, and was wondering if there is any way to control 3D games using python. I know how to do this...
So currently I am working through ATBS and throughly enjoying it. Working with Python so far as me constantly thinking of...
I have owned this domain for awhile and I am looking for ideas to put it to use as I don't really use it. I do know python is...
Hello, ​ My script is used to get outputs from commands applied in a Cisco Router. I'm saving the outputs inside...
Here's the link to the GitHub repository. Any feedback is...
Hi, I am an engineering student and I want to learn python on the side and try to incorporate learning it for the Co-op I'm...
I have stumbled upon what looks like an undocumented feature in the built in Python webbrowser module. I have found it to be...
You've probably seen a bunch of r/AskReddit narration style videos by now. Since they are extremely high-quality...
https://paste.ee/p/4nmeL I got what I wanted - I made it work and do its thing. The thing is, I...
I have a small function: ``` >>> a = {} >>> def addEntry(**kwargs): ... print("before:\n\t", a) ......
Hello all, I have a questions about the efficiency of adding numpy. I am trying to add a bunch of arrays together in the most...
I've gotten almost there with this post...
i catch exception from copy_tree but I get the whole string that contains the error messages , I don't want to have to strip...
I have this use case where I need to extract some data from XML doc and then take some actions using simple if/else...
I am going to be tutoring someone else in Python soon. However, I have only TA'd before and am two years rusty in using...
Is there a way to convert the color green in a image with the color white with python? Here is my image:...
Hello, I've been practicing python for about a week now and I've got most of the basic bits down. I want to start using some...
Hey r/Python! Iโm taking a semester-long course with very basic python for my sophomore year in high school. However, Iโm not...
If I'm putting my classes in separate files, is there any benefit to declaring the classes again in the files? I'm...
I am trying to learn python by watching videos online. I am trying my best to learn Python but I always get confused....
Hello everyone, so I've been working on this rest API, in flask, for my internship and I have a question. How would I go...
[https://medium.com/@rbmsingh/speeding-up-data-science-operations-888f41a8ccdd](https://medium.com/@rbmsingh/speeding-up-...
Looking for world-class Python development services at cost-effective rates? Net Solutions, a renowned Python web development...
Hey all Currently doing a school assignment where we are required to produce an app that provides information about binary...
I want to get all the titles and descriptions of videos of a youtube channel. And I want to save the data in CSV file? How...
hello all. i have just started python. the teacher i have been given does not explain thing properly but its not his fault...
Hi all, I'm working on a Django site as a bit of a side project and would like to embed some reporting / bi functionality. My...
I'm a javascript developer, who's dabbled in python. I was scrolling through the javascript subreddit, when I came across a...
So i need a program that is going to ask me for a number and then ask me to enter that many more numbers and then print the...
I have a C code header file and need to extract all of the variable names so I can generate a new C code file. Should I treat...
Hey everyone, I'm trying to program some control charts to track part conformance in a manufacturing shop. I'm pretty new to...
I know that general answer to that is PEP. If something gets PEP and it's accepted, it should eventually appear in python....
Hey guys, so I just wanted to create a python quiz (using google forms) and was running out of ideas. Please send me some...
class Employee: def intit(self, first, last, pay): self.first = first self.last = last self.pay = pay self.email = first...
So I have this option to choose from different layouts on a graph i have visualized ( using bokeh server). The problem is...
i will get a laptop and my budget go for intel I7-8565u latop or ryzen 5 2500u laptop not sure have ** ryzen 7...
Tried searching but I keep getting results for windows startup specifically. So, what I'm going to write a script for is when...
>>> d = {} >>> d[print("a") or 1], d[print("b") or 2] = print("c") or 3, print("d") or 4 c d a b In...
Good morning everyone. I've currently been learning/studying Python and I had an idea for a long-term project, but I'm not...
I'm trying to use the library graph-tool to create a new graph of objects. In particular I want some nodes of students and...
Hi, I donโt use reddit too often, so I donโt know how to make code look nice on here I made a module for ANNs that uses...
Hi guys I'm still a beginner in coding and I create this tool to solve my problem with AWS elasticserch indices because there...
I am creating a simple pyplot (df['date']. values, df['value']. values ) which is expected to generate line graph. And it...
Hey can anyone of you suggest me TUTORIALS for ANROID DEVELOPMENT WITH PYTHON if possible๐๐๐๐๐...
I would like to know if there are well known web sites using python to build Rest Apis? As far as I know reddit use python a...
I need some tutorials for making 3d opengl games and can't find any
I wrote my first article about AWS lambda and how I run a python script every minute to check emails. Hope it can be...
Any way to work from home as a Python coder, machine learning specifically? Any advice would be helpful.
What are the best books or resources to learn data science from assuming that I already know statistics, calculus,...
someone pls help i have to do some run length encoding thing for school but it keeps saying "expected an indented block" and...
I am trying to scrape all antibiotics and their spectrum. If you go to first the link below, you'll see 8 buttons. Then if...
Iโd like to know if itโs possible to code a voice changer without any artifacts, distornion or quality loss, a 100% natural...
Hey, I'm trying to make a simple game where fish spawn every so often, and the two competitors have to be the first to catch...
Create a categorized image of an unorganized directory (e.g. disk dump). Each contained file is classified according to its...
I just installed the DarkSkyLib and also the [DarkSky...
Hey everyone, I am fairly new to Python and have been studying some beginner courses on eDX currently. My end goal is to be...
Im finishing my final with a pygame project, and it would be way too cool if there is a plugin that can create a rough...
​ Download Link: [https://media.licdn.com/dms/document/C511FAQHe-TEiq2Jf3w/feedshare-document-pdf-...
Hello! ​ I'm starting a new project that I will be writing in python. The premise of the program will be...
I am a beginner in python, but I've programmed in java before. I just made this tic tac toe game as practice, and I was...
Hi guys. I have a quick question. So I used to manually install packages (numpy, matplotlib etc) to Python. I have a new...
Hi guys, I would like to sort (using quicksort) three arrays w.r.t. two arrays. The following code basically sorts the three...
Hi, I am a senior level programmer, (I think) and have been doing php mainly for ages for various frameworks for clients/...
I've just started programming in python and stumbled upon colab. I see that it's possible to store data and codes on...
​ ​ Creating a simple UI , as far as i can tell, the radio buttons should align with the left hand side...
This will do: * Create a new project folder in your designated directory * Navigate into the folder * Initialize a git...
Both Flask and Django are popular frameworks of Python. Django is a powerful full pack framework whereas Flask is a micro and...
Hello everyone, I'm Aperture, one of the Admins over at the official /r/Python discord server, Python Discord. Signups...
Im a Mac user and new to python. I have PyCharm installed and have been reading a book to learn python. Im trying to complete...
I'm going back to school for a master's program in a few months and the program heavily leans on Python (and R). I'm starting...
Hi, My friend and I created a wrapper tool for Python code smell detection. We always thought that the existing static code...
Hi all, I want to preface this by saying that I generally do a lot better learning a new subject matter when I am in more of...
Sorry if this isn't the right subreddit to ask.
I'm a beginner in python and am thinking about creating a simple math puzzle game as i learn to understand concepts better. I...
Hi everyone! Iโm a python developer with +2 years of experience in web-development and also with some background in...
I'm just starting to learn Python on my own through Udemy and my ultimate goal is to become a more valuable employee in the...
So I've been playing around with SpeechRecognition library in Py-3.7 Everything worked fine until it needed PyAudio library...
So i need to generate a Fft graph from a .csv. The CSV has 2 columns, one for time interval and the next is velocity. I have...
So I am currently planning out a program to edit wordlists using user parameters. I know Linux comes with software to already...
I want to make async API get requests to some urls and I figured doing it async would speed up my performance significantly....
Ok, so my computer science teacher has just left the school leaving us with course work we need to complete our selves. I am...
Learn Python 3.5 from the instructors at MIT. Designed to help people with no prior exposure to computer science or...
Ok guys i am 27 y old , and i have Law degree. Why i am pointing that out , because i fucking burned out on learning 2 - 3 k...
I am attempting to learn python 3 and how it works I create a quick MAC Address changer application in Python 3. Mostly by...
So, for my project I have to extract every single URL, article title, and text of the article from a webpage. I'm supposed to...
is there a way to solve the captchas where you have to select multiple things like bridges , etc.
Is this something that can help me in the job field? I have intermediate Excel knowledge, basic SQL knowledge, and I'm...
I don't know if it's allowed by rules here, but I'd like to introduce to you my software called Shorty which allows you to...
Hey! I would love to get the opinion of a few experienced Python developers how to solve this issue I am having. I would like...
So before anyone asks, no I am not doing anything nefarious I swear. I've been recently playing alot with selenium and making...
Hi folks ​ I've created a tiny library for historical data and Google trends. I use this library in my personal...
Here's the back of a shirt I bought on 2008 to support Python. Obviously so many things has changed. Wonder if similar shirt...
If I got a = [['a', 'b'], ['a', 'b']] and would return their indexes like this: for item in a: print('List number ' +...
I just began scripting but when I try to write something in front of some code, the letters won't add to the code but change...
So im really new to this and I want to create a sort of scripted chat text code (idk the actual name to it). I first used...
When you print a number in the Sublime Text Editor, if it is too big or too small, it will do scientific notation to the...
Hello. I'm looking for a simple Sudoku solver in Python3 that i can study and learn from. --- pref. that comes with a Web...
Hi guys, link to the original reviews -...
I currently only write scripts in PowerShell Core (using Sublime Text 3 as my script editor). However, I'd like to dabble in...
Hi there, I'm new here, and would like an opinion from the experts :) Recently, in a toy project, I've started playing around...
hey, i have pycharm installed on a machine without internet connection. when i try to set up docker\docker-compose...
Until now I was playing audio using the soundcard or sounddevice libraries which work great, but require additional...
Hello, I am very happy to let you know that we have just released a new version of Zato. This is a...
I have an assignment due in a few days. I have been sitting here for hours trying to figure out how to do it but to no...
I recently graduated university with an unrelated degree to Python. I have been employed as a development trainee, where I...
I plan to create a command line tool with python. The python will invoke powershell commands that will enumerate for...
Hey guys, so a few weeks ago I found a python wrapper for OpenGL, PyOpenGL. I used to do alot of opengl programming with c++...
Write python code to scan a youtube playlist, go to the recomended mix for each song, scan THOSE songs, save the long list of...
Sup guys. Forgive me but I am a complete nub/noob at programming and comp sci. I'm taking intro to stats right now at my CC...
My friend and I are trying to create an NBA-esque league where we'll simulate games between 30 unique teams and observe the...
Hey everyone, Iโm fairly new to python and struggling with what I think is a fairly straightforward problem. Iโve searched...
Hello, I am very happy to let you know that we have just released a new version of Zato. This is a...
If I use this code everything is fine def s(): lists = [['a', 'b'], ['c', 'd']] print(lists) l = int(input('Type number...
Hello everyone, So I have an Excel with new employees list. I use Panda to go over the list and check if there's an employee...
Code that works, if I use print(lists), everything is perfectly fine def s(): lists = [['a', 'b'], ['c', 'd']] print(lists) l...
Insane Difficulty :), This is why I love python, you learn new stuff everyday!!
Plop all, I create a little tool to generate automatically a documentation website for your python3 package using mkdocs....
I released python-benedict, a dict subclass to work with complex data easily. It offers full keypath support (using the...
Hi, I have a small dataset I wanted to enlarge artificially by taking a file and creating similar files with changes in...
Hi For my project , i need to record myself on my smart phone. I need to be able capture my whole body , record my video and...
Hi, I would like to know if some information can be found on the memory overhead of having many methods in a class. Lets say...
Hi everyone, I have a Python code that translates amino acid sequences into DNA sequences: ​ `# Read the file and...
Hey guys, Right now I am at the very basic level of python. I have just started learning it and have very little advanced...
Hey all, Tomorrow at 12pm EST, there will be a webinar on how to use continual learning in your machine learning models. Join...
I was just wondering if anyone could recommend me an editor / IDE
Tell /r/python what you're working on this week! You can be bragging, grousing, sharing your passion, or explaining your...
I am looking for scientists of all fields who are using Python for some Q&A. I am looking at specific as well as general...
If we have a list like [15,15,15,15,15,15,15,15,15,14,14,14,14,14,13,13,13,13,12,12,12,12,12,12,12] so this list contain 4...
I hear so much about Django and Flask, but nothing about CherryPy and I was wondering...
I'm having issues with the tiniest thing and I keep doing exactly what the tutorials and youtube videos are telling me to. I...
Hi guys, Please could someone explain as to how to carry out the title? ​ so far I have the below; ​...
> โThis is from the March 19th, 2019 Strange Maps article. Which planet is, on average, closest to the Earth? Answer:...
I've just released to the public my library called Piny. It works like this: * You store...
How do people typically use logger instances? Do people create one per class and have class instances share that logger?
I'm a beginner in programming and i want to become a game dev. So far, even though my math knowledge is pretty poor, coder's...
Hi, New to python. Can python gui be used for powershell?
Any QA engineers who use Python as there go to language for e.g. test automation or to manage test data? Here in Germany it...
I'm using mac. My path: '/Users/rodrigonader/Google Drive/' ​ The path I want to open a file: ​...
I am looking at Strat/Quant roles and I know I am going to get a Python coding test of some sort. I've been through...
Hi, I've made a few Python packages but always Dev tools. Now I'd like to make something more user focused. My project is to...
Hi, I'm looking to automate properties files creation based on user's input in a UI. Can you please share some ideas on how...
Microsoft Garage Survey - Interested in Python or programming microcontrollers with Python? *"Hello there, we're a group of...
I'm developing a code to get into a javascript environment, then I want to scrape the data from the website using...
Anyone want some sweet StackOverflow cred? [https://stackoverflow.com/questions/56655464/mailgun-inline-images-not-...
Hi all, I have been stuck on this problem for some time now. I am trying to connect my bluetooth speaker to my raspberry Pi...
For my last project I created a desktop GUI and I realized--nobody uses desktop apps anymore. I'd like to be able to create...
picnicItems = {'apples': 5, 'cups': 2} message1 = 'I am bringing ' + str(picnicItems.get('umbrella', 1)) + ' cups.'...
So hereโs the where Iโm stuck. #Make a profile of a person(name, height, weight, age, BMI) that I #Can populate during run...
I am thinking of doing a project that can work with this I am also ok with pics in small interval .I wish to show the camera...
Whats wrong here? I want it to be like if you input any of the numbers in "alder", you get another input that says "Hva synes...
Hi everyone, I have an idea for a project and would like to ask about your opinion. The project would be a library that would...
MATCHING MANIA! Here is me and Aidan's code for our CPT: https://github.com/francescaberkoh/Memory It's a simple tile pairing...
test.py, I have 3 test functions: test1(), test2(), test3(). Does pytest and `pytest-...So, when you run the game (Comp sci summative final copy), when I shoot the monsters stop spawning, I don't know what to do...
Hello, im very new to python and im learning using sublime text, but i have a problem, i made a code that asks for your age,...
I installed magicpython in my atom editor to see it (check it out). first thing i noticed autopep8 is not working. I realized...
Hi everyone, so we have simple flask site hosted on Amazon EC2 that only has 2 urls. Just a homepage and another page...
Hello, I am relatively new to python, but with big interest in computer vision technologies. I decided to go with Python...
Hey ​ Don't know if this is the correct sub, but thanks for any possible help. ​ Just started picking...
The full changelog: https://python-hunter.readthedocs.io/en/latest/changelog.html The highlights I guess would be...
I'm a network engineer and my company is looking to start to build out an automation platform for our large fleet of network...
I'm making a tutorial for people that want to learn to make Video Games, using Python. So far the two first chapters of the...
I want to build a platform where people edit some text . I need version control because i want to lose data by bad people....
Hi guys, I'm working on a piece of software for my A-Level computing coursework. Essentially it's job will be to web scrape...
Hello community! Can someone explain me how can I get the id of a column in a database using the sqlite3 module? When i try:...
Hey People, Recently i got a new project to work on, basically its a Advanced Product management app with focus on inventory,...
So I recently signed up to codeforces and was solving [this...
hello programmers i am a new python developer just wrote a sample code # your code goes here class Yash: def...
I have been implementing an 2d game playing simple bot using pyautogui. Tested the code and it runs quite good on windows but...
With the cluster I have access to, the only way I can actually access spark on the cluster is to either use Zeppelin...
I Am trying to come up with a more efficient and less error prone way to fill out some forms for classes at my job. There are...
Hello, I am a college student and have been given a task to make a website for my club as I am the only one who has...
I'm learning python using Zed Shaw's Learn Python the Hard Way, and am currently practicing how to use and write functions....
I am having a lot of trouble figuring out what is wrong with my program. I am new to programming and therefore have limited...
Hey folks I have been trying to write a code for a no if clients and I want the master table to be like "client...
do you see the damn problem with the following code? because i didn't see for a while. sigh. x = 10 s = f'it''s time to...
Hi all I am wondering if it is possible to use python on a USB or something to automate a task to pull data on a specific...
I'm writing a new flask app where db.py is a separate module that deals with the actual database connectivity. In my main...
i am very new with XMPP tencnologies and i want to connect to FCM using a XMPP cliente i found this useful code...
I'm not quite understanding the following question: ​ 1.Is the following a legal Python program? def proc(x):...
I started programming with c++ and the FOR loops are pretty different in python. It just feels like for loops in python donโt...
I'm new to using Python in this way, using API's and all. So my end goal is to have a python program that tweets a random...
> - Each word in [ contrario motu ] sort-of suggests Castrato and Mortis Just now i noticed that my comment line (from 3...
I have a dumb question but why is there never a use for a list nor tuple that stores a sequence of numbers?
I have written my UI tests for an android app using appium and pytest. I have pulled appium docker image via docker hub which...
pip install -U git+https://github.com/my8100/scrapydweb.git 2. Update the existing config file with the options below:...Hi folks I just released a new version of karpet. Hope you like new twitter scraping...
I have looked at several explanations on classes both in the past and recent. It halted my oo development in python a few...
Years ago, probably 5 years ago when I used to do django there were tons of packages that let you create a rest api in...
I downloaded pygame using pip with this command py -m pip install -U pygame --user . I seemed to work fine but when I try...
I've recent;y got into python, and needed some feedback for something to work on that involves some sort of RNN. I'm beginner...
Hey I'm a Beginner and wanted to ask how to make the input replace the underlines that indicate the amount of letters that...
Hi! I just started using pycharm and started coding however my programs are not working since the library I am trying to...
i have installed python and able to check everything in cmd and also installed packages like numpy and pandas, but after 4-5...
This is a prime number checker. I am proud of myself. e = 1200 total = 0 if e > 1: for a in range(2,e): if e % a != 0:...
Im planning on making AIs at late stages, now i'll hope starting on some small programs Point-and-click type.Give some tips,...
Hi all, I'm trying to make a requirements.txt of a project who have a dependencyA which in turn have dependencyB in their...
Flask.secret_key is a required attribute on production and to the best of my knowledge, it is used to encrypt your user...
Where does most of beginner run programs in cmd or python module. which is more preferred?
hey guys, can any1 explain to me how can I find the wrong FCS. I have a ques for finding and I have no idea how to adress it....
I am using win10toast to create toast notifications on windows 10 with python. Is there any way to change the audio on the...
screenshot1-https://prnt.sc/o5c3ea screenshot2-http://prntscr.com/o5c3x4 why do we set path?
I am trying to read the filename out of the string that is the files path. So if i have the path: C:\test\test.txt How would...
I am trying to create an application in python - some sort of log parser for an application that I regularly work with and...
Hi there, I have to convert nested datetime objects to ISO8601 format (e.g. nested in lists, dicts, dataclasses, etc) I have...
it's just kinda ugly and seemingly complicated there is the "type hints" which provide compile time type checking on function...
I'm working on a bubbling fluidized bed reactor model. Code is available at [https://github.com/ccpcode/bfb-...
Hey I'm a totally new in programming and wanted to ask what's wrong with my code. Many thanks in advance. The correct one:...
I have very little programming knowledge, the only amouttn being a very small intro to comp sci which was a bit of c++. What...
And if so, do you use any libraries to help with the FP?
I have two friends who work as full time developers and sent a code example to them to review. It used a list comprehension...
I have been using sublime for HTML and CSS and for python i am using idle. should i Change to any other IDE for python? Ps-I...
Is `reactor.callLater` executing task in background or actually still the same thread in the following example? If it is...
Do you guys have any recommendation on where can I learn Django 2.2 REST API? I've already gone through Corey Schafer's...
Hey guys, not sure if this belongs here, or is allowed. I didn't see anything that specifically says no... I'm looking for...
Using python3 write a terminal online dict to look up words. Retrieve the html page, then parse and format it. Since the...
I am trying to get an ISP's broadcasting service that allows streaming to Chromecast (live TV, HBO series, etc.). I have read...
Hi Everyone! I am sharing the GitHub link to my project 'Face Detection and Recognition' . I have tried to write a well...
Do I have to change something on this code, if I wanna make it executable with pyinstaller ? here is the Code:...
Install stats is a very useful tool for both developer and the user. The user has a way to gauge the level of trust to put on...
[https://medium.com/@phamtan500/pandas-made-easy-merge-a9871de30cca](https://medium.com/@phamtan500/pandas-made-easy-...
Hi All I've got a some code that uses selenium and chromedriver to scrape web data. I've tried to move it onto a Linux Apache...
Apologies if there was a post about this already that I've missed. ​...
I use AES encryption in Python; however, I have a problem about size of AES key. My encryption code is: from Crypto.Cipher...
Hi, I'm working on a hobby project that would take largish xml file (30 - 50 MB) and insert data into MS SQL tables every 5...
I've recently been reading how composition should...
import asyncio import time ​ ​ async def say\_after(delay, what): await asyncio.sleep(delay)...
So I am trying to use Noesis but it is getting a python error. I've looked it up but really can't figure it out. Here is the...
Hey there, I am a self taught python programmer, coding for about 2 and a half year. When I compare my code with codes posted...
Hi, I've been browsing the web for a library for handling OpenStreetMap data in Python. I'd like to get points of interest,...
Hi, ​ I've got some tennis data and I'm trying to implement this paper...
Here's what I want to do: ​ I play a game on my main PC (Overwatch, or final fantasy). ​ I have a pi...
This is probably the stupidest question I have ever asked but how Do I set my default open folder? When I press File >...
Hi all, ​ I'm looking for a good online course on basic statistics and probability using Python. I've been looking...
I've been learning Python for the past couple of months and I'm proud to share that I released my first package on pip :D...
Hello all! I need some help trying to scrape this table with beautiful soup: https://datagolf.ca/player-trends I would post...
Literally everywhere I go I always see python and Django, but why is Flask never used? I use flask for my website and I donโt...
I know Python is much easier but to prevent easy de-compiling, I think C++ is the more suitable choice. So should I sacrifice...
This week's top r/Python posts have arrived!
God approves
| 1788 upvotes | 100 comments | u/raam1993 | r/Python |
Created a click bot after reading Automate boring stuff :)
| 1084 upvotes | 102 comments | u/zeus5552 | r/Python |
Alien invasion game developed using Python. Reference :...
| 1026 upvotes | 86 comments | u/sachin_mahesh | r/Python |
Raymarching fractal video made with Python + glsl !
| 1024 upvotes | 49 comments | u/neozhaoliang | r/Python |
Guido painting @ PyCon 2019
| 838 upvotes | 36 comments | u/viciousdoge | r/Python |
Iโm not sure if this is the best place for this but..I love computer science and am majoring in it but I want to make...
Hey all, As a way to get better at web-scraping I made some scripts that go through webcomics I like (and one I used to read...
Hey guys, long time reader, fourth time poster. I was thinking of making a GitHub repo for a game driven by pygame, open to...
Please view the following beta game and give me feedback using the attached feedback sheet. I am working on this game for...
#Cameron Walfoort #6/23/2019 # #This program is designed to ask the user to enter the number of packages that will be...
Hi Everyone! I am sharing the GitHub link to my project 'Image Classification on Fashion-MNIST dataset using CNN' . I have...
I have a list of countries in a dataframe and i want to assign a continent to each depending on from where the country...
Hi I have a list, lst=["Jack","jack@gmail.com","Mary","mary.loh@hotmail.com","John","john.smith@microsoft.com"] and I would...
Django is a high-level modern open-source web framework based on the object-oriented Python programming language that...
Hello, Putting the controversy whether matlab is a programming language aside, I have a previous coding experience with...
Looking for a Python job board on here that's actively used. r/PythonJobs is not very active and the job boards in this...
Came across this useful github page [https://github.com/trekhleb/homemade-machine-...
dictionary have key for number and value with List. what I am trying to do is ... when start number coming check from the key...
If I have a file on a shared drive that I would like to use I am currently able to do the following: ​ COB_Base =...
Trying to implement random module into my python text game, not sure if i am making the proper progress. Any help is greatly...
So I have a list of subdomains on which I wanted to run the host command. eg: I have a list of...
Last week I went to a hackathon and it went pretty well. As a beginner, I tried to create a game from scratch including...
Is there any open-source software for scientific computing or numerical methods that people here think is particularly well-...
I need to get price points and amazon would be perfect for this. I tried setting up the api tonight but struggled. I have...
Hello I'm about to pick a bachelor in college and so far according to the bureau of labour statistics I.S.A is the most...
Hello reddit, I have been trying to learn Python/BeautifulSoup and as an exercise, I want to write a code to check the train...
I'm a seasoned python developer, but I have always found conflicting information for when to use class method decorators...
I have been researching a lot just can't get a clear structure. Just need guidance l know have to search the left subtree...
Hello, Iโve got an interesting task, but really have no idea how to solve it. Try to train algorithm thinking. We have cube...
Hello everyone. My friend is finding it rather difficult to understand which is better. Pycharm or Thonny. Could you all do...
Being a Billy-No-Mates over at StackOverflow; no-one's answered this query yet - so I'm asking the experts over here as this...
I have an existing virtualenv which I've modified quite a bit, then I install matplotlib globally since the gui was not...
I have some existing Python code that I would like to run in the browser, without having to rewrite it in JavaScript. Has...
Hello. I'm blind. There are audio games for the blind. I should briefly describe this for your understanding. Let's take, for...
I'm looking in the source code found at https://github.com/python/cpython/blob/master/Lib/os.py and can't wrap my head around...
Tell /r/python what you're working on this week! You can be bragging, grousing, sharing your passion, or explaining your...
So I have a list of job roles passed into an array. I will be using Indeed's API to scrape job roles. I am trying to create a...
Hello, I have a ffMpeg script the finds โsample.mkvโ and outputs it to โsample.mp4โ. I have it working perfectly on my PC at...
How would I do this once my data is chunked and placed into an array?
I'm to consume a web service using python on a raspberry Pi on press of a button off the GPIO. How can I do that???
I've created a new python client for Cachet. There was room for a more user friendly client with proper tests and docs. There...
So, this is a bot. Probably knows 'YOU' as Tony Stark. Features: goto website {website} - can be used to redirect to a...
I know that there are various task queue library as in this...
I'm trying to take a query from a SQL file in python and run it on BigQuery throught the api. I was told that all commented...
I donยดt understand grid_forget can you help me?
Can someone tell me if we should learn Python socket programming?? Or not as I am new to Python programming . Pls suggest...
Editor's Note: This post was originally found on the [Agari Email Security Blog](https://www.agari.com/email-security-...
I am running on a shared host (Bluehost) without root access and, apparently without a package installer. I have previously...
I'm an Angular/.Net dev thats looking for a framework for a desktop application. It's between Java Swing/FX and PYQt5. I feel...
Hi, I would like my code base to be reviewed, i have tried stack exchange but it's too big to be quickly looked at. The...
Saw some dude create this thing in node.js, so I did a shitty recreation in Python. Don't use this, use the website or the...
I am trying to send a XMLRPC POST request with the below as body of the request, however I am getting a "Not authorized"...
A while back someone suggested a python module to manage revision history of text content. I have one app that manages...
I'm trying to pass a series (date column) from one dataframe in a loc function to then call the corresponding values in a...
I have no idea why no one has ever talked it. It's a basic question in python and its just been asked today. If you have a...
Hi! I made a simple text based adventure game for solving simple maths problems. I would love for you to try it out, and let...
HI, Can anyone guide me or give me a sample code of how i could use multi threading to refresh multiple excel files at the...
I'm writing a program that makes use of multiple neural networks at various points. Each of the networks works just fine...
Instead of filling up your repo homepage with more .ini files, since both mypy and pytest .ini files require the [mypy]...
This is likely the wrong subreddit to ask this, and if it is I'd like to kindly ask where is the right place to ask this...
I still have not found an optimal solution. Any help would be much appreciated!...
After talking to recruiters, specifically my company's internal recruiters and hiring managers, I've learned that they visit...
I am wondering if there is anyone out there who also tried to learn R after using like Python for a year. Was there any...
tl;dr: need to educate my team to be able to develop and utilize self-learning alg., dunno how. ​ Hello, I work as...
Hey guys, I'm quite new to python, so please try to be not so harsh. Im currently working on a server-client-architecture...
Hey! I need to apply t test on a multi linear regression model but I can't find a module for it. Since I'm very mediocre with...
hey guys, i was trying to install Pyinstaller but this error is coming up. I've tried searching for answers but couldn't find...
I am editing my program but it isnโt working here is my program: from random import randint apple = Actor("apple") strawberry...
I have an R background and was able to scrape several pages of the site with a for loop with the rvest package. Iโm trying to...
I am using to_csv on the first n lines of a text file (which is a table separating columns with tabs). When n=72 everything...
My friend wants to try (3D) game development but knows absolutely nothing about programming. She asked my opinion on what to...
Hello. I am interested in using Python to click and type into various applications. I've seen someone create a Python project...
```# Using Adjacency List Approach Applied class graph: def __init__(self): '''Inital setup of instance - assigning...
Can someone help me understand and use this script that apparently should help me perform certain tasks when i receive an...
Hey all, I am thinking of setting up a crontab to run scripts to scrape data on multiple roles from glassdoor.com and repeat...
okay, long story short ive finished my second year of computer and network technology. for the programming part of my course...
By the end of 2018, 11.7M developers worldwide used JavaScript, 8.2M used Python and 6.7M used C#. Will this change in 2019...
IS there a way to get rid of the information in the terminal when running the program? Here is what I am talking about:...
I am building my first Flask web app and wanted to get thoughts on overall architecture and data flow. Sorry if these...
Hi python people, I'd love your assistance please :) I got stuck on this little exercise and I really can't figure out what...
If anyone here is familiar to the solver function in Excel I would like to use this functionality in a python script, any...
Visit the project repository: [https://github.com/Erfaniaa/text-to-commit-history](https://github.com/Erfaniaa/text-to-...
The project repository: https://github.com/Erfaniaa/map-coloring # Algorithm 1....
Not sure if I phrased that right, but here is my code to demonstrate what I mean: import numpy as np `numberArray =...
I just need help analyzing .txt files with restaurant reviews in them. I need to analyze them using NLTK and then output the...
Has anybody got any examples of filling in a HTML form with an API post using Locust? I'm getting 200 responses but the...
I've automated some stuff that I do in the office, I just have the scripts saved as .py or .pyw in a local scripts folder....
I was studying gevent and I wondered if it can be considered obsolete now that python natively supports asyncio. If not, in...
I've been coding for years, just not in python. Can any of you lovely python folks point me to a good tutorial for chap that...
I'm working with a 3D GPU-utilizing python physics model, running on AWS. I want it to output many moving animated spheres to...
Code: https://github.com/jakob0243/secret_link_finder Had never looked at the secret links of the day and wonder what they...
I am just starting to learn programming and i am looking for a project that will keep me interested. I do a lot of social...
Hello everyone. I am working on making a project involving an Xbox 360 controller (wired), and I was wondering if there's...
I've never heard of it and I don't know if it's malicious
The any() method returns True if any element of an iterable is True. If not, any() returns False. a = [0, False, 5]...
Mac terminal is using py 2.7 and I need to install something with 3.6 which I have install in pycharm. But I can't seem to...
I've tried drawing graph with networkx, but the result graph is clustered and impossible to read out useful info like...
I'm trying to create an app that returns songs based on the mood of the user. Now I want to curate a list of songs from...
(I'm new to coding so bear with me) I was wondering what repositories and what I can import into python to do these two...
i use this function Zeros often in my code. -- Is there a shorter or (more) standard way to write this ? def zeros(x): res=[]...
Python is a very popular language. Itโs also one of the languages that I recommend for beginners to start with. *But how do...
Hey all! Iโve recently bought the โhow to automate the boring stuff with pythonโ course from Udemy and am really enjoying...
Hi guys, I've written a small encryptor and wanted to know, if any one of you can solve it. Here is the code:...
We are currently revising our Python course for scientists and are in dire need for some new material. We are currently using...
Iโve tried to find the answer to this, but even the myriad of PyPI tutorials donโt seem to provide a straightforward answer:...
Hello all, In December, I built a series of functions that collectively work to solve LP problems using the simplex method....
I wanted to learn how to code simulations on Python, so I downloaded Python 3.7 for windows. However, I then learned about...
Hey Guys, I have been learning Python for about a month 1 hour a day, and I wanted to find a project to work on. How...
I'm using an ipython startup script to import numpy and matplotlib, and to set figure size etc. What's strange is that...
Has anyone got any of the certificates from Python Institute? How was it? Did it benefit you in anyway with work/career?
A university project only have a few days. I suck with indention so need some guidance . Advice is much appreciated
I'm learning the sphinx system of documentation and want to start writing documentation for my open source python projects....
I ran across some unexpected behavior using anchors and aliases in yaml. I often use anchors to simplify my configurations...
A web app I am building is going to need to pass temporary data (500 rows max) from one module to another. I have been using...
Our fast-growing SaaS startup is seeking to hire our 4th team member and A+ player. Ideally a full-stack/python dev who has...
Inspired by a tweet, I created a notebook to do some photo shopping. Crop out objects from images and paste them in a...
I want to make a discord bot that detection specific words and keep count of them. Any steps I should take?
Thanks guys and gals!
Are there any musicians here who are also coders? Has anyone done any music-related projects in python? If so, what did you...
python-color makes the REPL in python3 colorful in the terminal. It's meant to be a wrapper for python3, so that it could be...
I want there to be a line break in text. In the picture below, I'm trying to get the text to be like this: "eeee ​...
Hello all, ​ I really like the theme/style of the 1st code example here as it is easy for me to read...
Hello beautiful people, ​ I have been watching a bunch of Brandon Rhodes Pycon talks lately, and I'm wandering if...
Hey guys I'm working on the leetcode problem: In a given integer array nums , there is always exactly one largest element....
Python is a high level and multi-paradigm programming language designed by Guido van Rossum, a Dutch programmer, having...