Watching generation lists during a program run: http://stackoverflow.com/questions/37737753/watching-generation-lists-during-a-program-run
Stackoverflow
Watching generation lists during a program run
The Story:
During Nina Zakharenko's PyCon talk on Memory Management in Python, she explains the way the generational garbage collection works in Python noting that:
Python maintains a list of ...
During Nina Zakharenko's PyCon talk on Memory Management in Python, she explains the way the generational garbage collection works in Python noting that:
Python maintains a list of ...
Record music playing through computer? (Not using mic, just detecting it) OSX: https://www.reddit.com/r/Python/comments/4nvem4/record_music_playing_through_computer_not_using/
reddit
Record music playing through computer? (Not using mic,... • /r/Python
Hello! I'd like to play music through whatever application, and have my script detect it and record it to .mp3 or .wav or whatever. How do I...
Scraping source of flash (or other videos) of website: https://www.reddit.com/r/Python/comments/4nvdtx/scraping_source_of_flash_or_other_videos_of/
reddit
Scraping source of flash (or other videos) of website • /r/Python
Hello, The script I'm trying to build does just what the title says. I want my script to output the source of the video just by giving the script...
pydoc.me, quick redirects to Python documentation: https://www.reddit.com/r/Python/comments/4nwe7s/pydocme_quick_redirects_to_python_documentation/
hawkweed: Yet another attempt at implementing Python's missing functions: https://www.reddit.com/r/Python/comments/4nwv6t/hawkweed_yet_another_attempt_at_implementing/
reddit
hawkweed: Yet another attempt at implementing Python's... • /r/Python
0 points and 0 comments so far on reddit
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