"GitHub Help Wanted": connecting developers with open-source projects: https://www.reddit.com/r/Python/comments/7d0gd3/github_help_wanted_connecting_developers_with/
reddit
"GitHub Help Wanted": connecting developers with... • r/Python
** promoting an open-source project ** I recently published http://github-help-wanted.com to help developers connect with open-source...
Server-side mouse scripting with virtual environment/xvfb: https://www.reddit.com/r/Python/comments/7d0uc6/serverside_mouse_scripting_with_virtual/
reddit
Server-side mouse scripting with virtual environment/xvfb • r/Python
I am in need of a mouse scripting library that allows mouse movement and clicking in a virtual environment within pyanywhere. I'm unable to...
NumPy announces timeline for dropping Python 2 support: https://www.reddit.com/r/Python/comments/7d128x/numpy_announces_timeline_for_dropping_python_2/
reddit
NumPy announces timeline for dropping Python 2 support • r/Python
575 points and 28 comments so far on reddit
Hey guys! I'm looking to compile every single response on a website. Would Python be the right thing to use?: https://www.reddit.com/r/Python/comments/7d1z7c/hey_guys_im_looking_to_compile_every_single/
reddit
Hey guys! I'm looking to compile every single response... • r/Python
So say I wanted to compile every single time someone said the word "hello" on this website and wanted it exported to a spreadsheet showing the...
.sendto() method on sikuli python script does not work on windows: https://stackoverflow.com/questions/47252641/sendto-method-on-sikuli-python-script-does-not-work-on-windows
Stackoverflow
.sendto() method on sikuli python script does not work on windows
I developed a sikuli python script on windows that uses this code:
from socket import AF_INET, SOCK_DGRAM
import sys
import socket
import struct, time
host = "pool.ntp.org"
port = 123
buf = 1024
from socket import AF_INET, SOCK_DGRAM
import sys
import socket
import struct, time
host = "pool.ntp.org"
port = 123
buf = 1024
Python - Quantstrat/Blotter Equivalent (x-post r/learnpython): https://www.reddit.com/r/Python/comments/7d2g17/python_quantstratblotter_equivalent_xpost/
reddit
Python - Quantstrat/Blotter Equivalent (x-post... • r/Python
Hi Everyone, Couldn't find the answer over on r/learnpython so hoping someone here can help. I am just wondering what is the best Python...
Python 2.7 build on Sublime Text 3 doesn't print the '\uFFFD' character: https://stackoverflow.com/questions/46856584/python-2-7-build-on-sublime-text-3-doesnt-print-the-ufffd-character
Stackoverflow
Python 2.7 build on Sublime Text 3 doesn't print the '\uFFFD' character
The problem.
I'm using Python 2.7 build on Sublime Text 3 and have an issue with printing out.
In some cases I get a pretty confusing output for '\uFFFD' - the 'REPLACEMENT CHARACTER'.
For exam...
I'm using Python 2.7 build on Sublime Text 3 and have an issue with printing out.
In some cases I get a pretty confusing output for '\uFFFD' - the 'REPLACEMENT CHARACTER'.
For exam...
Monitoring Cryptocurrency Markets — CryptoCompare Python API Client: https://www.reddit.com/r/Python/comments/7d3got/monitoring_cryptocurrency_markets_cryptocompare/
reddit
Monitoring Cryptocurrency Markets — CryptoCompare... • r/Python
1 points and 1 comments so far on reddit
Page breaks for images in Python fpdf: https://stackoverflow.com/questions/47263621/page-breaks-for-images-in-python-fpdf
Stackoverflow
Page breaks for images in Python fpdf
I want to insert some lengthy images (each image can extend to 2 pages) using python fpdf. But the images doesn't continue to next page once a page break is triggered. How can I print the rest of the
Outside decorator access to inside decorator parameters - is it possible?: https://www.reddit.com/r/Python/comments/7d4349/outside_decorator_access_to_inside_decorator/
reddit
Outside decorator access to inside decorator parameters... • r/Python
1 points and 0 comments so far on reddit
How to integrate checking of readme in pytest: https://stackoverflow.com/questions/46766570/how-to-integrate-checking-of-readme-in-pytest
Stackoverflow
How to integrate checking of readme in pytest
I use pytest in my .travis.yml to check my code.
I would like to check the README.rst, too.
I found readme_renderer via this StackO answer
Now I ask myself how to integrate this into my current ...
I would like to check the README.rst, too.
I found readme_renderer via this StackO answer
Now I ask myself how to integrate this into my current ...
Python module for shell commands?: https://www.reddit.com/r/Python/comments/7d510g/python_module_for_shell_commands/
reddit
Python module for shell commands? • r/Python
I've got a bash script that's starting to cross that grey area where it should probably be rewritten in a scripting language. Since I'm constantly...
Why doesn't the heapq module provide a (very) thin object oriented wrapper to its primary functions?: https://www.reddit.com/r/Python/comments/7d4cfy/why_doesnt_the_heapq_module_provide_a_very_thin/
reddit
Why doesn't the heapq module provide a (very) thin object oriented...
https://docs.python.org/3/library/heapq.html Seems like an extremely easy and simple usability improvement. Which is to say, I wouldn't ever...