Hello ​ So I'm currently working on a module for python to access facebook and do certain things without having to...
Posted by u/vigilexe in r/Python
1 messages · Page 15 of 1
Hello ​ So I'm currently working on a module for python to access facebook and do certain things without having to...
This: https://github.com/svsdval/video2midi ​ I download the zip file...
machine learning simple formula exitthing = 1 a1 = 1 def heffley(): if Yeah == 1 print("text one") haha = print("text one") a...
I am learning python, which is quite time consuming. Tell me about the possibilities of python, it would help me to keep...
Background info: - python version 3.7.3 - Anaconda Distribution for python package environment - my python script is ram-...
#I tried pip install PyAudio but this was the output . How to solve it Collecting PyAudio Using cached...
I have released a new version of flake8-eradicate: plugin to find commented out (or dead) code. It now works with inline...
I want to learn how to generate text messages using python. Any help or ideas will do. Thanks
`def Addition(d,e): print(d + e) def Subtraction(d,e): print(d - e) def Multiplication(d,e): print(d * e) def...
Is there a way to make certain dependencies for a python package optional ? Or conditional on the installation of another...
Red Hat offers you a bright future, with its open-source of too many fields you just need good expertise on Linux OS,...
Recently started learning about deep learning, so I decided to build a recommender system using a neural network as my first...
I don't have a lot of experience with javascript and would like to use a framework that handles fetching data from the server...
This is my first attempt at an open source project. I've tried to clean things up and write some documentation. Please tell...
Hey guys, I'm having a hard time solving this so I hope the community could help out :/ ​ I have passed 100...
If you like cassettes-based testing in Python and use VCR.py - check this out - https://github.com/kiwicom/pytest-recording...
Hello everyone I've been learning python I'm using the course by code with Mosh I'm about to complete it could you please let...
I will add the list here so that you won't have to go to GitHub or the SSRN file. It is a list of a few strategies and some...
I just learned Python about a year ago and I am just getting the hang of it now that I'm building apps. I am making an app...
Hey r/Python, I'm so excited to introduce you guys to the project I've been working on for the past week, called **RasPiCam...
Hey, y'all. I'm about to graduate with my bachelor's degree in Mechanical Engineering this fall and am looking for other...
Hello! I need some help fixing an error that continuously keeps popping up. The following section is where I keep getting:...
My friends and I are hosting a code jam. It will have a theme, and you should create a program that relates to the theme. The...
Can anyone recommend any good modules for generating 3D plots in python? I normally use matplotlib but it doesn't have this...
Felt like creating it. A repo to explain statistical logic in code Url: https://github.com/iamchiragsharma/Statistica
Written a program and I'd like to make it an android app. Is Kivy is the best tool for Py app development?
For about a week now, I've been working on a library of shell scripts for pip packages. I needed to make a package for a...
I like the simplicity of smtplib and use it all over the place. Today I discovered that it is unreliable in one peculiar...
num = int(input('give me a number')) newList = list(range(0, num + 1) betterList = [] for i in newList: if i % num == 0:...
I'm trying to merge/combine 4 for loops with different ranges. This is the first draft of the code: import numpy as np B =...
How can I achieve having a open bash session in python code? Basically, I'm building a venv and I want to be able to...
I'm in my 30's and looking to switch professions; currently between jobs. If I'm able to spend 30 hours a week? Thanks
Seems like scrubadub is the recommended package for this, but it currently doesn't work with 3.7 (see...
Hello folks, Long story short, I am a scientist with a non-coding background. However, a software I will be using for a...
Im am new to python and worte this code for my raspberry pi zero running raspbian but i keep getting an error....
When I post a json http command through python, are new sessions created for each command by the python interpreter? Or, are...
I have always held the belief that one of the best ways to learn about data-science/python is to find problems to solve in...
So... I started learning python two months ago. I am not going as crazy as some, but I've tried to maintain my goal of at...
Greetings Folks, ​ I am by no means, shape, or form a Python expert. I'm wondering if someone can help me write a...
I have a laptop for daily use, just got a desktop from a family member. I just started programming with python...$600 desktop...
Hi, ​ Any programmers here who are making tools Maya Katana Nuke using Python? ​ if not sure what I am...
Hey guys, so I have been making a simple web app in Django for people to make posts and find other people with similar...
I'm on the process of finishing my first python program, which is a basic tax return calculator and the following lines of...
Hi, me and my friend are working on small project and we need to somehow recognize sound of tram :). Is there anyone who...
Hello, I've learned so much about Python the last three months from Reddit and I'm really grateful for that. Besides that,...
Alright, I've decided to learn Python from ground zero but I don't know where to start. I want to get into software...
By far the most counter-intuitive behavior I've found in Python is how it deals with default parameters in functions. Since...
Created this package a while back and finally got to finish the documentation. It is in no way a perfect package and was my...
I am hoping that this is the right place to ask. If not, maybe someone can point me in the right direction. I am looking to...
So I am a novice in Python. I am currently taking CO SCI and would like to learn as much as possible. I know the basic of...
​ https://i.redd.it/907guecrxfb31.jpg
Hello - I've been learning Python for the last 2 years. Seems I got a bit hooked on CSVs because I basically started out...
What's up y'all? Okay, ever since I was about 12yrs old I have been meddling and toying around with more and the language the...
I want to write/create an automation process so that when I input info like an artist name, it spits out all relevant info...
Hey all. Whats the best unit testing framework for Python 3 in 2019? ​ Thanks in advance
name = input ('write a name ') if len(name) = 5 : print('') ​ I keep getting error because of the equal sign
Hello, I have 15 Excel workbooks (project plans) that I am trying to consolidate into a single view. They all have a standard...
I'm looking at if I can have a python script that triggers a command based on the IP address Linux has received via DHCP....
Good day, ​ atasker is my own library I use almost in every project. Some time ago it was rewritten from...
I have written a python script that runs 24/7 and checks the subreddits (such as memes, wholesumemes, funny) for popular...
If your are a begginer then ask me to become your coding buddy.
can someone tell me why this code is not working on hackerrank website. n=int(input()) ar=[] for i in range(n):...
So I made a program that allows you to easily train a model for...
This is a non-profit website that I work on in my free time. Many formats are supported. No software to download and easy to...
Hey y'all. I'm using the LPTHW 3 book but I'm stuck. I created a directory called lpthw and a file within it called...
print("Calculator - ") num1 = input("Enter a number: ") op = input("Enter arithmetic: +, -, *, /\n") num2 = input("Enter...
Click and Run Implementation on Google Colab:...
Click and Run Implementation on Google Colab:...
how to extract the information from the dataframe, say we have 30k rows and 20 column. Now one column say goals has null...
Me and my GF play Sims 4 a lot. When it comes to downloading custom content, it shows up in the downloads folder then we grab...
I'm finding myself fighting a lot of the design decisions made in graphene for anything beyond basic usage. The type...
One of the best ways to learn python is from Practical examples, well here is the motherload. 1500+ Stars on GitHub:...
Is there a way to package only all the scripts (of larger python module) that are required in my project. For example, I have...
So Python changed raw_input to input in 3.0, but I need raw_input for a simple program. The program asks for an integer...
I have made a network scanning tool that will scan and list all the online devices in a network with their IP, MAC, Vendor....
i just started learning python and i need help. i want to crate window and then draw circles and stuff in it. my problem is...
I need some ideas to code in Python. Im pretty okay with the language but don't know what to code, I saw some stuff about...
My friend doesnt know what he wants to do for his final project. He wants something to stand out for future job interviews......
I just started a robotics course at my school, where we're learning C. I don't actually know a lot yet, because of problems...
I’ve tried looking it up and read loads of stuff and don’t understand why it’s needed to be used. Could someone break it down...
Hi guys I've been doing some light-weight programming before, and taken a few courses on Java etc. during my time at college....
I'm attempting to gain access to python 3.8 through a conda create.
Find the number of right angled triangles that can be formed from an array of N integers
Can anyone tell me how to host python selenium script online that is scraping web .whatsapp. com. As it needs qr code...
I am trying to set up a webhook on PythonAnywhere to connect to Twilio. I am essentially trying to create a very simple...
Absolute beginner here so I apologize in advance if I'm missing any info. If anyone needs any more info let me know. So I got...
I come from a equity research background so I don't have any programming experience, except R, which I used for my stats...
Till the prototype Phase I am only required to use opensource. One of the use case that they might want is something like :...
Thought I'd announce a project I've been working on for some time. ​ Aioli is a Framework for building RESTful...
Is there a library for text AI generation? say I give it a ton of samples of Hello world, world hello, and it learns what is...
Hey! ​ I was sitting down today and going to mess around with Google's BigQuery public data sets. Do you need to...
Heys guys, I can imagine that many of you are now shaking your head.... but maybe you guys have some suggestions? My...
I've made a simple crawler that use multiprocessing.dummy.Pool to create a ThreadPool to open a bunch of url's together...
I have my path variable set as C:\users\username\appdata\local\programs\python\python37-32\scripts\pip.exe. I've...
Looking for the kind of place to visit once a week and find some new modules/packages in python to play with. Any ideas?
This week's top r/Python posts have arrived!
Nice try
| 1847 upvotes | 83 comments | u/Greenfoot5 | r/Python |
I created a GitHub repository explaining the complete process...
| 1245 upvotes | 71 comments | u/Agent_Phantom | r/Python |
I feel so valued
Today my coworker asked me to help him with something. Basically, we had a bunch of gift cards that were supposed to be for...
| 823 upvotes | 68 comments | u/Arrowtica | r/Python |
Python Machine Learning
2 months ago, I created and posted videos from my Python Machine Learning basics course on the this subreddit. So far they...
| 612 upvotes | 20 comments | u/EddyTheDad | r/Python |
Simple python script that mutes sound when Spotify app runs...
Hey guys, was a bit distracted by the fact that Spotify Free is killing the mood sometimes in a foreign language, so decided...
| 598 upvotes | 89 comments | u/strghst | r/Python |
I'm trying to run about 5 GB of text data into a dataframe and naturally pandas won't work. I moved it over to my ubuntu...
Hey, I am fairly new to programming and coding. I just started learning Python a few weeks ago, and I am really enjoying it....
Im looking for a way to autorestart and start on boot for a bot i wrote in python 3.6.. i have the usually noobs for...
Any help would be greatly appreciated.
I'm going to do a full blog post write-up on how to do this from beginning to end, but I thought I'd share the Python code...
Recomendable sites or youtube channels to help me survive this class?
uses a thread pool, default pool size is 10 can change for fast execution on bigger albums, all you need is a client id from...
coded a quick album downloader for imgur, uses a threadpool, default pool size is 10 but can be changed for larger albums....
I’m using CodeAcademy and have been working for a few hours each day and basic functions, lists, dictionaries all were pretty...
I am getting into Python; Trying to decide on a good project. ​ What did everyone make when they first learned the...
Hi all! For last weeks I'm working on making wrapper for dinemic framework from C++ to Python. I wanted to ask you for help...
docutils 0.15 released on Sunday was incompatible with Python 2 due to usage of print causing SyntaxError. docutils was a...
Trying to learn Python the hard way by writing a simple OpenGL game using SDL2, I've stubbed my toe pretty hard on the...
I expected to have a website to visualize data something like the attached image or by the links. But, in the mean time, I...
Hey folks! Just finished my project: "Quote Me AI" [https://github.com/tomasrasymas/quote-me-...
“Telegramgate Analysis in Python” by Maria Ramos-Morales https://link.medium.com/qLHspRcNwY
One of the best ways to learn python is from Practical examples, well here is the motherload, more than 500+ projects. 1500+...
​ ​ I do a simple task that takes me a lot of time and i think Python can help me get more effective,...
With this script you can export your current subscribed subreddits to a new account without searching and clicking +join all...
An exhaustive ML/DS list sorted by industry. ​ 1500+ Stars on GitHub: [https://github.com/firmai/industry-machine-...
Pyenv claims to be a tool that will help manage different versions of python installations on machine.Well, the documentation...
Hi, I'm trying to do visualization with python + bokeh, currently I need to use server callback when tap tool selection...
Hi, I am self-taught Frontend developer with 6 years of experience (I don’t have a CS degree). Last year, I started to use...
Continuing on from my [previous...
Let's say I want to pass in the variable "NAME" into my subprocess.call. How could I do this? Here...
Hi ! ​ I'm making an app, I didn't like the title bar so I made a frameless window but I can't move it. I read...
When I POST from a site that has no API, it just returns me the entire page, but doesnt say that credentials were wrong so I...
Is there any way to implement the following : I have a class A, and inside the class a function with , say two arguments ,...
Ever wanted to style a plot for a publication or a presentation, but didn't want to fiddle with the code to get everything...
Is there a way to take a line of text from a word document and search an online data base for it using python?
I'm making a Pokemon text adventure game and I'm at the point where I need to implement type advantages/disadvantages. My...
I also posted this to r/learnpython yesterday, but I got no replies so now I'm trying here. I am currently working on a Zello...
Long-time excel user converting over to Python and pandas. I'm currently working on automating a tedious task which involves...
I am a data analyst and relatively new to Python. What is everyone's preferred method of delivering a static report involving...
Hello, I have been messing with python and recently reinstalled python but for some reason tkinter is not installed already...
Is there any way i can write an if statement so that when the program gives an error (such as “string index out of range) it...
Hi guys, I have a quirky issue to deal with. For compatibility reasons with other software, I am writing a JSON file of the...
import requests import re import json res =...
Hello, I am writing a graphing script to create some charts for some data. I am using two csv files for reading in the data...
Hi Pythonmains! ​ Im trying to generate all possible permutations of 1 and 0 in a length of 30 digits....
Sorry for the brain-dead inquiry but I can't seem to find a solution on my own. ​ >>> *# explicitly...
Hello everybody! I recently got through Python for Everyone by Horstmann, and I was wondering if there are any more...
Click and Run Implementation on Google Colab:...
Hi I'm a novice and I can't download python. I watched two YouTube tutorials on how to use it in notepad ++ and I tried...
Click and Run Implementation on Google Colab:...
So, am working on an application that has to manage subprocesses. It uses asyncio in the master process and puts each child...
I am trying to configure my vim to work with python, and I can't set a setting for w0rp / ale that works when I'm using...
Hi I'm a begginer looking for help on where to start also I'm on Ubuntu so will it be beneficial to it there.
Hey everyone. I thought about making small "quizzes" for myself as I wade through each topic of Python. The process of making...
Job description: " Duties and Responsibilities: Work closely with Product Management, Operations, and Development teams to...
Sorry if this is the wrong sub to ask questions in, but I am new to python and learning every day. Today, I wanted to play...
Hi guys, ​ My team and I use several python projects host on git repositories. I like to have a nice README...
I'm looking to make a website where your able to type the ticker in a search box and retrieve financial data(listed in...
I've been looking around and it seems easy on Windows using COM provided Word is installed, but what about Mac? Right now I'm...
Hello Everyone, I have a specific question to ask about python programming. I have implement polarity score analyser using...
Pythonistas, Please will you kindly advise where I may start my python journey?
Week 1/52: Bike Share Business Case - Google...
Is there a library for displaying a Tree on a tkinter app? Something that looks like a mind map or similar ...
Hi, I would like to create a trading bot using python from scratch. Q1. Does anyone know an efficient/reliable API to get...
I need to integrate a function that has many peaks, the common scipy tool seems to do the job but with a few error messages....
Is there an algorithm/library that will score complexity/readability of writing samples? I recall the Flesch-Kincaid Grade...
Hi I’m new to Pycharm(the IDE not python) and I was wondering how I could use libraries installed via pip install on CMD. For...
I am trying to understand how the "unittest" method works, and hoping someone here can shed some light on this. Here is my...
Tell /r/python what you're working on this week! You can be bragging, grousing, sharing your passion, or explaining your...
Hi, I'm relatively new to Python. At my skill level, I'm probably over-reaching with this sort of project, but I thought that...
I am new to programming and linux so I don't really know about the jargon. I think it has to do with "compile, python path,...
What is the prefered Library for creating pythonic & interactiv mindmap ? I am intermediate in python , use it...
[DURP@Linuxux-vm bin]$ pip3 Traceback (most recent call last): File "/usr/bin/pip3", line 7, in <module> from...
Hello, I have 120 signals that I want to plot on 4 separate plots (30 signals per plot). The signals come in at about 25-30...
Guys I've been learning python but i'm struggling with these excercises 1- I need to create a 3 by 4 matrix with same result...
Electrical Engineer here (so my coding skills are about a C+...lol) started a new project at work that's going to require me...
So first let me start by sayin that I do not know much in the way of python, but I do believe the people of this community...
I've noted the ascendency of the Black auto-formatter, and was pleasantly surprised yesterday when it did a very nice...
I've recently decided to get back into coding. In the past I had used Code Blocks as my programming GUI but now I'm trying to...
Two main questions. I would like to perform an in-memory slice, since a list is an array of pointers, I just want the...
Why does this not work? #!/usr/bin/python ​ import sys ​ def main(): if len(sys.argv) != 2: print...
​ https://i.redd.it/t5m5epe9n3c31.gif In computing, hardening is usually the process of securing a system by...
I need a way to have the program look into a specified folder (where the contents are unknown), and get a list of all of the...
Hey guys. I made a script for work that extracts emails from a csv file and emails them. I got the code to work before but...
I remember learning python a while ago and solving problems with a website that would rank your code based on run-time? Can...
I'm trying to pull a list of applications on a computer, but the data is all under...
Newbie here to Python and this sub. Started studying Python this past Sunday. I work in networking and am trying to build my...
I have been using python for a few years and consider myself very advanced. Unfortunately I have found myself stopping...
I'm trying to figure out what channels are available in my current installation of Anaconda but can't seem to find any...
I am currently looking to learn more and get certified in a programming language. I work in the biological...
Hi guys, I’m fairly new to python but I’m really stuck and I’m not sure what else to try. I made three programs in atom and...
So i've just began reading through automate the boring things and am grasping what I'm reading for the most part but...
I took way to long to finish up the last features for this release, but I'm excited to move to a new major release. Thanks to...
Hello, I have been trying to implement alpha-beta pruning for a personal project and I am having no luck. I copied the...
I am using a web scraper that uses the 2captcha api and Pyppeteer (a Python wrapper for Puppeteer) . Everything works...
https://developereconomics.net?member_id=HBJKhJ3W&lang=en Developer Economics Survey 2019 Hey! 🖐🏻 Can you take 10 mins to...
​ [Link to github: https://github.com/nickbiso/Sushi-go-round-bot/blob/master/Sushi-go-...
def emoji_converter(message): words = message.slpit(" ") emojis = { ":)": "😃", ":(": "☹" } output = "" for word in words:...
Its not much but its the first project I've done myself with out a tutorial or guide. I use it at work to calculator...
How do I make a bot that will randomly search the internet
Hi all, will give a quick over view of my entire project in case people have better ideas how to deal with this scenario. I...
Hi. I don't know much about Python as a system. Now I need to use a legacy version of Ubuntu (14.xx) and I've found my Python...
I try coding for a while and saw video and read books but I think It didn't a really good way to learn for me. what is your...
Hi, So I'm making a bot that will archive all my paiement data, the login page has a visual keyboard for the password, you...
hey guys im moving from Java to Python and i would love your help in finding a good Theme or Color Scheme for Python (in...
Week 4/52: Customer Segmentation - Google Colab...
Hi, I am currently developing a web app with flask. In flask I let the user upload a file and then as soon as it is uploaded...
Hello there, this is my very first post on reddit! ​ While I was bugfixing a small function that creates a list...
Where can I get the best resources for learning data science? I have never done it but I know Python a little. Please...
Hi, is there any app to code and deploy on the mobile (either android or iphone) to run server-like apps?
I’m looking to build a simple API client library with Python. The API that I want to make it easier to interact with requires...
Hello everyone, ​ I'm the author of VidGear, a powerful python Video...
As the title says, I'm getting a weird error that says I can't import TypeVar. This is what I have in my file: from typing...
Guys i calculated the average of sets of float numbers and stored it in "result". When i print "result" i got a number..For...
Imagine you start a web project today. It's a bit of online shop, a bit of ERP, a bit of dashboard so CMS won't do and...
@xml_wrapper def get_add_xml_from_computers(computers_xml_info): api_root = ET.Element('API', attrib={'version': "1.0",...
I've basically spent a majority of my summer so far making this group of...
Looking for examples of how any of you might have used python to model climate systems or in analysis of climate data or have...
Hi I'm newbie in this python stuff. I have a script that parse a xml file to search for specific data in it. This is my...
I just started working in python over the last few weeks, and i'm having difficulty being convinced by the download stats I...
I have a simple request to ping list of ip address from a txt file. All the scripts i tried either ping the entire subnet or...
How do you implement python code. Like let’s say I wanted to make a Program that interacted and did shit with web pages. Btw...
Has anyone done any work with automating a Windows application built with QML? I've been tasked with automating testing for...
(I'm also asking on r/Econometrics) ​ I'm looking for a good resource (textbook, website,...) to transition to...
Weird question but how do I change the variable a = "string" into a = string
I can't seem to get any modules to import correctly into my python code. I've found a few wrappers that I'd like to use in my...
I'm using subprocess, this is my view in which the command is defined. The command prints out "hello" every 5 seconds 3...
Hi all, I've created a project on raspberry pi and I am collecting data with sensors... they are displayed on a tkinter...
Hi All, ​ Just a quick update to my [original...
I am currently working on a project that requires me to use a stepwise logistic regression. I know how to conduct it with R...
I am making a program that grabs some text from the middle of a few H tags. Normally this would be easy because I could just...
Shouldn't PyCharm highlight accessing an instance variable that begins with _ or __ as a warning of some kind,...
Is there an online service where people will review code in an entire Python project? For example, if a project is hosted on...
I have just started uploading this new series on Python game development using the famous pygame module. Have already...
I’m learning on sololearn but i don’t think it has everything i must know unless i pay but are there any websites that...
So basically a while ago I stopped writing python while I was still learning it, by that point I had learned a lot of stuff...
It's been eight months since the last release.
Hi! This is me first time posting here and I felt like I wanted to share one of my actually useful projects (now that I've...
I studied c++ in high school for two years. Always had an inclination towards programming.
Someone know how to see mechanism of class <object>? Maybe in some default Python files? Otherwise it's impossible?
I finally want to try coding in python but I don't where the best program to start writing it is, any recommendations?
I have for lists: w = ['Station1', 'Station2'] x = ['TPR', 'RCS', 'RCL'] y = ['MISC', 'RCS', 'RCL'] z = ['T'] x and y will...
Buildbot switched their UI from 0.9 and on (current is 2.3.1). - The [old design](https://buildbot.wireshark.org/wireshark-...
Hey there, a Python noob here. I've got a problem about a C long conversion that exceeds my sys.maxsize(that's what i was...
Hey guys! Just finished my into to python course and I feel like I have a good grasp on the basics, but I feel kinda lost...
I am just curious: is it possible to mark two separate words like this:...
Hi people. I'm an 19 year old computer science student. I've been learning the basics in python for almost a year now and...
I'm working on a project where I have a dictionary with values that corresponds to a message. The user inputs a integer(m)...
I have a project in C++ that uses pseudo-random numbers with a seed, in order to be consistent across runs. I am now trying...
Hi, I need help, is it possible to have a else statement at the end of a infinite loop that redirects you to the start of the...
Hello, json.dump() can't handle classes as I found out... I have a very simple class that only holds a bunch of configuration...
Hey, Py community, I currently building a Python text base game (to get experienced with Python) and I'm currently stuck on...
At first I must say that I'm just a beginner and I've just written my first Python programme on my own. I wanted to be able...
I'm having a difficult time finding the function necessary to print a line in Python. What I'm trying to achieve is searching...
I have two classes Store1() and Store2() with the method make() in each. In my main class Store(), I would like to inherit...
Here is a little translation application that can translate from english to russian -...
Hi all, I am working in an environment where our data center systems are not permitted access to the Internet. So, my DEV...
My team is struggling due to Codecov.io. They seem to have frequent long delays (hours) in returning...
I am very new to Python and have recently been using OR tools to solve a scheduling problem a bit like the employee one here:...
Hey guys, I am new to Python. learning from videos on udemy made a bit confused. i got to the homework part and i don't know...
I'm a self taught python programmer, working at a non-profit that lets me spend lots of office time learning programming...
I started learning python in january this year , since I am interested in cybersecurity and networking I did learn scapy and...
I will preface this by saying that I am an extreme novice to doing my own programming but I understand the language of...
I have free time to really study and focus on coding. I'm looking getting employeed in half a year maybe less ideally. What...
I need a little bit of help with some terminology so I can Google and work out how to create a GUI for a python scraper. I'm...
Which libraries/approaches would you recommend for content summarization/curation? Specifically, I'm trying to take blog...
Hello, I recently changed versions of python and for some reason I can't use pip, am I just being stupid?...
I'm looking for feedback on my first Python project I've done without having a book or course to hold my hand throughout the...
I think it might be fun to write a simple game in python! But I haven't done anything graphics based, and would like to know...
Hey guys! I work for a payroll company and quarterly we have to report unemployment taxes of our clients to a state agency on...
Hello, I am in the process of learning how to code via Python language in order to eventually construct an automated checkout...
Hello, I am totally new to coding/Python and I have a very old computer. What version of Python can I actually run on my...
Hi guys, i just started a python online course like 2 weeks ago and right now im half way through it, but theres something...
First of all hello everyone , I am new to this sub . This week, I started my internship . My aim is to improve a certain part...
Hey folks, I was wondering why python has this strong tab/spaces 'rule'. I know how to work with that and know because of...
Hello there, I "wrote" or better said... I just took some code here and there to make a little program that read the entire...
Hello, right now I am taking Jose Portilla's basic python course on udemy. so far I am about 30% done but I haven't been...
Hello, right now I am taking Jose Portilla's basic python course on udemy. so far I am about 30% done but I haven't been...
I have a Cloud Function that receives a HTTP request from Slack, makes a couple of requests to another website, does some...
I am looking for a refresher to that teaches probability and statistics using python explaining mostly concepts and applying...
Hi all, Sorry if this isn't the right place to post. Posted in learnpython but had no replies. My friend is a transcriber and...
Hi, I am using python-mne library for doing source localization. I have used Matlab to generate forward solution which is in...
So I've encountered this job posting looking for Python Developers so my previous desire to learn python came back to me. My...
Im new to python anacona and am trying to download it. When I try to open anaonda it Asks what I want it to be opened with...
I am a Data Engineer and I use Python as my primary programming language. In order to level up my skills, I made this simple...
Here is my attempt at making a quine (a program that prints its own code) in Python 3.7.3: `s = 's = \'' +...
Here is a link: https://github.com/mishazakharov/NMT. I need people that can help me...
So what happened. Everything was working fine. Ran the code 50+ times. All of a sudden I get this message:...
The program is very slow which makes sense because it is accessing a MySQL database and parsing things over and over again,...
I know how to get body of the email, however is there anyway to get the HTML body of the email and then using BeautifulSoup4...
Hi. I need your help with making python look for different package installation locations. ​ I've seen so many...
...
New to Python. If you have a couple minutes, can someone critique the following code? Any recommendations would be...
While I can imagine parent-child system in specific things like existing objects, I can't really handle it myself when it...
I'm learning advanced python. My method is simple- I go through complicated projects and try to understand each line. But...
I have this code: https://zerobin.net/?ca48965aea62ffff#ouWVHGncJWcEqjCf79NeGtooDgav3vEEncRhTcEI3H4= This is a fork from...
I'm new to python and I have an idea of an web app and I'm a bit stumped. So tl;dr I want to add information from a text file...
So I want to make a certain program. And for that I need to be able to generate Markovify sentences that rhyme. Now I know...
So I wrote a program which can take a csv file and let’s you select different pieces of data. I was given a word document...
Still learning the ropes with base Python. I have this test json file here -- [https://www.sitepoint.com/colors-json-...
While I have experience with jupyterlab and know there are many services that people use to host and remotely run ipython...
Hello, I want start learning of Python language, Anybody can give my some examples of project that made by Python? Thanks
Hello, Does anybody know or have code for creating XML file , that have fixed tags and user specific tag as well.
import time import random as r breakdv=0 male = True malelist = ['him', 'his', 'he', 'male'] femlist = ['her', 'hers',...
I need to call a python script from another python script and be able to pass arguments to it. The second script I need to...
[I'm adding the link to the github issue here in case any of you might know the answer to this...
Making anki vector count fingers in my hand with python:...
I'm just curious to know. If so, why is this? I hear arguments from both sides, and I'm not too sure.
I'm trying to write code to solve Integer Programming formulations of the Minimal Spanning Tree. My vertices are 100 randomly...
I was hoping to get my feet wet in python by using it to do normal OS commands like switching directories, renaming files,...
I'm writing a small script that will occasionally need to make multiple concurrent POST requests (around 5-10) to discord...
Hello, there. I was just wondering, how would I go about redirecting terminal output for a PyQt5 application?
So I made a word factory solver. The ones where you have a square grid of letters and you have to find words formed using...
I am writing a program where I need to read and write to an Excel file. I have tried using xlrd, but that doesn't write, and...
Hey all. I mainly monitor networks for work, but I'm hoping to get back into Software development. At least enough to help me...
I want to learn python, the basics from which I will develop my skills towards doing something I'm interested in. I am...
Hi folks I just released a new version of karpet. What is karpet? Karpet is a library...
Hi! I am just getting in to programming, specifically Python. I am still learning the very basics as I have done most of the...
Hi everyone, I was learning python and pyside recently and I was doing some side project for the software I was working in...
Hey all, I'm quite new to Python and I need some help here. So I tried to install the latest version of dash on Spyder by...
Using apscheduler for the first time and playing around in the interpreter to get used to it. I'm trying to schedule a...
Hi how's it going, For the last 2 years I've put in a lot of work to go from zero coding knowledge to being able to complete...
I'm messing around with web scraping and I'm stumped Here is the code: import requests from bs4 import BeautifulSoup result =...
So my code displays some selected files after some filter operation. Along with the file name i want a link, which will open...
CS student here, started learning python last week. My question is that does importing module creates an object in python? If...
when i trie doing - print('test1'), print('test2') - it gets a strange output, this: ---- start of that strange output -----...
When you're indexing a string, the first character in said string is 0 and the characters count up as you continue. However...
​ https://i.redd.it/cxhotwwcawc31.png
Hi I am working on the project where they generate large no of pages pdf. And asked me to split it based on the particular...
The other day, my coworkers and I were in the car, and someone brought up playing a word game, where each person says a...
This is a simple program which displays system information. Check it out. Wish me Good luck. Thanks. Here is the GitHub...
Sorry for the confusing title. Essentially, I have two lists in my Python script: listing_addresses # ["123 Red Lane, City,...
I'm trying to receive images on my python program, I've searched a lot on the internet but most of them are just tutorials...
What’s some websites i can learn python from with out them taking 75% of the course away and making you buy it.
Hi all, What would you recommend for an easy way to create a window with some button widgets in it. I'm thinking of something...
This week i created a webcrawler to get all posts of stackoverflow.com...
I am new to Django and this is my first project which I made over the course of two weeks while learning Django for the first...
I've been looking around everywhere on step-by-step instructions on how to distribute a Python Slack Bot. It's very easy to...
And want to learn quickly. Are there any videos/YouTubers, that teach python efficiently? I learn better with videos.
To my understanding * Python can be converted to a .exe windows execuatable, which has...
Being a little bored of writing all my experiments on my book or in a file, I decided to make a small machine learning model...
I am trying to write a script to alter DuckDuckGo settings in FireFox using python and selenium web driver. However, I am...
I am making a wireless car that runs through wifi. Right now I go about it using sockets. But before I put more effort into...
> os.environ['http_proxy'] = proxy os.environ['HTTP_PROXY'] = proxy os.environ['https_proxy'] = proxy...
I have been meaning to get back into the more graphical side of python for a while now, but due to development on other...
Hi guys I’m a data scientist now turned data executive with a continued passion for programming and data science. I still...
Hi there, I'm searching for a good course or book or whatever to improve my python skills. I'm studying physics so a...
What do you think? :)...
hi guys i need your help. I created a simple tkinter GUI with images to keep track of my cryptocurrencies. Running from...
Hi, I'm trying to automate a simple mkdir command in powershell. The idea is that I run a python script from powershell that...
I've learned Java, so now I'm moving on to Python. The only problem is that I need ideas of ways to practice coding in...
Which library would be good to use such functionality
However some are harder to teach than others, and my teaching(and python) skills are more aimed for the easier side of that,...
Do you think that there is something wrong with asyncio-based Python web frameworks? ​ There arise too many...
Hi! I'm analyzing a lot of short .wav files with a very high sampling rate (100k Hz). My goal is to make one plot with the...
I have a few IP cameras that I am using FFMPEG on a raspberry pi to get 1 minute long mp4 video. I then overlay the video...
I'm looking for PhD options and I need to upgrade my skills (not enough time to invest in learning all the bells and...
https://i.imgur.com/iVYZ7Qc.png So far I'm trying with this one and applying anti aliasing, but it doesn't really give me any...
I was following the instructions from the book “Automate the Boring Stuff with Python” and while going through an example...
There is a way to print Xpath of clicked element??
Wanted to have my own forest where I can simulate what happens in a real forest. In a very very early stage now. just run...
Most of the new programmers in Python can’t really understand the lambda function, I would like to break it down and make...
Hi! I a just started learning Python as my first language. I currently have my Python files synced between different...
I'm not sure if I can still say I'm a beginner at Python, but if I don't my imposter syndrome acts up. So I have been working...
I'm pretty rusty with my python as it's been a few years since I've had to use it.. As much as I'd love to spend the day...
Guys I had an idea for 1 year to build an algebraic equation solver like for eg 1 + x = 10 And than it print out x value X = 9
I'm writing a library and want to test against different Python patch versions, like 3.7.1, 3.7.2, etc. This is important...
So this is a project of mine I've been working on recently. Now that the school year is starting back up I thought it'd be a...
This week's top r/Python posts have arrived!
Lately I got nothing to do so I decided to work on my school...
| 1887 upvotes | 147 comments | u/galsasson | r/Python |
Double Pendulum made with Processing.py
| 1865 upvotes | 90 comments | u/MisterBlggs | r/Python |
For those of you made uncomfortable by yesterdays simulation....
| 1430 upvotes | 71 comments | u/mbecks | r/Python |
Simulating Quantum Mechanics Using Matplotlib and Tkinter
| 1326 upvotes | 61 comments | u/--CreativeUsername | r/Python |
I made an Inventory GUI
| 843 upvotes | 35 comments | u/pokepetter | r/Python |
My interest in programming died with a shitty teacher in school (it was basic games programming in C#) and I went in a...
first_name = "richard" new_name = "" for x in first_name: if ltr.lower == "i": new_name += ltr.upper() elif ltr.lower ==...
Hey guys I been working on python for the past three months now, I have put in 3 hours a day and worked on about 45 personal...
Couldn't find a subtitle syncer I liked so wrote my own a while back and just now thought other might find it useful. [Here's...
Hey folks. Need advice on how to get up to speed on learning/using Python through automating tasks with Excel docs. Ive a...
Need to clone a flask env. on another box. doco indicates 2 ways: * #1 ["conda list...
Each week we've got some breath-taking projects going on. To get back to those posts for inspirations or to show some cool...
I am an experienced .NET developer and lately I had to switch to python since the current project I work on is written in it....
Hi, I’m 16 and I want to learn python , anyone know where I can buy books or get started? Budget isn’t an issue as this is...
Hello, Please don't tell me go to google, thanks. I'm looking for a IDE like Visual Stadio, To drag and drop items and type...
Does anyone know how I can solve non-linear complex simultaneous equations? Specifically: eq1 = 0.38 + 0.28 I == x + ((-0.31...
from gtts import gTTS import speech_recognition as sr import os import webbrowser import smtplib import pynput from...
I have just started learning Python, having a finance background. Can anyone recommend some websites from where I can...
Asking here because my question on r/learnpython did not get any response. I'd like to know if there are any dedicated Docker...
Hey so I'm working through the codeacademy tutorials on python but I'm wondering where do I go from there? I've tried a few...
Hi all, I gave poetry a try for some time (I was always a pip setup.py+requirements.txt user) but I must admit, I have grown...
Hello Pythoneers, I want to automate a boring task (ofcourse with your help!). Im a big fan of wrestling, and the episodes of...
Hey Folks, I need to calculate a distance matrix between two arrays. The arrays A and B contain N entries with x and y...
Basically what the title says, I am interested in pursuing this as a skill set for a new career path over the course of lots...
I've created a game via pygame and I want to implement a high score system which can be viewed via a wordpress blog I've...
Overall, as I imported cx_Oracle and attempted to connect to my db. I received an oracle client library error which stated...
I'm still a newbie at python, but I've been doing it at my job for about 4 to 5 months. I work in network security, mainly...
command SELECT illegal in state NONAUTH, only allowed in states AUTH, SELECTED command SELECT illegal in state NONAUTH, only...
Hey Guys I have a list of JSON Objects. I currently I am iterating over the list and I am running a bunch of functions to...
Download: https://assets.digitalocean.com/books/python/machine-learning-projects-python.pdf ​...
I’m 17, and don’t really care about pay or anything, I’m just looking for some experience, I started learning about a week...
Im not sure if this is the right place to ask but i need to know this. I've already made a simple application to run on pc,...
Please don’t hate on me for these questions. I’m working off of a coursera course from UMichigan, the python help pages, and...
So i just learned the basics of python and would like to start working on a portfolio that can help me improve coding and...
Not sure where to post this so... Just wanna spread the word if anyone is interested to work on this open source project!...
Hey Folks, Want to do some side hustle and found a small business looking for my skill set. I'll be building some ETL, data...
Have tried both the executable and webinstaller of the latest version and of 3.7.3. Running as admin and antivirus disabled....
I want to make a bot that checks for keywords or phrases with negative intent ( parents disowned me, hate myself, suicide) in...
Dm me or comment, i can't import the package i just published.
So currently I am working as a desktop engineer. Most of my work involves automating installing software, and sometimes...
I have two scrapy spiders that retrieve data from two different sources. Assuming those sources have a common key for example...
Currently implementing API Gateway that would act as a shim layer to Google Cloud and AWS. Would like to get experiences,...
So a two weeks ago I posted on here saying how I signed up for a data entry job and my plan was to try to take my beginner...
So I wanted to create a little program for collatz sequence. My codes are as below: def collatz(number): if number %...
Hello, I often create small scripts for which I need some kind of configuration file. I tried a couple of libraries but none...
I have to make a project in Python with at least 500-600 lines. I was wondering what can I make? Deadline is end of November....
So, last week at my job, they asked me to review excel files, that had a lot of columns and I was supposed to verify data for...
I have an excel document with formulae in it, and when I try to read a value in a cell, it returns the formula for that cell...
Hi Python community! My name is Matej and I am currently working on my Bachelor thesis at the University of Zurich. I am...
Heyho guys, so I wanted to get started with [kivy](https://kivy.org/doc/stable/) and...
Hi, I've just started learning python and i got to learn about how to use strings. There was one example that had me thinking...
Hello everyone! As the title suggests, I’m a junior python dev who is just making his way into this world. Long story short:...
Hello everyone, i'm kind of considering about doing an open collaboration on a project with people of the internet but i am...
So with the help of Reddit, I was able to turn my code: https://pastebin.com/hQD7Zrpb Into this:...
Hello! There was a very specific use case for me to tackle today that need this sort of thing. Instead of just deploying...
Tell /r/python what you're working on this week! You can be bragging, grousing, sharing your passion, or explaining your...
I'm trying to essentially filter values in a dataframe which looks like this. The user will pass in a list of Symbols and i'd...
I installed it but i don't know to what version it goes. Here
I'm trying to keep track of this variable's value (`goal`) and I'm simply unable to do so! I keep getting a `local...
Hi everyone. I posted a little while ago about how to use pandas for filtering an excel file - well I wrote a script that...
I have learn Python the hard way and have programming experience. I could buy any book, but I feel like once I run through...
All of the tutorials I have found create an Excel file in order to write to it, but I have an Excel file with formulae in it,...
Coming from a C++ background, it is unnerving to type # before each line especially when debugging large chunks of code
Hi! I have a section of math calculations currently written in pure python that I'm hoping to speed up. I've looked into...
I'm slowly getting to grips with various aspects of Python, but I'm stumped on a challenge I currently have. I need to make a...
if log == True: status, msgs = M.select('INBOX') rv, data = M.SEARCH(None, '(UNSEEN) (FROM...
I was just told to write a library for VFP (Visual Fox Pro) and was also told it was to be general purpose. I’m not a noob...
I dunno I think static types are inserting Java and C# into my Python : (. I think Type Inference is a good idea, with...
In the same file where I use them ? or in an other file ?
I am not good at algos, but I approached it this way. I make two sets containing related artist ids, then check if the sets...
So, if you already played games like Factorio, Rimworld or Dwarf Fortress and tried to mod those games, you will find that...
So I was designing this theme and I thought it would be a good idea to use the strongest colors from some photo's to use on...
here is the error I am getting for my chatbot. Traceback (most recent call last): File...
TL; DR end users, Pythonistas, graphic designers and proofreaders are invited to join a brand new open-source multi-platform...
Take a look at the following code: class human: age=21 def sayhello(self): print('hello world!') mike=human() mike.sayhello()...
Okay, so I have fooled around with Python before, but never prydroid. My question is, could i use prydroid to make a one...
I am pretty familiar with tkinter, but it looks like straight out of 2007. I heard of Qt, are there any alternatives worth...
I have a script which is called like this: cat - | python3 script.py 2>&1 | tee -a logfile Obviously stdin is pointing...
Been tired of getting headshotted like crazy, the no recoil macro users, and other obvious cheating in the game currently,...
I recently just download Picovoice's Porcupine but I don't know how to set it up for python. My OS is Windows.
I’m looking for a book/tutorial series that talks about what Unit Tests are, how to write good ones, and how to implement...
I am writing a simple function and when I try to return the value from the function, I get nothing returned? Can someone tell...
Hey, so maybe this isnt the right way to ask these questions, but I've been writing my own python programs for a little bit...
Just started learning Python, and my import math is giving me "unresolved import 'math' " I can't find this problem anywhere...
I have a .gif file that I'm calling using sg.PopupAnimated but the gif does not run - it just appears as an image. I...
Hello, I have a quick question about which on-line platform would be recommended for self-learning Python. While there are...
​ https://i.redd.it/8rel0v5zvld31.png
Are you guys getting the same error? For me it occurs on Windows and also on Linux.
So, i have been stuck in the Scratch hole for years, unable to get out. But today, i tried an app called Programming Hero,...
Hey Python devs, I wrote up a quick blog post explaining the GIL, how it can unexpectedly impact multithreaded programs, and...
I made a model to forecast sales and plotted the results. This script was then put into PowerBI. I am wondering if there’s a...
Hi All, I'm working on a melody generator. It has been argued that 2 bars are great when using RNN/LSTM's, hence I'm looking...
Working via loop.run_in_executor(), but using separate thread pool ThreadPoolExecutor(max_workers=1) to...
What do you use for collaborative coding? I'm looking for a collaborative environment where my students can code and I can...
Hello geeks :) TelePyRat is a Remote Access Trojan which uses Telegram servers as a C&C server and it connects to C&C...
Thanks in advanced
I want to make a bot to catch fake news using machine learning. May be here I get some help?
Learning list comprehensions currently. print([[i+j for i in "abc"] for j in "def"]) gives `[['ad', 'bd', 'cd'], ['ae',...
This week's top r/Python posts have arrived!
So i turned old processor into keychain. What do you guys...
| 1680 upvotes | 115 comments | u/BeneficialBear | r/Python |
Library for making desktop apps like React
| 1199 upvotes | 92 comments | u/something | r/Python |
Had open-sourced a small script I wrote and mostly forgot...
| 876 upvotes | 40 comments | u/SkullTech101 | r/Python |
How I saved >1000 years of CPU time using my adaptive...
| 721 upvotes | 58 comments | u/basnijholt | r/Python |
Short Python challenge : make this return True !
| 714 upvotes | 146 comments | u/mathishammel | r/Python |
from tkinter import * window = Tk() window.title("Window") wallpaper = PhotoImage(file="logo.gif") Label (window,...
Are there any repositories out there that you think are particularly well structured, and one that a beginner should look to...
Given a list of words such as woodcutter,wooden,woodcarving,carrot,caramel,dog,car,cart I want to get something like...
But why? Because it's a fun challenge! Writing Python in one line means no exceptions, no assignments, no while loops. But...
I have this structure: [repo] resources (in Pycharm this is set to resources root) src (in Pycharm this is set to sources...
So I’m relatively new to programming. I studied Python on my own. Learned the basics, played around a bit in PyGame, then...
Example: Basic Twitter automation ! Could you please suggest me some cool and interesting use case. Will post the same freely...
msg = "Hello World" print(msg) I'm using Windows 'Visual Studio Code' with the two lines above. I have downloaded the latest...
im using librosa for a project but then 'librosa.filters.dct' comman says there is no module named dct . i have also tried...
Whats the best way to get graphics for a python software? (not game)
Hi everyone, I'm looking for a way to internally host and distribute our Python packages. Currently they are stored in an...
This may be a very noob-type question, but I am completely lost. I am not familiar with a mac, and I am not familiar with...
Tell /r/python what you're working on this week! You can be bragging, grousing, sharing your passion, or explaining your...
If a user login in and then press a button in an android app, it should send user name to the python using socket programming...
Apparently John Shipman, the creater and maintainer of the widely used Tkinter 8.5 reference: a GUI for Python passed away a...
Top Level comments must be Job Opportunities. Please include Location or any other Requirements in your comment....
I’m finally getting used to ml coding in python ! This was the very reason I started python and after the 3 MONTHS of coding...
Hello, I student in computer field and later I would like to study in the cybersecurity field ( in one year, if everything is...
I'm trying to create a list of predatory scientific publications along with the publishers and some other metadata, and I'm...
I am attempting to re-order my Pre-Draft Strategy on ESPN's Fantasy Football site. The idea would be to drag and drop the...
I'm not really sure if this is the right place to post this but I'll give it a shot. ( I also cross posted this in...
What i wish to do is link multiple python files together so when I change the code in one file it changes the same bit of...
first of all, sorry my english is not very good. im learning python as my first programing lenguage and im trying to use the...
How do I continue code after calling function
As the title states, I have an opportunity to share my figures with an executive team that's multiple tiers above me. They...
Specifically I want to know what kwargs is and how its syntax works. I am trying to pass a variable into a thread so I can...
Given the following snippet: def foo(a, b=[]): b.append(a) return b Why does calling foo() twice give me a list...
Just getting into python and I want to try Some projects without having to watch tutorials while doing it.
I'm deploy my Django project with Supervisor + Gunicorn + Celery on VPS (1C1G5M), but I met a problem with supervisor and...
FACEBOOK(Fanpage): [Click aqui] (https://www.facebook.com/pythonrimayku/) FACEBOOK (Grupo): [Click aqui]...
I have read a few articles about abstraction and encapsulation. What are the differences between them?. They both mean hiding...
looking for a solid course thats cheap for data and business analysis, trying to get into data science eventually, but with...
According to PEP1 (https://www.python.org/dev/peps/pep-0001/#id43) a non...
I want to build some testing framework in python for integration testing. Did someone know how expectations should be develop...
Hey guys, I have a newbie question. I was looking for a scraping tool and came across [this...
I am a beginner python developer that is super excited to continue learning. I have recently started to consider what path I...
So I am wanting to learn video game development and I have learned python before and I really enjoyed it and thought it was...
Recently, every single submission in this reddit that made my front page was of type: "look at my (first) python project I've...
I am using Flask to implement a web application. My main application has different modules I can activate or deactivate by...
This might be a stupid question but I just started getting into programming and such so bare with me. When you use...
Title says it all - I am a C# developer and recently I did the edX.org python 101 course - here are some...
So today I got an business inquiring e-mail from a Proxy API for Web Scraping company wanting me to promote their service. I...
Hi! I am still a novice programmer and I cannot get my head around how to properly test an API. I already implemented some...
I'm a beginner and I'm wondering what's the best text editors for Python. I currently use Jupiter Notebook (for short stuff...
I am studying programming in university right now . the last thing they tough me was classes and gui programming ( basics) ....
Hey guys, As I said in the title, the interface I use is mainly jupyter notebook. However, I have noticed that sometimes the...
I want to make a program that when I press a button it adds one to a counter, so there is a counter at the top of the window...
I am debugging some scripts with pdb in the shell and set a breakpoint within a function that is called in the main script....
Let's say you have a project that needs some configuration (paths, some extra settings etc), do you just throw in a yaml...
Good day, I'm writing all-in-one profiler for Python 3. Already implemented: - injection into running process - custom code...
Define any plane by its normal vector, and get the solar beam irradiance it receives depending on: * its latitude * geometric...
Few weeks ago I thought about this project and decided I will try to make it. So I did some research (you can find the links...
I've been working on python off and on for a little while but, have been mainly working in Brackets and Idle. I want to...
So I recently started learning python and I used Pycharm as my editor however when I tried to create a new project I did...
>!I wasn't sure if I should have posted this to r/learnpython or not but I eventually decided against it since this seems...
Hi, sorry for asking stupid questions, i have been looking for a face detection library for over 14 days without any luck.....
So I know how to draw using code, but I was wondering if there was a way to do it in reverse? As in, can I draw a picture and...
Hi there, I'm trying to move some Python scripts to the web that have some UI dialogs. The code is something like this: ```...
Hey, Python fam! ​ I am a long-time lover of Ruby and Ruby on rails but I think my time has come to try something...
I have a situation where the python requests module is installed for users only. The script that I'm using works when I run...
Hey where can i find a guide for convert a py file with py game library? I try ti search on web but the latest was from 2014...
as stated in the title I need courses for python better free or low priced, am new to python
I have a laptop with my IDLE but I also spend a lot of time on my iPad so I was wondering if you guys have a preferred IDLE...
Hey guys, Found this on youtube:...
I had a script to scrape prices from Kayak, and I was tired of having to run it in Jupyter Notebooks, so decided it would be...
Thank you for your inputs.
Task: Write a program to prompt the user for hours and rate per hour using input to compute gross pay. Pay should be the...
I can’t seem to install pip or python. I type in “python” to the console after installed and I get the not recognized as an...
Hello everyone, I have created a community discord server for beginner to professional programmers to help each other learn,...
I need a bad career change, and realized years ago I had spent a lot of time learning python to make some games and programs...
Hi guys, I'm looking for a nice project to start learning Python with. I'm seeing a bunch of games to start with but actually...
I'm trying to run this script to turn on my xbox: [https://raw.githubusercontent.com/Schamper/xbox-remote-power/master/xbox-...
I need a dictionary type where I can append new key value pairs but cannot change existing ones. Is there any such option? I...
Thoughts? There is a lot of documentation regarding how to upgrade, but since it is still in the beta phase, is it worth...
Hello, I've spent nearly all day trying to get this to work so I'm going to make this as short as possible. I am using Mac OS...
I have created a discord bot that reminds user about other user's birthday in the server. It also keeps track of everyones...
I get this error when I try to install >Starting ChromeDriver 76.0.3809.68...
I am moving from MATLAB and found that matplotlib cannot handle more than 10-20K points for a 3d scatter plot. It takes too...
y'all, I'm writing an API that manages many many binary objects. I need to create an API which returns a huge list of json...
I have some experience in Java, but now trying to learn Python (from testing pov). I figure pytest the most suitable for my...
Fair warning: I'm studying web design and took one python class two years ago, so I hardly know anything. That being said, my...
I want an actual project to do, ive been doing simple exercises for awhile now so i think its time to finally step it up to...
Coming from other programming languages like JS, I find myself wanting to separate my development dependencies from my core...
Hello, I'm relatively new to python. Currently I'm working on my first job after graduation, and I'm trying to create an app...
transitionMatrix is a library to estimate transition rates for state transitions. The main workflow is to feed a historical...
Hello, I've done several python projects in university regarding data science and machine learning. I feel quite confident to...
I'm thinking whether a flask app (local not even online) would make sense to build a project on it (I want to work on image...
I'm wondering what can you use python for? I'm curious for exact examples because I'm fairly new and I don't really know all...
For example how would I execute a function on hearing the windows asterix sound. I have searched around a bit before asking...
Just wondering if there’s a course out there that is geared toward a coder who knows another language (Javascript and Ruby),...
usbrip (derived from "USB Ripper", not "USB R.I.P.") is an open source forensics...
usbrip (derived from "USB Ripper", not "USB R.I.P.") is an open source forensics...
Regular expressions : Regular expressions are description for a pattern of text. For example \d stand for a digit character....
I am reading automate the boring stuff atm to learn python and would like to keep doing code while I'm not near my laptop....
I've been trying to interact with an already opened browser session instead of creating a new one. What I want is to fetch...
I come from a java background and just started learning Python. Just wondering what text editor or ide you guys use and why...
I’m a Ruby on Rails developer learning Python and Django. When working with Ruby and Rails, I usually use Sidekiq to handle...
Hi, I have a class for my custom exceptions and one email class. I want to use my exceptions by a simple import exceptions...
Hello people, Im currently using pygame and i am trying to play audio. Getting the audio to play isnt the issue, however say...
I don't code in python but my work is having me debug a large project. Someone recommended pycharm. I was able to import the...
For example, if I want to print the source code of a function called foo() in printfoo.py: def foo(): x=1 #...
I have a big project I'm trying to debug, but I cant seem to add directories for modules. It breaks on the first import with...
I think I tend to really get into something for the long term when there's an aspect of other people being around for example...
I didn't want to post the full question because it is for an assignment and I do not want to cheat in any way. It is a...
Hello! After spending some time at my university I felt like we didn't have a proper programming club, our ACM club is not...
So i was started coding a chat bot with chatterBot to play with, i exported all the conversation with my gf (38899 messages),...
So, I know basically nothing about Python but my best friend is super into it. His 29th birthday is coming up and I want to...
Through this tutorial, a project will be built in which an Android client-side application uploads an image to a server-...
Hi, I have recently finished Automate the Boring Stuff and I am interested in using python for finance and was wondering if...
I have noticed that Python is used a lot in big data. People call C functions from Python, then process it further in Python,...
I learn most of algorithms of machine learning including clustering algo, regression algo and classification algo .What I...
I'd like to plot a histogram onto a scatter plot like this,...
Hey guys, So I have some knowledge of python and am willing to learn whatever (javascript) I need to know in order to...
I do a lot of pandas for research. I try to rename my working dataframe everytime I do something to it. i.e.: df =...
I am getting a bit of a speed up with Cython here but I am surprised by how little the speed up is. Any suggestions for what...
Hey all, I am working on a web scraping project, and when I uses session.get from the request lib and then use .text my regex...
Hello - I am new to python and wrote a flask app and as it good, I have exposed as an api for my internal team to use for...
Python is an important programming language that all developers should know. Many programmers use this language to make...
Hey guys, I’m looking for an alternative library to matplotlib that generates publication quality graphs. I generally graph...
Hi , I started learning python a year ago and now I am fairly comfortable with it. I understood the general concepts like...
I have unique constrain set in SQL server for table A that consists of two columns, I also have set IGNORE_DUP_KEY set to ON...
Browsers support RSS discovery but its a manual 'one-page-at-a-time' process (I don't know if there is any plugin that does...
Well , i got into python in may . I got thru basics pretty fast , i had some iterest in web scraping i dont know why. So far...
I used to work on a project called healthcareai-py, but they it seems that the python version of the repo had no development...
I’ve read that Python 3 is apparently compatible with Windows Vista and newer. I have a slightly older laptop currently for...
Hey guys, I've made a code with generates a random text, which is written down in a .txt file. This Text however I want to...
I work in a pretty big company, but only as quality control in the factory at the moment. I was speaking to my boss about...
I am inserting a list of dicts from python using asyncpg to a colum of type json[ ]. But the problem is that backslashes...
Python is a multi-paradigm programming language. Meaning, it supports different programming approach. One of the popular...
I did exactly everything in this I have a directory structure...
Hello, i want to observe a list (which i can input) of multiple instagram accounts if they go from private to public and (if...
I just want to know what frameworks software developers use and i want to see what they actually code. If ur able to give me...
I am looking for some good resources for learning data science with python 3. Any suggestions?
We've worked on the full python code on Github to run the betting strategy called "Martingale System"...
So I have a short script to append 2 CSV files together with Pandas. I have a check in place for each input to make sure the...
I'm not sure if this is the correct subreddit for my problem, but I need help. Something is wrong with my python or pycharm...
I'm not sure if this is the correct subreddit for my problem, but I need help. Something is wrong with my python or pycharm...
I want to install a python package to my conda environment in such a way that when I use conda pack, that package becomes...
I am building a program using tkinter that has basic buttons that open web pages, but I want to have a single login box that...
Is Udemy a good place to start python? Many people seem to dislike it but I have no idea why.
I have a big project I'm trying to debug with Pycharm The project comes with a bunch for custom libraries and a separate...
My friend is on vacation (he's made a script for my mum) - it keeps shutting itself off and requires a reboot to work, the...
“Genetic Algorithms — I” https://link.medium.com/tegPxGul1Y
Hi guys! I'm currently working on a personal project that involves executing a Python3 script on the user's machine. I would...
I'm a senior in high school and I've begun learning python (this is my first language). I was wondering what are some...
I have made some basic terminal games and would want to play them on my phone. How could I make it into an Android app? I...
am trying to plot each value of the fibbonacci sequence with its nth term, have the output of the fib sequence going into a...
I have come across a common question is learning Python when you are 30 or older a waste of time? If starting to learn Python...
I have come across a common question about Python and age, "Is learning Python when you are 30 or older a waste of time?" If...
I’ve been continuously trying to get my chrome driver working on my MacBook Air with python and selenium so I can access...
Let's assume i create two objects A and B from the same class. They can send and receive a message. In the class there are...
I know, I know it's probably not ideal. I just really, really like working in notebooks since my introduction to python was...
im trying to move chromedriver into a path so i can use it with python and selenium but when i use the mv command to do so, i...
im trying to move my chromedriver to a /usr/local/bin file and i downloaded it and everything but its saying no file or...
Recently moved from a singular env for my projects to virtual envs and woah, this is awesome. Once I complete a project, I'd...
Hi. When I try to get the picture of the day from NASA and display it in Jupyter Notebook (code below), I just get this kind...
Exception in thread Thread-16341: Traceback (most recent call last): File...
New to automating using python and selenium. Wanna know what are the best stacks to automate with?
I have a MySQL database with users and the posts they have viewed, and I want to use python to somehow go through the user's...
https://www.goodreads.com/book/show/22800567-fluent-python Book title: Fluent Python: Clear, Concise, and Effective...
Been wondering about this.
So, I'm a big noob, and I'm sure that this seems like a dumb question for you, but I'm using a module called pyscreenshot and...
I'm loading plugins that are part of an outer program, and loading them with importlib (primarily for sugar reasons, I don't...
I want to do some 2d games development. I was going to try using pygame for this but I am having issues installing the...
I'm very new to python and coding in general, slowly working my way through the path on pluralsight and I've come across this...
I've been talked with creating a pdf mining program at work that could go through a whole bunch of files and transform them...
Hi all! I wanted to share with y'all that all of the materials for my new seminar--*Practical Data Visualization in...
Build exeggutor Gets the top posts of /r/upvoteexeggutor...
A step-by-step tutorial on how to implement and adapt recurrent language model to Wikipedia text. A pre-trained BERT, XLNET...