"Ask Forgiveness" when writing to APIs?: https://www.reddit.com/r/Python/comments/5nvova/ask_forgiveness_when_writing_to_apis/
reddit
"Ask Forgiveness" when writing to APIs? • /r/Python
I dig the whole "Ask forgiveness instead of permission" thing, but I'm writing code to tool around with and move data between a few APIs on...
Can we add this to the side-board next to PyGame?: https://www.reddit.com/r/Python/comments/5nvvuv/can_we_add_this_to_the_sideboard_next_to_pygame/
reddit
Can we add this to the side-board next to PyGame? • /r/Python
1 points and 0 comments so far on reddit
lxml: error on pip install: http://stackoverflow.com/questions/40754295/lxml-error-on-pip-install
Stackoverflow
lxml: error on pip install
I receive these errors on installing lxml via pip:
running build_ext
building 'lxml.etree' extension
creating build/temp.linux-i686-3.5
creating build/temp.linux-i686-3.5/src
running build_ext
building 'lxml.etree' extension
creating build/temp.linux-i686-3.5
creating build/temp.linux-i686-3.5/src
Resource for next stage of Python learning: https://www.reddit.com/r/Python/comments/5nwrej/resource_for_next_stage_of_python_learning/
reddit
Resource for next stage of Python learning • /r/Python
Hi, I've been using Python here and there for about a year now. I mostly use it for work, where I'm a test engineer at a major hardware...
creating suitable wav files for google speech api: http://stackoverflow.com/questions/41554638/creating-suitable-wav-files-for-google-speech-api
Stackoverflow
creating suitable wav files for google speech api
I'm using pyaudio to record my voice as wav file. I'm using following code:
def voice_recorder():
FORMAT = pyaudio.paInt16
CHANNELS = 2
RATE = 22050
CHUNK = 1024
RECORD_SECONDS...
def voice_recorder():
FORMAT = pyaudio.paInt16
CHANNELS = 2
RATE = 22050
CHUNK = 1024
RECORD_SECONDS...
The only problem with Python 3’s str is that you don’t grok it: https://www.reddit.com/r/Python/comments/5nwvbo/the_only_problem_with_python_3s_str_is_that_you/
reddit
The only problem with Python 3’s str is that you don’t... • /r/Python
215 points and 119 comments so far on reddit
The only problem with Python 3’s str is that you don’t grok it: https://sircmpwn.github.io/2017/01/13/The-problem-with-Python-3.html
Drew DeVault’s Blog
The only problem with Python 3’s str is that you don’t grok it
I’ve found myself explaining Python 3’s str to people online more and more often lately. There’s this ridiculous claim about that Python 3’s string handling is broken or somehow worse than Python 2, and today I intend to put that myth to rest. Python 2 strings…
Python modules for lazy People: https://www.reddit.com/r/Python/comments/5ns5iz/python_modules_for_lazy_people/
reddit
Python modules for lazy People • /r/Python
Here a list of python modules for lazy people! Dataset https://dataset.readthedocs.io/en/latest/ Pycnic http://pycnic.nullism.com/ envoy ...
Looking for a expert python script writer: https://www.reddit.com/r/Python/comments/5nv0kl/looking_for_a_expert_python_script_writer/
reddit
Looking for a expert python script writer • /r/Python
So I have an idea for a python script but have no way of making it a reality, to be honest I don't even know if it's possible to make. I was...
Contributing to Scientific Python or PyData projects?: https://www.reddit.com/r/Python/comments/5nylvo/contributing_to_scientific_python_or_pydata/
reddit
Contributing to Scientific Python or PyData projects? • /r/Python
Hi! I've spent the last few years using the major Python packages for Data Science work (Numpy, SciPy, pandas, scikit-learn). I'm interested in...
Is there any python module to display dynamic text on the desktop background in an aesthetically pleasing way?: https://www.reddit.com/r/Python/comments/5nyprv/is_there_any_python_module_to_display_dynamic/
reddit
Is there any python module to display dynamic text on... • /r/Python
I'm invested in a few stocks and I built a simple script to display the stock price of AMD in real time using googlefinance and tkinter. However,...