#reddit

1 messages · Page 19 of 1

night prismBOT
#

Any particular advice on lagged data using datetime specific pandas functions? I'm working with a large attendance dataset,...

#

Today I was looking for good resources to learn Django and I realized that there are some different versions of this...

night prismBOT
night prismBOT
#

I am planning to include a job board to my website which is build around pelican/bootstrap. Is there any pelican/python based...

night prismBOT
#

I am working on a problem revolving around finding surface areas of molecules and most of the current work in this involves...

night prismBOT
night prismBOT
#

Help me out. I'm in a discussion about which is better. Java or python. Please give me some good arguments.

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

I have an small assignment which is to download images from the internet. I used google_images_download module and completed...

night prismBOT
night prismBOT
#

So, I need to write a little program that would calculate the area of a rectangle or a triangle and the user chooses which...

night prismBOT
night prismBOT
night prismBOT
night prismBOT
#

Hello, so i really wanna learn some advanced python but i cant really find any places to learn it. I learned all my python...

night prismBOT
night prismBOT
night prismBOT
#

A long long time ago I can still remember how That coding used to make me smile And I knew if I had my chance That I could go...

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

Hello fellow Pythonistas, As I am working with larger Python projects, I have been relying more and more on type hints,...

#

I've been looking into programing a few basic tools like soundboards and I was wondering if anyone has devised a method to...

night prismBOT
night prismBOT
night prismBOT
#

Hi very new to coding here, im currently trying to write a program which prints what your grade is when you input a value as...

night prismBOT
night prismBOT
night prismBOT
night prismBOT
#

Hey, I created JS implementation of Python3, published it here:...

night prismBOT
#

Does anyone know of a good python tutorial that shows how to create a text based game like the good old...

night prismBOT
night prismBOT
night prismBOT
night prismBOT
#

How do I refresh my data frame inside for loop? I have a dataframe which is reading from azure sql table. The azure sql table...

#

Hello guys, I am new to Python and I am trying to create a single list of all tuples which are stored in lists in a dataframe...

#

So I went out of ideas for my next project. Does anyone have an idea? Just pm me

night prismBOT
night prismBOT
#

