#reddit

1 messages · Page 18 of 1

night prismBOT
night prismBOT
night prismBOT
night prismBOT
night prismBOT
night prismBOT
night prismBOT
night prismBOT
#

I'm making a sudoku solver which inputs an image of a sudoku and outputs the solved sudoku. Most of the coding is done, but...

night prismBOT
#

How many of you have used Google Colab? I found it a very easy and interactive tool while we are learning how to program in...

#

Beginner programmer here When i try to import random to my file, my text editor (VScode) suggests me _random instead of...

night prismBOT
night prismBOT
night prismBOT
night prismBOT
#

Hi I am starting with python and I was searching in google how do web scraping with python. The idea is need to get Uber Eats...

night prismBOT
#

so i'm trying to make a text based game with some text art to liven it up. this is what i have in the code editor...

night prismBOT
night prismBOT
night prismBOT
night prismBOT
#

Hey Im new to reedit so hello there. I wanted to ask if I should read python books from the beggining? I read Introduce to...

#

What are some options for creating a python-based web dashboard for viewing and analyzing data on the web? Preferences?...

#

Just doing pip list is enough to trigger this. In the mentioned directory the permissions all look like -rw-r----- 1 root...

#

Looking to use python to scrape link for the generated story. I'd like to pass an input...

night prismBOT
#

What is most recommended right now I use an online interpreter and find it hard to save my work

night prismBOT
#

Hello, ​ I've looked for the answer on the Internet but did not find anything. I'm dealing with Dollars and...

night prismBOT
night prismBOT
night prismBOT
night prismBOT
night prismBOT
night prismBOT
night prismBOT
night prismBOT
night prismBOT
#

Hi, I have been working on an autonomous vehicle as a 2 year year 11-12 project and I have a question. In my code I want to...

night prismBOT
#

Why does the following code not work? It brings up an index error on line 12, (brightness = img[x,y]). The code is meant to...

#

Why does the following code not work? It brings up an index error on line 12, (brightness = img[x,y]) The code is meant to...

night prismBOT
night prismBOT
#

I have used PyScaffold to create structure for my project. Flake8 command created by default is working by using python...

night prismBOT
night prismBOT
#

Hi, Python beginner here. I am trying to call a command which requires a variable encased in quotes, and I can't figure out...

#

This is just a quick and dirty hack, but until just after cloning the project locally, I have not ever touched a line of...

night prismBOT
night prismBOT
night prismBOT
night prismBOT
night prismBOT
#

Hi, I'm learning about async/await/asyncio Python stuff. As I'm focusing more on web developing, I did a little research...

night prismBOT
#

This is the repo for a simple script I wrote. It helps me determine if something could be a good investment based off of its...

night prismBOT
night prismBOT
#

Obviously this version is old, but i haven't had the time to learn everything about 3 yet. anyways, ive been working on a...

night prismBOT
#

So when you pop() three from a list of six you are grabbing -6, -5, & -4 When you append does python automatically append...

#

Tell /r/python what you're working on this week! You can be bragging, grousing, sharing your passion, or explaining your...

night prismBOT
#

Coming from C++ I am having understanding the argument passing mechanism in Python. I see stuff like this: def foo(a):...

#

Here is a python module that gets you a bunch of fresh, checked proxies! I hope you all will like it! Github:...

night prismBOT
night prismBOT
night prismBOT
night prismBOT
night prismBOT
night prismBOT
#

Fellow pythonistas, I wrote a really simple function for formulating REST API urls. This is born out of a desire to reduce...

night prismBOT
night prismBOT
#

My school started doing this Genius Hour enrichment program and I am in it. For the project we are supposed to explore...

night prismBOT
night prismBOT
#

Hi, I have a simple class 'point' containing 4 variables (x, y, xOffset, yOffset). I want to have a twodimensional array of...

night prismBOT
#

I want to call Java methods from within Python using Py4j (which is used by Apache Spark for PySpark). However, I am having...

night prismBOT
night prismBOT
#
night prismBOT
night prismBOT
#

Let's say an input is something like: "hello, this is me on Reddit", and I want to add a "z" to the end of every word, so the...

night prismBOT
night prismBOT
#

Out of all of the pages I follow for languages, frameworks, and libraries, I find that Python-related pages have users that...

night prismBOT
night prismBOT
night prismBOT
#

So right now I’m working on a script for an auto checkout bot and I was wondering if someone can explain how I can develop a...

#

I have created an amazing example to showcase webpage automation and how it can be used to easily automate polls. If any of...

night prismBOT
#

I have a backend that I've been working on for close to a month that is finally completed and tested. I would like to port it...

night prismBOT
#

