I made a program that applies a palette to an image: https://www.reddit.com/r/Python/comments/81j9kv/i_made_a_program_that_applies_a_palette_to_an/
reddit
I made a program that applies a palette to an image • r/Python
0 points and 0 comments so far on reddit
How Python evolves (a conversation with Nick Coghlan): https://www.reddit.com/r/Python/comments/81j95b/how_python_evolves_a_conversation_with_nick/
reddit
How Python evolves (a conversation with Nick Coghlan) • r/Python
0 points and 0 comments so far on reddit
Bisection search for a cube root when the cube is a decimal.: https://www.reddit.com/r/Python/comments/81l46t/bisection_search_for_a_cube_root_when_the_cube_is/
reddit
Bisection search for a cube root when the cube is a... • r/Python
I am struggling to figure out how to do a bisection search for a cube root when the cube is a decimal. Example the cube is 0.25, what is the cube...
Python Requests: requests.exceptions.ConnectionError: HTTPConnectionPool [Errno 61] Connection refused: https://stackoverflow.com/questions/49024596/python-requests-requests-exceptions-connectionerror-httpconnectionpool-errno
Stackoverflow
Python Requests: requests.exceptions.ConnectionError: HTTPConnectionPool [Errno 61] Connection refused
Using Python Requests, attempted the following to practice web scraping:
mainUrl = 'http://www.supremenewyork.com/shop/all/jackets'
r = requests.get(mainUrl).text
But got the following error:
F...
mainUrl = 'http://www.supremenewyork.com/shop/all/jackets'
r = requests.get(mainUrl).text
But got the following error:
F...
Why doesn't `pipenv` just write to `setup.py`?: https://www.reddit.com/r/Python/comments/81mlci/why_doesnt_pipenv_just_write_to_setuppy/
reddit
Why doesn't `pipenv` just write to `setup.py`? • r/Python
I know there's a [closed issue](https://github.com/pypa/pipenv/issues/689), and that [requirements.txt and setup.py don't do the same...
Kense is a set of Selenium helpers for dealing with Kendo UI widgets in your QA frontend automations: https://www.reddit.com/r/Python/comments/81mq1o/kense_is_a_set_of_selenium_helpers_for_dealing/
reddit
Kense is a set of Selenium helpers for dealing with... • r/Python
2 points and 0 comments so far on reddit
How to plot multiple line charts from a Pandas data frames: https://stackoverflow.com/questions/48852607/how-to-plot-multiple-line-charts-from-a-pandas-data-frames
Stackoverflow
How to plot multiple line charts from a Pandas data frames
I'm trying to make an array of line charts from a data frame like this
import pandas as pd
import numpy as np
import matplotlib.pyplot as plt
df = pd.DataFrame({ 'CITY' : np.random.choice(['PHOEN...
import pandas as pd
import numpy as np
import matplotlib.pyplot as plt
df = pd.DataFrame({ 'CITY' : np.random.choice(['PHOEN...
I need help with a big string: https://www.reddit.com/r/Python/comments/81ni94/i_need_help_with_a_big_string/
reddit
I need help with a big string • r/Python
Hello guys I need help with editing a given string to make a list from it. Here is the string https://hastebin.com/elesurozuy.xml I want to make...
Trouble getting the trade-price using "Requests-HTML" library: https://stackoverflow.com/questions/49023861/trouble-getting-the-trade-price-using-requests-html-library
Stackoverflow
Trouble getting the trade-price using "Requests-HTML" library
I've written a script in python to get the price of last trade from a javascript rendered webpage. I can get the content If I choose to go with selenium. My goal here is not to use any browser simu...
Randomly assign list of names into a column: https://www.reddit.com/r/Python/comments/81o37a/randomly_assign_list_of_names_into_a_column/
reddit
Randomly assign list of names into a column • r/Python
I have a list of 20 names that I need to randomly assign in a column of 50,000 rows. Is there a way to do that?
Changing index to a given string: https://www.reddit.com/r/Python/comments/81p588/changing_index_to_a_given_string/
reddit
Changing index to a given string • r/Python
How do I write a program that changes the index to a given string? Does this mean it is possible for me to modify the string? Or, do I change the...
Is there a command that can execute files in Python?: https://www.reddit.com/r/Python/comments/81p9b1/is_there_a_command_that_can_execute_files_in/
reddit
Is there a command that can execute files in Python? • r/Python
I need the command for my spammer. So it’ll loop the execution of another.py file and that file has a dialog box in it and so it’ll just spam...
weird phenomenon with reading csv file: https://www.reddit.com/r/Python/comments/81pf90/weird_phenomenon_with_reading_csv_file/
reddit
weird phenomenon with reading csv file • r/Python
Hi. I have got a very large (1GB) csv file with just 3 columns and I'm supposed to parse it. BTW, I'm using Python3. Some rows from the beginning...
Free 'Intro to Python' workshop online slide deck with exercises and solutions: https://www.reddit.com/r/Python/comments/81pfur/free_intro_to_python_workshop_online_slide_deck/
Reddit
From the Python community on Reddit: Free 'Intro to Python' workshop online + slide deck with exercises and solutions
Explore this post and more from the Python community
Windows 10: What is the best setup for keeping the terminal close at hand?: https://www.reddit.com/r/Python/comments/81pz1d/windows_10_what_is_the_best_setup_for_keeping_the/
reddit
Windows 10: What is the best setup for keeping the... • r/Python
I've never gotten into ALT-TABing, maybe I should start. I usually have like 10 windows though so it's kind of a pain (music, explorer, note...