Are there any libraries for reading the bitcoin blockchain?: https://www.reddit.com/r/Python/comments/7qje4n/are_there_any_libraries_for_reading_the_bitcoin/
reddit
Are there any libraries for reading the bitcoin blockchain? • r/Python
I've seen plenty of posts about *creating* a toy blockchain. I don't want to *make* anything. I just want to *read* what's already on the bitcoin...
How to update your Wallaroo Python applications to the new API: https://www.reddit.com/r/Python/comments/7qjh6f/how_to_update_your_wallaroo_python_applications/
reddit
How to update your Wallaroo Python applications to the... • r/Python
3 points and 1 comments so far on reddit
Build a command line app that sorts your images by type [Third Party API]: https://www.reddit.com/r/Python/comments/7qjtge/build_a_command_line_app_that_sorts_your_images/
reddit
Build a command line app that sorts your images by type... • r/Python
1 points and 0 comments so far on reddit
Python difflib getting coherent data from ndiff instead of plain strings: https://www.reddit.com/r/Python/comments/7qjnkn/python_difflib_getting_coherent_data_from_ndiff/
reddit
Python difflib getting coherent data from ndiff instead... • r/Python
The project I am working on involves running a compare algorithm on 2 versions of the same file and the writing the results to a single log(it is...
Converting NumPy array to a set takes too long: https://stackoverflow.com/questions/44224696/converting-numpy-array-to-a-set-takes-too-long
Stack Overflow
Converting NumPy array to a set takes too long
I'm trying to execute the following
from numpy import *
x = array([[3,2,3],[711,4,104],.........,[4,4,782,7845]]) # large nparray
for item in x:
set(item)
and it takes very long compared to:...
from numpy import *
x = array([[3,2,3],[711,4,104],.........,[4,4,782,7845]]) # large nparray
for item in x:
set(item)
and it takes very long compared to:...
htmldammit: Properly decode binary HTML data into Unicode: https://www.reddit.com/r/Python/comments/7qkf5j/htmldammit_properly_decode_binary_html_data_into/
reddit
htmldammit: Properly decode binary HTML data into Unicode • r/Python
1 points and 0 comments so far on reddit
Migrate Halcon code to OpenCV: https://stackoverflow.com/questions/48188940/migrate-halcon-code-to-opencv
Stack Overflow
Migrate Halcon code to OpenCV
I am developing a solution using a comercial computer vision software called Halcon. I am thinking on migrating or convert my solution to OpenCV in Python. I will like to start developing my other
need help on basic programming: https://www.reddit.com/r/Python/comments/7qktyp/need_help_on_basic_programming/
reddit
need help on basic programming • r/Python
{ u'sell_price_levels': [[u'A', u'B'], [u'C', u'D']], u'buy_price_levels': [[u'E', u'F'], [u'G', u'H']] } I got this reading from an API...
Python based network packets sniffer (Need help): https://www.reddit.com/r/Python/comments/7qkvas/python_based_network_packets_sniffer_need_help/
reddit
Python based network packets sniffer (Need help) • r/Python
I want to build a packet sniffer on http protocol so what libraries I should look into? And I want it to be scalable to support other protocols...
Can you make an animated slideshow gif in python with fade transition?: https://www.reddit.com/r/Python/comments/7ql0it/can_you_make_an_animated_slideshow_gif_in_python/
reddit
Can you make an animated slideshow gif in python with... • r/Python
Title.
Beginner - Automating POST requests from CSV, where to start for best practice going forward?: https://www.reddit.com/r/Python/comments/7ql3xa/beginner_automating_post_requests_from_csv_where/
reddit
Beginner - Automating POST requests from CSV, where to... • r/Python
I'm brand new to Python(3) so please be gentle I have a CSV I import into MySQL to clean and verify input into clean data. I wish to use Python...
Need help installing TA-Lib module on Python: https://www.reddit.com/r/Python/comments/7ql68b/need_help_installing_talib_module_on_python/
reddit
Need help installing TA-Lib module on Python • r/Python
I'm trying to install TA-Lib module on my 3.6 Python, but i'm facing many problems. First of all, i already made sure that it's the x32 version. I...
how to send unicode text message to verizon?: https://www.reddit.com/r/Python/comments/7ql7e3/how_to_send_unicode_text_message_to_verizon/
reddit
how to send unicode text message to verizon? • r/Python
I have this code, and it send unicode to my email address correctly and I can read it. and I also receive text message in my verizon phone but it...
Python: Lib to use epoll if available, fallback to select: https://stackoverflow.com/questions/48203397/python-lib-to-use-epoll-if-available-fallback-to-select
Stackoverflow
Python: Lib to use epoll if available, fallback to select
I would like to use select.epoll() in my Python library.
Unfortunately epoll is not available everywhere.
I need a way to fallback to select.select().
I tried to find something at pypi, but fail...
Unfortunately epoll is not available everywhere.
I need a way to fallback to select.select().
I tried to find something at pypi, but fail...
One and a half year since starting learning Python this is what I can build: https://www.reddit.com/r/Python/comments/7qmf01/one_and_a_half_year_since_starting_learning/
reddit
One and a half year since starting learning Python this... • r/Python
**EDIT: I have released the source code of the website which can be found at [GitHub](https://github.com/lambsteak/usefulpython). I have also...
With about 2 years of python under my belt, how hard would it really be to make GUI programs?: https://www.reddit.com/r/Python/comments/7qmucq/with_about_2_years_of_python_under_my_belt_how/
reddit
With about 2 years of python under my belt, how hard... • r/Python
Python was my first language and over the last couple years I’ve come to use it more and more. So the question is, how hard can it be to create...