Released pytest-voluptuous - a nifty little pytest plugin for asserting data against voluptuous schema: https://www.reddit.com/r/Python/comments/7pmijj/released_pytestvoluptuous_a_nifty_little_pytest/
reddit
Released pytest-voluptuous - a nifty little pytest... • r/Python
Find it at https://github.com/F-Secure/pytest-voluptuous and in PyPI as 1.0.1+. So rather than doing something like: assert 'info' in r ...
Why is for loop placed after input.split in this?: https://www.reddit.com/r/Python/comments/7pmv4k/why_is_for_loop_placed_after_inputsplit_in_this/
reddit
Why is for loop placed after input.split in this? • r/Python
I'm a beginner so this might be a noob question but please bear with me: I found that this can take 4 lines of input numbers separated by...
My first Twitter bot just made its debut post! I've made a few bots, but this is the one I'm most proud of.: https://www.reddit.com/r/Python/comments/7pmvku/my_first_twitter_bot_just_made_its_debut_post_ive/
reddit
My first Twitter bot just made its debut post! I've... • r/Python
Finished product first: https://twitter.com/DSCOVRDaily/status/951369376451592192 DSCOVRDaily is a pretty simple bot that takes the images of...
Converting embedded Excel objects from a docx file into images: https://stackoverflow.com/questions/47829726/converting-embedded-excel-objects-from-a-docx-file-into-images
Stackoverflow
Converting embedded Excel objects from a docx file into images
I am using pandoc (via pypandoc) to convert docx files into markdown, on a non-Windows machine. Those files can contain images, but also other embedded objects.
pandoc is actually able to translate
pandoc is actually able to translate
Recurrentshop, multi-dimensional tensors and concatenate show a mismatch of dimensions: https://stackoverflow.com/questions/48155026/recurrentshop-multi-dimensional-tensors-and-concatenate-show-a-mismatch-of-dime
Stackoverflow
Recurrentshop, multi-dimensional tensors and concatenate show a mismatch of dimensions
I have an issue with Recurrentshop and Keras. I am trying to use Concatenate and multidimensional tensors in a Recurrent Model, and I get dimension issue regardless of how I arrange the Input, sha...
Curated collection of python snippets that you can understand in 30 seconds or less (work in progress): https://www.reddit.com/r/Python/comments/7pn0qm/curated_collection_of_python_snippets_that_you/
reddit
Curated collection of python snippets that you can... • r/Python
2 points and 0 comments so far on reddit
Update a function during debugging (pdb or ipdb): https://stackoverflow.com/questions/48112226/update-a-function-during-debugging-pdb-or-ipdb
Stack Overflow
Update a function during debugging (pdb or ipdb)
Imagine I am debugging the following script:
import ipdb
def slow_function(something):
# I'm a very slow function
return something_else
def fast_function(something_else):
# There's a bug h...
import ipdb
def slow_function(something):
# I'm a very slow function
return something_else
def fast_function(something_else):
# There's a bug h...
Python If Statements Explained (Python For Data Science Basics #4): https://www.reddit.com/r/Python/comments/7pni2a/python_if_statements_explained_python_for_data/
reddit
Python If Statements Explained (Python For Data Science... • r/Python
1 points and 0 comments so far on reddit
Asynchronous Python Web Applications with aiohttp: https://www.reddit.com/r/Python/comments/7pp1qa/asynchronous_python_web_applications_with_aiohttp/
reddit
Asynchronous Python Web Applications with aiohttp • r/Python
1 points and 0 comments so far on reddit
What micro benchmarking library is recommended?: https://www.reddit.com/r/Python/comments/7poj4e/what_micro_benchmarking_library_is_recommended/
reddit
What micro benchmarking library is recommended? • r/Python
I am searching for something similar to Haskel's 'criterion' library. I want to time micro benchmarks with it.
Python Weekly - Issue 329 : http://mailchi.mp/pythonweekly/python-weekly-issue-329
Accessing repo with a Bitbucket application password: https://stackoverflow.com/questions/48161651/accessing-repo-with-a-bitbucket-application-password
Stackoverflow
Accessing repo with a Bitbucket application password
Following this guide, others are able to access my repository privately in Python without having to give out my password using curl.
E.g:
curl -u "Tysondogerz:NbvaUhnnA9WkVtS9DssP" https://api.
E.g:
curl -u "Tysondogerz:NbvaUhnnA9WkVtS9DssP" https://api.
Help settle a debate with creating directories: https://www.reddit.com/r/Python/comments/7pp0ox/help_settle_a_debate_with_creating_directories/
reddit
Help settle a debate with creating directories • r/Python
Hey, a co-worker and I were having a debate yesterday on which is the better way to make directories. Given trying to create directories on a...
Tired of logging to a terminal? I made a GUI for you!: https://www.reddit.com/r/Python/comments/7ppfph/tired_of_logging_to_a_terminal_i_made_a_gui_for/
reddit
Tired of logging to a terminal? I made a GUI for you!
I just released [cutelog](https://github.com/busimus/cutelog), a GUI for Python's standard logging module. It looks [like...
A 100% python tutorial on working with smart contracts and decentralized applications: https://www.reddit.com/r/Python/comments/7ppv29/a_100_python_tutorial_on_working_with_smart/
reddit
A 100% python tutorial on working with smart contracts... • r/Python
A couple weeks ago I posted https://www.reddit.com/r/Python/comments/7lr48g/a_minitutorial_on_deploying_smart_contracts_with/ At the time I...