Experience of a drive by contribution to Python Cryptography: http://bitsofpy.blogspot.com/2016/11/python-cryptography-contribution.html
Blogspot
Driveby contribution to Python Cryptography
While at PyConAU 2016 I attended the Monday sprints and spent some time looking at a proposed feature I hoped would soon be part of cryptog...
Long shot, anyone in London (UK) looking for a job ?: https://www.reddit.com/r/Python/comments/5eabha/long_shot_anyone_in_london_uk_looking_for_a_job/
reddit
Long shot, anyone in London (UK) looking for a job ? • /r/Python
**Mods:** Please delete this if it is inappropriate for the sub, I really don't know where else to post it and I thought r/python was best for...
Gopypi: private python package index written in golang (X-post from /r/golang): https://www.reddit.com/r/Python/comments/5eac42/gopypi_private_python_package_index_written_in/
reddit
Gopypi: private python package index written in golang... • /r/Python
0 points and 0 comments so far on reddit
select_by_visible_text python selenium ElementNotVisibleException: http://stackoverflow.com/questions/40693700/select-by-visible-text-python-selenium-elementnotvisibleexception
Stack Overflow
select_by_visible_text python selenium ElementNotVisibleException
I am trying to programmatically select a currency in the site: http://www.asos.com/asos/asos-skinny-chinos-in-dark-khaki/prd/5542109
However it's doing some problems to me, I am using this following
However it's doing some problems to me, I am using this following
What's everyone working on this week?: https://www.reddit.com/r/Python/comments/5eav2k/whats_everyone_working_on_this_week/
reddit
What's everyone working on this week? • /r/Python
Tell /r/python what you're working on this week! You can be bragging, grousing, sharing your passion, or explaining your pain. Talk about your...
Uninstalling Python 3.5 on OSX?: https://www.reddit.com/r/Python/comments/5eb1tl/uninstalling_python_35_on_osx/
reddit
Uninstalling Python 3.5 on OSX? • /r/Python
Hey all, Can't find this anywhere, so I'm not sure... But I want to uninstall Python 3.5 on OSX Sierra. It's causing problems with some of the...
Is there anything to help with O(logn) insertions to sorted items in standard library?: https://www.reddit.com/r/Python/comments/5eb24g/is_there_anything_to_help_with_ologn_insertions/
reddit
Is there anything to help with O(logn) insertions to... • /r/Python
It seems like Python comes with just about every basic thing you can think of, but can't find anything like self-balancing trees. Is there...
Numpy: how to find the unique local minimum of sub matrixes in matrix A?: http://stackoverflow.com/questions/40653937/numpy-how-to-find-the-unique-local-minimum-of-sub-matrixes-in-matrix-a
Stackoverflow
Numpy: how to find the unique local minimum of sub matrixes in matrix A?
Given a matrix A of dimension MxN (4x4), how would one find the next-best minimum of each 2x2 submatrix?
A = array([[ 32673. , 15108.2 , 26767.2 , 9420. ],
[ 32944.2 , 1...
A = array([[ 32673. , 15108.2 , 26767.2 , 9420. ],
[ 32944.2 , 1...
Wow, guys, an even more awesome maze animation here!: https://www.reddit.com/r/Python/comments/5ecloh/wow_guys_an_even_more_awesome_maze_animation_here/
reddit
Wow, guys, an even more awesome maze animation here! • /r/Python
0 points and 1 comments so far on reddit
AsyncIO for the Working Python Developer (Just wanted to share the best introduction to asyncio I have found on the net, which is suitable for beginners!): https://www.reddit.com/r/Python/comments/5ecj2o/asyncio_for_the_working_python_developer_just/
reddit
AsyncIO for the Working Python Developer (Just wanted... • /r/Python
51 points and 5 comments so far on reddit
3.5.2 UnicodeDecode Error issue: https://www.reddit.com/r/Python/comments/5ecwnn/352_unicodedecode_error_issue/
reddit
3.5.2 UnicodeDecode Error issue • /r/Python
For whatever reason, my program that works perfectly on input.txt will not work on different_input.txt even though both are utf-8 documents. How...