I think this question is on the mind of those of us who keep trying to contribute but don't seem to get our PR even looked at
Posted by u/diretnan in r/Python
1 messages · Page 17 of 1
I think this question is on the mind of those of us who keep trying to contribute but don't seem to get our PR even looked at
Name says all. I'm creating a Boids program in Pygame, yet every time I update the screen, it flashes to a blank screen...
Hello community, I need to decrypt some strings that were previously encrypted in Ruby application with OpenSSL. crypt.rb...
Hi guys, Basically, I have a program that converts data from HTML pages to my MySQL database on a VPS. I wanted to give my...
Hello, lately I've been trying to access a database in a remote server and I'm getting lots of different errors. Main errors...
Disclaimer: I know Khan Academy itself has a few programming modules. But they only scratch the surface and on their own are...
I am in a sales role at a company that doesn't have a Customer Maintenance system so they give us leads in the form of excel...
Recently I made a simple Python script that downloads that can look for a list of words in a YouTube video. This script takes...
The problem is as follows, you have a method such as: def lotta_stuff(self): t = str(time.time()) x = f'{t}_hello_world' y =...
Hello, In my company to use pip I have to jump to another network, and the same is happening with this module. I am guessing...
In a project I want to get the date, but I just have the week number, the year and the day of the week. I can't really find...
I need to graph the number of times an event has happened each year however the data in the date column is in dd/mm/yyyy...
HTTP/3 is the newest HTTP version based on QUIC that is currently being [standardised](https://tools.ietf.org/html/draft-...
I'm hoping there's some awesome numpy method to read in this crazy binary file that I have without too much code. So far,...
My graph in the y axis goes from Zero to four, but it should start in 1 and finished in 5. How can I do that? ​...
I'm interested in learning python, but am not sure the best way to do so for free or relatively inexpensively ($30 or less)....
Hey everyone, this is my first post on this page. I am just wanting to get feedback on some software my little side company...
Hey Reddit, Probably you already thought that I should go to Google, not reddit, but, I've been there already. ​ I...
I did this as a warm-up today and wanted to post it as inspiration for those curious about implementing a lisp interpreter....
What steps/code would I need in order to create a text file of my Wikipedia “saved” articles. (Web scraping?) Basically I...
So I tried to simulate multiple mouse left click whenever I press the mouse's left button.However, my mouse start...
Crosspost from r/learnpython, didn't get any response there. I wrote a rhyme analyzer in Python, but due to some...
I am trying to keep output messages on a single line by overwriting the previous console message with each print....
I'm trying to set manual exposure for webcams using fswebcam but am having a terrible time figuring it out. Can anyone help...
I have several png qrcodes in files, they contain urls, i want to open the file in a python3 script and pull out the urls. i...
I'm a civil engineer and for those of you that don't know large amounts of other industries still rely on things like...
Are there any current rpms of cx_Oracle floating around? Just about every installation document I see is for using pip and...
I'm getting a bizar error and I don't know what to do since the code used to work on 3.6.x Note: I typically install python...
I have a python script that reads a csv file that a user uploads. Sometimes the amout of data inside the csv file can be...
Hi all. Can you please advise on the best tutorials (paid for or free on YouTube) to get me started please. Thanks in advance.
Hello everyone ! i installed the module "pygame" and "neat" but i cant import them in any project . i also updated the pip...
Hello everyone, I'm currently working on a project where I'm having to learn how to manipulate data in an excel or csv file....
I am just getting into list concatenation and I was wondering how to properly handle errors in the list. An error arises in...
I've searched and searched, but I found nothing for my specific case. I want to multi-thread this program, with one thread on...
I’m trying to create a python package for detecting covariance shift, prior probability shift and concept shift. I’m not sure...
I am making an app using asyncio, which uses financial data. Is the encode and decode of asyncio a good alternative to other...
Hi all, I am very new to Python and I am trying to code a virus (for a fun project) I want this virus to spam a wx frame with...
I wanted to install a package for Atom. But Atom tells me I have to install a Python module in order to be able to install...
Hi all, How do you usually develop on windows? I was a linux user but need to swap to windows for various reasons. Do you...
I was thinking about hard-focus on learning Python, though before of get deeply on it i've got some doubts which depending on...
have you ever used json parsed object like json_item = json.load('sample.json') json_item['users']['items'][10]['price']...
Hey people. Im making a small program where i can savee user names age zip code and their education. So im trying too read...
Hey guys. I used to have an earlier version of python (3.7.2 I think). I had pip installed requests, but for some reason, it...
Hi! Basically the title. Is there a library out there that will simplify getting Oauth/access tokens from any/multiple...
I cannot seem to find a way to select multiple lines like I can in Atom. I would've posted this on a Spyder subreddit but...
I'm relatively new to programming and wanted to enhance my python skills further so I decided to create a Reddit reply bot....
Hi guys! I'm a Neurophysiologist and I have to write TONS of reports throughout the week. Thing is, I've started to notice a...
Ok. So there’s this Twitter page that’s in a niche which I really love and resonates with my content. It has high followers...
I cant find any.
Hello! I'm new to coding and don't have the best knowledge of it yet so bear with me... I am working on my coursework for...
Hey everybody, long time reader first-time poster. I have an interview as a python developer for a company that gives...
A noob here, trying to do the following: connect to an access db. -- this is complete. create an input line were when a user...
this looks like a nice library but i can't help think it will lead to regret later down the line? my concern is with...
import time list = [a, b, c, d] x = 0 while True: print(list[x]) if x == 3: x = 0 else: x += 1 time.sleep(.5) I want to do...
Hey guys I am trying to install opencv through pip but I am getting this error: So I am trying to install opencv through pip...
I am having some trouble with my code, I am making a simple log in system, but when I ask it to log in and enter my username,...
Are the videos from youtube compressive? Like one from freecodecamp and mosh hamedani? Python my first programming language ,...
axes[0,0].spines['bottom'].set_color('black') axes[0,1].spines['bottom'].set_color('black')...
Maybe this is the wrong sub, I’m using IDLE 3.7.4 on my Mac for a college course, and it won’t let me save (as) any file or...
​ I run the following AWS command in Python : subprocess.call('aws ec2 describe-instances --region ' + region + '...
Hi, this is not really Python related, but anyway ... For a Python data visualisation project I'm looking for a tiny but...
What is the difference? Sometimes pip3 install x works sometimes it doesn't.
Today I stumbled upon an amazing piece of code: def memo(f): cache = {} @wraps(f) def wrap(*arg): if arg not in cache:...
Parrot - Built on Python. Parrot is an application to send your new emails to Signal as secure text message on your...
https://repl.it/repls/TrivialRawPiracy In this example, how does `store` can save...
Are they aware of it even?
Anyone know what this means? ``` File "C:\Users\kalle\Desktop\reddit_datawork\get_reddit_ask2.py", line 74...
Link to my code for task 1, and task 2 objective I have already completed Task 1, but...
Hello guys, I often hear people say it is possible to use multiple backend languages for just one project i.e python and...
Hi everyone, I would like to deepen my knowledge in Python by attending onsite courses. All resources that I have found...
Airduct: https://github.com/alairock/airduct Existing pipeline schedulers, such as...
So I have this assignment for a python 1 college course that is asking me to get an input value and check to see if it meets...
Hello everyone, I am a beginning in python. I started a little under a month ago and this is my first real project. What do...
I have a nifty little script that tracks job data (date/time, completion, cost, etc...) in a sqlite3 db on our local network....
I want something more than just a crontab. I wanted a pipeline, similar to Gitlab's CI/CD, but for not building/deploying...
I have a list of people I python, and I want to split them up randomly into groups of adjustable sizes, how can this be done?
I am working on a project that converts images, videos, and sounds into a full edited video programmatically for my...
Where do I start? Is there a recommended IDE? I have a few ideas for small applications I want to create at the moment, I...
For context, I got into a debate with a teammate today over the use of **kwargs in the init of a subclass, versus...
Github link :- https://github.com/andohuman/Shadowcol The project works by...
Hi guys! I have a question for you, I'm working on nights, between 3-6 im here on my own basically watching youtube, I have...
Hi folks! I am currently building a drinking game in ReactJS and have come to a point where it is time to split the project...
Suppose that there are n^2 (^ is used for power operation instead of bitwise XOR) students. The students in the class are...
I am using pyinstaller to compile my py files into exe's to enable users to utalise scripts. Because of this I am constantly...
Hi. Im thinking of making a Chat Bot and im looking at ChatterBot(...
Years ago I ported to python3 and published as an independent egg some code from the stale "Python Enterprise Application...
say u have: > L = [0,1,2,3,4,5] > L[0:2] [0,1,2] ​ Is this still still constant space? Or does...
People say the best way to learn is by creating something side by side, I’m taking udemey complete python bootcamp course ,...
I am trying to plot some data which represents a neuron: nodes along the neuron are treated as nodes of a tree/graph and...
Hi, What IDEs are you using for python? I'm specifically interested in strong debugging features.
Can anyone help, I have no idea where to start. Listen to our story: a boy and his father, a computer programmer, are playing...
Can anyone help, I have no idea where to start. Listen to our story: a boy and his father, a computer programmer, are playing...
This is really bizarre, from the anaconda navigator, go to environments and create, it starts to create it, finishes and then...
Today I was reading my Automate the boring stuff with python book, and in Regular expression chapter it is explained that to...
I have this : with open(dbFile) as f: print(" ".join(f.read().splitlines()).split()) and it prints this out : ['10.160.5.50',...
Does anyone know of a library to parse a binary blob into pairs of parameter and value?
I accidentally downloaded the 32-bit version of Python on my Win 10 (64bit). I uninstalled it, reinstalled the correct...
It continues to puzzle me why we have no do-while loop in Python. In Python code, it's common to see the following pattern:...
Hi, I'm trying to trim a certain portions audio(.wav file).Is there any module that can do the task?? Eg: 100 seconds of...
https://github.com/x89/Shreddit It's still usable, the repository isn't archived, but there haven't been any commits in 2-3...
I have some troubles understanding the "for" loops. For example I dont get why this code does what it does: a = ["apple",...
class QUESTION: def __init__(self, prompt, resposta): self.pergunta = prompt self.resposta = resposta lista_perguntas =...
Write a code to print all the value from 1 to 100. Skip the numbers which are divisible by 3 or 5. I am beginner. so please...
I have finished reading some articles on the CPython Interpreter/Virtual Machine and learned that the interpreter takes...
I'm working on a web project and needed a middleman between it and a third party server. I build the middleman in flask, and...
"Regex search" practice project at end of Chapter 8 in ATBS. Task was to: Write a program that opens all .txt files in...
I just remembered an old meme.... wherein the languages are personified by human entities and they are given the task of...
Lately, I've been interested in reading (company) blogs from various engineering teams where they talk about the issues...
Hopefully this question is OK to ask here. Basically, I have to write a function that takes a list as its input and that...
Hi so I learned the basics of a few coding languages and then later branched into web design, I'm wanting to get into coding...
I built a python program and have the GUI done with pyqt5. I want to make an executable file for windows but whenever I try,...
Working on a python package/library (honestly haven't understood the difference despite vigorous explaining from experienced...
I was wondering if any kind hearted soul could help me find an example of a Dash app which has multiple (5+) separate drop...
What I have: Triangles and line segments. reformatting them in any way is fine. What I need returned: Which line segments...
If anyone is interested in getting these for 1$ go to humbebundle! great deal! ​ Heres the link!:...
Hello so I am just starting school and for what ever reason I am having a brain fart on which I am suppose to do, I need to...
For example, if I want to say if x >= 15, I could instead say if x > 14. Is there a reason we use >=?
I'm a lone python coder in my organization, and often find myself understanding conceptually where to go and what to do, but...
Writing code that's dry ("don't repeat youreslf") means less chance of errors. Deserthelps you write deserialization code...
I literally started Python and Tkinter today. I've scoured the internet for answers but none works. How do I make it so a...
Let's say I have host A and host B. Host A contains pytest while host B does not. How can I run pytest tests against B by...
I would love to learn Python, but I have quite the busy schedule. I’m curious as to how hard it is, and time consuming it...
I'm making a maze in python (at least trying to ) I used turtle to draw it and reset the turtle to the start of the maze and...
Hey everyone, I really want to start programming and I have started to learn the language python because it seams like the...
Any free websites out there to learn how to code??? They usually all charge minimum $300 yearly 😫
I am coding a Chat bot for my IST assignment that speaks and uses a GUI for message boxes (I’m using puautogui) When I try to...
So I’ve always been a little interested in web scraping, but I never really gotten into it. However, recently I need to go...
I'm plotting averages of survey results from several different surveys - this is for a presentation - and stripplot works...
Make it your mission! Help share it if you can....
This week's top r/Python posts have arrived!
My school's business analytics course is taught in python....
| 1621 upvotes | 147 comments | u/easylifeforme | r/Python |
I wrote a python program that scraps wikipedia articles...
| 928 upvotes | 105 comments | u/mrasadnoman | r/Python |
A Guide to Excel Spreadsheets in Python With openpyxl – Real...
| 709 upvotes | 93 comments | u/pmz | r/Python |
"Excellent Python Programmers wanted, numpties need not apply"
| 690 upvotes | 186 comments | u/conkerandco | r/Python |
Python 2 is dying, so fix your code NOW, says “British NSA”
| 584 upvotes | 114 comments | u/CrankyBear | r/Python |
I have never done anything GUI in python and there are so many recommendations for different libraries out there I just...
Hi! As a part of a project, I'm supposed to build this game...
Hello! I am Python Beginner, learning Web Scraping and Data Visualization (making statistics etc), connecting to Databases At...
For my school project this semester, I wanted to create a visualization of sorting algorithms using python. What kind of...
I'm not sure this belongs in /r/learnpython as it's discussion about the implementation of a language feature. I'd like...
I found out i can open vlc with os and subprocess (while getting some errors though), but the question is if it is possible...
Hi Everyone. I am in need of a library/framework that could display .svg files but without converting them to .png or...
Hi fellow developers (and mathematicians)! Are you interested in getting help in mathematics and/or programming? Our...
Hello everyone, I'm looking for a library that allows me to program using nodes, graphs, pipelines and workflows, just like...
A while back I caught wind of a game written in python about hacking or programming, and part of the game involved modifying...
So I recently got a new PC, installed python and VS code (installed python to path). I installed reportlab via conda. Now...
Sorry if this is asked a lot.. I couldn't see any FAQs ​ thanks!
I've been working on a Jupyter notebook for quite some time, and recently it has been acting completely bogged down. If I try...
Is there any way you can make a button called next and when you click it it goes to another tkinter page.
Can anybody please explain this numpy code: import numpy as np a = np.array([1,2,3]) np.tile(a, (2,1,2)) The output for this...
I created a [stackoverflow](https://stackoverflow.com/questions/57811009/customizing-python-package-directory-layout-with-...
Just started a Python coding course, and my Professor's suggestion is to use a Windows machine or online compiler. Can I...
What projects can i make combining electronics and telecommunications and Python.?
Hi guys, do you use any bpm library for python that also has a gui support. Thanks in advance.
My company wants the rest of my team to train in Python (I already do most of my development in Python). I offered to lead...
I have a really dumb question. I have a python program that is working fine on Linux. I'd like to port it to Windows but...
Here are some examples: [https://towardsdatascience.com/top-7-data-science-course-repositories-on-...
What course for python is the best for complete beginners like me? I want a course that is at a slower pace so I can really...
I am working on a selenium project with a website but when I'm debugging, every time I want to try something new I need to...
I am back with another python question. So far this is the relevant part of my code Shape = input('What shape do you want?' )...
I’m going to convert some pdf documents to text. I would like to automate extraction of some “test questions” or important...
https://google.github.io/styleguide/pyguide.html Interesting read for all of us
Let’s say I have this type of data in one column : A , C B , A , x , g & B , R R , g , F , B & A , low F T , high X ,...
Looking for a series where it teaches you beginner, to advanced python scripting, and suggestions would be a big help!
grammatical-snake ​ For the first time, I think I build...
I recently discovered that a part of our orgs' code is dependent on an exe compiled from python code that was written...
For the first time, I think I build something useful when teaching myself coding. I just wanted to learn some python, but...
If you are a PHP developer who prefers PHP over Python for web development,...
On a centos machine, I installed a pip package using python3.4 -m pip install meross_iot and using the script listed here...
Can anyone suggest me some libraries or code from which I could ADD TAGS THE TEXT LIKE one done by QUORA to tag questions and...
it's been 5 days since i start learning python 3 , i am a very beginner , id like to get some help to know why my app doesnt...
Hey guys, I'm currently in the early stages of designing / brainstorming a tool to help with automating common office...
im currently trying to learn python and i wonder what is the easiest/best way to learn it ?
Following the recent YouTube trend in “Reddit to Text-To-Speech” YouTube Videos I embarked on a project to create a program...
Hey all, I am a freshman university student hoping to get internships (plz) as soon as possible. As a python project to...
Hi guys, So I’ve been learning web dev now for say 5 months and have got the basics and beyond knowledge but I’m struggling...
I want to make simple web app that enables you to add object and ping them on specified option user get like ping every 30...
"Collect your thoughts and notes without leaving the command line." https://jrnl.sh/ This is such a fantastic python program....
So, each time I want to install a package for my project, I will of course have to enter the virtual environment (VE) with...
Hi Guys, I want to discuss about gui libraries in python There are several libraries but there is advantages and...
Hi all, I've decided that I'm going to attempt to teach myself some Python with a goal of being able to utilise it within...
Anyone have any resources on a walkthrough (w code) on how to build a simple ETL in python connecting to sql server? This is...
Hi. I want to run some of my codes on a virtual machine. Anything specific I should know when trying to research this and set...
repository: sdelmo ​ it has some cool features: * Download without private...
So I have to create a document listing all the possible data required for a database table, from database analyst's point of...
I'm new to Python. I'm wondering why map and filter need a function list() Why it is so difficult to implement a map:...
Hopefully this helps some folks. For those unaware, MIT posts a majority of their courses, for free online. This particular...
Hi, ​ I'm interviewing someone for a junior position, and Python is the main language he'll be working with....
I try to implement a function to transpose a matrix. [ [1, 2] [3, 4] ] => [ [1, 3] [2, 4]] I got error as the...
Hi all! I'm quite new to Python, and I'm just wondering how I can create a program that has multiple choices and picks one at...
I have a Python project that uses SQLAlchemy to talk to Postgres, and JupyterLab is a fine environment for interactive...
Hi All, I come from a C# background (15 years of it) but I am learning Python so I can switch to machine learning. In C# we...
The problem is asking how much visual space the face of a cube will take up if you’re between the center and the face. The...
I'm currently using pandas to manipulate an xlxs file. I have a column where I need to pull out information and make a new...
I've been experimenting with a technique for creating a Python Tkinter GUI that requires minimal coding and lets you create...
I have an idea for a personal project that is a program somewhat like the Adobe Scan app that uses the camera and uses some...
I’ve used python a fair bit but came across the Pyo module the other day- apparently you can use it to run nusic creation out...
Hi, I've just released second version of my personal project. It's program which generates gaming montage from clips...
Hi folks, I'm looking for a storage back-end to store quite a huge amount of sensor data. Each entry consists of an int or...
I have a bunch of files (~50) that reference others. To model this, I have a dict where the keys are the file names and the...
https://github.com/Mili-NT/BinBot I’m still hammering out how I want to implement malware detection via yara rules, but I...
Ok, Does anyone know how to automate through Python (or anything else) pulling up a web address and "clicking" on a...
Hi, So, when i store the password, i don't want to store it as plain text. so let's say the machine has the credential of...
I am new to python and was looking for a section of code that would convert an angle in degrees above a horizontal line to a...
Hi Pythonistas! ​ I am a beginner in python, I mainly learned it to automate reports generation and some basic...
Hi folks! I'm a IT student and I love programming in my free time. Recently I attended a course about Artificial intelligence...
Ok so I made a program where once it is launched, it clones two exe files to the Start Up Folder so when the Pc start's the...
​ [Hi! Apologies, I'm new and just looking for a little help. I've made this graph in Python and figured out the...
Just learning the language without any real project seems so boring. Could you please suggest any python tutorials related to...
Hello! I'm trying to introduce someone to simple client/server interaction with Python - and I have two scripts I want to...
Hi to all. I want to know if somebody can give me some tutorial for a menu for lcd display. At least just the skeleton....
class Fake: def self(self): # <- is there a special method for this ? return dict(a=42) j=Fake() assert j ==...
Hi, I'd like to share my project, which I'm developing for quite some time already: [https://github.com/bugy/script-...
Hey all, A few days back, I have posted about AI Cheatsheets and a website containing interactive/PDFs/Images versions of...
The command i use for input is input() This hasnt happened to me before
Hello, kind of a beginner to programming in python but i have stumbled upon a problem that i can solve but would just like to...
just give me optional braces for fucks sake. this is no way to live.
I've been looking for a while and every library/engine I've come across doesn't have a visual scene editor (is that the right...
Hi, Currently I'm making a statistics tool for a game I'm playing with PyQt5. I'm not happy with my current graphing library...
i am going abit nuts here, python is not my primary language but made some functions for dataprocessing different files thats...
I wrote a program that resizes images in directory of your choosing. Then it sends originals to trash if you choose so, or...
Hi everyone, I've made a small pytest plugin for running tests that involve a specific file or member imported from that...
Hey guys, recently (while visiting my parents) I found a small tangram puzzle that consisted of polyomino blocks that really...
I'm trying to define vertex data points as numpy array to make a rectangle. Before i used function ` glVertex2i` to draw...
Hi all, First of all, I've barely toyed with any programming ever so I'm aware I may be way off on this (and I'm aware this...
Quick questions for the Gurus. How do you know when you have enough knowledge? What were/are your benchmarks when learning...
Say that I have 100 variables. I want to rename the first 70 a1~a70, and the last 30 b71~b100. I have thought about a...
I am taking computer science for my a levels. In our syllabus, python is the language we are meant to write in. Do you have...
Please, can I have links?
Hi, trying to get up to speed for interview season and was doing some practice problems when I realized I don't have a strong...
I am fairly new to python and have just covered classes, exception and file handling in python. I am trying to upgrade my...
I've seen many post about this problem but I can't find a good way to solve my problem... I use Archlinux and Python 3.7....
Hello! I would like to present to you all my first open-source project. py-getrfc allows you to instantly get the text of an...
Hi everyone, Lately I learned about Sentry, a tool that helps you manage unhandled exceptions...
hi guys im a beginner at python and im currently trying to do a lil project but i keep getting stuck can someone dm me and...
beginner to python and got hw from my school to program something although i keep getting stuck. The homework was to create a...
I have been using Tkinter for a while, but honestly it is starting to look quite 'ugly'. I have decided to switch to PyQt5,...
I have been trying to get Python to play nice with the Serverless Framework for AWS and I keep getting one error after...
I have to code a project, can be a game, some type of tool or a website that’s somewhat complicated. What’s the best thing to...
Hello world! ​ I am beginning to learn python and I need some help. I have notepad++, python and pypy downloaded....
Hi all , ​ How do I change my regex so that re.sub(r"(?<=skype:)(.)(?=?)", "xxx", 'Lorem ipsum <a...
I created a function that successfully finds the third side using trig, and I found all of the correct angles using custom...
I'm building out a flashcard script to spice up my Mandarin studying (not really an app yet, maybe I'll port it into an app...
In this general period, which is given to you completely free, we are going to learn the python programming language...
So, I am trying to control rainbow six siege using a python program and direct input, the thing i use to test it registers it...
​ (Original Place Palette Used) The bot is written with...
Basically says it in the title Mostly I'm trying to use tkinter, pyautogui and pygame and they all don't work. Everything...
I'm making a brute forcer and want the code to refresh so I can have a loading bar, How can I stop the code stuttering up and...
hi guys im a beginner at this and i cant find the problem w wht i have done https://i.redd.it/3190lyipedl31.png
hey can someone check this and tell me what is wrong? |||| |:-|:-|:-| |||| ​ https://i.redd.it/v7qkrdr4fdl31.png
Hi everyone, I made a python CLI tool to simply create a hardware wallet using a cheap USB Flash drive. My vision is to...
Dear all, ​ Since there is no .deb package for the GenX software I'm trying to...
Hey all... So, it's Sunday and this question hits me and is the question that drove me here: since decorators can only return...
Hi all, i did this code for anagram but somehow it doesnt work for some private case which i dont know any one can help me...
I was thinking of developing a program to convert .ui created by Qt Designer to Tkinter. Has anyone already done this?
Hi guys, I’ve been in IT for about 10 years, just completed my ccna route and switch since that’s what I’ve been doing for...
Spacy is an open-source Natural Language Processing software library written in Python. You might be thinking what is Natural...
I'm making blackjack and I want to be able to input "bet (number)" and have a function run and use the number as a variable....
I am asking for something starting from a miniconda, them you do your app with whatever dependencies you want to (including...
Hi r/python, the arrow community has been hard at work over the past few months making improvements to arrow's parsing logic,...
I am a Sonic Media graduate with experience in SuperCollider (SC), I have always had an interest in properly learning Python...
Hi guys, looking to learn about this. What book would you recommend for someone who has zero coding experience at all, to...
I've been learning python for about 6 months at this point (Chromebook user:/ ) using Rep.l code editor. Looking for new...
I been trying to do my programming assignment.... have one more and am stuck. my cousin came up with this equation using his...
Hello, my question is how can I convert X="1,2,3" into X=1,2,3 ? does it exist a command to do it?
I am using python 3.6.8 and Django 2.2.4. I have two REST endpoints who’s resources are associated by a foreign key in the...
This week's top r/Python posts have arrived!
I used reinforcement learning with python to solve...
| 1602 upvotes | 61 comments | u/diddilydiddilyhey | r/Python |
Tiler - A Tool To Build Images Out Of Other Images (link in...
| 1361 upvotes | 71 comments | u/nuno-faria | r/Python |
AI Cheatsheets - Now learn Tensorflow, Keras, Pytorch, Dask,...
| 970 upvotes | 66 comments | u/kailashahirwar12 | r/Python |
Possibly the most terrifying O'Reilly cover I've ever seen
| 1047 upvotes | 66 comments | u/wrtbwtrfasdf | r/Python |
Fun with matplotlib part 2: Collatz conjecture.
| 613 upvotes | 38 comments | u/sjoerd1953 | r/Python |
I have to make a table that shows the percentage of an “item” (random number) and my professor used {:4d} and a few for loops...
I'm planning on making a personal event aggregator that downloads information about all nearby events and puts them into .ics...
Hello everybody, I was taking a look into the 'timeit' library, so I thought 'there should be a way to measure execution time...
Since, the messenger removed the auto-saved feature from the app, I wanted to bring it back again. Does anyone know a program...
Hello, I've been using python for about 6 months now and am looking for someone to work with on a project, I'm up for any...
I’m taking corses online which are fine but sometimes the ambiguity goes right past me. I’m a show/tell/de kind of learner so...
I'm currently trying to use regex in a bot i'm working on. I'm trying to have the bot parse it's Twitter mentions for the...
To be the prime in your industry, you need to constantly keep learning. An excellent way to learn while you are working is...
Beginner coder here. I code everything on PyCharm 3.7.3 and i know how to make the calculator and everything using input()...
Hello :) I'd like to share the project we recently published. It generates test cases for the given Swagger / Open API schema...
I stumbled upon this wiki page documenting alternative syntax proposals from 2008:...
I have just recently started getting into gui programing with Tkinter and was wondering what is more comonly used by...
Not quite sure if the title makes senses. When I enter the pipenv, on the left of the terminal, the name of the shell reads...
with my program it is trying to make "secret codes" out of periodic table elements ​ The code `single_char = ["H",...
I just cannot learn programming languages/new technologies like that. And it’s weird because I LOVE to read otherwise. I have...
I coded a pair of twitterbots a while back just for kicks (using the tweepy API). At first I was hosting them on a paid...
To start I am a python user, I use both python2 & 3 and as you know PSF is ending python2 support by January 1st of the...
SOURCE CODE: from chatterbot import ChatBot from chatterbot.trainers import ListTrainer bot = ChatBot('Riyona') conv =...
I'm a newbie and I'm making a GUI with Tkinter. I'm not sure how everything works yet but: To be able to compile a python...
I just started some months ago to work with Python in a couple of projects. One of these needed refactoring and basically...
I'm looking for blog posts and other things documenting experiences with adopting mypy, especially from bigger companies. I'm...
Good Afternoon, I have an assignment for my "Intro to Python" course where I have to write an ATM program that has the...
I'm planning on checking temperature, energy production and other stuff ysing Python. Unfortunately, I'm quite new to...
So I'm trying to install Kivy, but I just get this: ​ [I am VERY noob on Python so far and I'm still learning, so...
I'm writing a code (for a raspberry pi project) so that if a trigger occurs a warning system will be activated and an email...
Hello, CentOS 7 i have been trying for hours to install PySide2 and/or PyQt5 in order to use it for a GUI i have created with...
I am working on an assignment to implement a recursive method called eval_expr() that evaluates boolean expressions....
I have theses to python script. The server : #!/bin/env python #---- coding:UTF-8 ---- import socket connexion =...
Like making a simple script and it’s not super complicated
I essentially want to build a website like Milled. I would need to be able to subscribe to an email...
Question: Print “this” list of foods but every time the item is taco print “we have a winner”
I need a randomly perlin noise but the package don't work can someone make one that works because my computer say that it's...
Hello, After days of struggle, I am posting here for help. I have a 2 lists, a ordered sequence, and my main list. seq =...
Hi guys, this is the first project I'm sharing so any feedback is welcome. I started learning python 2-3 months ago and would...
I'm taking introductory courses and specializations in Python via Coursera, and would like to install Pillow. I would like to...
I had to uninstall and reinstall python as a result of pip global value garbage. Now I have a directory left over that...
Has anyone used Microsoft power Apps to create apps with a Django backend API? If so what do you think of it?
In terminal right now for me (Mac or Linux), if I type python script.py it will try and run python 2.7....
I'm currently using the sqlite3 package to read and write from/to an SQLite database. However, I'm confused about how to...
Hi, is there a way to constantly get output when new row is written into table. Let’s say we got the output of the laptop...
Hello. I was trying to write a piece of code to do something like that: Checkbox I...
I'm trying to move an object in Panda3D up, down, left, and right using the arrow keys. For some reason, I can't get the...
I am practising Python, how can i get an input string , converted into a dictionary and word being the key and the count of...
If a facebook page or an instagram page was to upload a new post, how might I automate the monitoring/alerting of this...
​ https://github.com/taypo/redial
Hey everyone. I'm a young python developer working as a full-stack for last 4 months. I wanted to learn more and am...
​ https://i.redd.it/hfuskn79gql31.jpg [https://www.codersarts.com/blog/categories/machine-...
The best way to initiate your steps towards any new language after choosing the language you want to learn is mind mapping...
So I’m fairly new to python and I’ve never contributed to any open source projects but I’d really like to. I have absolutely...
**As a result of this research, called the Trusted AI project, the company has released three open sources, Python-based...
Tell /r/python what you're working on this week! You can be bragging, grousing, sharing your passion, or explaining your...
I'm working on an AWS EC2 Amazon Linux instance and for some reason, every package I install on a virtual environment gets...
I'm currently writing a python code that will be distributed among certain colleagues as a standalone .exe file for Windows,...
class Notification: def Notificate(self,message,title): self.message = message self.title = title...
Hi everyone, I am hoping you can help me. Have a twitter bot that takes a photo of my back yard every hour and tweets it out,...
Good morning everyone. I am having trouble getting my code to work and yet i cant seem to fix it. The issue is that the...
The issue is that my (right and left) true or false statements are grayed out in my gameLoop function. my goal is to move my...
Hello everyone, I hope you’re all well! Anyway, seeking some advice career-wise. Currently, I’m a Sr. Mfg Engineer at defense...
https://github.com/zys5945/PythonLiveCoding Similar to IPython and Jupyter...
Traceback (most recent call last): File "<input>", line 1, in <module> File...
I am trying to get a value from a data JSON. I have successfully traversed deep into the JSON data and almost have what I...
def isAnagram(s1,s2): s1=s1.lower() s2=s2.lower() x=list(s1) y=list(s2) if len(s1)!=len(s2): return False for i in x: if not...
Hi, I just started learning python a few days ago so I am sorry for the noob question. I am trying to make an if/else...
Hi all, i am unclear of how to do it in iterative way as ive been using recursive way to solve all these problems. Any help?
For example, lets say i have a balance sheet projection with Assets with - Cash, short term securities, Inventory, Supplies,...
I am attempting to parse a XML feed through a URL. Each URL has a unique ID that produces the data for that specific ID. I’m...
I need to read some Excel files into Pandas on a weekly basis, and most of the time the information is on the same location...
Hello all! I'm a *VERY* new to python. I need some guidance. This is what I have: money = input("How much money do you...
Hello! I am a mod over at /r/EruditeClub. It is a sub where we pick a new skill to learn each month and this month we are...
In my company mostly we build algorithms to solve our business specific problems. However for job interviews companies are...
So I am really late to moving to the latest Python 3 due to this being a side project off and on for years. I have an...
So lately I have programmed a small project. The function of this project was to show me the word that is the most similar to...
Hello I’ve had a little school assignment I’ve been working on and ultimately I’m stumped. My professor has asked my class to...
Trying to do my homework and figure out these methods. Python library says: Cased characters are those with general category...
What should I do if I want to implement Material Design in my open source app created in Python 3 with Tkinter GUI? I guess...
Here is the problem that I solved using bruteforce method. > > >Implement the create_strands method in...
Hello, I am a beginner in Python. I was wondering if there is any way 2 strings can be compared without lexicographically...
What I need to do is find a way to get all the keyframes in all animation layers and place them into one timeline. Any ideas?...
Hi, I am looking for an isometric library that I can plug into Kivy which I am using for the rest of my application, I am...
I want some good book or a good YouTube tutorial
I've managed to sort this list of addresses numerically, but my problem is that i'm trying to sort them numerically AND...
I write python app has 2 or more components. an api for web and mobile. a service for scheduled and some mini logic. now its...
As a recent college graduate with a degree in Finance and Economics who is currently unemployed, I'm trying to spend my free...
You can become professional in python from here
Here is my Python code of my NLTK Project: [https://github.com/techybibi/Riyona-...
Hi Guys, I am having a challenge serving my media files from Amazon S3. I'm getting the "Required parameter not set error"....
What is the right way to create and save a data frame with one columns of type list ? For eg. index, A,B 0 ,'a',"['aa','ab',...
What the actual heck is the deal with **kwargs when you're trying to use it in matplotlib.pyplot plotting functions -- the...
So our science teacher said we send them coded messages made up of elements where the chemical names of those elements...
Hey there! I'm struggling out here to learn python for my CIE exams on this October/November anyone out there who can suggest...
I wrote this color chooser program using tkinter. Pycker...
Here is an interesting blog post on overview of package management in Go- pre, and post Go modules. What are your thoughts on...
Hi everyone, first post here, just wanted to ask something cause I feel kinda lost, I’m studying software engineering and...
Im new in learning python and my teacher assigned me this task: Task: N students take K apples and distribute them among...
Save time while [PyCharm](http://www.edumefree.com/welcome/lesson/726/15689/-R2.-Python-Cost-Model,-Document-...
I’m quite new to data analysis so wanted to get started with some personal projects. One of them requires checking all the...
Hi guys, i am currently a masters student with a major in Mechanical Engg. and had picked up python a while ago. I would say...
Just realized I did. ​ https://i.redd.it/7db2g8qjjsm31.png
So I started learning python about 1.5 years ago and since then I kinda messed around with it once in a while and I made some...
I've tried all the options I know for auto-formatting Python code. yapf,...
I'm pretty new to python, and I was playing around with Selenium, when I noticed that it wasn't pressing one button(literally...
I’ve been getting this ValueError on my code and any help on preventing from this message from appearing would be greatly...
How do i tell jinja that a Python variable is safe? (In HTML)
Situation - Django app served directly by uWSGI (no nginx) in a Docker container. The dev environment mirrors the production...
Traceback (most recent call last): File "C:/Users/Ayyorta_/Desktop/AmazonPrices.py", line 30, in <module> `with...
This week's top r/Python posts have arrived!
Found this on twitter
| 2603 upvotes | 201 comments | u/shardul08 | r/Python |
I made a python drawing
| 2508 upvotes | 144 comments | u/Omz________ | r/Python |
Rolling Hills (Made with Python Processing)
| 1268 upvotes | 33 comments | u/thebuffed | r/Python |
I started learning python about a month ago. Today I sat down...
| 1121 upvotes | 157 comments | u/thegodzilla25 | r/Python |
TIL if you type 'import antigravity' into a Python command...
| 775 upvotes | 38 comments | u/AlrikBunseheimer | r/Python |
Hey guys! I’m learning python (coming from c++ and java) and I’m trying to use Python in Adobe Brackets. I know Brackets is...
Hi there, I want to work on a project that uses Bag of Words NLP to process an infographic on the top 100 words used in say,...
Hi, I'm developing a large project and I'm reaching a point where I need more robust logging. My requirements would be that...
I’ve been trying to download it and it’s downloaded 40 dependencies so far and still going. Does it really need them all to...
In a python class, and I think I'm close, but I need to do this problem using a while loop. Programming Problem1 - Ask...
I'm studying at an university right now and we started learning python. We're working with some python IDE whose name idk,...
Hello reddit! I need your help. So, I have been working on a python program which will select a exe file randomly from a list...
Python projects are the best ways to learn and master Python. Detecting fake news through Python is considered as an advanced...
Some time ago a wrote a small python package. I check PyPi for a nice name and choose joke. Because i couldn't find any...
Perl and Python are both scripting languages. Python is a widely used general-purpose, high-level programming language....
best group telegram about python and machine learning https://t.me/joinchat/CuFqkRPvJlV56vKtsaZmLg
Hi. Im new to python and I wonder can you make python react when I press key on my keyboard. Is this possible? If yes can...
Hi there, I've been working on a very basic login system and have gotten stuck at a certain point. I was just wondering...
Hi, I'm a young professional .NET(C#) developer and I've been learning Python slowly at night. How do I know that learning...
Does anyone know how to use run length encoding in python to compress it decompress ASCII art?
This console dictionary is based on Cambridge online website, so the explanation is excellent! If you like console, like...
So, I've been using Python 3.6 for over a year now and I've made many programs with it. But when I started out, the latest...
I am looking for a lightweight lib to make requests in python3 that is not stdlib. I considered unirest, but its dependency...
I couldn't exactly figure it out by seeing stackoverflow or googling it, but I have a json file inside a folder called...
Hi everyone, A new employee to our office has told our boss that python is not safe to use in an enterprise environment. That...
So.... when going to work by train, I like to watch some youtube video's. I just saw that Kalle Hallden, posted a new python...
We'd like to experiment with shadow traffic where we capture production API input, save and later replay (probably using test...
TL;DR: tbl - https://github.com/Ronserruya/tbl 3 weeks ago /u/disserman...
I'm trying to run openALPR using a Python 3.7 script on my raspberry pi 3B+, I've followed this tutorial:...
Hi guys, I wrote a really useful python app that I use for my work. I have to work through a lot of paperwork (forms that the...
So when I try to execute any of my python scripts when I use PyInstaller to make it an Exe file, it says it is a Trojan...
Hello, I need some help and maybe you can help me if you have couple of minutes :)...
best ide for python ---- what is your preferred ide and why? ---- |Vote Button| Poll Options|Current Vote Count|...
Hey everyone! I was wondering what people do a sorta like a python "side hustle"? what can I do to earn some money with...
Hello Pythonistas! I wrote a summary of my journey through Python dependency management, I thought it could interest some:...
Hey everyone, I am looking to make a program and I would love some help if someone wouldn't mind. I mainly use other...
Being new to python, i was thinking about strategically learning specific code and commands to automate some of my daily...
Hi, Just finished my first mini-project and have been learning Python for 1 - 1.5 weeks. I created an account/login system...
I’m really curious to see what kind of personal projects any one has created for use at home. I had a thought to create a...
There was a library that uses Jinja2 to generate a version-controlled graph of SQL views. Can anybody remember this?
So in my quest to learn Python I came across an interesting challenge this weekend. I have a program that monitors several...
I always wonder how others make open-source software while recognizing someone can steal their code and make money from it....
I’m desperate and not sure where else to go for help, I have an assignment due in less then 2 hours and I am at a complete...
I am trying to change a file extension from .ibl to .txt The issue is that when i use : copyfile(fullfil(path,file),...
Hi, I'm getting into machine learning and Python in general and am looking for some advice on a personal project. I'm working...
How to upload a series of iamges to Reddit using python?
The tutorial will shows how to connect any PostgreSQL database to a local Jupyter notebook: [Connecting A Jupyter Notebook...
IMPLICIT vs Explicit Data Conversion in Python #pythontutorial
Hey everyone, I want to convert a Matplotlib 3D surface to an STL. Can this be been done? online references show meshes that...
So I have about 100 rows that contain data like a person's name, their age, their Uni major, etc. Each row describes the...
I know there is nothing wrong with search for solutions on the internet, but sometimes I feel like a do this a lot more that...
I've just started tinkering with Pyswip trying to integrate a Prolog knowledge base into a Python program. It seemed to work...
I switched to Python about 3 years ago. During that time I was looking for an extension that will assist me in doing test-...
Hey Guys, does anyone know where I can download a list of around 10000 german words in .txt with each word in a seperate...
Hello, Working on a VERY simple GUI with just a few buttons for now that will fire off PS or JS scripts. I have the GUI built...
We want to be able to send text to a FPGA via a cord connection. Also looking into sending via a Bluetooth module (pybluez is...
I'm newly excited to learn python but there are lots of resources online and I'm getting decision paralysis. I noticed it...
These low-hanging fruits will give your Python code little speed-ups Link: [https://deepsource.io/blog/python-performance-...
I am using https://github.com/Delgan/loguru for logging, and wonder how to get the name...
I develop (in an amateur context) all kind of programs which rely on the same classes. The classes are of "logistic" nature...
I've been given a bunch of tasks from my school, this is my first year doing python and I don't really understand how to do...
I have created a c++ library that uses STL and Eigen heavily. Almost every function call is by reference and the return value...
https://www.youtube.com/watch?v=YSHKdH3Upus&t=3s This is a continuation of string formatting in Python. The first video...
Hi, Im running the latest python release through jupyter and am trying to find a way to profile my memory usage of the...
def receipt_store(): wb2 = xlrd.open_workbook("dailysalesrecord.xls") ws2 = wb.sheet_by_index(0) row_number2 = int(ws2.nrows)...
Hello everybody. I have recently started to learn coding and I am focusing on python right now and I am looking for a website...
Tell /r/python what you're working on this week! You can be bragging, grousing, sharing your passion, or explaining your...
I have a function that produces a large amount of data and store them in a dictionary that is to be returned at the end of...
I know there are a few of them. psycopg2 seems to be the most popular, but asyncpg looks to be the fastest. There are...
Are there any examples of Python Project repositories that would contain multiple features, for example a repository called...
code code running As shown in the two screenshots, I am...
I started learning Python 2 months ago I learned the all the basics of Python and practiced in some libraries like "Math "...
https://github.com/blue-season/pywarm Because Don't Repeat Yourself. With PyWarm, you can define all parts of NNs in the...
Hey /Python, I’m currently learning python and I got curious about what life is like for someone that actually works in...
I have recently been digging into pyinstaller and have created a python executable which works, however I want to be able to...
For those who haven't heard of it, and an underhanded example from a [stack...
Hi everyone! Today I release version 2.0 of my cve-maker tool. As a reminder, this last one is used to quickly search for the...
My background- software engineer (exp- 2 years) My work is not related with python and I pursue it as a hobby. I've got an...
I'm newer to Python GUI have been working with PySimpleGUI on windows and I think it is awesome. But I kept getting this...
Hi, I am a bit lost when trying to scrape these elements and have no idea what to do, and I have been stuck on this for a...
I'm new to Python (and programming in general) and have recently modified a python script I found online that scrapes player...
So I have learnt the basics and more of python. I’ve experimented with many libraries such as Django, os, shutil, numpy, etc,...
I'm trying to write a script to enroll myself in a course when enrollmentSpaceAvailable != 0 using requests and my session...
So I wanted to access my selfmade with selenium.
This request may seems odd but here it is: i am looking for an easy way to make a web interface without writing any HTML or...
I have a Django backend to be served as my API endpoints. I'm looking for some guides and best practices for implementing...
​ https://i.redd.it/j1z5sbgtt7n31.jpg
hi im a beginner and i need some tasks to help me learn any ideas ?
I wrote a tiny Flask App that allow users to share encrypted secrets using custom links and passphrases. The records are also...
I wrote this on a late night after watching a video of a similar project and decided to give it a go myself. I'm fun at...
I'm fairly new to coding with Python and am liking it a lot but just had a question on a syntax question. Q: When you are...
Hello! I'm seeking feedback on my Zsh helpers for managing Python venvs and...
End goal: Run one script that polls a plugins folder and can use all plugins in said folder. Starts a web server to view a...
Those of you who know flask, json; if you guys can answer this question on stackoverflow. [Link to...
I'm trying to use the symbolic package within octave. However, after a little reading it seems as though you need python and...
If I've have still have a project from when you were just a beginner and you looked at the code a lot further down the line,...
>>>> pip install tweepy file "<stdin>", line 1 pip install tweepy ^ SyntaxError: invalid syntax any help?...
tl;dr@end # Hey r/Python, I recently started making little mini-games for my personal discord bot that I love to mess...
​ https://i.redd.it/wol76aaur9n31.png
I’ve built OpenALPR several times, twice following this installation which seems to be working out for many other....
Hi. I wanna ask how commercial projects in python mainly looks like? Is it monolith web application in Django or just a rest...
Morning, I'm extracting loads of data from our Github Enterprise server using the PyGitHub library and I've realised I'm only...
So I've been using Python as a student for a few years. In my first course we got given some instructions on how to install...
Hey guys, I'm currently working in an IT Support environment. Mainly dealing with incidents that need to be resolved in a...
Can anyone suggest a more efficient/pythonic way of writing out these long elif statements? ```python if random_num == 0: x...
It's far, far, far from perfect but ran out of time three hours ago. I have to figure out have...
I0m trying to run an app which needs PyQt and, of course, SIP. I've tried searching for a compatible version of it without...
I was messing around with the turtle. Because I'm new to Python. And I found an extremely satisfying code. >>>import...
Hi Guys, ​ Hopefully you can point me in the right direction, I am a network engineer dabbling in python to...
Hi everyone! I am a student of Statistics and besides R I will need to learn Python. Does anyone have any suggestions for a...
To be able to do most python back end, games and stuff. thanks
Trying to learn how to crawl websites? Today I am going to share some tips on how to learn web crawling so that you will have...
Hi python community of reddit! I was thinking I could start developing a module now that my python skills are decent. I have...
I would love to know your preferences and reasons behind your favorite frameworks, regardless of the project requirements....
Hey all! I am working on a tool that calculates some stuff (duh) and should that output a report. Now I know of pylatex and...
I'm a Python newbie who is looking to take this fun little hobby and make it into a useful tool for others. I recently wrote...
I’m pursuing the self-taught path of python of developer. I had various intervals of computer related experience in my past...
I posted recently on an assignment yesterday and received some help. I'm a beginner to python as though this assignment may...
I’m starting to learn python and one of my assignments is to make a list of names and have the user enter a name and each...
def fort_knox(): gold = [0] class impl(object): def add_gold(self, amt): if amt < 0: remove_gold(self,amt) else: gold[0]...
Is there an easy way for python to read two large txt files(on average 70,000 lines) using difflab to produce a text document...
I am using Websense to decrypt SSL, analyze the content, and then re-encrypt the traffic. It basically is a MITM except it is...
First time posting and I can assure you I've scoured the interwebs to troubleshoot this issue. I have tried every single...
Hi all, Im using Python 3.6 to process data from an experimental radar system I'm working on. Currently, just to test the...
So for last a few days I had been working on Ministry of Corporate Affairs, Govt. of India's Open Data to get some better...
Hello, Looking to automate login and pull reports at work. I used Selenium IDE to see the process that is going on. After I...
I'm curious about __dict__. It's not quite a method (you don't need to invoke it), nor does it have the property type of...
Fellow programmers, mathematicians and computer scientists, If you are interested in long-term guidance through the difficult...
hi everyone, i am trying to find a lightweight python library for playing music (mp3 files, maybe ogg), that weight like 2 MB...
I know protecting/hiding Python code goes against everything Python stands for. But, I am currently teaching a signal...
And what kind of equipment do I need ?
Heres a link to the repo. The README explains. ​ [https://github.com/MaksimumYT/Game-...
from what I understand is that mutable is when a variable changes within the code. But during this the memory location where...
I'm an intermediate python programmer. I've never made anything associated with machine learning out neural networks, but...
#!/usr/env python ''' How can I make this class more concise so each function includes only the necessary amount of data? For...
from tkinter import * import socket import sys import select from selenium.webdriver.common import keys import...
I'm wondering when the community thinks Python is no longer appropriate for creating basic applications used by a handful of...
I'm shopping for a new CPU for my data analysis work in Python, and I've discovered that the question of which hardware is...
I got sick of half-assing similar code every time I needed to talk over UDP so I finally wrote a more general solution. Maybe...
Hello Everyone! I created a cool chatbot that serves 2 functionalities 1. Tells the GitHub repos of a user on supplying the...
Hi everyone, I'll be starting a new job in a few weeks, and one of the things I'm going to have to do is maintain existing...
Hey all, I'm a bit new to Python but have recently started using pandas, statsmodels, bumpy, etc to create a new baseline for...
Hi all, I'm working on a project and was looking for some direction. ***I have very little knowledge on the subject, so...
I went through just few videos and really like how the series broke down into different topics with very clear explanation...
Hi there, it seems like a trivial problem but let's see if someone could help out here ;) Let's say I have an example class...
Hi guys, So, last night, my car was broken into and my backpack was stolen, which included my laptop as well. It's a mac book...
Hi all, Hoping some of you could give me some ideas on small applications to build for some beginner Cybersecurity students?...
I'm trying to train an NLP task based on each word in a large corpus. At the moment, I'm using keras's fit generator method,...
I like termcolor library very much and it's used in many our projects, but original module is not updated since 2011. So I've...
I've been trying to create an extension so I can call C++ code from python but whenever I try to get setup.py to install I'm...
I'm new to PyCharm, from Spyder. When I step into a function that is implemented in a different module, and an exception is...
When I try and run this command with pyinstaller, pyinstaller --onefile --name FunnyThanosPic -i "Thanos.ico" live_face.pyw,...
Hello there guys, I am a complete noob at Python so I am trying to learn the basics for my class. We are currently working...
Python doesn't require semicolons but, nevertheless, it allows you to optionally place them at the end of lines. Do you...
rant/ Python is retarded, why the hell would you make a language dependent on indentation? It gives you weird errors and bugs...
Is anyone available to help with my homework? i'm pretty stuck and i'm certain that it's actually pretty simple. I work a lot...
I am having issues with clearing the security gating due to sonarqube and checkmarx complaining major bugs in pyparsing. Is...
If you like to develop apps with Python and PyQt5 this book will help you avoid starting problems....
Mein Buch über Python GUI Entwicklung mit PyQt5 ist nun auch in Deutsch erhältlich. Nur heute kostenlos erhältlich auf...
import json, requests, sys, stripe invoices = stripe.Invoice.list() outstanding_filter = [x for x in invoices if...
Hey all! I’m moving into a new house and wanted to put led light strips around my whole room. I’m a music producer and have a...
Hi! I am very new to Python and I make some small codes to see if I understand what I am doing. An example below here:...
You like battleship? You like programming? I've combined the two ;)...
pySongShare Beta. It's a bit unstable but for the most part gets the job done. My...
Hello r/Python community, I've been compiling a list of algorithms and making them publicly available at...
UnboundLocalError: local variable 'selection' referenced before assignment selection=[] pattern = [] def animate(idx =0): a =...
I'm 13 and I started Python yesterday and I've made quite a lot of progress but I'm stuck on this one. It is showing the...
I am making a "videogame" on python, it is about fantasy similar to how Dungeons & Dragons work, any help is well...
Hi /r/Python How to best do free form serialization and deserialization of a hierarchy of python classes to and from a...
Since the official library states that it will only work...
Hiya, been working on a project here and there when I need it to run bulk actions against servers without overcomplicating...
So I am looking for some help with something ... ​ I would like to essentially push down a negative search result...
Hey everyone. I briefly studied coding in college and got through a couple relatively basic coding classes in college...
How can I write a function that takes the input of change and gives you the least amount of coins back? 4 coins are quarters,...
I've done some projects (my most recent one was a suduko solver) I want to get better with python any ideas for projects or...
Please urgent!!! If I'm working with pandas. and I built a STRING that would call a df, for instance...
Guys I want to do a project on Python but struggling to find some out of the box Ideas. Please help and I will post the...
Hi, I am almost a complete python noob and I wanted to know if there was a way to have a python script execute upon the...
I am trying to add legend titles to my graph, but I am not sure how to do it. There are four lines represented on the Y axis....
Does anyone know how to change the default browser for Jupyter Notebooks? All the stuff on stack overflow is hard to figure...
I am trying to use python to auto-generate the files for a Minecraft world. Basically I am trying to use the NBT library...
I have the file in the following format....
hi i am trying to make a sudoku grid generator and i was wondering if anyone had any tips of how i should start this baring...
Q-2: Write a Python program to randomly initialize two list of numbers, the size of those two lists is also random and...
Okay, so pretty noob question I guess, but if I'm coding some if conditional statements and it applies to more than one if...
I have 2 versions of Python installed and it's not letting me use the latest one. What am I doing wrong?
...other than to bite the ass of people like me who just click 'next' through the installer wizard?
We’re looking for a hands-on individual who can be trusted with the execution and delivery of our Investor Services team!...
def processAnimals(fileName): f=open(fileName,'r') animallist = [] animals=[] g = f.read().split('\n'and ',') #while True:...
I was asked to write an expression using boolean operators that prints 'Special number' if special_num is -99, 0, or 44. My...
Hey guys, I am incredibly new to programming and am taking an intro class. we were given an assignment where we have to...
I am using ctypes in python3 to start a process into a debugger I am making, in this case it is simply supposed to show the...
Hey guys I’m writing an assessment over my research, and I need to cite the Python Documentations for them. How would I cite...
Why does this result in the value in the list changing over every iteration rather than adding the next value per itteration...
Made some code today, its a remake of my previous mini-module called simple email but now that I am comfortable with classes,...
I'm using a thing called auto-py-to-exe. It's VERY efficient, but my program crashes on boot up. It works perfectly on...
I've started using VS Code for my python projects and I really want to hide the line where the python path and the path to...
In my homework, I have been asked to write a function whose purpose is to extract a substring from inside of another, the...
So I'm looking to write a python program that displays my cpu and ram usage either in my task bar or desktop. I have an okay...
We have this tsne plot of word embeddings, annotated in a way so when you click on the words, it will show the sentence it...
Hey I need some help in setting up this neural network bot that i got from a github repo. Im new to python so sorry if this...
Hi everyone! I'm trying to install gmplot pip install gmplot ​ but all the time getting the same error: Collecting...
Can anyone suggest a good book , tutorial on win32com ? I have started reading " Mark Hammond, Andy Robinson - Python...
Hello, I am a newbie for both Python and AWS Lambda and now I want to write unit test for Zabbix sender aws lambda function...
So i was following a tutorial by The Coding Train and tried to make a double pendulum in python I looked up how to do it...
This week's top r/Python posts have arrived!
I created a GitHub repository explaining the complete process...
| 1420 upvotes | 36 comments | u/Agent_Phantom | r/Python |
I have simulated ray-tracing in pygame! You can check it out...
| 1080 upvotes | 75 comments | u/RandomJacobP | r/Python |
My first own program. Beginner
| 963 upvotes | 109 comments | u/Ninjafreak77 | r/Python |
Animated Fast Fourier Transform of Music Piece
| 790 upvotes | 79 comments | u/EntropyNullifier | r/Python |
Python3 f-strings - A complete guide to the most well...
| 713 upvotes | 139 comments | u/uditvashisht | r/Python |