​ [This is the clock I made in python. I was hoping to get some responses on what to change in the code. Here is...

#

Hey guys! I want to preface by saying I'm almost 100% new to coding (sans 1 HTML design class in college). I graduated with a...

night prismBOT
night prismBOT
night prismBOT
night prismBOT
night prismBOT
#

I'm completely new to programming in Python, so I i've got no idea how to do this. I'm using SPYDER, and the IPython console...

night prismBOT
#

Hello! I recently attended gave my first PyCon talk. I was really nervous about it but excited at the same time. I wrote...

#
#

Hello, I'm new to python and I was wondering how do I make a script to take a screenshot of say comments on reddit? I found...

night prismBOT
night prismBOT
#

Hey! Anyone have a good place to learn flask? Specifically building a rest api and using it with jinja? Thanks!!

night prismBOT
#

Hello guys i am a tootal noob in python but so far it is very fun to lear it. ​ my question is , how could i make...

#

ok so i basically make a super simple game I call Traverse in trinket.io here's the link...

night prismBOT
#

I just got done with a technical interview for a data analyst position and I was disappointed that I was unable to correctly...

night prismBOT
night prismBOT
#

Quick question for you folks. I was recently asked to review some code of a subordinate prior to deployment and I found that...

night prismBOT
#

#! /usr/bin/env python ​ So the # and the !, what do they mean exactly? The rest of the path I understand, but I...

night prismBOT
night prismBOT
night prismBOT
#

Hi, I've just started learning Python at my university (having done no coding prior) and it has been working fine on my...

night prismBOT
night prismBOT
night prismBOT
night prismBOT
#

Lately I have been studying data structures in Python; I've been taking a look to singly linked lists, stacks and queues. I...

night prismBOT
#

In the following function def f(value,values): value = 4 values[0] = 100 t = 1 v = [1,2,3] f(t,v) print(t,v[0]) Output: 1,...

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

(At start i want to sorry for my bad english) Soo i need any tip how to do script or someone who can do it for me. Script...

night prismBOT
#

I'm trying to make a simple calculator program. Why does this code: print("What would you like to do: \n") print("Add \n")...

night prismBOT
#

In my line of work, we receive very large PDFs that are a combination of different documents in one. I would like to create...

night prismBOT
night prismBOT
night prismBOT
#

I saw this somewhere a long time ago, and adopted it. You basically organise your imports in three sections: # Built-in...

night prismBOT
night prismBOT
#

I am trying to fetch the calendar of events of current month and store it into the file in the same format, such as, date,...

night prismBOT
#

​ I'm working on an assignment and we are manipulating CSV files. I have to read in a large CSV file, and from...

night prismBOT
#

Hi y’all, I’m a college freshman taking engineering calc one this year. I myself am not an engineering major and have never...

night prismBOT
night prismBOT
night prismBOT
#

Two (kind of three) questions. First, what is the file path for my external SD card on Android? I realize this is not...

night prismBOT
night prismBOT
night prismBOT
night prismBOT
#

I recently learnt the basics of SWIG and wanted to save some reference material for later. So I have created a demo of me...

#

I decided to make a minor project in python for this sem . I thought i would learn it but ended uo procrastinating and now...

night prismBOT
#

I am great with bash but I am quite new to python. I need some help here. I am familiar with the bash command “su”. This...

night prismBOT
#

Hi all I m currently laying the ground work for a python application That will communicate with electronics via canbus...

night prismBOT
#

How does the python interpreter store the code it reads from a file? Surely it cannot just be an array of parsed lines kept...

night prismBOT
night prismBOT
#

I looked this up but could not find a clear answer. So where better to ask then the subreddit dedicated to Python

#

I recently got into python and I was wondering if you guys had any tips to help me grow I know the basics but not much more...

night prismBOT
#

Hi all, can anybody suggest beginner level projects related to data analysis or something related to that field... Just...

night prismBOT
night prismBOT
#

I'm teaching an entry level unit for Python, they are all beginners and have never touched Python. Other than developing my...

night prismBOT
#

Hello. I'm new to programming and doing excercises on coding bat. I fail "other tests" when I run this code on the problem...

night prismBOT
#

I'm trying to make a sentiment analyzer but every time I try to run the script I get ImportError: cannot import name...

night prismBOT
#

Hi guys, So I have been into PowerShell for some time and now would like to learn Python. What would be your book...

night prismBOT
night prismBOT
night prismBOT
#

I need to access our Cisco devices through a Linux jump box from my Windows 7 desktop (welcome to Corporate America), so I...

night prismBOT
#

So you’re writing some code but then you realize there’s a module that can basically do what a couple of your functions did...

night prismBOT
#

In python a list would be like "x = (1,5)" And it would only have the values of 1,2,3,4. And so this reminds me in algebra...

night prismBOT
#

Hello ! I'm kind of a newbie at programming, but I'm improving, and i had a question concerning matplotlib's pyplot's...

#

Please take a look at the fraction class i created to give a fraction representation (a/b) and also perform some common...

night prismBOT
night prismBOT
night prismBOT
#

Hi all, I'd like to implement a Python microservice using OpenAPI 3.0 and am trying to gauge what API libraries would be...

night prismBOT
night prismBOT
night prismBOT
night prismBOT
night prismBOT
#

Hey everyone, I'd made a notebook of python cheatsheet few months back. It frequently used cammands and other data structures...

night prismBOT
night prismBOT
night prismBOT
night prismBOT
night prismBOT
#

i use streamlink to generate mp4 file from m3u8 in the same time i wanna send it to the user but problem is when i send it i...

#

I'm a total coding noob. I started learning Python 3 just a few days ago and yesterday found Pydroid 3 to keep coding even...

night prismBOT
night prismBOT
night prismBOT
#

If this breaks the rules let me know and I'll delete this post....

night prismBOT
night prismBOT
#

hey everyone as a part of my short video series I have created this which will introduce you to the folium package of python...

#

Greetings to everyone! First of all, I'd like to use this opportunity thank r/Python community for all the interesting...

#

I have table for stocks that includes: timestamp, stock-name, price, operation I want to end up with: timestamp, stock-name,...

night prismBOT
#

Hi there! I am not really new to Python but I'm quite inexperienced. I was wondering: is there a way to have a python script...

night prismBOT
night prismBOT
#

Hello, I'm trying to learn Python and I've come across an issue that I thought would be a lot easier. I guess I'm looking at...

night prismBOT
night prismBOT
#

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

Just trying to create a orbit system in python and this...
| 4520 upvotes | 359 comments | u/LAMagicx | r/Python |

more than 100 scientific articles may be invalidated because...
| 1261 upvotes | 350 comments | u/stefantalpalaru | r/Python |

Automate the Boring Stuff with Python (2nd edition) is coming...
Attention Fans of Al Sweigart's books such as Invent Your Own Computer Games with Python and Cracking Codes with Python: Al...
| 857 upvotes | 63 comments | u/jkibbe | r/Python |

Announcing Support for Native Editing of Jupyter Notebooks in...
| 788 upvotes | 78 comments | u/anders987 | r/Python |

Some time ago I showed you my module which displays sprites...
| 583 upvotes | 58 comments | u/noodlesteak | r/Python |

night prismBOT
night prismBOT
night prismBOT
night prismBOT
#

I have been working on this basic program for a bit, I have got the head/tails to work but I cannot seem to figure out how to...

night prismBOT
night prismBOT
night prismBOT
night prismBOT
night prismBOT
#

Hi, I have to create a Client + Server (with Mongodb), I already have some experience in programming and Python too, but no...

night prismBOT
#

So, starting today i'll be learning how to use python with my girlfriend. We have 0 Coding knowledge. My question for python...

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

Hey all, after some trail and error i finally made my first working python program. it's not much but i'm happy i completed...

#

Few hours ago i answer a question on stackoverflow and got into some talks with people about doing one line function or going...

night prismBOT
night prismBOT
night prismBOT
night prismBOT
#

I am making a simple game in tkinter and I have here some code which creates 100 buttons in a 10x10 space allLocations = []...

night prismBOT
#

PyPy 7.2 has been released. This release brings support for aarch64 and a slew of improvements. Read more about it...

night prismBOT
night prismBOT
#

I have two laptop and I want to make them as python development / C-CPP too Specially for ACM ICPC Competition I'm solving...

night prismBOT
night prismBOT
#

I was wondering if there is an easy way to turn a python file to an exe that can be run by any modern computer

#

Hello all, For my class I am working on coming up with an application that supports team work for groups. Anyone have any...

night prismBOT
#

I'm trying a a little side project, a text adventure game, and want to be able to clear the screen. I looked up some code,...

#

**I was wondering if anyone has some insight on how i would go about creating a monthly menu calendar with python. Im fairly...

night prismBOT
night prismBOT
#

def diagonalSquares(self, (column,row)) I keep getting the error message sublist parameters are not supported in 3.x. How...

#

I’m currently trying to make a small and basic simulation, but I am using pygame and when I added in the random movement it...

night prismBOT
#

I am working on a homework question and would like some assistance to know I am on the right track. The problem is stated...

night prismBOT
#

I installed python 3.7.4 a few months ago but now want to upgrade to 3.8 just released. Please advise how to upgrade. Do I...

night prismBOT
night prismBOT
night prismBOT
night prismBOT
night prismBOT
#

Does anyone have any good online or offline resources on SAP GUI Scripting using Python? Looking to automate some of my work...

night prismBOT
#

Hello guys, I am trying to get table from this site:...

night prismBOT
#

Hello everyone I want to learn python and want some help in guiding me . Which books are great for beginners or YouTube...

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

I'm using the image ai to detect the object in my image which works just fine in the terminal, but I'm trying to provide a...

#

Here's an idea I got after learning about dictionaries in Python: ​ What if we use every combination on Rubik's...

night prismBOT
#

Hi r/Python I'm really new to python but I want to get into automation scripts that autocomplete forms such as typeform....

night prismBOT
night prismBOT
#

I have this dataframe which each row contains hourly data, I want to group/aggregate them into weekly format with out doing...

#

Me and my friend have been teaching ourselves the basics in Python and we want to take a test or quiz today. I have been...

night prismBOT
night prismBOT
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...

night prismBOT
night prismBOT
night prismBOT
night prismBOT
#

You may already know this but according to GitHub repository access frequency and national surveys from the past, Python is...

night prismBOT
night prismBOT
#

Hello I wrote Tetris using Python. I plan on turning it into an executable and writing another Python code to control it and...

night prismBOT
night prismBOT
night prismBOT
#

I decided to develop an interactive GIS visualization tool for my Bachelor's project. I would like to code it in python,...

night prismBOT
#

PEP 553 brings a new built-in function to Python 3.7.5. Now you can switch into debugging mode via breakpoint() (like...

night prismBOT
night prismBOT
night prismBOT
#

In codecademy, when you sign up for the python course, it allows you type actual python code for taking the quizzes. I was...

night prismBOT
#

I made an offline typing speed tester that pulls from a bank of 10,000 words and has you type a 20 word prompt. I did this...

#

I have some latitude and longitude data that I would like to group into 0.01x0.01 degree zones to produce some descriptive...

night prismBOT
night prismBOT
#

Hi I need some easy ( I'm teaching python and like I said they are beginners ) project ideas that can be done in 2 hours that...

night prismBOT
#

I dabble in crypto markets and prefer to take big swing positions for longer periods. I finally sat down and coded my own...

#

Is there any way to make it so that something inside a while stops working after the first loop? Without using an IF count =0...

night prismBOT
night prismBOT
night prismBOT
night prismBOT
#

I made a YouTube downloader which uses the pytube module to download YouTube mp4 files and mp3 files. If you can, please...

night prismBOT
#

Can anyone help me with numpy installation? I'm using MacOSX 10.15, python 3.8 This command thrown a ton of errors pip3...

#

Can anyone help me with numpy installation? I'm using MacOSX 10.15, python 3.8 This command throws a ton of errors (brew also...

night prismBOT
night prismBOT
#

So i started learning python and i have a task to input word and then print it with "ing" But if word already has "ing" add...

night prismBOT
night prismBOT
night prismBOT
#

Hi , I am trying to access a website that is blocked in my country , I use VPN to access that, i just tried curl with VPN it...

night prismBOT
night prismBOT
night prismBOT
#

Can anyone help me understand how to add Python 3.8 as an environment in Anaconda? I'd like to play around with it, but as a...

night prismBOT
#

Can someone explain what the wulrus does and any situations when it's is necessary please?

#

I have downloaded "pandas_datareader" through pip using "pip install pandas_datareader", when I try to use it in one of my...

night prismBOT
night prismBOT
night prismBOT
night prismBOT
night prismBOT
#

Hi everyone, ​ Im trying to build a project using python and selenium and I'm having two issues: 1. I can't seem...

night prismBOT
night prismBOT
#

a = "cat" print(a[-1, 0]) i was expecting it to print "t", but it prints nothing, why?

#

Here is the code, I am wondering why my winnings are not printing out the way that I want. I should have $10 for one match,...

night prismBOT
night prismBOT
night prismBOT
night prismBOT
#

I have downloaded both of these, seeing as I couldn't get Numpy working. I also tried downloading Scipy, I have Anaconda 3, I...

night prismBOT
night prismBOT
night prismBOT
#

Ok so I have a webserver on server a and some active log on server b. and what I want to do is have the webpage displaying...

night prismBOT
night prismBOT
night prismBOT
#

Hey everyone! I’m running MacOS Catalina and, because I just wiped, I’m trying to set python back up. I have put Python 3.7...

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

import os import csv import requests import bs4 import request from bs4 import BeautifulSoup import...

night prismBOT
night prismBOT
night prismBOT
#

Hi everybody peeps, I use Chocolatey to keep my system updated (Win10) and it installed Python 3.8. All well and good, I...

night prismBOT
#

Hi, I am new to both python and plotnine, and I am having a problem displaying plotnine plots on my Debian system: This...

night prismBOT
#

There's a problem I need help with, really simple stuff from what I can see. While loops, for loops, etc. But I always forget...

#

I’m new here and to python. I come from SQL and VBA. I was wondering if you have any suggestions for someone who is new to...

night prismBOT
#

I've just noticed this difference between 3.8 and 3.7, anyone know if this is expected or a bug? ``` Python 3.8.0 (default,...

night prismBOT
#

Setting up a new work (windows) computer with a fresh python install and im getting weird errors using pip install I haven’t...

#

hello. im in a project where we need to ingest data using python from a csv file. im new with python & the guy who...

night prismBOT
#

Hi everyone! I recently started a project with Python and after long weeks of writing code, I saw that Python's default float...

#

Greetings! I am trying to determine how to loop through a JSON file that has a varying amount of keys. For reference, I have...

night prismBOT
#

I'm very new to Python, and I'm trying to make a traversal. while count < len(script): letter = script[count]...

#

So, I'm trying to figure out how to make a program that print this (refer to picture 1), using loops. &#x200B; [picture...

night prismBOT
#

Hi there I have a function equivalent to the following example: ``` def is_prime_in(number_list): for n in number_list: if...

#

If you are professional coder and willing to help me with an assignment around 5pm eastern time today. Please respond to...

night prismBOT
night prismBOT
night prismBOT
#

To help you improve your programming skills, computer science or math knowledge, we've set up a community to guide you! We...

night prismBOT
#

Planning on developing a chrome extension for a college project but would prefer to work in python, what would be the best...

night prismBOT
#

I essentially have a program consisting of 3 modules that does the following: 1. Takes the users input for 3 different...

#

I would like to know if there is any way to use python type hints with NumPy data types. I would like something similar to:...

night prismBOT
night prismBOT
night prismBOT
night prismBOT
#

Take a string that contains at least four characters from user input. Replace all the characters that are in odd positions...

night prismBOT
night prismBOT
#

So, I have a file with 11 students names 4 assignments grades. It’s a csv file. I have read the file in rows so it’s like[...

night prismBOT
night prismBOT
#

This is my first project of any size. It is a text game for the beginning of an RPG idea that I have. This project is for a...

#

Hi, is there a way to simulate holding the mouse left click down, so like it keeps holding it down for a set about of time eg...

night prismBOT
night prismBOT
#

I’m in a python programming class at my college and it has really intrigued me. I have recently found pygame and saw someone...

night prismBOT
night prismBOT
#

Well im Trying to get a program to greet just 2 People. Im Trying to learn Python and My uncle gave me a paper with some...

night prismBOT
night prismBOT
night prismBOT
night prismBOT
#
RLE

how the hell do I decompress and recompress python on a GCSE python level. I have searched allover and there is nothing I...

night prismBOT
night prismBOT
#

Can anyone explain each and every step of the following code ` class Point(): def name(self): print("Yo Homie!") point =...

night prismBOT
#

Hi guys, I must be making an error in this code but I cannot figure it out. The objective is to take a user input of numbers...

night prismBOT
#

I was looking for some 3d graphics libraries and so I found pyogpengl. After looking at some code I decided that I want to...

#

Hello, I wanted to first clarify that I’m quite new programming with Python. That said, this is my question: Why are Python...

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

I recently started learning python and I just wanted to ask you what you can use python for like which programming you can use

night prismBOT
#

I couldn’t find a solution on r/learnpython. What’s the easiest way to save the newest version of your program and run it? It...

#

I do not know if this is the right subreddit, but I have to write a basic program in Pep8 for an Intro to Computer Science...

night prismBOT
#

Hello, I am writing a simple python program where the first line of the user input is a number, and that number is used to...

night prismBOT
#

What would be the best approach to adding permissions to a file? For example, I'm writing a program for people to use, but I...

night prismBOT
#

On a resume, should I say, "Personal Python Projects: ..." or "Personal Projects in Python: ..." Normally it wouldn't matter,...

#

Hello Everyone, Sorry for my noob question,I am a beginner in Python. Suppose that I have a list of numbers Y such that...

night prismBOT
#

Given that my sensor sends 33 bytes of data, I only want to read bytes 1-26 and 29-33 and store them. Is there any way I can...

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

I am working on a dice game and am having 2 issues in my code. 1 is one of my variables won't reset once a loop starts again....

night prismBOT
night prismBOT
#

Hey, so I don't really have any experience with Python, I'm learning how to use it with Tweepy for twitter analysis. I used...

#

Hello everyone, I've started using python a little as i wanted learn some other languages as well and also make my semester...

night prismBOT
night prismBOT
night prismBOT
#

Hello guys, im very new to python, and still a noobie, so i am here to ask for help in a project i have. I need to verify if...

night prismBOT
night prismBOT
#

The 1st thing to know is that all Python files end with the extension .py. Then you have to understand that every programming...

night prismBOT
#

Is there a way to rename the key words? Such as instead of having: for i in range(50): I can write forall i within...

night prismBOT
#

The closest I can do is opening the Run/Debug Configurations window. When I click "Run" nothing happens.

night prismBOT
night prismBOT
night prismBOT
#

Hey, I am taking part in a online coding contest and my solution works on my device but when I paste it to the submission...

night prismBOT
night prismBOT
night prismBOT
#

Are there any free VPS to run Python code? Maybe with a wide HD / SSD?

#

Hi everyone! The Walrus operator := (aka Assignment expression) has been added in Python 3.8. It could be really useful for...

night prismBOT
night prismBOT
#

So from what I’ve seen I have 3 major options to learn python, keep in mind I have no coding experience, I figured it was...

night prismBOT
night prismBOT
night prismBOT
#

I have a main script that I’m launching bits from, and I’d like them to be all separate processes. Unfortunately I can’t give...

night prismBOT
night prismBOT
night prismBOT
night prismBOT
#

I may be new to GUIs with python. But good god I hate Tkinter with a passion of a 1000 sons. I am an electrical engineer who...

night prismBOT
night prismBOT
night prismBOT
#

I keep getting a syntax error in this line and im not sure why. print("The Sum of the natural numbers is: ", sumN(num))

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

Hi I'm an experienced developer who's not written Python for a few years but I'm going to be starting a project using some...

night prismBOT
#

Hello, guys! I hope you're having a great day! Today i tried to install OpenCV but i don't why i can't. I am using Visual...

night prismBOT
night prismBOT
night prismBOT
#

Hi, I hope you are doing well. &#x200B; I just finished an Udemy course on Python and I want to do my first real project,...

night prismBOT
night prismBOT
#

Morning, people! Could you, please, help me? I need to split a string that doesn't have separator. I need to split the string...

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

Hi! Sorry if this can't be posted here, but I'm having a big issue. I'm trying to read some gtfs data from a public...

night prismBOT
night prismBOT
#

I figure out my syntax error from my previous which I deleted to make this one, anyways when I run my program in the console...

night prismBOT
night prismBOT
night prismBOT
#

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

The only ghost from the past to be afraid of...
| 3393 upvotes | 126 comments | u/TiredDebateCoach | r/Python |

When Python Meets Fourier Transform
| 2163 upvotes | 128 comments | u/vaiv101 | r/Python |

I made a Python Node editing IDE and it has saved me hours in...
| 1651 upvotes | 82 comments | u/dfpena83 | r/Python |

Here is my progress so far on my python game engine for the...
| 1489 upvotes | 156 comments | u/noodlesteak | r/Python |

My previous post on the algorithm i made to create these...
| 1453 upvotes | 36 comments | u/Dirt2Master | r/Python |

#

i understand this has been covered a lot. But all the solutions are not working for me. So i'm just like, "wtf, dude". I want...

night prismBOT
#

Hi guys!! I'm trying to do an analysis on a survey data conducted by kaggle. I want to build some graphs but the data I am...

#

I’m a freshman in college that had to take computer science first semester. I never took any tech classes but surprisingly, I...

night prismBOT
night prismBOT
#

For example, I have a template called promo.html. Im running the server with my ip, so, if I run it like this:...

night prismBOT
night prismBOT
#

What am I missing out on when all of my scripts are functional with zero classes?

night prismBOT
night prismBOT
#

I am trying to draw a grid of squares using pyautogui, but I am struggling to get the for loop correct. I can only get the...

night prismBOT
night prismBOT
#

I'm bachelor in economics who graduated 4 years ago, working as economist and looking to switch jobs(not from USA). So I...

night prismBOT
night prismBOT
night prismBOT
#
night prismBOT
#

Is there a way to change color in a print output in Python 3 with a built in library? Or do you have to use a library found...

night prismBOT
night prismBOT
#

Hi! I'm rather new python and Linux user. So, I have a question: I would like to build a project using Point Cloud Library...

night prismBOT
#

Hey Everyone, I'm new to python and was wondering if anyone had any advice when handling NULL dates from a DataFrame (data is...

#

So, I'm working on learning classes some and use classes to store things somewhat easier. However, I'm probably doing...

night prismBOT
#

I was wondering if there were any websites that offer code challenges. Right now I'm learning via Team Treehouse. The...

night prismBOT
night prismBOT
night prismBOT
#

Hi, I would like to create a python-script with Gtk3 that uses a circle-shaped window, but unfortunately I am new to both...

night prismBOT
#

I did read PEP8 but I have a doubt. I usually name my functions like this: video_memory_write() video_memory_read()...

night prismBOT
#

Keep on having problem where int and . upper() functions are not working in my program. I'm using these two functions for...

night prismBOT
night prismBOT
night prismBOT
#

Derive a Python function named code that take a character chain s and returns another coded chain. The code is calculated by...

night prismBOT
#

I use loguru for logging in my flask app, and would like to encrypt the log file. What’s the proper way of encrypting the...

night prismBOT
night prismBOT
#

Hi, So I tried converting a python file to an exe file (sort of half worked) but it meant me creating a new environment...

night prismBOT
night prismBOT
#

A remote connection via SSH Which library has better performance? From reading the documentation my guess is Subprocess...

#

I am tasked with writing a code that I previously wrote as a recursive function, and evidently I am not understanding it. If...

night prismBOT
#

Want to design a web app where i can have predefined diagrams and labels so that i can design a drag and drop flows. A very...

#

Want to design a web app where i can have predefined diagrams and labels so that i can design a drag and drop flows. A very...

night prismBOT
night prismBOT
night prismBOT
#

I am a self taught coder (new to coding in general) and recently came across the concept of dictionaries. I am not exactly...

#

I am a self taught coder (new to coding in general) and recently came across the concept of dictionaries. I am not exactly...

#

I upload to web servers a lot of files that are supplied by 3rd party. Lots of spaces, special characters, etc. It was...

#

I upload to web servers a lot of files that are supplied by 3rd party. Lots of spaces, special characters, etc. It was...

night prismBOT
night prismBOT
night prismBOT
night prismBOT
#

So I need to write a program in python that uploads 1 image at a time from a folder of 10,000 images to a website, this...

night prismBOT
night prismBOT
night prismBOT
night prismBOT
#

There's a second major version of PEP 584 for dict addition, with discussion on...

#

La version 3.8 de python est sortie ! voici quelques changements importants: L'apparition d'un nouvel opérateur: le Walrus :=...

night prismBOT
#

I'm a CS student learning python and for now I'm using idle, but people around me seem to use either pycharm or visual code....

night prismBOT
night prismBOT
night prismBOT
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...

night prismBOT
night prismBOT
night prismBOT
#

I'm currently studying to get a bachelor's in computer engineering and I decided I should learn programming languages. I...

#

Hi I need to make a python3 script that would print list of all evan numbers between two inputs and I have no idea how to do...

night prismBOT
night prismBOT
#

I'm currently trying to manipulate very large (3gb) images where I would change them from a 40000 x 40000 image to a 400000 x...

#

Imagine a maze defined by: maze = ((1,1,1,1,1),(1,0,0,0,1),(1,0,0,0,1),(1,0,0,0,1),(1,0,0,0,1),(1,0,0,0,1), (1,1,1,1,1)). the...

night prismBOT
night prismBOT
night prismBOT
#

I'm just starting to learn Python i love it, but i have "one" thing i can't completely rap my head around and those are...

#

Hi, I'm a first year CS student and I wan't to get a head start in Python(Don't start before next semester, and currently...

#

Is python used much in the world digital signal processing? Are there DSP dev kits, or other hardware that run python? I'm an...

night prismBOT
#

Hello, I am trying to work with the Facebook Marketing API to obtain historic campaign results, I cant seem to find any...

#

Im a beginner programmer and i have learned the basics. For loops, recursive programs, learned how to use libraries. But i...

night prismBOT
night prismBOT
#

Hey there! I am researching different programs/fields of work for an app I am creating (this is not a sales pitch FYI). I’m...

night prismBOT
night prismBOT
#

Im starting to learn how to use python and I noticed that when adding to a negative float its not a excat number. I know its...

night prismBOT
night prismBOT
night prismBOT
#

Is there anyone that could help me create a script for a online raffle? I have 3 small requirements and I will pay very well...

night prismBOT
night prismBOT
night prismBOT
night prismBOT
night prismBOT
#

Hello! I have been reduced to tears as I took a fast pace python course and I'm drowning. I understand some but I am stuck on...

night prismBOT
night prismBOT
#

Hi everyone :) I have created another project with my Robo Wunderkind robotics kit, this time it's a simple demo of how...

night prismBOT
#

I'm new to using python. This is a personal project, not for any kind of coursework. Is there an efficient way to project...

#

Hello everyone!My name is Alket and I'm from Albania.I want to learn Python but i dont have experience with code.Can help...

#

I am looking for a alternative to pickle to save data frames of my own class objects fast and with a good compression. Any...

night prismBOT
night prismBOT
#

Hi everyone, First time poster in /r/python I'm working on a flask application that reads from a large list of RSS feeds,...

night prismBOT
#

Hello everyone, I'm starting to work on a flask application that will ingest hundreds of thousands of raw CSV files and then...

night prismBOT
#

So I'm running Kali on my machine right now and just finished a write-along for a class but when I run this script it stops...

night prismBOT
#

Not sure why my return is coming back as question marks. Any insight to this is greatly appreciated! &#x200B;...

#

I am new to Python (about a month in) and have been doing a Udemy bootcamp, so going the self-taught route. It's going fairly...

#

Hello all I recently got into programming on python. I currently have a half ass decent idea going but I need people smarter...

night prismBOT
night prismBOT
night prismBOT
night prismBOT
#

So I just started to teach myself python about a month ago. I've went through most of 'LPTHW' by 'Zed Shaw' and the title is...

night prismBOT
night prismBOT
night prismBOT
#

Hello all!! I need to convert an alpha numeric number to a traditional number, but I have to do it using lists. I need help!!!

#

So I don’t know of this is the right place to ask but i have to write a program using python for my college class, it has to...

night prismBOT
#

I am new to coding, and I need some help printing horizontally. I know it can be done like "print(something, end=' ')." My...

#

I am a beginner so I appreciate all help anyone provides. So I am looking to extract data from a pdf to Excel sheet. To be...

night prismBOT
#

How do I change focus of an app on Mac? I have IDLE in focus and I need to change focus to Terminal (Can't use CMD+TAB, as I...

#

So I recently bought the python humble bundle that includes 6 months of pycharm ultimate. However, I'm currently a student...

#

Hello, I am implementing a system which purpose is to process several files on the server side and then return results as...

night prismBOT
night prismBOT
#

Can someone explain me how can one enter a class as the next window to be opened when we release the button in a .kv file

#

What is the easiest and the fastest way to learn Python? And also to get the basics

night prismBOT
night prismBOT
#

This is it: &#x200B; uname = input('Choose username: ') &#x200B; if uname < str(3): print('Your username is too...

night prismBOT
#

I have the following code, which used to word a couple of months ago. import numpy as np from matplotlib import pyplot as plt...

night prismBOT
night prismBOT
#

So about a week ago I finished coding image classifier using neural network (made from scratch by me). It was a simple 3...

#

Hey team, Trying to get some data from my APs via netmiko. I'm plugging along great, doing some regex to check lines for the...

night prismBOT
#

I have a .ipynb file that I am trying to put into a notepad file however I (for various reasons) don't have and am currently...

night prismBOT
#

I only have access to arcgis desktop wich uses Python 2.7.16. I'm actually trying to code for arcgis pro which uses Python...

night prismBOT
#

I'm not sure if this type of post of aloud, but I figured I would try. I need help with a python assignment. The objective is...

night prismBOT
night prismBOT
#

It uses the youtube-dl, bs4 and requests libraries to download the first query in yt search, and saves it as an mp3 in your...

night prismBOT
#

So I've absolutely zero programming experiece and I really want to get into it. After browsing the internet I got the feeling...

night prismBOT
night prismBOT
night prismBOT
#

How to make an tagger in Python like one used by Stack Overflow for tagging questions ?

night prismBOT
#

Hello All Is there any tip to scrap data from specific data from a web C1005X7R1H102M050BE - This is manufacturer number. I...

night prismBOT
night prismBOT
night prismBOT
night prismBOT
#

ELI5. Completely new to python and I'm having a weird issue importing a package. Short story is that I need to import this...

night prismBOT
night prismBOT
night prismBOT
night prismBOT
#

The title says everything. I am looking for Django tutorials. Also, if you have done a website with this could you send the...

#

Working on a school project calculating the area of a trapezoid. Right now, I'm just saving my files in ST3 and double...

night prismBOT
#

Hi! I have been learning python for a year now and I've learnt the basics. Now I want to get into more complex stuff, like...

night prismBOT
#

Can anyone help me with choosing the code language i should learn. I am thinking about Python, but java looks cool too. I...

night prismBOT
night prismBOT
#

I started python about 7 months ago, and yet I've explored it quite a bit. I started out with thenewboston's tutorial on...

somber oysterBOT
#

I created a python script to generate color palettes from...
| 909 upvotes | 44 comments | u/R0dartha | r/Python |

A notepad app in < 100 lines of code
| 25 upvotes | 13 comments | u/idd24x7 | r/Python |

Markov Chains: How to Train Text Generation to Write like...
| 14 upvotes | 4 comments | u/strikingLoo | r/Python |

I'm trying to make bots to automate EVERYTHING in my life —...
| 16 upvotes | 6 comments | u/harshi_bar | r/Python |

Scrape any Online HTML Table to Pandas DF --> Node Graph...
| 8 upvotes | 1 comments | u/dfpena83 | r/Python |

somber oysterBOT
#

Argento - made with numpy and PIL
| 366 upvotes | 20 comments | u/aaronpenne | r/Python |

Using Python To Break Neopets Game World Record (and get...
| 86 upvotes | 12 comments | u/chriskok1337 | r/Python |

Math Animation made from Python for those of you who are...
| 49 upvotes | 6 comments | u/RichardBot7000 | r/Python |

Python & OpenGL for Scientific Visualization
| 11 upvotes | 6 comments | u/pmz | r/Python |

Few improvement to my program of sand animation. Numpy openCV...
| 15 upvotes | 4 comments | u/leviaton1977 | r/Python |

somber oysterBOT
#

Just finished programming and building my own smart mirror in...
| 5780 upvotes | 451 comments | u/janky_british_gamer | r/Python |

I created a python script to generate color palettes from...
| 2355 upvotes | 102 comments | u/R0dartha | r/Python |

I made a bar chart of the most used emojis of 3 months...
| 1108 upvotes | 114 comments | u/DerRiedi | r/Python |

Pandas got a new logo
| 791 upvotes | 52 comments | u/min2bro | r/Python |

We created a ready-to-run admin panel framework operating on...
| 665 upvotes | 55 comments | u/wavessssssssssss | r/Python |

night prismBOT
somber oysterBOT
#

Pandas got a new logo
| 786 upvotes | 52 comments | u/min2bro | r/Python |

A small python package to validate email address
Hello everyone, I just graduated from colleges with a non CS background. I made this project last year to understand...
| 39 upvotes | 12 comments | u/kakshay21 | r/Python |

Without moving your eyes, you can read very fast. I made a...
| 21 upvotes | 7 comments | u/domspage | r/Python |

Made terminal utility programs which downloads manga from a...
&#x200B; https://i.redd.it/xclp37v601v31.png Github Repository: [https://github.com/kuriringohankamehameha/manga-...
| 12 upvotes | 1 comments | u/Yaaruda | r/Python |

Do you auto-format your Python code? What do people use...
UPDATE: Thanks for all the comments! I published my article on my blog: https://preslav.me/2019/10/26/any-code-style-you-...
| 7 upvotes | 19 comments | u/preslavrachev | r/Python |

somber oysterBOT
#

A small game made with Python I wanted to share.
| 1170 upvotes | 71 comments | u/sebue | r/Python |

Made a pretty sick wave gif with bi colors and Python. Took...
| 40 upvotes | 3 comments | u/TuttleStripes | r/Python |

Do you use virtualenv often? I think I might be OVERdoing it.
I create a virtualenv for every single project I start. I like the idea of having a python installation completely isolated...
| 16 upvotes | 21 comments | u/I_AM_ALWAYS_ANGRY | r/Python |

Do you use type hinting?
Do you do it for documentation? Do you run a type checker? What benefits have you experienced?
| 8 upvotes | 10 comments | u/tubofmayernaise | r/Python |

Todo command line manager (now featured on Awesome-Shell)
| 9 upvotes | 2 comments | u/darrikonn | r/Python |

somber oysterBOT
#

Flask Webserver for Google Poly models in AR
upvotes 25 comments 5 user professormunchies

Obfuscate your python script by converting it to emoticons or...
https://github.com/chris-rands/emojify
upvotes 10 comments 2 user darwinBishop

[ Tutorial ] [ Beginners ] Random Number Guessing game using...
upvotes 13 comments 1 user i_know_python

Mentoring in programming
Hi fellow programmers, if you're interested in being (obviously totally free) mentored in any programming language or...
upvotes 8 comments 4 user GCProgrammer

I half-scientifically calculated that "r" is indeed the most...
upvotes 7 comments 3 user i-am-qix

night prismBOT
somber oysterBOT
#

Pyqt 5 Tutorial - GUI Calculator Application Using QT designer
upvotes 170 comments 13 user okaydexter

FinancesPy: A budgeting API for Python.
Hi, I'm writing a library for personal finances in Python. It should be similar to Gnucash, Mint, YNAB, etc., but as an API....
upvotes 31 comments 9 user dmoliveira

I started a series of fascinating pendulum simulations in...
upvotes 32 comments 3 user Mesode

PyGame animations based on Collatz conjecture
upvotes 21 comments 3 user PyHarm

Making virtualenv location-independent
You cannot move a virtualenv or tar it and extract it elsewhere. It will break the hashbang lines in the scripts under...
upvotes 12 comments 9 user XNormal

night prismBOT
#

>s = "My Name is Leo" x="My name is Bobo" s.replace("My","Your") print(s) print(x.replace("My","Your")) Why the...

somber oysterBOT
#

In an effort to make UI templates for python backends I made...
upvotes 465 comments 36 user dfpena83

Starting A Podcast: Anyone Interested? Python, DevOps,...
I've been thinking about starting a podcast for some time now. However, in my experience podcasts are a lot more fun when...
upvotes 417 comments 72 user Kitty_Cent

Python progress 1
I am a 13 year old kid, and, I started python seriously recently, I have been working, and today, I was able(with a little...
upvotes 80 comments 31 user Lonely_Me_2005

56 Groundbreaking Python Open-source Projects - Get started...
upvotes 29 comments 0 user karan991136

PyQt5 audio player w/ beautiful audio visualiser, what do you...
upvotes 37 comments 12 user raaaaaveNN

somber oysterBOT
#

Python passed Java as the second-most popular language on...
upvotes 831 comments 67 user hopemeetme

Deploy Machine Learning Models with Django [tutorial]
I've created tutorial that shows how to create web service in Python and Django to serve multiple Machine Learning models. It...
upvotes 116 comments 9 user pp314159

Pythran – a compiler for Python scientific kernels – release
upvotes 26 comments 5 user serge_sans_paille

Projects for pandas library
Hi, I went through an intensive python training in July. But, haven't really used it so far. Now, that I have time I would...
upvotes 13 comments 5 user krazyff

A python sudoku program and hinter [WIP]
Hi people, I've been working on this thing for a couple of weeks, I'm trying to learn how to work with tkinter, and also to...
upvotes 10 comments 9 user sotolf2

somber oysterBOT
#

I created a Trump tweet ticker using an e-paper raspberry pi...
upvotes 1201 comments 96 user w33tikv33l

Hypothetical question: Is Python ever going to be something...
I've been thinking a lot lately about how Python Bytecode looks great as an intermediate language, and I was curious why a...
upvotes 12 comments 17 user ekiim

Simple & fast utility to migrate Oracle to Postgresql
https://github.com/romkoval/py-ora2pg Yet another tool, but no need to make a lot of...
upvotes 10 comments 0 user POMAH

Machine learning & Data Analysis
I’m a Graduate student at Inha University, South Korea. I’ve started the course ML and Data analysis in this semester. I’ve...
upvotes 12 comments 0 user arman_52

[Create a CRUD Restful Service API using Flask + Mysql in 7...
In this article, we will learn how to build Simple Restful API with flask and Mysql that have capabilities to create,...
upvotes 8 comments 2 user magicram

somber oysterBOT
#

My First Algorithm in Python! A Recursive Maze Solver
upvotes 412 comments 14 user DevJonPizza

Intro to determining your program's footprint
upvotes 132 comments 3 user BecomingIt

MP4 File Analyzer in Python
Do you want to understand and analyze the internal structure of mp4 multimedia files, either in a professional capacity or...
upvotes 20 comments 2 user essential61

Since some of you asked, I made an easy tutorial about how to...
upvotes 17 comments 3 user Mesode

Type annotations for boto3 have arrived!
https://github.com/vemel/mypy_boto3 Features: - mypy compatibility as a main goal -...
upvotes 15 comments 7 user neuseelander

night prismBOT
somber oysterBOT
#

Flappy Bird (Crappy Bird) using Python & ncurses!
upvotes 333 comments 17 user DevJonPizza

A look into an underrated (in 2019) but brilliant web...
upvotes 12 comments 9 user punterxpunter

Fluid flow visualizer made with python!
&#x200B; Example vector fields I posted about it earlier this week in...
upvotes 6 comments 0 user sam-lb

I made a text based adventure game. Let me know what you think!
Hi! I made a text based adventure game using python3. I'm still a beginner--let me know where I can improve or if you have...
upvotes 5 comments 6 user GamingTurret

5 Things You Should Know Before Getting into Data Science
According to the report from indeed, there is a 29% increase in demand for data scientists year over year. If you are one...
upvotes 6 comments 0 user weihong95

somber oysterBOT
somber oysterBOT
#

Why dont the vast majority of hosting companies support...
As the title says. It seems that almost all web hosts (except A2) only support a version of python 2 on shared hosting. If I...
upvotes 103 comments 28 user HaveMungWillBean

Python Interview Code
I've applied for multiple jobs who ask for a code sample in python. I'm always nervous something is deeply wrong with my...
upvotes 14 comments 22 user stets

How do I encode categorical features using scikit-learn?
upvotes 9 comments 2 user dataschool

Made a simple hangman game
upvotes 8 comments 3 user Vikulik123_CZ

Help a pythonista out? Aka I f'd up and am begging for...
Reddit, I f'd up. Again. This is a hail mary, and I am hoping someone can help a sister out. Tldr: I will buy your pycon...
upvotes 5 comments 11 user cmarteepants