I'm gonna be teaching a class on python in February. It'll be about an hour long and targeted at complete beginners to...
Posted by u/zaneno in r/Python
1 messages · Page 8 of 1
I'm gonna be teaching a class on python in February. It'll be about an hour long and targeted at complete beginners to...
Up to this point, I've always maintained a 'grimoire' folder in which I stack my repertoire of useful scripts/spells/charms....
I've recently finished going through the course 'Python for Everybody.' Now I want to build my own little project but I'm...
I've been looking to improve my coding skills and decided to challenge myself with Conway's Game of Life. Any and all...
One principle from the zen of python is: > Namespaces are one honking great...
In R, we have a function called hopkins() to find the Hopkins Statistics. I searched as much as I could and couldn't find an...
Black is very nice to format code, and i would like to know if there is a script to re arrange and organize code func by...
A few days ago I saw one of those "Portrait created by 1000s dices" posts and wondered how it can be done. In this tutorial,...
I have been coding in python since 6 months and have developed quit strong basics. Can anyone suggest me some books that will...
I am confused about checking a single word string against very large lists. In the places that I googled, the people talking...
https://www.youtube.com/watch?v=3Rt-ufB1PEY ​ ​...
Is there any easy way to gather 1 keystroke at a time as one might use for a game or a text editor or a calculator?
Hello, I was hoping someone might have insight into if this was possible. I collect data from a server, and after analysisng...
Hi, I can enter a program via subprocess command in Python. However, I don't know how to move in this external program via...
I’m wanting to use virtual environments for my projects and am wondering if I need to uninstall all of my packages installed...
Hi, I'm sure there are plenty of security implications with this question. I currently have about 6 passwords I use for most...
Congratulations to the Sanic Community for pulling together our first release since moving to an organization. There were...
This week's top r/Python posts have arrived!
My nightly ritual.
| 1484 upvotes | 217 comments | u/timberworks | r/Python |
Merry Christmas
| 936 upvotes | 42 comments | u/kevinnel | r/Python |
Comprehensive Python Cheatsheet
| 867 upvotes | 53 comments | u/pizzaburek | r/Python |
Word Master : A Python program which plays with words,...
| 361 upvotes | 21 comments | u/bidyutchanda108 | r/Python |
I made a simple Python script using AutoML to identify 5...
I recently used AutoML to create a noodle classifier that will tell me what type of noodle is in the image. I have trained it...
| 279 upvotes | 25 comments | u/dtcarrot | r/Python |
Im fairly new to python, and I've recently been reading/watching a lot of online tutorials, I'm interested in making a fun...
I decided to make a glove that can ban (or timeout) half of your Twitch chat! The build and the video down below! Yes, I did...
Hello there, I am having some trouble creating a personal version of netflix for me and my family. I have tried win32api...
I'm used to work with Jupyter notebook, but I can't download Anaconda as it's not approved and I can't run .exe files. Are...
I have started work on a GraphQL Client Library and you're invited to check it out on...
I made a script that will open up a tab with "Bring Me To Life" at 11:59:08 so that the first "Wake me up" will play at...
I know that it (the python api wrapper) provides comment-replying functionality but I can't find anything that lets it make...
How can I get python to measure the network usage of a program. I'm trying to monitor a program and if it's downloading an...
I need to make something very typical like this: - A server that accepts connections in parallel - A client that connects to...
Hey guy's I don't understand what this code is doing. It has something to do with cleaning text. Can someone please help...
Hey friendos. ​ If I'm not reference class data members or other class functions inside a function, I can make it...
Hey all. I have some code here with a relatively simple goal. It uses os.walk to yield a filepath to os.stat. Then it pulls...
Hi guys, Happy new year, I don't know how many times this questions has been asked but I am asking here again : which good...
I feel like I'm just copy pasting answers and modules online rather than writing algorithms. I don't feel like I'm learning...
Some background, I am planning on writing benchmarks for several languages (node, php, python, ruby) to come up with: "What...
Online, it makes it seem simple where you can find the input box and send the file name to it. However, the website I’m using...
Every New Year people get you some presents but your best present you get never changes, Your own existence! It is also your...
I have a bunch of system tests results stored in a data structure which is a dictionary containing a number of keys for each...
I did enable PyTest from Settings -> Tools -> Python Integrated Tools -> Testing setup.cfg was created by PyScaffold...
Artist_list=['artista', 'artistb' etc... ] song_list=['songa', 'songb' etc...] guess=input('song name goes here') if...
Hello, I am attempting to update this outdated pkg from local repos but run into the following error: Is there any way around...
Happy new year to all. Art 2.8 released https://github.com/sepandhaghighi/art...
Hi, I'm a complete noob to python and I'm wondering how to detect strokes keys for my first game, any insight helps! :D
Hi, I just bought a new laptop which has 1TB and 256 SSD, where should I install pycharm? and what should I install in the...
I'm using Kali Linux and I'm trying to install Wing IDE on it but I have reached a point where I can't get past an error...
I'm borrowing a friend's laptop and don't want to go through the hassle of setting up a virtual env but want to play with...
My son (12) wants to join the local robotics club and is interested in programming. I been programming for 19years with...
I'm looking for link/s to dowmload some good python ebooks. I'm looking for ones that will help me learn the basics
It feels like every other result on google uses a different approach and to me at first glance they all look like "don't...
I just started getting into programming in Python and idk where to start I used to write c# code for simple game projects in...
I want the program to take an input and use that in a loop I want the value till when the loop runs to be the value entered...
There are many RL tutorials, courses, papers in the net. This one summarizes all of the RL tutorials, RL courses, and some of...
I need to seperate the string into two strings the first will contain the first charicter and the second contains the rest of...
I am using noobs os on a raspberry pi 3b+. when i import numpy i get this error: Traceback (most recent call last): File...
Tell /r/python what you're working on this week! You can be bragging, grousing, sharing your passion, or explaining your...
Hi, everyone, been working on this little productivity tool of mine for a while...
Hi folks, I've created a small script that helps you to fetch basic data from YouTube if you use a desktop player (like...
I have write a program to identify image. But I can't get rid of the warning mentioned in the title I have try to convert my...
Hi friends and Happy New Year. I'm looking for online Python oriented programming courses (eg. Intro to Programming, Advance...
Anyone here fly drones? If so, I got the idea in my head to see if there were any Python libraries that helped with any...
Hi, I basically have a couple of questions in one ​ I have the following code: in one Jupiter cell %%timeit # code...
I use the datetime.py module below to init all datetime objects. import datetime import warnings class...
I use the datetime.py module below to init all datetime objects. import datetime import warnings class...
I'm presently using Middleman to maintain a personal web site, the vast majority of which is a [photo...
Has anyone read any of the following books (all from Manning.com ) Note: I've looked at the free...
I went through the entire Automate The Boring Stuff book and then got crazy busy with my job and never did anything else...
I’m working with some very very old software at the moment and looking to see what’s involved in making an up to date version...
I tried to create documentation for my code using sphinx. I look for tutorial online. Most of them is done using linux. Has...
https://github.com/caffeinemonster/pycture/ Description - Downloads images from reddit urls stored in urls.txt then displays...
As a programmer what task have you automated with regular expression ?
cross-posted from /r/flask I've had some trouble finding resources between the official Flask getting started documentation...
I was planning on buying a book for Golang, but I saw this deal and couldn't miss out on it. Golang is on hold for now, and...
Hi everybody, I was introduced to motion charts (by way of Gapminder) in class today and given a (very) basic idea for the...
So I really want to learn python with focus on making game bots, any good guides out there? Been going through a bit of...
My fabric repo which I use for years is now public. Unfortunately it still uses Fabric 1.X because we cannot rewrite it yet...
Hello, My requirement is to build a mobile application which presents meeting schedules (which would be dynamically provided...
Hello, My requirement is to build a mobile application which presents meeting schedules (which would be dynamically provided...
I need help improved obsolete functions to be no longer obsolete or completely removing them. I'm asking this question to the...
index = 0 for anItem in self.items: if anItem == item: self.items.pop(index) else: index += 1 #index = 0 #while index <...
Can anyone here explain to me exactly how I use this feature of the multiprocessing package? Is there ever a reason to access...
Hey guys, First time creating something like this with python as it was a request and I thought I would share it in case...
Hey guys, First time creating something like this with python as it was a request and I thought I would share it in case...
I want my python script to automatically download a bunch of files from dark web(from an onion website), url is like this-...
Hi everyone. ​ I am looking for a framework to make a web page/interface for my future small and weird python...
Greetings to all Pythonista out there! I am trying to port over a library from nodeJS to python and I am not sure which...
The pyinstaller.org it is not reachable. Any news about that?
Hi everyone, ​ I'm new to Python, been learning as well as working on a web scraping project; but I underestimated...
I am fairly new to Python, and I was wondering what development environment do you guys like to use?
I installed PyQt5 using brew install pyqt5 which worked. I am using Python 3.7.1 which was also installed using brew When I...
I'm new, probably about 6 months in (self taught) in all languages. Started with JS/NodeJS, then Powershell, now Python. My...
How can I calculate the pi number in parallel python (with MPI) with this formula? n = 10000
I am trying to convert PDF to text in Python. But its giving me error: PDFTextExtractionNotAllowed: Text extraction is not...
Title
Hi guys! I'm a PhD student in the neuroscience field. I am interested in data science, data visualization, and data analysis....
Really needing some input guys. From what Im told Software Development would be the best choice for getting into the IT field...
n=0 sum=0 end=1000 while n < end: sum=sum+((-1)**n)/(2n+1) n=n+1 print("pi = ",4sum) ​
A python script, I developed to translate English to Braillie (grade 1) to communicate with visually impaired people....
I have an existing application (Apache Superset) that I'm trying to extend and implement OpenID Connect. The application...
Hi, ​ I am trying to compile code via visual studio build tools. ​ I am trying to use subprocess in...
I was really inspired by Barony and I want to give a solid attempt at creating something similar, except in Python. A long...
I originally asked this question in the...
"Hello world!" (Haha), I wanted to know if I should learn Python or C# for developing a game! But, I know that Python is a...
I mainly program in C++ but have a client in need of some web scraping, both images (.jpg name to make sure nothing has...
Hey guys, ​ registrations for Google Hash Code start tomorrow and I'm searching or want to form a team. Obviously,...
Anyone know anything about the books on the most recent bundle? https://www.humblebundle.com/books/python-...
Sorry for the noob question, but I read (and checked) that if you have a numpy array with x itens and you have the same list...
Hi there. I have a python code (code.py) where it will import libscrc at the beginning. I have installed 'libscrc' via...
This Microsoft Store version is a simple installation of Python that is suitable for running scripts and packages, and using...
When someone take the time to make program and showcase it to us especially by using a video, Be nice about it. It’s ok if...
What do you guys think is the most pythonic libraries, which helps to understand what good code is about?
For example I have json data like this [ { "ID": 1, "Value": 4 }, { "ID": 1, "Value": 2 }, { "ID": 2, "Value": 7 }, { "ID":...
I am new to python and am used to C++ sp forgive me if this is a simple question but I have created a python program that is...
Basically, can i create a fancy ass looking screen that will allow the costing engineer and estimator to input new jobs and...
Is it possible to have a config file that when a user changes the configuration value, the changes can take effects without...
Hi Reddit, I'm wondering if Python has a CRUD creator that makes modules for tables. like PHP Laravel. ​ This...
When I look at the local classified section for my area which is Toronto Canada all I see is jobs for other programming...
Brython is an implementation of Python 3 for the browser. It allows client-side development in Python instead of Javascript,...
Repo: https://gitlab.com/balki/git-log-edit Raw link: [https://gitlab.com/balki/git-...
Hey there! I need to build a bot which accesses automatically certain websites and executes javascript and returns the...
Hello everyone! I will be starting a final year university project soon and I was just wondering if any of you guys could...
hi I make a project on my Raspberry PI which plays music with my raspberry pi. but the playlist is 10 songs long if he...
I spent all morning working on these, and I think they're super useful for vision programming. Our robotics team needs vision...
Hello everyone. I'm using Python and Kivy to develop a small system here in my job. Like I said in another post a mobile...
Hi I’ve never programmed before but I would love to learn to with python is there a book I could get to teach me the basics?...
What are your thoughts about this [https://medium.com/@kuriajoseph/my-rant-about-pythons-...
Hi! I have a project where I have to read a random line from a text file and I need to split the line into two separate...
Hi guys im a beginner learning python. I cant seem to find whats wrong with my code. I gave Target an x and y. i keep getting...
When plotting data in python is it possible to have x-axis marker locations based on the data? Referencing the image, as an...
Hello there, I am currently learning Python and I am eager to start a new awesome project. I would like to create a project...
Does anyone know learning resources such as books, websites, articles on how to build an API that interacts with backend...
Hi! I'd like develop a GUI application in Python, but I'm not sure which framework to use. ​ I'm looking for...
I'm planning on creating a smaller version of the website LinkedIn. But I have never used either Django or Flask and was...
See the final code on GitHub here. https://github.com/samchaaa/alpaca_correlation_viz/blob/master/notebook.ipynb This is the...
I have this program that I am very proud of it (it explains its purpose in...
Hi all - pretty brand spanking new to Python here so please forgive the probably-very-noobish question. I have an LCD screen...
I'm building a data visualization app for basketball using python. I've almost finished the GUI with tkinter, my only...
So i've got a wordpress website hosted on bluehost and I've been trying to figure out how to be able to integrate a python...
I don't know whether it belongs here ,so excuse me if it isnt!
I read the book learn python the hard way from Zed A. Shaw, he explains to stay away from IDE's What is an IDE and why should...
Hey guys, I‘m fairly new to python and currently working on a way to use an Web api through python. For that API I need to...
Ive read the documentation noch three times already, but I just don't get it to work... Has anyone some example Code? In the...
Hi, I am writing some concurrent code in python, which is straightforward if using the "golang like" unbuffered channel. So I...
I am looking for someone who wants to learn Python basics with me. I have written 1 program so far. If you are interested,...
a = b = [1,2,3] a.append(5) print (a, b) # [1, 2, 3, 5] [1, 2, 3, 5] ​ a = b = [1,2,3] a = [1,2,3,5]...
So I have been trying a lot of Python libraries over the last few days and I love how there exists so much resources which...
Hi everybody, ​ in the past i have made some small python applications (more like scripts for AWS) but now i got a...
Where could I find a list of the naming convention for using those layers in cartopy? I've got stuck :...
i’ve made numerous scripts for different things , such as checking a time table to creating accounts. i can’t really think of...
So I'm trying to build out a script that will read all text files in a directory and parse out the info that I need. The...
Did some codecademy and half a book but haven’t touched programming since so starting at the beginning isn’t a problem. I do...
Hi, r/Python, thanks for teaching me a lot over the years. I am posting to tell you about an awesome conference, PyTennessee....
Hello, I'm wondering if anyone has any recommendations for me for using python. I have used some premade python scripts...
OK so anyway I got some software for something. It includes sending a message. ​ I'm not a coder at all and I've...
I can get data from almost all sites with urllib.request & urlopen. I mean when I just say : webpage =...
Are there any up to date gui designers / builders for Python preferably built for Tkinter? If not what would you guys...
I have been torn between python and Julia lately. I’m just trying to learn machine learning for fun and I want to use a...
pikepdf is a PDF manipulation library designed to be a compelling replacement for PyPDF2 (which is currently unmaintained)....
I'm looking to build an AWS Lambda function, and I'm trying to decide what is the best tool to use. My requirements are...
So, first things first, I am about as green as it gets when it comes to programing and python. I'm basically hacking my way...
I've been asked to give an intro to Python talk (or maybe mini-workshop) to a bunch of developers who are a mix of those...
Im just wondering whether I would be able to bring attention to a modul I here if I make one
There all in same bundle and the combined worth is $1300, but it's being sold for $15. It has 22 books and all of them are on...
Can anyone give me a good (technical) reason why I should not put import statements inside a function? I use this a lot in...
Before you refer me to learnpython I wanted to reach as many practicing professionals in this field as I could. This reddit...
So I made this project last year and figured I would finally share it. When I first got started with machine learning, it...
Hi, I'm trying to get started with Python and have downloaded Anaconda. About 10 minutes ago I was able to type: print...
As previously posted, I'm building a basketball data visualization app with python, and I am using Tkinter for the GUI. How...
One of the best parts about Python is its inbuilt functions. I still found that many novice developers like me sometimes...
Hi, does anyone know if it's possible to build A gui with dragging and dropping elements like buttons in Python, maybe with...
Hello fellow pythoners, ​ I have 2 cloud ubuntus with node-red / python+anaconda: In them I run 5-6 python...
Obviously the same can be done without relying on dask (e.g. using directly concurrent futures) - and dask is way more than...
When i ran: print("H") Gives this output: /usr/bin/python3.6 /home/pranav/PycharmProjects/Tester/Tested.py Traceback...
I've created a small library to simplify user prompts. I tried to keep the interface as simple as possible (that was kind of...
I have been using Python for machine learing for quite some time and I have grown very fond of it. Instead of the smaller ML...
Assume I know close to nothing about Python , but desperately trying to learn. I have been assigned a task to plot I-U values...
I tried to convert a .py file into an executable using pyinstaller. Every time I try to convert something I get this error:...
I've just started working with Python and decided my first project would be a subreddit scraper. I have the majority of it...
Hi guys ​ I am moving away from Sqlite and serial transactions and I am trying to execute my scripts in parallel....
Hi, [I'm facing this problem](https://stackoverflow.com/questions/39300060/authorizationexception-exception-str-failed-on-...
I want to use sub-commands and sub-parsers in my program. The subparser is called "ufn", one of the optional parameters for...
I'm a long-time SAS programmer and am wanting to step out of my comfort zone and learn a new programming language. In my...
I juste hate them. I never liked using them (I've been forced to for several weeks). It just produces bad code, bad habits...
Hi guys I do not know much about either one but I have decided to use Postgress in my application Now the question is should...
Hey guys, small question: what's the best user friendly way to store a set of parameters? I do web automation, and the short...
Hey, I’ve been using pycharm recently but my free trial is nearly done so I’m looking for a free alternative. I mainly just...
Hi all! Just started Sololearn, and at Booleans rn. So, I was playing around and wrote this: X= "Canada" Y= "America" print(...
the python shell covers part of the bottom of text, I've tried extending it and scrolling down and stuff like that and its...
I chose Python for my first computer language. I love it, I don't want to learn any other language but I am sure I will have...
Yeah Yeah, I know that it is not very feasible, however, I just want to look at the code and understand the working of it. I...
When I was learning HTML and CSS I always enjoyed videos where a website would be built from scratch. I'm not looking for...
Hi everyone, I having a problem related to Google reCaptcha, basically I want to mirror a captcha and their associated image...
Hi so what I'm trying to do is create an website where people submit to opt into being "recognised" online. They upload a few...
I've got a piezo buzzer on a raspberry pi, and I've setup a function called buzzer.py which I've...
print("This program finds the area of an equilateral triangle") import math area = ((math.sqrt(3)) * (int(input("Enter value...
So bear with me a little here....The game I'm working on will take place over long periods of time. It might take two hours...
So basically I made this program to calculate the length of an arrow in 3D when given the x,y,z co-ordinates. here is my...
I was wondering if there are any module or something in Python that allows me to edit the metadata of a MKV file, especially...
Dear pros, I’m having too many emails to respond. So I’ve built a flask app that currently reads and fetch emails, parse the...
PyCon Israel 2019 ​ 2 June Django Girls 3-4 June Main Conference 5 June Workshops Day ​ The conference...
I'm working on a homework and I'm stuck with the input values, my program needs to evaluate if the input is an integer, float...
Python already has a few library to do 3D graphics, but I found most of them to be either too low level or too high level...
Hi! How do i get åäö working in python 3? Python 3 should be unicode by default right? So how do i get this to work: import...
I am a novice at Python and want to learn it so that I can create a game. I am beginning to learn the basics of python, but...
Hey, I know a lot of you have been working hard to learn python and are actually building projects now, that is great! I made...
I want a system that when my RPi takes a video it names it video1 then video2 etc what i had was:...
Hello Everyone! I've always been fascinated by an app called as "CamScanner" which scans documents and enhances their...
I was getting frustrated with never actually seeing videos from my subscriptions so I made this. It uses the OPML file that...
I'm doing a school project, and was wondering if it'd be possible to make a Chatbot in Python? and how long it would take me...
Hi, I'm teaching myself Python to get back into programming shape some years as a DBA and later a product manager... To...
8 years away from programming and wanting to get stuck in again. Pythion is my language of choice and chatting to a...
Basically the title says it all. I was wondering how all of you have learned Python, and have became more fluent with it. I...
Anyone else got this problem? Having around 10-20 project ideas that in my eyes are worth pursuing and spending the a month...
This week's top r/Python posts have arrived!
These two books changed my life in 2018!
| 2403 upvotes | 177 comments | u/tycooperaow | r/Python |
Python in one?
| 1665 upvotes | 40 comments | u/nommu_narwhal | r/Python |
Here are my Python projects from 2018! (Mostly Game Dev)
| 1183 upvotes | 128 comments | u/DaFluffyPotato | r/Python |
Learn Python from Top 50 Articles for the Past Year (v.2019)
| 617 upvotes | 12 comments | u/jeremyisdev | r/Python |
It’s finally in! Can’t wait to dive into my newest book.
| 479 upvotes | 65 comments | u/SaltyPropane | r/Python |
Hi, little disclosure i am new to python and fairly new to programming (did a bit of java in university 10 years ago, have...
Hey guys, It looks like that dask read_json has memory issues. I have bunch of ~2Gb json files on my google cloud (gs://*)...
I've been learning Plotly as it has good reviews. The graphs look great, but it seems very laborious to get a graph. If you...
Hi, I am trying to figure out how to flatten pdfs, as some of the pdfs I am working with are forms, and Tabula doesn't seem...
I have created a python venv using python -m venv my_venv_dir ​ How can I reopen the virtual environment...
So, thought I knew Python3. Right!? Figured this should work. Not even. Looks like this in Python2:...
Guys bear with me, I know this might me a stupid question but I am trying to make a dice roller and this error showed up...
Just a heads up, I see that warning in so many packages and I'm not certain upgrading to [Python...
Hey, I only learned python out of fun to create a discord bot for a small browsergame I play since my childhood. I always...
Hi fellow pythoneers, I am a newly CS graduate and I work as a Java developer for a firm. But I love developing Python which...
I wanna make a bot where i enter the time period between which my bot replies the same message to everyone person who...
I'm excited to release the alpha build of my first public project, a bug tracker/feature planner with sticky notes for the...
Hi guys, I am a total noob at python and coding. There is this code that is meant to convert pdf files into language flash...
How can i open a linux terminal with python. I tried os.system("Gnome-terminal") But it saying sh: 1: Gnome-terminal not found
I'm not sure if this is the right subreddit, but wasn't sure where else to post. So in my Uni project I'm working with...
Hi Geeks! Not sure if I'm posting it on the correct subreddit but I'm hoping someone could help me on this. I'm pretty new to...
Hi, I'm currently playing around with an epaper screen connected to a Raspberry Pi which works fine. However, the code is...
I was thumbing through [a post on type...
Hello there, I am just started learning Python and I am very interested in a script a friend wrote in Javascript. I want to...
I need advanced observer and type validation functionalities. At the moment, the only packages I know of that support such...
So I have attended a few beginner courses for Python about a year ago, but since then I have been doing other things that...
Hi. I want to learn Python but I am not sure where to start. Please suggest tutorials or online courses you have taken to...
I know this is very simple but i'm stuck and getting a 'name 'quote' is not defined' when i try to run this code. Would...
Hi everyone, I made a simple python program to return some informations about your device/system, I'd like to have a feedback...
Hi guys ​ I am refactoring the code of an app that I started writing when I knew nothing about PEP8 and the likes...
I consider myself to be a little bit less than a semi-advanced Python user (Flask and data analysis). I'm halfway through...
Hi all I am refactoring my code and I noticed that one thing that I could change is the import commands that repeat...
Hey there! I’m bored for break so I’m just messing around trying to code Conways game of life. Basically, I’ve finished the...
I am trying to request data from an URL and parse it with json so I can get the objects from the URL and configure them in a...
Hello, I am curious to know which will be better for my usecase SQLite or plain text file? What I need is to basically keep a...
actually my laptop can't support load for CNN, I am working on opencv project and wanted to recognize characters in...
Hello! I've been developing a GUI for a small tablet-like raspberry pi. Im using QT-creator for the GUI and now I want to...
Hi, I'd like to have a ... which can go for me for example into the internet. The important thing is he should run in the...
Hey folks, ​ I'm looking for a way to have an index of the paragraphs of a document so that I can access them...
def generate_n(n0,n,p,x,y,neighbors,h,d11,d12,t,r,e,beta,k,ni,w,b): i,j = np.where(n==n0) laplacian =...
Hello! I am a newbie to Python programming. I am a medical student trying to do research using Python. Specifically, we are...
Hey All, I am pretty new to python and writing a script to run smaller scripts I have written in it. I have posted below....
I have an acer laptop that's running windows and is super slow. it has a celeron @ 1.1Ghz and 5400rpm (I think) drive I want...
I'm looking for working Python environment and configuration recommendations. In my work and school projects, I've been...
I'm working as a VA and doing tons of repetitive work in spreadsheets, including deleting rows/columns, filtering data etc....
Hi there, I am working on a project to measure the current RSSI value of the connected router. Currently I have gone over...
This question is more specific to /r/selenium but I figured it would get more eyes here and I'm using python underneath so...
Hi there reddit, I’m not sure if this is allowed, but I was browsing through humble bundle and saw they had a python package....
Hey guys, can anyone advice me why should I learn python over other languages? For example Python over java and why. Im new...
I've found stuff online for using LaTex but nothing really for Word - what is the best way of getting my jupyter notebooks...
With the exact same code,on idle it will run fine,but on vscode it will output a message ""...
hi everyone, as most of you may already know, dealing with different servers, different databases, and hundreds to thousands...
Tell /r/python what you're working on this week! You can be bragging, grousing, sharing your passion, or explaining your...
Hi everyone! I am happy to invite redditors to speak at or attend MoscowPythonConf. It will be held on 5 April in Moscow,...
Hi, I'm a quant trader learning to use Python. I have decent experience with R, mostly for data science tasks, and 99% of the...
Hi, I'm a quant trader learning to use Python. I have decent experience with R, mostly for data science tasks, and 99% of the...
I have a while looping using a counter to generate separate dataframes based on a variable in a column. As this is in a while...
I have two models: Product and BarcodeFormat. BarcodeFormat is a foreign key on the product model. In my serializer for...
Been staring at this for a while and cannot work this out. If someone with more experience with python than me could take a...
Recently faced problems with maintaining my parser When I make request to https://angel.co/companies I get 403 restriction by...
how would I go about integrating a python script in iOS?
[In this tutorial, you'll learn to build GUIs for your Python applications using Electron and web...
Hi, I'm looking for some tool to help me convert a Python 2.6 code into JS. I tested my code on: 1. Transcrypt: but it's only...
Hi, I'm looking for some tool to help me convert a Python 2.7 code into JS. I tested my code on: 1. Transcrypt: but it's only...
I'm not taking about creating a tests folder per say since that is typically reserved for doctests and unit tests and...
I need to create an algorithm that sorts files, that come in from a scanner, to their respective folders. The scanned files...
I hope I am not the only one who didn't know that the Python extension for VS Code (free...
So here it goes... I thought small projects were the right way to easily rack up some .py knowledge, so I thought to myself,...
I have a dataset that looks like this: Data this dataset is in an excel file. when I...
Hey! I was thinking about doing a python course on dataquest.io. What are your experiences with the...
Total newbie. Interested in Python for IOT and cool home projects plus people say its not too hard to learn. question: Is...
I’m struggling to understand how exactly someone would use this library...is it just that unlike the mobile app UI, you can...
How would I iterate word by word over an input from the user? When I try to do this, it only iterates by each char. I used...
I have posted this on r/learnpython as well. I am wondering if there is a way to speed up this function, as the files I am...
Hello fellow redditers, ​ I've got a question regarding unittest (or other unit testing frameworks in Python, for...
Anyone ever have an issue like this where a python library wont load under a regular user but only under root? When i import...
59-char py3: for i in range(100):print(i%3//2*"Fizz"+i%5//4*"Buzz"or-~i) I borrowed this 56-char py2 from somewhere:...
Is it possible to create a python script to scrape video tube sites and write that data directly to my tube sites database?...
So when I first started developing on my Mac, I didn't really know what I was doing. I've run so many random commands in...
I'm on mac and I run 2.X on my terminal and 3.X on my IDE if that is important for any reason. ​ So I wanted to...
Can anyone explain what the purpose of pipenv's "Editable Dependencies" "-e" option is? I want to make sure that my virtual...
I’m 20 years into my career. Started doing data analytics, programming in C, C++, and VBA. I’m in middle management and I...
Hi,beginner question here about class If a class inherits multiple classes with multiple non-positiona arguments, then how...
Hi, Probably mid-senior level engineer should not be asking this question, but here we go. ​ Unicode uses 1 byte...
Hi all, ​ Im pretty new to Python so bare with me. I've coded up a program that pulls the raw data off a USB mouse...
num = int(input("input a number")) ​ happy = False ​ while happy == False: num =...
Hi all, I have created automatic API documentation generator for Python 3:...
https://bottle-tools.readthedocs.io/en/latest/ ​ Makes writing,...
Trying my first attempt at reading data from SQL. The query is hitting the database and successfully completing, however the...
This tutorial goes through most of the built-in functions and methods for Python lists: [http://theautomatic.net/tutorial-...
I've got a configuration file with a format similar to this: example.cfg #(type identifier pointer) (config-OPTION1 (bool...
If use Flask framework to export application metrics to prometheus, this way works: ```python from flask import make_response...
What about fighting fraud detection with graph analysis? I just wrote [this article](https://blog.sicara.com/fraud-detection-...
We seek a highly motivated post-doc or engineer with solid experience in computer programming and analysis of biological...
I am not a developer, but I do like to tinker in Python. I saw how easy it is to use libraries like...
Hi All, ​ After years of playing around with Python for personal projects etc... I want to distribute one of my...
I recently graduated and was looking to improve my python skills. I downloaded python 3.7.2 online, but when I open it it's...
For the new year I wanted to try something new so im gonna dedicate myself to python but i want to use my mac laptop and I...
I saw the most upvoted post on this reddit which is [r/python most...
We are using image processing to determine the size of "Tilapia" for our project. Is it possible to use realtime at raspberry...
I have Python code and I need to make it's functionality available for my UI team via a RESTful API. How do I do this?
Basically I need to use an API of an APP, the API is closed and requires authentication. Tokens generated in the app only...
Let's say I have two shapefiles from GIS data and they overlap each other, but are slightly to moderately different. I know I...
Hi all - total Python beginner here. I have watched a couple of youtube videos over the last few days and printed a couple of...
Our Asyncio-based system has a recurring problem where Tasks from newly added or updated coroutines take too long to process...
I'm a total Python newbie, and all I'm trying to do is replace a strange delimiter (||@@##) to a single comma in a large...
Hello! I am very new to python and im trying to create a GUI with PyQt so that it changes Text according to what it receives...
Hello r/Python! #Introduction I am happy to present my first web application, written entirely in Python!...
PythonOnWheels update: You can now use #MongoDB Atlas directly. Literally a matter of minutes. Pretty handy since you don't...
Hello, I am wondering what the accepted naming conventions are for files out of my examples below. I know Python has no...
I am trying to parse a txtfile that contains text in the following format: CREATE ROW STORE OUT LOCATION...
i'm considering on tutoring people how to use python, is this worth it? please send me ur experience on it :D
I have a technical interview next week based that will be testing my python programing abilities. It's for an SRE position....
Hello guys! Im doing a project where i just trying to find an image on my screen with 2 different pcs. Everything works...
Hello all, I am new to Python so please take it easy! I will be starting a college course in this language but I decided to...
I recently have been working on a side project that I thought would be fun to share. It's called GCGC and is for feature...
Hi everyone, I recently got accepted for an internship at an energy company over the summer. I have four months to really...
https://docdro.id/gqn59k9 A short document about my experience with python over the past four...
Hey ! I need to do interactive data visualizations at work. I found altair and dash (by plotly) that seem interesting. I...
I have Dict: Targets = { 'foo()':1, 'bar()':0, 'baz():1 } ​ def foo(): print("foo was here") return def bar():...
So I’m making a text based rpg (simple but idfc) and I’ve run into this: NameError: name ‘inventory’ is not defined I’m...
I want to start leaning the language. I have a book called "python Cookbook". N.B: I am an IT 1st year student...
We're already using Flask + MongoDB right now and have successfully deployed around one-tenths of our web backend to...
Dm me for info Paying well
Hey ! I'd like to create a top-down driving game in python for some reinforcement learning algorithm. I'm thinking about a...
I am using sidekit to build a speaker recognition system...I'm following the tutorial from the sidekit website. But what I...
I have just done this https://youtu.be/rfscVS0vtbw,that is all I know and understand,would be useful to practice these...
Hi everyone, For a current work project I am trying to find a python module that can create a 3D plot that you view from...
I was in dire need of a way to backup files so I whipped up a fairly simple file back up python script that mirrors a folder...
Hello /r/Python! ​ I have a Python project with lots of files, and I'd like to refactor it a bit. I want to move...
#! /usr/bin/env python import os import random import pygame # Class for the orange bit class Player(object): def...
I can't seem to figure this out. ​ I have a Python script making thousands of requests a minute. But we need to...
This is probably easy for you lot but i am able to put the shape in the top left, but no idea how move it into the bottom...
I'm tired of questions that frame a problem as something like, ​ "Alice is a kindergarten teacher. She wants to...
Learn the fundamentals of neural networks and how to build deep learning models using Keras 2.0. [**Start Course For...
Hey guys. First time posting here. The company I work wants me to build a fun python demo that they can show to kids at...
Hey guys i am new to anaconda and i am trying to install 2 packages the tweepy and textblob although i am having some trouble...
Hello. I’m new to python. Would like to learn how to do image processing using this language. Any suggestions for...
I’m new to programming and python is my first language I’m currently working in IT but find this way more fun I really want...
https://github.com/gaojiuli/toapi the doc seems to be out date, has anyone got this...
I'm new to Python and trying to do some thing simple. Any help would be appreciated. I am attempting to pass a variable to a...
hello, i am new to python but abit impressed with the language, and i can easily see it become my goto language for proof of...
I have no prior programming experience, but need to start somewhere in order to achieve a career goal of working as an IT...
Can someone make a program where I can test everyone in a sever by dm, like I just run it with my message and it sends it to...
My friend has expressed an interest in coding before, but is having a hard time motivating himself to learn it. He's said...
I was under the impression I had to call a assigned closure like so >>>wtf() ....[Using code piece from below]...
Hi, as the title says; a portion of my script calls for a button click on the gmail sign in page; ​ With selenium...
I've tried "PAGE" and it generates and requires additional modules. Other solutions aren't native TK either. I'm looking for...
hi guys i am pretty new to drawing stuff or making objects like this on python. but i am wondering if it is possible to make...
Sometimes I come across really big github projects that have a lot of lines of code. Is there a way to visually map a python...
I currently have a list of approximately 200-300 (X, Y) coordinates that I'd like to turn into a heatmap or a density plot....
I'm unsure if this is the proper subreddit for this kinda thing, so if it is please direct me to where I should ask if it is....
Hi all, ​ First post on /r/Python - but here's the code: ​...
I want to install the python chatbot rasa with pip install rasa During the installation of the dependencies i get the...
Hi All, ​ I have made a regex buddy for Python using bottle. Check it out at [https://debs-...
I am trying to extract a captcha code "9573" from a web page source using robobrowser. I have tried using various regex...
I just started to learn Python as a senior Ruby developer. I'll write an article about it within a month. Stay tuned here:...
Hello. I have been using kivy for a project. And until the project is completely done i wanted to use pysimplegui for fast...
Hello! I've just released my book on Python Regular Expressions and it is free to download till 13-Jan-2019. You can still...
I have a list of about 7000 company names. For each company website I would like to trigger a search query containing the...
Is it safe to update it? Tried: $ python -m pip install --user --upgrade virtualenv Collecting virtualenv Could not find a...
Hey everyone, I’m able to get company sponsored to take up on a new skill that’ll fit in my role, so I thought of python. I...
Using python how could I tell the other person how much is the cost of food? And how do I ask them how many they want? For...
This is my first real dabble in Python, but I'm very satisfied with the results. Mirroring two folders shouldn't be a paid...
Hi all, ​ This has stumped me for a few days now. I'm brushing up on my Python, and came across Click, a nice...
Hey guys, I'm about to start a machine learning course project and I was thinking about how to setup a collaborative data...
I work in construction. ​ Every Friday I sift through images taken throughout the week to create a ~12 page photo...
I have no idea which subreddit to post this question in.
from yeelight import Bulb from pyspeedtest import SpeedTest speedtest = SpeedTest() if (speedtest.download() / 1024 / 1024)...
I just realized how click-jailbait that sounds, but hear me out. - My 14yo owes me $100 for ordering him the latest RGB...
I can't any python files to compile it just tells me ----jGRASP wedge error: command "python" not found. ---- This command...
What if I made a class with only one attribute? and that attribute is a dictionary? Then I can in another config file create...
Hubble bundle has a Python offer out. I was wondering is this is good value for the money? In game offers they tend to pack...
Hello there, So recently I have been thinking of putting my python skills to the test by making a desktop application using...
Hi I'm new to developing, and coding, I've choose my first language to be python, and maybe one day in the future I can have...
Notes Keeper is a Notes Webapp built in Django, uses a WYSIWYG editor and also has ability to make public notes so anyone...
Hi, so i would like to filter a JSON dataset of newspaper articles by the words used in the text of the articles. The idea is...
I'm trying to make sure that an input file is either a text or binary file. Would libmagic be able to identify that? I don't...
Hey! I am looking to make a game to strengthen my python knowledge. I always wanted to make a game but it seems C++ is what...
I am trying to write a program in phyton to let run on a server which monitores Betfair and at the end of a match it gets the...
Hey, I'm having problems making this game, I want to make it so every time someone misclicks and hits outside the square it...
I don't found good free to use Keyboard & Mouse recorder & repeater than I try to do one myself!...
I recently picked up a Raspberry PI and have a few hours free so I decided to create an alarm clock for fun. I've written...
So most modern apps lets you check in one place on updates. How does one stay on top of updates in the Python world ? perhaps...
I need to install Spyder through Anaconda for a CSE class, only problem is that it won't run. I get an error "The ordinal 242...
Hey, I created this Black Jack game and since I only started to code would appreciate any comment that would help me improve....
Python is the most looked for programming language. So, by learning Python, you do not only gain ground in the analytics...
Hi everyone, maybe the question had been asked already a thousand of times but here's the thing: I will soon have a new job...
I am using an app that it is IO intensive (network) To accommodate that I am using python's concurrent.future module with...
Hello everyone! A few weeks ago I thought about doing a project to simulate the messages in bottles that are thrown into the...
Hi, I’m completely new to Python, and I wanted to see if someone could give me tips on a project that I would like to start...
Hello, I am trying to understand how the multiprocessing module handles memory when a new multiprocessing.Process is started....
I am working on a script to merge xlsx files and I ran into a strange thing. The problem is that when I open the file in...
It seems like PEP 8 advises against this sort of thing: if True: print("true") Rather than: if True: print("true") Is this...
hello I am trying to scrap a website to look for same data and when one condition is met (the record of a tennis match on a...
Or what do you use, and why?
Hi I'm a relatively new programmer and I'm looking for projects to do that won't be too ez. Begginer projects are too easy...
import requests from bs4 import BeautifulSoup as soup import webbrowser from urllib.request import Request, urlopen import...
I do some events locally part of my club. I recently started learning python . I have got this idea of using PayPal APIs with...
Hello, I've been working on a python program for several months and I always assumed it would be easy to "export" my program...
Opinion requested..... I’m working on a b2b SaaS api similar to twilio or sendgrid for calendar invites. It allows for the...
i wanna make a query looking for all documents that have, in their respective havelists, say, string1, string3, string4 (see...
Wanted to add heights to bike rides in Choochoo, given the GPS coordinates. At first I considered stealing the data from...
This week's top r/Python posts have arrived!
Alright, which one of you was this? Haha had to stop and take...
| 1266 upvotes | 60 comments | u/iNeverHaveNames | r/Python |
I made my first Python application with OpenCV - it's for...
| 804 upvotes | 94 comments | u/hamstersztyk | r/Python |
New wonderful images rendered by PyWonderland
| 594 upvotes | 27 comments | u/neozhaoliang | r/Python |
My parents kept asking for photos of my daughter, so I...
| 558 upvotes | 82 comments | u/Reish | r/Python |
I wrote a book on Python Regular Expressions, it is FREE...
Hello! I've just released my book on Python Regular Expressions and it is free to download till 13-Jan-2019. You can still...
| 546 upvotes | 78 comments | u/ASIC_SP | r/Python |
New features in Pyparsing 2.3.1 - ​ - ParseException.explain() method, to convert a raw Python traceback into a...
Thought I'd share this because it's so incredibly easy... I am writing code that tracks cycle rides via GPS. One of the tasks...
Hello, I began my journey to learn Python(my first language besides HTML/CSS) this week. I went through a series of basic...
​ Plot result from a group chat I just made a script in python to extract...
Hey everyone, hope you’re having a great weekend. I am looking to go to General assembly’s python boot camp and was wondering...
I wanted to wish my friend on her bday. So ended up making a flask website to wish her. Also, embedded a gift in the website...
The problem is that a lot of times i'm stuck in school with nothing to do except to be on my phone. So I was wondering if...
I want to create to developed a system to track the millions of domains expiry date by parsing who.is and get notified by...
I'm trying to write a function to count the longest streak of alternating coin flip sequences in a list. For example lst =...
#This is my code #My machine runs on Win 10 with 4GB RAM on i5 processor 2.3GHz. n=600851475143 half=n//2+1 ​...
Here is the GitHub repo, this is mainly only for me but I'm glad if someone...
Hey guys. I'm trying to make a recursive version of this function: def asp(p,w,n): k=p r=1 while w: if w%2: r=(r*k) % n...
I'm used to having a service container instantiated as a singleton in an application that can be configured with multiple...
I wanted a simple text menu for my Python3 projects so I did it. As a part-time amateur botcher I am a bit proud of it....
timbitsLeft = int(input()) # step 1: get the input totalCost = 0 # step 2: initialize the total cost # step 3: buy as many...
Have anyone used Datagrip ? Does it have more feature than what PyCharm's database support provides ?
I see people giving advice on how to package python files for windows and mac but is there any support for other operating...
Hi I'm looking for any help I can get finding resources regarding this image platform and hopefully being able to automate...
I am currently working on a new book about creating GUI applications with Python using wxPython. All the applications will be...
I know this is gonna sound simple, i thought this too. But i wanted to implement input timeout in Python. It should wait for...
I don't necessarily need a freelancing website, anything goes. I would say I became decent at python, I know how to use...
So im trying to add a Qtablewidget into one of the tabs of a Qtabwidget in python and it doesnt add itself. Im trying to add...
Is there any sort of up to date method for doing this? A lot of the Stack Overflow links I've found are a few years old and...
So I have 100 classes in npy files. I'm loading the data like this right now: ​ def load_data(self): X =...
hey, I've found implementation of levenshtein function and I'm trying to understand it. Could anyone explain to me line after...
​ https://i.redd.it/z639mqp41ha21.png I am trying to pull data from a flat file csv the dataframe looks like above...
I am creating a program where there will be multiple instances of the program opened on different machines which share a...
I’m not exactly sure how to word it - but I have live Tableau /Qlik dashboards, and rather than right click /extract those...
Hello everyone, I'm having an issue installing Numpy on Anaconda Prompt. I am new to all of this and trying to learn more but...
Background: I am a High School dropout and I have no degree. I started working in IT about 8 years ago and made my way to...
Very junior python guy here. I have 15 scripts that I have written through the years to do some pretty weird image...
Dumb question I guess, but why is R for Statistical Computing in Anaconda? I can see the point of having all the data science...
I was trying to plot the discharge curve of my laptop battery. I looked around online and could not find a suitable utility....
Trouble getting Latex to work with Spyder. Hello, I installed Anaconda and have converted over to Spyder. I'm a little...
When I run the following code, I see the terminal say, Buddy Awake..., then I can say one of the commands I programmed...
I just got Python for a simple little game that has very very little to no visuals but alot of coding and options. Will that...
Hi all! I'm a beginner with reinforcement learning and Python in general, so I figured that i'd tackle a challenge to better...
I like the ease of filling out and submitting online forms using RoboBrowser and I think I understand how to access the...
I know a lil bit of c++ And I have to learn Python for this course I'm taking. The use sage math. http://www.sagemath.org Can...
Hello, I want to create a deep learning system and connect it to my channels analytics. Anybody ideas where to start?
so if you have a bunch of text before and after some information what i've been doing is setting delimiters and using a...
Hi. How to widen up spaces between x labels and columns? plt.bar(d.keys(), d.values(), width = 1, color='b') [This is what...
Got my data from the USGS earthquake data @...
I am currently using 'auto-py-to-exe' to convert my python files to exe. It works like a charm but I was just wondering is it...
I saw this post here - https://www.cyber-omelette.com/2016/11/python-n-body-orbital-simulation.html - and thought it was...
Hi guys ​ I am trying to learn SQLAlchemy and I must say it is the most confusing library I have faces so far....
Tell /r/python what you're working on this week! You can be bragging, grousing, sharing your passion, or explaining your...
I learned about the Clean Code Architecture from Uncle Bob's videos and a few Medium articles and was fascinated by it. But I...
Im planning to buy a chromebook for programming in college, but I found out that python isn't available for chrome os. So can...
I discovered this picture in my ethics textbook. It shows the ENIAC computer! I thought it's interesting to think of this...
It must be free to download and install on the computers. After installation, the computers will not have access to the...
The code is here: [https://gitlab.com/pypy/is-the-display-module-and-its-testing-written-in-a-python-...
From time to time I read people comment and say that if you're writing a Print Statement, you might as well have written a...
Hi, is there a portable version of Pycharm or any other more sophisticated editors that can run on MAC OS without admin...
print ("\nEnter details to access wallet...\n") """ Open File """ with open("Credentials.txt", "r") as f: array = [] for line...
Hello! I'm now a senior in high school (hopefully testing out/"dropping out" soon), and I've actually been learning one...
I have this project and its due tomorrow. And i cant get it to work. Can somebody help me put my hand writen solution into...
Can anyone clarify for me where one would want to use partials?
Should I use PyGame? Arcade? Or is this endeavor better suited for another engine in another language (i.e. Unity?) I...
Hi everyone! I've been working on my first PyPi package today and it's finally online. It's a simple Cryptocurrency converter...
Hello fellow pythonists, ​ I have been working extensively with Python for the past year and a half. I got a...
A few days ago I stumbled upon the HigherLower Game and got instantly addicted in a...
How do you typically handle referencing the same files from different operating systems? I use a dictionary for the prefix...
Hi all, I recently discovered python and have been working on some web automation. The goal for my first project is to write...
Hello r/Python! I taught myself how to program starting about two years ago. I have used Reddit as a great resource and now...
I was bored this evening so I downloaded nltk and did this. ``` Python 3.5.1 (v3.5.1:37a07cee5969, Dec 5 2015, 21:12:44) [GCC...
My friend goes to Georgia Tech and told me coding is in my blood so he's been trying to teach me python and I've been...
Hey this is my code I want to pass the value of query and j into MySQL database. But the value of query and j is local to the...
Our company uses a software package for actuarial computations. One of the features of this package was an NPY Viewer, which...
I made multi-threading random screenshots reader from prntscr!...
def translate(phrase): translation = "" for letter in phrase: if letter.lower() in 'e': if letter.isupper(): translation =...
basically say i have 2 numbers 1 and 3 then i want to get results as (1,1,3), (1,1,1), (1,3,3) and so on all possible...
Hi everyone, I just created my first PyPi package. It can convert any fiat currency value into a cryptocurrency (Bitcoin,...
python rookie here ,don't know a thing about linux,when I am tring to install docx I accidentally type pip install python--...
I'm learning Python by myself, Mostly with MIT Opencourseware / Youtube / Datacamp. A friend recommended i should go and join...
It is something that I felt too embarrassed to ask sometimes but could really use some feedback. Recently I started using...
Hi, I have the following setup: allCategories = [] class Category: def init(self, name, url): self.name = name self.url =...
I’ve been writing and learning Python and C++ for about 4 years now in my free time and I decided it’s time I start trying to...
Been working with plotly/dash for some time but I noticed that it's so difficult to incorporate Astropy in my plots, there is...
I want to create a dashboard website using which a company/person can perform activities like view twitter trends for...
i wrote this code to find angle between two vectors: vect_a = [(pt1[0]+pt2[0])/2,(pt1[1]+pt2[1])/2] vect_b =...
Hi all, In my path to mastering Python, I just started extending itertools with my own recipes. Here is one of my first...
I printed them out into console as well as a .py file and the OrderedDict() object just outputs a massive list and each item...
Hi, ​ First, I apologize if this question is not directly about statistics but as the people in this sub most...
Note: I'm using the pyppeteer Python version of puppeteer but it seems to work flawlessly in every other situation. I have...
Hi everyone, First off, I know nothing about Python so excuse any and all ignorance in this post! I'm a data analyst for a...
Hi All, The checkers I'm using - pylint, pycodestyle, mypy, don't seem notice if I have an unawaited (and unassigned) call of...
Like the title says, I'm looking for a non-robotic sounding, offline python library, yet I've yet to find one. I'd appreciate...
For a 16 year old, 1st foray into real Python development. I'm thinking: - Windows 10 Home 64 - Intel® Core™ i7-7700T (2.9...
Like the title says, I'm looking for a non-robotic sounding, offline python TTS (Text To Speech) library, yet I've yet to...
I'm learning Selenium and am currently stuck. I need to find a row based on the value in column 1. Then click on column 2 of...
I have an 8 year old daughter. She comes home with homework assignments that are consistent with her level of knowledge. Is...
I have a program that once you paste in the URL, it scrapes a web page to get the row of content I need. Is there a way I can...
Hello, I made a bit of code that would help me a bit. Let me show you it before I explain what I want. ​ import...
Dear friend! I've just released a new version of my book on puzzle-based learning Python. It's **free to download until...
I have a excel sheet and it has contact info for people, but it is all in one cell. How would I go about using python to...
Hello guys I need help with my Python (Python3) code because I get this error every time when I run the program: Traceback...
Hello, I've used Python here and there to solve some problems in the past (figure out the average price of houses in my post...
For the competition, we will get 5 tasks and have 3 hours to solve them. I have decided to do that in Python. Do you have any...
Hello, apologies if this is a dumb question as I'm a fairly new user. ​ I've downloaded a series of Jupyter...
I'm stalled trying to automate the messages to myself. I tried using the praw documents but it said messages were undefined....
I'm stalled trying to automate the messages to myself. I tried using the praw documents but it said messages were undefined....
Hi, I'm building a web app where I utilize instagram's and Twitter's APIs. I'm working local and I need to setup the...
I recently started automating some processes in python using Selenium. Logging in, downloading files, etc. All of this code...
def __init(self) self.system = platform.system() self.creationflags = 0 if self.system == ‘Darwin’: self.gpg_path =...
Hello there, I was just wondering if anyone would be interested in helping me with a project. I am a computer science student...
First of all. I'm a beginner. I know only the very basics of python. I'm doing a project where I deal with bits and bytes of...
I just wrote a product web scraper that looks through certain products on a single site using a list of links and if a...
Hi, I wrote a file downloader module for python programs and I wanted to share. Please tell me if you have any advice. Simple...
At NumPy we have been getting reports of failures after upgrading to the recently released 1.16.0 version. One common...
I need to insert a long php code in to a python string . Is there a tool or website that can help me insert escape characters...
So I was working on creating ld.so.preload to capture all open and fopen system call. I was able to capture some of the...
In case someone would like to use Black but prefers single quotes... https://pypi.org/project/SQ-Black/2019.1.15/
Hi, I am new to Python and have been watching tutorials on it recently to learn the foundational skills. I am having issues...
I am trying to create a chord recognition Neural Network and my data is all frequency to dB. I am curious how I would go...
Hi there, I am new to python Have installed an app searx to usr/share. It is running properly. However it only displays if i...
Write a program that when given an integer, prints "YES" if it's a three-digit number and prints "NO" otherwise. ​...
I'm taking a software engineering subject on college, I'm thinking for a best and efficient, fast to create(i mean fast code)...
Is there anyone here that would be willing to answer my questions about a dummy project I'm working on. I saw this program on...
Hi, I'm quite new to OpenCV and have yet to explore it in more detail as well as machine learning and datasets etc. (if...
I am creating a GUI application using Tkinter. I need to set a timeout option where the program shuts down if no one has...
Hi, I'm a student and I wanna apply for an (unpaid) internship (next summer) in a company that does a bit of Python. I have...
cubes = [] for cube in range(1,11): cubes.append(cube**3) print(cubes) #Output: [1] [1, 8] [1, 8, 27] [1, 8, 27, 64] [1, 8,...
I want to post snippets of a text based python game that I will be making over the cource of about a year. the text based...
Currently I'm quite conflicted on which framework I want to run my web server on. I'm currently messing around with pyramid...
​ https://i.redd.it/ke14kmnwi2b21.gif ​ https://i.redd.it/n1x1ft7zi2b21.gif ​ If you want to...
​ https://i.redd.it/ke14kmnwi2b21.gif ​ https://i.redd.it/n1x1ft7zi2b21.gif ​ If you want to...
I am new to Python and trying to understand what the following operation would do? particularly the second to last operation....
Any puppeteer / pypetteer users? I have a code like so: ​ await page.goto(SOME_URL) await page.type('#username',...
I have done creating a blog with Masonite but I wanted to see...
Hello there, I have experience with c++, javascript, html, and css. I decided to delve into Python by creating a bot that...
Hi, I made an app with python, i would like to make a website and start selling it.. My problem is piracy, how do i stop...
I am looking for a walkthrough guide to the basics of machine learning. I have seen countless videos on weights and...
The biggest problem of python is its speed of execution, Comparing to c, c++, java or even R; python is considered as a...
It's most definitely an early WIP. I don't make any guarantee of future progress or...
Hi all, first post in this community. I've been learning Python for a few months and have the basic concepts down in terms of...
I'm interested in making deep learning framework like this https://github.com/open-mmlab/mmdetection I want to know what...
What are your opinions on from X import y y() versus import X X.y() I'm guessing it is context dependent, but, what makes you...
Hi all, I am developing a Python script. For the script, it will be run as sudo $ sudo python xyz.py. I would like to ask...
Can this be done in python, if yes! What are packages to do it? Any resources that i could follow!! Thank you, guys.
Hi lovely people of Python. In the name of Automating the boring stuff, I wrote...
Hello guys, I want to learn about efficiency in Python, but I dont know where to start. Standartlib, bytecode, algorithms? I...
I’m a beginner, learning python, and i’m curious to know if there are any good libraries/modules that would be useful to...
Hey together! I wrote a little program which searches for a word on a website. It is probably written quite shitty. Therefore...
We've just migrated all our Python source code to Python3. We have more than 1.8K tests, so we had a good set of checks to...
is there any code that can detect if the screen is on? I want to write a program that will run automatically when the screen...
Background: I frequently send packages to one destination in California. I almost always take a picture of the tracking...
an error is shown when launching Spyder ( but it is still launched and can be used normally) this is the message:...
https://github.com/pdrb/dbj ​
Whenever i run a code that has to create a new window it says that this module doesn't exist or something like that. Any...
I'm getting errors trying to set up a multithreaded use of sqlalchemy that reads/writes updates to a postgres database of...
Can anyone direct me to good tools or classes or even just methods of learning python?
(For Python3) The first two values are pewdiepie tseries subscribers The third value is the diference between the pewdiepie...
I have written a blog post on building a real-time content elastic search engine using Python and Elastic search. Then...
So this is oddly specific, as stated in the title. I'm looking for a text file similar to the example below. However, I'm...
I learned Python by my own what to do next to earn from it and i would like to know about web scraping and to learn it from...
I am looking for buddy to solve problems on codeforces from this sheet...
I downloaded Anaconda with no problems, but the navigator is absolutely no where to be found. I'm trying to run Jupyter...
So I have been writing a script to scrub through data in excel sheets at work and I have run into a very strange problem. Now...
so I've been reading up on python for about a week. Normally, I'm a pretty quick study, and the easiest way for me to learn...
​ https://i.redd.it/a6z2j2eqb9b21.png Features colored pieces, statistics listings, auto drop control and animated...
Hello ​ I've created a 3D cryptocurrency analyzer, I named it Lyra, also it tracks current BTC and ETH prices. I...
I've got a small python app that gets data off one of a number of Oracle databases and then does some other transformation...
I am relatively new to CV2, and getting frustrated by options, and different methods. My problem is, I have some 15,000...
So this is a network based screencapturer. It basically shows/streams the screen of one computer and lets you control the...
Hi everyone, I made a small voice assistant who can tell the news headlines when you ask him for. It's dead simple so the...
Hi, I'm new to python and trying to create a calculator. I am almost done, but I have hit a block. I can't seem to find a way...
Doesn't have to be complex either, would just like to learn :)
I'm trying to figure out how to allow pip for use only in virtualenvs and conda's env's. As of now, I have set it to only...
Sorry if this is the wrong place to ask this question. I have a database with data formatted as follows: A B C D Jack 6 7 8...
I am looking for buddy to solve problems on codeforces from this sheet...
I am trying to use pyTGA to display an image as an overlay on the framebuffer: https://github.com/MircoT/pyTGA/ I run the...
Hi I have the following matlab line Cmu = [ D(N/2+2:end); D(1:N/2+1) ]; How do I correctly index it in Python? Greetings...
Hi there, I have an "distributions.py" which computes 3 different distributions based on amount...
Hi everyone, I'm an R user trying to get into Python, and I'm following Eric Matthes' [Python Crash...
Our school has a STEM Fair instead of a Science Fair. I was thus thinking 'Hey! I could program an app in Python to help me...
Our school has a STEM Fair instead of a Science Fair. I was thus thinking 'Hey! I could program an app in Python to help me...
Hey guys, long time reader first time poster. This is a tool I made with python to help manage docker ps's display, and I...
Stuck on a session token problem in python. ​ Can you help? ​ ​...
Hello! Any suggestions on where I can find introductory courses /material to learn python ? Something that will give me the...
I started learning a few months ago, when my 2 best friends took heavy interest in it. They're already off working on apps,...
I have a variable in my DataFrame called Xwage and I need to add a variable named Ywage which is Xwage^10 This is what I've...
So, I'm trying to make a sort-of G-meter for sim racing. I'm making progress on the GUI, but am having a problem with update...
I always assumed that x or y returned True or False, depending on the expression. I just learned (after 7 years of...
Tell /r/python what you're working on this week! You can be bragging, grousing, sharing your passion, or explaining your...
Hi! With colleagues in mathematics and computer science, we needed a website to create and share notebooks (with colleagues...
Whats good homies, currently sitting in my programming concepts class which I’m excited for I already got a book on python....
Hi, I understand that, when learning Python, I have to learn the built-in functions but do I have to learn all the...
Below is the code i am running ​ import os import datetime x = raw_input("Enter Site: ") y = raw_input("Enter...
I've been reading on indeed for python jobs and most require a degree. What are some ways to make money freelancing with...
I see defaultdict was added in v2.5, but does’t the update method take care of this? One can just declare the desired...
So, basically, I want to make a Python program that will check my inbox (for example, Gmail) constantly and check for a...
The demand for Python tutorials are increasing and it is difficult for me to keep track of all the requests. It is important...
Hey everyone, I'm Volcyy, one of the Admins of the /r/Python Discord server. Every now and then, we host a code jam where you...
I'm new to python (and programming in general) and am trying to install the pyHook module for python 3.7 (32-bit). I'm...
I have a program I made in openpyxl. To my knowledge openpyxl cannot use .csv files for manipulations and all the nice macros...
httpheader is my python flask web application to display the users http request...
Hi, so I am learning python and my first project I want to tackle is a whatsapp statistics tool. I know that there are a lot...
I need suggestions for a python program/app.. or basically anything that will be fascinating, interactive and...
I need to find a way to calculate a user's birthday in years, months, and days. For example: my birth year is 1993, my birth...
Hi, I've been developing a web page for a while and decided to put it out there finally. I found out about PythonAnywhere...
Please help!
I have to white balance 2500 photos in about two days. I don't really like the gimp interface and for whatever reason gimp's...
I am being tasked with creating a python program to check an Active Directory to assess if network users have any weak...
Hello, I've been trying to get this to work on Windows 10 for the past 3 hours and for the life of me I can't figure out what...
I’ve recently been trying to learn Java for some time now, but I just cannot grasp certain code. I was browsing the internet...
I've inherited a large Django codebase with very good test coverage (>90%); however, I know there are many places in which...
This post describes a simple benchmark of Python, Groovy and Java:...
Has anyone had much experience using the arcGIS python command prompt as your main python distro. It looks like it might be...
I am looking for a python that I saw earlier. It’s was about pythons advanced features 2nd edition maybe 2019. Can anyone...
def even(number): if number % 2: return False else: return True ​ >>> even(2) True ​ But 2%2...
I'm planning to write a post about async(io) in Python, but I want to make sure it's actually useful. What would you like to...
I have Jupyter notebooks in my project on Git repo. I'd like to automate testing on them everytime I check something into the...
I print line breaks in my programs often. Is one of these methods better than the other in any way?
Hi! Guys, I am about to embark on a project to create an algorithm and app feature which would capture actual body,...
Kalliope is a framework that will help you to create your own personal assistant. The project has reached 1000 stars on...
I am trying to find out how to simply get bottle - https://bottlepy.org/docs/dev/ - to...
I want to learn Python, because I use Blender, want to learn ren.py, and do some front end web design, and it's supposed to...
As i have heard python is widely used by data scientists. ​ So few weeks ago i started to learn python and found...
Is there a library for solving generic dynamic programming problems (on GPU?) specified by Bellman equation parameters...
Here's what I need to do, https://imgur.com/a/2GG763H ​ Here's what I have, #...
Is there a library for solving general dynamic programming problems (preferably on GPU) specified by Bellman equation...
What kind of goals would you set a beginner(me) for their first year of learning python?
Generative models are a subset of unsupervised learning that generate new sample/data by using given some training data....
I can download videos by going to network panel in developer tools. But how do I do that with python + selenium ?
Write a program that when given a month (in the form of an integer from 1 to 12), print the number of days in it in the year...
Hi there, So I've been playing a lot with some wrapper of the Google Sheets API and have done a lot of the stuff I wanted to...
This is for those of you who use Python in your work but aren't in a dedicated software role. What are some of the ways that...
wakapy is a python library aiming for Python 3.6+ versions whose purpose is to provide easy Wakatime data manipulation to the...
Hi Fellow Pythonists, I need some assistance. I wrote a program using BueatifulSoup and request libraries with the objective...
New to Python and plan on using Jupyter notebook to build a web scraper to get tables of player stats. Plan on installing the...
Hi guys, First of all thanks to this sub for providing me with awesome solution for all my python related queries. My...
I'm trying to repair JPEG files with missing data blocks. This involves diving into the datastream, making a few thousand...
I use Pyscripter at school and I wanted to install it on my PC and I was wondering what I need to do to get it to work. I...
Hello. I am new here and to programming. I took Dr.Severance's class which showed me I can program! So far all I have seen is...