Stupid question about Python for web apps: https://www.reddit.com/r/Python/comments/4nwssw/stupid_question_about_python_for_web_apps/
reddit
Stupid question about Python for web apps • /r/Python
Python is often called quick to write slow to perform (usually when being compared to C/C++ which is quick to perform slow to write). I just...
Machine Learning is Fun: A simple explanation of how image recognition works using python and tflearn: https://www.reddit.com/r/Python/comments/4nx19n/machine_learning_is_fun_a_simple_explanation_of/
reddit
Machine Learning is Fun: A simple explanation of how... • r/Python
384 points and 16 comments so far on reddit
Evolving toward property-based testing with Hypothesis: https://www.reddit.com/r/Python/comments/4nxh4n/evolving_toward_propertybased_testing_with/
reddit
Evolving toward property-based testing with Hypothesis • /r/Python
2 points and 0 comments so far on reddit
Hey! After AlSweigart's Tic-tac-toe game I made a game "Hangman"! (Less than 70 000 lines in each version): https://www.reddit.com/r/Python/comments/4nxv9f/hey_after_alsweigarts_tictactoe_game_i_made_a/
reddit
Hey! After AlSweigart's Tic-tac-toe game I made a game... • /r/Python
0 points and 0 comments so far on reddit
regex works on regex101.com but gives wrong values in my script, whats wrong?: https://www.reddit.com/r/Python/comments/4nxuhl/regex_works_on_regex101com_but_gives_wrong_values/
regex101
regex101: build, test, and debug regex
Regular expression tester with syntax highlighting, explanation, cheat sheet for PHP/PCRE, Python, GO, JavaScript, Java, C#/.NET, Rust.
Adding group bar charts as subplots in plotly: http://stackoverflow.com/questions/37033581/adding-group-bar-charts-as-subplots-in-plotly
Stack Overflow
Adding group bar charts as subplots in plotly
I want to create grouped (barmode='group') bar chart subplots in plotly. Now the problem is that plotly doesn't create bar charts as traces. Instead grouped bar charts are created as lists of Bar t...
Add a customized interactive shell and custom commands to any Python Project with "manage": https://www.reddit.com/r/Python/comments/4nzitb/add_a_customized_interactive_shell_and_custom/
reddit
Add a customized interactive shell and custom commands... • /r/Python
1 points and 0 comments so far on reddit
HTTPie prompt_toolkit = an interactive command-line HTTP client featuring autocomplete and syntax highlighting: https://www.reddit.com/r/Python/comments/4nzljd/httpie_prompt_toolkit_an_interactive_commandline/
reddit
HTTPie + prompt_toolkit = an interactive command-line... • /r/Python
3 points and 1 comments so far on reddit
Login failed during python Insert job with BigQuery API: http://stackoverflow.com/questions/37753830/login-failed-during-python-insert-job-with-bigquery-api
Stackoverflow
Login failed during python Insert job with BigQuery API
I am trying load local file to bigquery by setting up a server-server auth.
I've done following steps
Created service account
Create JSON key file for this account
Activated service acount with
I've done following steps
Created service account
Create JSON key file for this account
Activated service acount with
How to Prevent a RabbitMQ Deadlocks, in which all queues are blocked or blocking: http://stackoverflow.com/questions/37639658/how-to-prevent-a-rabbitmq-deadlocks-in-which-all-queues-are-blocked-or-blocking
Stackoverflow
How to Prevent a RabbitMQ Deadlocks, in which all queues are blocked or blocking
The problem
I have a RabbitMQ Server that serves as a queue hub for one of my systems. In the last week or so, its producers come to a complete halt every few hours.
What have I tried
Stopping...
I have a RabbitMQ Server that serves as a queue hub for one of my systems. In the last week or so, its producers come to a complete halt every few hours.
What have I tried
Stopping...
Hi guys, I'm trying to learn how to use Scrapy.: https://www.reddit.com/r/Python/comments/4o0xn9/hi_guys_im_trying_to_learn_how_to_use_scrapy/
reddit
Hi guys, I'm trying to learn how to use Scrapy. • /r/Python
I am trying to collect some data from a box office website. I'd previously done so with BeautifulSoup but I want to try Scrapy on this time - and...
What do you use for source code documentation?: https://www.reddit.com/r/Python/comments/4o13nu/what_do_you_use_for_source_code_documentation/
reddit
What do you use for source code documentation? • /r/Python
What tools do you guys use to generate api docs similar to javadocs? Ive looked over sphinx, but it seems very manual, even with the apidoc...
Just wrote an Elm filter for Python webassets (examples in Flask and Django): https://www.reddit.com/r/Python/comments/4o1a9v/just_wrote_an_elm_filter_for_python_webassets/
reddit
Just wrote an Elm filter for Python webassets... • /r/Python
2 points and 0 comments so far on reddit
struct, /dev/random and blocking IO?: https://www.reddit.com/r/Python/comments/4o1wdt/struct_devrandom_and_blocking_io/
reddit
struct, /dev/random and blocking IO? • /r/Python
So for giggles, I'm writing a small tool to pull randomness from /dev/random instead of /dev/urandom. Dependable CSPRNG aside, yada yada, I'm...
Alternatives to Flask_Whooshalchemy for a python3 compatible full-text search for Flask and PostgreSQL?: https://www.reddit.com/r/Python/comments/4o1xqp/alternatives_to_flask_whooshalchemy_for_a_python3/
reddit
Alternatives to Flask_Whooshalchemy for a python3... • /r/Python
Developing a webapp that requires full-text search, however whooshalchemy isn't completely python3 compatible and I'm a bit iffy on whooshalchemy...
addCleanUp vs tearDown: http://stackoverflow.com/questions/37534021/addcleanup-vs-teardown
Stackoverflow
addCleanUp vs tearDown
Recently, Ned Batchelder during his talk at PyCon 2016 noted:
If you are using unittest to write your tests, definitely use
addCleanup, it's much better than tearDown.
Up until now, I've neve...
If you are using unittest to write your tests, definitely use
addCleanup, it's much better than tearDown.
Up until now, I've neve...