Is there any package in any language to generate random orthogonal polygon (preferably in Python)? What are some good...

night prismBOT
#

I had some ideas for trading strategies and even coded (in Python), but my programs only transform the input (I am using...

night prismBOT
#

I have a Django function that takes in an epoch time from Stripe and converts it to a human readable date. However, I want to...

night prismBOT
night prismBOT
night prismBOT
night prismBOT
night prismBOT
night prismBOT
night prismBOT
night prismBOT
#

Hey all, I am looking for a media player to use that has perfect frame accuracy and can play out Audio to use in a new...

night prismBOT
#

I have an academic project to develop. I have tried django before but not flask. That's where I need help. Which would be...

#

I am a person who starts more projects than I have completed. And again I have a new idea and 5 open project :D That is...

#

Hello , I’m new to python and wanting to learn how to use python . Thus I’m looking for some people that are willing to help...

night prismBOT
night prismBOT
night prismBOT
night prismBOT
night prismBOT
night prismBOT
night prismBOT
night prismBOT
#

Hi please somebody help me. easy question but im probably over worked at this stage. lets say I have Doubly linked list full...

#

So i have the following lists... list1 = [66,47,32,99....] list2 = [31,12,78,66,345....] how do i create a new...

night prismBOT
night prismBOT
night prismBOT
#

Hello everyone. My team recently decided to switch some of the applications we have from PHP to Python, since most of the...

night prismBOT
#

I started programming in R and now I am learning Python. One extremely advantageous feature of R is that in R objects can be...

night prismBOT
#

So I am honestly overthinking this but I can't get the if/elif statements to register with the code. ​...

night prismBOT
#

Hello, I' m totally new with python and react, and I want to ask a question. I know python that can run as a back-end server,...

night prismBOT
night prismBOT
night prismBOT
night prismBOT
#

Good Evening, I'm looking for someone that has either extensive knowledge of Python (or programming in general) or uses...

night prismBOT
night prismBOT
night prismBOT
night prismBOT
#

There are various accounting software that clients have that don't allow exports to excel, at least without paying extra....

night prismBOT
night prismBOT
night prismBOT
night prismBOT
night prismBOT
night prismBOT
night prismBOT
night prismBOT
night prismBOT
night prismBOT
night prismBOT
night prismBOT
night prismBOT
night prismBOT
#

I know that python can be used to automate stuff, but don't know the tasks that I can automate. I also know about the...

night prismBOT
night prismBOT
night prismBOT
night prismBOT
night prismBOT
night prismBOT
night prismBOT
#

Hi everyone, im trying to scrape a complete subreddit (relationships), including comments, post, likes, etc. Somebody know...

night prismBOT
night prismBOT
#

I'm currently working on a project for my thesis, and I'm an undergraduate student. I'm also new to python. I'm having a set...

#

Can any linter display a warning when a variable of a type that does not implement __bool__ is used in a bool context?...

night prismBOT
#

Hi all, So I’m having real trouble with setting up a clock to end a routine (I'm working in PsychoPy). I’ve tried lines of...

night prismBOT
#

Hey, except for some Arduino stuff, I'm a newbie in programming. I'd like to ask more experienced programmers if an idea I...

#

I used pip install pandas in command prompt, and then tried import pandas as pd in Python 3.7.3 shell, but it returned...

night prismBOT
#

I just wanted to find someone that could give me a few pointers , I’m doing things like BMI calculators and conversions and...

night prismBOT
night prismBOT
night prismBOT
night prismBOT
night prismBOT
#
#
#
F
night prismBOT
night prismBOT
night prismBOT
night prismBOT
night prismBOT
night prismBOT
#
#

I'm pretty new to python. Is there a way to change the index names in an array/list from the usual 0,1,2,3,etc? For example...

night prismBOT
night prismBOT
night prismBOT
night prismBOT
#

Hi! I'm new to python, but I've had prior experience in coding like snap and scratch. Does anyone know any beginner resources...

night prismBOT
night prismBOT
night prismBOT
night prismBOT
night prismBOT
#

I'm trying to make a bitcoin miner code in Python. I'm a newbie, and I've been trying for days to piece together code from...

night prismBOT
night prismBOT
night prismBOT
#

Hi, so I'm trying to create a monitoring script for our mail gateway servers to make sure that external emails could go...

night prismBOT
night prismBOT
night prismBOT
night prismBOT
night prismBOT
night prismBOT
#

Hi, today i wanna post my tool written in python3 because is my first tool written in python3.7 (i come from 2.7) and i was...

#

This is my code: import random import time while True: addend1 = random.randint(0,50) `addend2 =...

#

Some back story: I recently (within the last 6 months) picked up programming to help automate certain aspects of my current...

night prismBOT
night prismBOT
night prismBOT
#

ok, so im programming a brute force application to hopefully better the security of my websites, basically this lets hackers...

night prismBOT
night prismBOT
night prismBOT
night prismBOT
#

I Used Tkinter with decent luck in the past but I want to find my end all GUI system an TK doesn't seem to fit the bill. On...

night prismBOT
night prismBOT
#

Hi, I'm new to Python but have a long time experience with other programming languages. For a few days now I'm programing on...

night prismBOT
night prismBOT
#

Hello there, I am just starting learning python, I pretty much know the basics and was thinking about starting a little easy...

night prismBOT
#

Hello r/Python, I am a beginner in programming, starting with python as first language. I am also a mathematics student at...

night prismBOT
night prismBOT
night prismBOT
night prismBOT
night prismBOT
night prismBOT
#

I just wrote an automation part to speedup Python module building and shipping, and put it on Github:...

night prismBOT
night prismBOT
#

I have decrypted my chrome cookies from the 'Cookies' file, but how to I format them for use in a extension like EditThisCookie.

night prismBOT
night prismBOT
#

The Redis Web UI I started here on the r/Python "what's everyone working on this week" two weeks ago (as a weekend project,...

night prismBOT
#

So, I am trying to create bot in python which is going to press left mouse button two times in the time delay of 9.806655...

night prismBOT
#

A lot of the examples of software I see show UIs looking like they're from the 2000's (and many of them are, but I don't see...

night prismBOT
#

Does anyone have experience with Anaconda and Spyder and if so has anyone had an issue with when running a program it logs...

#

I have seen a few games where you write code as part of the game, one of them has tanks and it's .net or Java, and another is...

night prismBOT
night prismBOT
night prismBOT
night prismBOT
night prismBOT
night prismBOT
#

So I’m my python script, I have my code. I would like to protect this code so when I turn it into an executable file, it will...

night prismBOT
night prismBOT
night prismBOT
night prismBOT
#

I am sending an email with a table using to_html in pandas dataframe but how do I justify the table and apply different...

night prismBOT
night prismBOT
#

i found this line on the internet : fence = [[] for i in range(key)] Is it just two lines morphed together? fence = []...

night prismBOT
night prismBOT
#

Hi, can anyone help me please, I have deque list full of URLs like this['../Disclaimer/cookie.html',...

night prismBOT
#

Can you go to a website importing data from a spreadsheet hosted on someone else’s website? And would you have a link to a...

night prismBOT
#

I just searched about it and found many courses but I am still not sure about them. Is there any free method to learn Python...

#

I’m marking a new game and I need ideas so plz send ideas in the comments thx

night prismBOT
#

So for the last 2 months or so, I have been working on a website in Django, and it's just a social network, it's fully...

#

Hey all, I made a program that converts distances from one unit to another. It returns one variable through several...

night prismBOT
night prismBOT
#

I am sending an email with a table using to_html in pandas data frame but how do I justify the table and apply different...

#

I'm looking for a graphics library for python that has high performance, possibly using the GPU. I've been searching around...

night prismBOT
#

Hello Im new to Python so pls dont roast me :) I want to save bitcoin prices to a excel file. I tried a few things but it did...

night prismBOT
night prismBOT
#

Some time ago I starter creating DuinoCoin with my friends. Thing that separates it from other coins is a fact that it can be...

night prismBOT
night prismBOT
#

Hi All, Learning a bit of Python together with my son by using Microbit. I Apologise if using the wrong terms. Please correct...

night prismBOT
#

There are many verbose "install python" treatises out there, but I still get questions all the time about "how do I do it...

night prismBOT
night prismBOT
#

I have not used Python before I normally use C# or VBA. I was asked if I could create a type of man in the middle device. I...

night prismBOT
#

I can't find any official Apple Calender API or library that I can use for a python project. Does anyone know if such a thing...

night prismBOT
night prismBOT
night prismBOT
night prismBOT
#

I’m a beginner to python and have done a few beginner projects here and there but I am looking for more. Any ideas are...

night prismBOT
night prismBOT
#

So I’m sort of new to python and I was wondering if someone had any ideas as to what I should do next, so I can become more...

night prismBOT
#

Hello folks, anyone know of a good open source application health monitor with web ui? I have a Django web application with...

night prismBOT
night prismBOT
night prismBOT
#
night prismBOT
night prismBOT
#

Write a python program to print and do the followings: A: Add P: Print I: In S: Stop The user can input either one of these...

night prismBOT
night prismBOT
night prismBOT
#

I created some code for a programming lesson in school (it's a sorting algorythm, don't tell me how I can improve it, I know...

night prismBOT
#

For those of you interested in getting involved this Hacktoberfest, consider the PyPLANE project; an open-source application...

night prismBOT
night prismBOT
#
#

Hi, does any one know how to put a image on a moving object in pygame

night prismBOT
#

The question is to write a line of code... I would appreciate your help! To determine if a single last name stored in...

night prismBOT
#

Which one should I learn flask or Django for python web development? Does they have any similarities?

#

Hi. Can Someone send me a code which converts a Hindu Arabic to Roman Numeral number. Thank you. ASAP

night prismBOT
night prismBOT
night prismBOT
night prismBOT
#

from random import randrange trys=0 limit=3 while trys < limit: number1=randrange(range(2,10))...

#

So I have this code that calculates the difference between user given dates. I have to function on another .py file. The code...

night prismBOT
#

Hi so I’m kind of new to python so I’m sorry if this question seems silly. I’m currently working on a project that uses a 3d...

night prismBOT
night prismBOT
night prismBOT
night prismBOT
night prismBOT
#

trying to do something with webdriver but have an issue with captcha tests, is there a way around this?

night prismBOT
#

So I have a histogram with words and their frequencies. I want to use random.choice(...) to randomly choose a word from the...

night prismBOT
night prismBOT
#

This week's top r/Python posts have arrived!

I dislike Tkinter so I made a Drag-and-Drop Gui builder to...
| 1678 upvotes | 110 comments | u/import-username-as-u | r/Python |

I took some suggestions and improved my solar system...
| 1116 upvotes | 43 comments | u/thebuffed | r/Python |

I used TensorFlow and made a Deep Q Network (DQN)...
| 758 upvotes | 36 comments | u/ManBearHybrid | r/Python |

AI Learns to perfectly play Snake using a Genetic Algorithm...
| 610 upvotes | 38 comments | u/Kush131 | r/Python |

Just made a Python app to convert thousands of my photos to a...
Over the past 20+ years, my family took tens of thousands of photos while visiting countries all around the world. As the...
| 567 upvotes | 54 comments | u/emolinare | r/Python |

night prismBOT
night prismBOT
night prismBOT
night prismBOT
night prismBOT
night prismBOT
night prismBOT
night prismBOT
#

For those who aren't familiar in the UK we do a levels (advanced levels) which we do between the ages of 16 and 18. 20% of...

night prismBOT
#

Python Pandas is defined as an open-source library that provides high-performance data manipulation in Python. This tutorial...

night prismBOT
night prismBOT
#

I have a script I'm planning to run from a server (no browser, so no selenium) that I want to go to a web page and click a...

#

3 days ago, I was called from my university to give a talk on python tools and practices, oriented mainly towards beginners....

night prismBOT
night prismBOT
night prismBOT
night prismBOT
night prismBOT
#

Hi, I've been going through learning the basics of Python and it seems pretty nice. I've covered most the basics up to...

night prismBOT
night prismBOT
night prismBOT
#

when i try to run this code.The screen says : SyntaxError: invalid syntax &#x200B; what should i do? Here's the code :...

night prismBOT
#

Hey guys, can someone explain me the following: I have the following calculation: price = 0.5 + 1.00 * 1.10 + 1 * 1.00...

#

Hey guys, can someone explain me the following: I have the following calculation: price = 0.5 + 1.00 * 1.10 + 1 * 1.00...

night prismBOT
night prismBOT
#

DISCLAIMER: I have only developed small scripts and projects and never delivered production code to anyone, so pardon me if...

night prismBOT
#

Does anyone have sites for state of the art deep learning algorithms for Python

#

My problem is that I am trying to have a python liberi on a usb stick so my script on the usb stick can use the “import”...

#

Is dbm with pickle only used as a learning tool? Shelve seems better in practical use.

#

Hey everyone, I'm looking for good books to use to learn some of the finer features or some better, more efficient ways to...

night prismBOT
night prismBOT
#

Does anyone know an algorithm to decompress a file in python? I'd appreciate any help as I've never done any compression or...

night prismBOT
#

I have to make a code where I put 3 numbers and the program have to pick the two biggest, add them and make an average, cant...

night prismBOT
#

Hello! I am working on a shoe bot and I need a GUI for it. If anyone wants to help who is professional please!!! Message me...

night prismBOT
night prismBOT
night prismBOT
#

Hi guys, so my friend and i are creating a simple script which check if there is a new json file in the folder and then copy...

night prismBOT
night prismBOT
#

So I just finished making a game of Hangman. Can anyone recommend some interesting projects that may be difficult but doable...

night prismBOT
night prismBOT
#

Hey everyone, I am struggling to make a program in thonny. I'm barely learning these things, I know it should be pretty...

night prismBOT
night prismBOT
night prismBOT
night prismBOT
#

Hey I’m making an inventory for a choice your path text based game I’m making in python: I’m trying to use pandas to hold the...

#

Hey everyone! I'm trying to create a dictionary for each patient from this csv file, and when I have tried DictReader it...

night prismBOT
#

Hi, I am currently working at an Encoder and I want to update my Pyqt5 UI while the encoder function is running. My Problem...

night prismBOT
night prismBOT
#

Hi! I want to loop through a column of timestamps to get the difference between each time (so time 2 - time1, time3 - time2,...

#

I was confused about this question and can anyone able to help me out with it? Thank you so much (Questions and examplers...

night prismBOT
night prismBOT
#

Hi Can someone pls tell me how I locate this log in btn? HTML <div class="block block\_login"> <span class="item...

night prismBOT
#
h

h

night prismBOT
night prismBOT
night prismBOT
#

I'm working on a project and Speed Detection is a part of it. I have used Haarcascade Classifier to detect the vehicle and...

night prismBOT
#

Hey guys. As years pass by, "Learn Python the Hard Way" is gradually going out of favor among beginner Python programmers....

#

Tell /r/python what you're working on this week! You can be bragging, grousing, sharing your passion, or explaining your...

#

I am self-teaching myself for an internship I have coming up and I thought a text-base adventure game would help get started....

#

Hey, I literally started learning python about 30 minutes ago. I know C/C++/C#/Java though so I'm not completely new to...

night prismBOT
night prismBOT
#

I have to make a script that numbers a document fed in and exports it out to a new document with the lines in place. I cant...

night prismBOT
#

Hi, I need to create a rail fence cipher in my code for school. Currently I have made a code that creates the zig-zag to...

#

I can't seem to figure out what's wrong with this block of code. I'm very new to Python, and my professor isn't very good at...

#

Hey there, I idiotically saved over a file that I didn't mean to. Does anyone know how to retrieve prior versions on a mac?...

night prismBOT
night prismBOT
#

I want to make something like a bot that can solve captchas, do i need tensorflow to teach it the pictures or can i just use...

night prismBOT
night prismBOT
#

I am having a lot of trouble figuring out how to print once inside a while loop and have been working on this for almost 2...

#

I have a assignment in my course I have been working on, but I believe my code is incorrect. I need some advice....

night prismBOT
#

smtpObj = smtplib.SMTP( [host [, port [, local_hostname]]] ) what does this parameter syntax mean? [var1 [, var2 [, var3]]]

night prismBOT
#

Where should i start with to create audio visualizers like we have on butterchurn visualizer

#

I'm searching for reliable information about the Leapfrog algorithm, its origins, applications and formulas (?) for a...

#

I need a programing language that will allow me to send electrical signals to specific points on a physical heat mesh, to...

night prismBOT
#

Getting following error in an app. &#x200B; Any idea? &#x200B; &#x200B; `[SSL: CERTIFICATE_VERIFY_FAILED]...

night prismBOT
#

Hi everyone, I have a very simple program - built with PySimpleGUI, when I run it, a screen comes up that asks 4 questions. I...

night prismBOT
night prismBOT
night prismBOT
#

Hey there! I've been working in a Blackjack game in Python with OOP. There are some bugs but it works quite fine,...

night prismBOT
night prismBOT
night prismBOT
#

I am trying to read the 8 direction "joystick" on my Razer Tartarus V2 for a personal project. I need to read the state of...

#

I am trying to get to a subset of a webpage. The only way to get the actual webpage is to click on a button from the home...

night prismBOT
night prismBOT
#

Making a program that will send set amounts of packets to a wifi router and i could use some advice on making the program

night prismBOT
#

I'm a beginner, and I don't know much about DLL's, applications, or how they're made, or how they really work. But recently I...

night prismBOT
#

Hello everyone! I just added some code that I have been using for one of my projects. It's a Muse Headband Module that...

night prismBOT
#

What is the most useful thing you have created in Python?

night prismBOT
#

I want to be a certified Python developer so I was looking into certificates and i found PCAP certificate. Does anyone have...

night prismBOT
#

The most important part in the world of web password is This is a Python code for a good password system that I hope you...

night prismBOT
night prismBOT
#

Hi everyone! I need to create a responsive website for a work client. And I was wondering if it is possible to create a...

night prismBOT
#

Hi i'm new to python, Im trying to make a script that takes rfid information (THE TEXT FROM IT) then if it matches ("rs011")...

night prismBOT
night prismBOT
#

Hey all, Is there any way to load a .ipynb (Jupyter notebook file) in PyCharm? Thanks in advance

night prismBOT
#

Hi all, boss gave me an idea to develop this gui for our sales folks and wondering what the best approach would be. I'm...

night prismBOT
night prismBOT
#

Hi , can anyone recommend me a good course on Udemy where I can learn python?

#

So i am writing a task to store the following data in text file, but the thing is i can't seem to end the loop I was supposed...

#

Is there any way I can host my turtle animation on a website? I went through Skulpt but it doesn't allow some modules which I...

night prismBOT
#

Is there any way to host turtle animation on a website? I checked Trinket but it requires a paid account for the animation...

#

This will give you a fully detailed comparison on Java vs Python, Both are most famous and popular languages around the...

night prismBOT
#

Almost completed my "free time project". I created an API which can save measurements from sensors placed at your home or any...

night prismBOT
night prismBOT
night prismBOT
#

Hi i am new to python and are trying to make python wait before printing another line When i put it as time.sleep(5) And run...

#

Ok so Im making a program where you type in a password to see some data. I know how to do this and have no problem with it....

night prismBOT
#

Hi, Python newbie here. I have a number of separate excel reports that I’d like to combine by matching column headers and...

night prismBOT
#

First of all, sorry for the vague title, i had no idea how to shorten my question so here goes: As a little project of mine I...

night prismBOT
#

Hello everyone !! What should i learn after learning Python's syntax . I don't have prior knowledge of any language . Should...

#

Would someone help me solve a few problems in python? I would be very appreciative (also could venmo if that is what you are...

night prismBOT
night prismBOT
#

How is it possible to get such output in Jupyter Notebook like in this example?...

night prismBOT
night prismBOT
#

I've been asked to look into a program that can talk to a HR-API of a siemans system. I've got documentation for Vbasic and...

night prismBOT
#

Hello. Could anyone give me an example of a Latin square in python? I’ve tried many different things but cannot figure this...

night prismBOT
night prismBOT
night prismBOT
night prismBOT
night prismBOT
night prismBOT
night prismBOT
#

So I have a test tomorrow over all the basic stuff. I’m only struggling with one thing. Can y’all help me with str and int....

night prismBOT
#

Decided to finally start putting off learning programming and the first step to that is actually writing some stuff I guess....

night prismBOT
night prismBOT
night prismBOT
#

TLDR What's a good college to learn python? Or is self learning better? I have 2 years. I'm currently in the Army and getting...

night prismBOT
night prismBOT
night prismBOT
night prismBOT
#

Hey Guys. So I've started a job, with one of the big 4 about 7 months ago after I graduated university. I joined the company...

night prismBOT
night prismBOT
#

hey, im new to python. im using pytohn 3.7.4 and the latest pycharm IDE, on win10 and tried to install sendkeys with pip and...

night prismBOT
night prismBOT
night prismBOT
night prismBOT
night prismBOT
#

Hey everyone, I need some guidance on what would be the best way to store my data that I've webscraped. Before I've created...

night prismBOT
#

Can anyone explain how the output of the below code is [1,8,2,3,5,8]? a = [1,1,2,3,5,8] for a[1] in a: pass print(a)

night prismBOT
night prismBOT
night prismBOT
night prismBOT
night prismBOT
#

Hi, I've experimented with opencv images before and when I printed the images they returned the color values of each pixel (I...

night prismBOT
#

I made a game using pygame and I'm very proud of it. It's my first project ever so it's not the best, but it works and makes...

night prismBOT
#

I haven't been in programming very long and I've been working on learning python to use in Grasshopper3D but apparently it...

night prismBOT
#

What do you guys think of this project that I worked on with a few other people? link to github:...

night prismBOT
#

Can anyone help me out with this? I'd really appreciate it. I'm not doing the best in this class, due to the fact that I...

night prismBOT
night prismBOT
night prismBOT
night prismBOT
night prismBOT
night prismBOT
night prismBOT
night prismBOT
#

I cant seem to find where to use the connection string/ full driver in example from mongodb atlas to connect with pycharm. I...

night prismBOT
#

Came across this repository this week for making ML tools in python: here. Opinions?

night prismBOT
#

First off, I'm not sure if this is the subreddit for this, but I had a thought; is it possible to use windows hello with...

night prismBOT
#

Nothing too complicated or useful, but I made a magic8ball program where all the responses were assholish. It's only a few...

#

I was wondering if anyone has any expertise on how to use openssl to craft a *.pem certificate that can successfully respond...

night prismBOT
#

Hej guys! I'm learning Python and im currently having problems requesting data from a database because of the Token...

#

Hey i'm looking to make a script that makes strings like this, 00000000-0000-0000-0000-000000000000 (8 - 4 - 4 - 4 - 12) with...

night prismBOT
#

In python you can specify which type you want your args to be. But how can I (or can I at all) require a type to be a class,...

night prismBOT
night prismBOT
night prismBOT
night prismBOT
night prismBOT
night prismBOT
night prismBOT
night prismBOT
night prismBOT
night prismBOT
night prismBOT
#

I want the person to answer with a integer and crashes if text is entered. How would I specify that the if it is text...

night prismBOT
#

So, I have been programming with Python for a year now. I've built programs that can analyze a genome from a raw genome file,...

night prismBOT
#

How do you use a for loop with any range and only print the prime numbers of my counter variable

#

I'm trying to make a program that reads data from arduino and shows to the user with a gui made with tkinter. The Program is...

night prismBOT
#

hi. i created a grid filled with 20 0's it is a grid of rows of 5 i want to append numbers from a list in place of 0s e.g my...

night prismBOT
#

Hello Guys, im new to Python and i try to make a script with which write the current bitcoin price in an excel table. This...

#

Our client is proposing that we use Python to build out their solution, an e-commerce web and mobile app. Our recent projects...

night prismBOT
night prismBOT
#

I created a small game with Pygame Zero and the MU IDE. After the game is finished, the user should be asked if he wants to...

night prismBOT
#

>response = requests.get(url)return response.json() If the API already told me the response is going to a json object,...

night prismBOT
night prismBOT
night prismBOT
#

I'm trying to learn python by messing around a bit. I have experience programming but not with python so rather than go...

night prismBOT
night prismBOT
#

I want to make my script pick a random word out of a list of words, and then print it would this be possible to do in pyautogui?

night prismBOT
#

I solved this challenge on hackerrank (array manipulation). It returns the max value of an array of n zeroes after completing...

night prismBOT
night prismBOT
night prismBOT
night prismBOT
night prismBOT
night prismBOT
#

I'd like to take rows of data from a spreadsheet and input into a web form to automate the move from one database to another...

night prismBOT
#

Hello, I'd like to setup tox testing in Bitbucket in one of my project. I do not see them having any sort of documentation...

#

After asking the user for the width and height, how would you go about creating a rectangle using “for i”. The rectangle...

night prismBOT
night prismBOT
night prismBOT
#

Good afternoon all, &#x200B; I am trying to get the downtime monitor script [here](...

night prismBOT
#

I'm currently doing a project and I'm a bit stuck. I need to define a function that will look up a word in a text file from a...

night prismBOT
night prismBOT
#

so basically an inventory sequence is 1, 11, 21, 1211, 111221, 312211, 13112221, 1113213211, 31131211131221,...

night prismBOT
#

If I asked you how you would collate the company information from Wikipedia pages, how would you do it using Python? Some...

night prismBOT
night prismBOT
night prismBOT
#

Hi all, I’m currently trying to get my Raspberry Pi to display some data taken from an API. However I keep getting a “No JSON...

#

Hello! So I'm trying to create a very simple game where a rectangle will move around a black screen but I'm running into some...

night prismBOT
#

I want to extract all username having a particular flair flair in python example I will give a flair "VENTING" in a subreddit...

#

I'm working on a web site. We want to support letting end users do boolean searching of our product catalog. The goal is for...

night prismBOT
night prismBOT
night prismBOT
night prismBOT
#

I have a USB drive full of PDF files. What I would like to do is create a script that reads the PDFs and then looks at a few...

night prismBOT
#

I have VERY abnormal internet. One day it's 20 mbit/s the next it's 3! I was wondering how I could make a program that could...

night prismBOT
#

i'm trying to automate comments under an ig post with selenium but it doesn' t work. code: from selenium import webdriver...

night prismBOT
#

Dear Reddit Community, &#x200B; I am not only a keep Reddit user but an avid coder who had been learning, implementing...

night prismBOT
#

My python code, has a problem with pylint, the module which I want to use as part of the linting process causes pylint to...

night prismBOT
#

This week's top r/Python posts have arrived!

Parselfinger
| 2568 upvotes | 92 comments | u/jbholt | r/Python |

Rolling Shutter Effect demonstrated with Python
| 2015 upvotes | 60 comments | u/Swipecat | r/Python |

I released a game made entirely in Python and Pygame on Steam...
| 1761 upvotes | 191 comments | u/DaFluffyPotato | r/Python |

Updated gravitational potential field simulation. [OC] Link...
| 1025 upvotes | 131 comments | u/pnp_peeyush | r/Python |

Made this coz bored... matplotlib is true love.
| 806 upvotes | 100 comments | u/pnp_peeyush | r/Python |

night prismBOT
night prismBOT
#

How can I get only this simple text when I read a pdf? CLSAI10608 This code always start with a CLXXXXXXXX, LEN = 10. Code:...

#

I'm trying to create a login window using appJar. I have previously set a username and password, hashed them, and stored them...

night prismBOT
night prismBOT
#

So I have an assignment that reads as follows: "Using a for loop output the average of a specific number of integer input....

night prismBOT
night prismBOT
night prismBOT
#

I am subtracting two Datetime columns in a data frame and wanted to extract the minutes but I am confused about how to do...

night prismBOT
night prismBOT
night prismBOT
night prismBOT
#

I just wrote a script on Spyder but it won't run because of a syntax error on line 6. It seems to be that I wrote 'female'...

night prismBOT
#

Hej Guys im trying to gather the data from a database using API with Token Authorization to a CSV or Xls. I used Postman to...

night prismBOT
night prismBOT
night prismBOT
night prismBOT
night prismBOT
night prismBOT
#

Hi everyone, &#x200B; I am using difflab library to compare two lists to each other. The problem I realized is that the...

#

Woth tools such as termux installing python and code editors got easy and even running programs from github is as easy as "....

night prismBOT
night prismBOT
#

What knowledge/ prerequisite require to become python web scrapper? Need guidance for the same

night prismBOT
night prismBOT
#

Hi all, I've been trying to learn Python for the last 3 months or so, and I'm slowly making progress on Codeacademy. I was...

#

I am trying to make a simple program for my friend/team leader that asks what day of the week it is, if its monday, tuesday,...

night prismBOT
night prismBOT
#

hello, I'm trying to multithread instances of a class. The code works fine but now I'm trying to make it more efficient. I...

night prismBOT
#

Hi all, I'm currently stuck on an assignment, where it asks to build a function and rank the suits in a certain order...

#

I’m a relative novice at python and I don’t have any ideas for projects, any suggestions?

night prismBOT
#

I have been working with python for a few years now (mostly at work - Data Science), but would like to set up some personal...

night prismBOT
night prismBOT
night prismBOT
#

I'm looking for a toolkit that'll help both compute (ideally) and visualise connected things graph style - preferably in a...

night prismBOT
night prismBOT
night prismBOT
#

I have a script that runs in about 3 seconds on my linux machine, but on Windows 10 it takes about 45 seconds to run, which...

night prismBOT
night prismBOT
night prismBOT
night prismBOT
#

It would be a bad choice, clearly. But as Python ultimately gets cooked down to C and Unix, as an example, is written in C,...

night prismBOT
night prismBOT
night prismBOT
#

Hi all! Im not much of a programmer yet but I hope to improve in the future. I have a couple of fairly easy tasks in python...

night prismBOT
#
RLE

How would I code a program that converts compressed data into ascii art, and converts ascii art back into the compressed data...

night prismBOT
night prismBOT
#

Hello. I need your help, I need to go through python to use com objects. On my post I use win32com but prod, it does not...

night prismBOT
night prismBOT
#

Hi Guys, I am working on a program to automate some functionality for our network - part of this involves finding the largest...

night prismBOT
night prismBOT
night prismBOT
#

Hi. I’m learning Pandas and having trouble getting past the warning ‘SettingWithCopyWarning’ I’m trying to do what I think...

night prismBOT
night prismBOT
#

Tell /r/python what you're working on this week! You can be bragging, grousing, sharing your passion, or explaining your...

#

Dear I am running a script and it does not run similarly all the time. I am trying to parse GeoJSON files and triangulate...

#

I'm trying to automate IG comments with selenium, but I get this error: Traceback (most recent call last): File...

night prismBOT
#

I am able to write methods bt finding difficult to write in oops format ..(inside clas) for eg guessing number game - able to...

night prismBOT
#

Hello, While trying to install PyQt5 i'm getting those errors. It really frustrates me... I do not know what to do. I have...

night prismBOT
night prismBOT
night prismBOT
night prismBOT
night prismBOT
night prismBOT
night prismBOT
#

I’m a beginner programmer with Python and at the moment i’m going over Dictionaries. I had to do an exercise that confuses...

night prismBOT
#

I am starting crash course in python book. I downloaded python 3 and the path works and runs in my windows command terminal....

night prismBOT
#

so i am a noob at python and i have been trying to fix this forever i am trying to remove the ammount of health attack is and...

night prismBOT
night prismBOT
night prismBOT
night prismBOT
#

Is there a way that i can have a list of functions, then depending on user input the code calls a function? Quick example:...

night prismBOT
night prismBOT