How to pass data between Google Sheets and Jupyter Notebooks.: https://www.reddit.com/r/Python/comments/818atp/how_to_pass_data_between_google_sheets_and/
reddit
How to pass data between Google Sheets and Jupyter... • r/Python
0 points and 0 comments so far on reddit
How does one delete Anaconda 2 completely?: https://www.reddit.com/r/Python/comments/818igw/how_does_one_delete_anaconda_2_completely/
reddit
How does one delete Anaconda 2 completely? • r/Python
I was trying to switch over from Anaconda 2 to Anaconda 3 and python 2.7 to python 3.6. I deleted what I thought was the last remnants of Anaconda...
Point cloud, target detection, georeferencing, transformation: https://www.reddit.com/r/Python/comments/818pnp/point_cloud_target_detection_georeferencing/
reddit
Point cloud, target detection, georeferencing,... • r/Python
Given a point cloud in laz format. How to determine coordinates for sphere centers? Data was collected using a geoslam. Spheres were distributed...
What's the way to install Microsoft Visual C 14.0 for CFFI that takes the least harddrive space?: https://stackoverflow.com/questions/48899657/whats-the-way-to-install-microsoft-visual-c-14-0-for-cffi-that-takes-the-leas
Stackoverflow
What's the way to install Microsoft Visual C++ 14.0 for CFFI that takes the least harddrive space?
I want to write Python software that uses CFFI. CFFI itself throws the error:
distutils.errors.DistutilsPlatformError: Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual C++ Build
distutils.errors.DistutilsPlatformError: Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual C++ Build
OSMnx: Python for street networks. Retrieve, construct, analyze, and visualize street networks from OpenStreetMap.: https://www.reddit.com/r/Python/comments/818sxt/osmnx_python_for_street_networks_retrieve/
reddit
OSMnx: Python for street networks. Retrieve, construct,... • r/Python
OSMnx: Python for street networks. Retrieve, construct, analyze, and visualize street networks from OpenStreetMap. Cite as: Boeing, G. 2017....
What is the best way to make a GUI in python?: https://www.reddit.com/r/Python/comments/8196jb/what_is_the_best_way_to_make_a_gui_in_python/
reddit
What is the best way to make a GUI in python? • r/Python
The title says it all. Tkinter or QT? Where to start, and what gives you the best result? I'm a electrical engineering student looking to improve...
PEP 0 -- Index of Python Enhancement Proposals (PEPs): https://www.reddit.com/r/Python/comments/819ez1/pep_0_index_of_python_enhancement_proposals_peps/
reddit
PEP 0 -- Index of Python Enhancement Proposals (PEPs) • r/Python
1 points and 0 comments so far on reddit
Recommendations for simple facial-recognition programs?: https://www.reddit.com/r/Python/comments/819a2d/recommendations_for_simple_facialrecognition/
reddit
Recommendations for simple facial-recognition programs? • r/Python
My family has a massive amount of photos (probably in the hundreds of thousands) of us on various occasions and I'm looking for an easy to use...
Fold second-level links recursively in Scrapy: https://stackoverflow.com/questions/49018580/fold-second-level-links-recursively-in-scrapy
Stackoverflow
Fold second-level links recursively in Scrapy
Using Scrapy, I am trying to scrape a link network from Wikipedia across all languages. Each Wikipedia page should contain a link to a Wikidata item that uniquely identifies the topic of the page a...
Python Midi Library for files and devices: https://www.reddit.com/r/Python/comments/81a2ew/python_midi_library_for_files_and_devices/
reddit
Python Midi Library for files and devices • r/Python
I am looking for the best general python Midi library for both reading and writing files and reading from and writing to devices. For files, I...
Light cookiecutter-simple-pypackage: https://www.reddit.com/r/Python/comments/81b1ns/light_cookiecuttersimplepypackage/
reddit
Light cookiecutter-simple-pypackage • r/Python
New cookiecutter light template for python packages, for small projects, shipped with pipenv. https://github.com/oldani/cookiecutter-simple-pypackage
Question in regards to pygal: https://www.reddit.com/r/Python/comments/81b01m/question_in_regards_to_pygal/
reddit
Question in regards to pygal • r/Python
I'm looking at Pygal as a way to graph out my results because it's so damn stylish but I'm unsure if it's possible to do what I had in mind. I'm...
Building a support bot and want to store information from the conversations: https://www.reddit.com/r/Python/comments/81bic0/building_a_support_bot_and_want_to_store/
reddit
Building a support bot and want to store information... • r/Python
I'm building a support bot using Slack and Django Rest. I already have the bot set up, and right now I can get it to respond to simple inputs. Now...
why does .append not do anything in this script?: https://www.reddit.com/r/Python/comments/81brlt/why_does_append_not_do_anything_in_this_script/
reddit
why does .append not do anything in this script? • r/Python
def fib2(n): # return Fibonacci series up to n """Teturn a list containing the Fibonacci Series up to n.""" result = [] # means the...
I need help with a function in discord bot python: https://www.reddit.com/r/Python/comments/81c272/i_need_help_with_a_function_in_discord_bot_python/
reddit
I need help with a function in discord bot python • r/Python
Hello guys I use python and I try to make a function for my bot I have a dictionary where ddrankroles = {1 : "L01. Stranger" , 2 : "L02. Young" ,...