Interactive Visualizations: Bokeh, Plotly, something else?: https://www.reddit.com/r/Python/comments/4reub0/interactive_visualizations_bokeh_plotly_something/
reddit
Interactive Visualizations: Bokeh, Plotly, something else? • /r/Python
I recently started using Python to create plots and visualizations. While matplotlib and seaborn seem to be great for more static charts I would...
Probably an obnoxiously long and specific question (no Stack Overflow account): https://www.reddit.com/r/Python/comments/4rf9hq/probably_an_obnoxiously_long_and_specific/
reddit
Probably an obnoxiously long and specific question (no... • /r/Python
I'm writing an html scraper with BeautifulSoup4 and have run across an obstacle of which I don't think I can work around. I'm hoping someone here...
Show HN: Fabulous: Print images in terminal with Python: https://jart.github.io/fabulous/
I found a python tool which lets you load top 5 submissions from subreddits and shares them on twitter.: https://www.reddit.com/r/Python/comments/4rfm1v/i_found_a_python_tool_which_lets_you_load_top_5/
reddit
I found a python tool which lets you load top 5... • /r/Python
1 points and 0 comments so far on reddit
Mixing datetime.strptime() arguments: http://stackoverflow.com/questions/38147923/mixing-datetime-strptime-arguments
Stackoverflow
Mixing datetime.strptime() arguments
It is quite a common mistake to mix up the datetime.strptime() format string and date string arguments using:
datetime.strptime("%B %d, %Y", "January 8, 2014")
instead of the other way around:
datetime.strptime("%B %d, %Y", "January 8, 2014")
instead of the other way around:
Can someone tell me what's wrong with this program? (not long): https://www.reddit.com/r/Python/comments/4rgkgs/can_someone_tell_me_whats_wrong_with_this_program/
reddit
Can someone tell me what's wrong with this program?... • /r/Python
For some reason this won't print "hello". I have all the modules installed btw. from pygame import * import pygame pygame.init() while 1: ...
How to use my new super power?: https://www.reddit.com/r/Python/comments/4rgnh6/how_to_use_my_new_super_power/
reddit
How to use my new super power? • /r/Python
Hi everyone. I'm just restarted programming after a many-years long hiatus. I used to do archaic C programming in a very old school industry. I...
How to control pyplot frame/outline characteristics?: https://www.reddit.com/r/Python/comments/4rgo5k/how_to_control_pyplot_frameoutline_characteristics/
reddit
How to control pyplot frame/outline characteristics? • /r/Python
Hi I'm working on an automation to generate elevation plots for recreational trails. I'm about 99% the way there, but have one last issue that I...
Roughly speaking, what percentage of the most recent Python 2/3 standard libraries are written in Python?: https://www.reddit.com/r/Python/comments/4rgpz4/roughly_speaking_what_percentage_of_the_most/
reddit
Roughly speaking, what percentage of the most recent... • /r/Python
1 points and 1 comments so far on reddit
How to control frame characteristics with pyplot?: https://www.reddit.com/r/Python/comments/4rgudb/how_to_control_frame_characteristics_with_pyplot/
reddit
How to control frame characteristics with pyplot? • /r/Python
2 points and 1 comments so far on reddit
Maya Python Playblast problem: https://www.reddit.com/r/Python/comments/4rguqr/maya_python_playblast_problem/
reddit
Maya Python Playblast problem • /r/Python
Hello reddit, I dont know if this is a good place to make this question but Im struggling to find a solution to my problem. Im trying to create a...
Module:say_what - Using speech-to-text to fully check out during conference calls: https://www.reddit.com/r/Python/comments/4rgwam/modulesay_what_using_speechtotext_to_fully_check/
reddit
Module:say_what - Using speech-to-text to fully check... • /r/Python
2 points and 0 comments so far on reddit
MongoFrames - a fast unobtrusive MongoDB ODM for Python: https://www.reddit.com/r/Python/comments/4rhi9c/mongoframes_a_fast_unobtrusive_mongodb_odm_for/
reddit
MongoFrames - a fast unobtrusive MongoDB ODM for Python • /r/Python
3 points and 0 comments so far on reddit
Giant Anaconda - Largest Snake Longest Python - World's Biggest Python...: https://www.reddit.com/r/Python/comments/4rhxvf/giant_anaconda_largest_snake_longest_python/
reddit
Giant Anaconda - Largest Snake Longest Python -... • /r/Python
0 points and 0 comments so far on reddit
GIANT ANACONDA - WORLD'S BIGGEST PYTHON SNAKE FOUND IN AMAZON RIVER - Lo...: https://www.reddit.com/r/Python/comments/4ri4d4/giant_anaconda_worlds_biggest_python_snake_found/
reddit
GIANT ANACONDA - WORLD'S BIGGEST PYTHON SNAKE FOUND IN... • /r/Python
0 points and 1 comments so far on reddit
Why itertools.count()[:5] does not work?: https://www.reddit.com/r/Python/comments/4ri0qx/why_itertoolscount5_does_not_work/
reddit
Why itertools.count()[:5] does not work? • /r/Python
Why I can iter over count() with a cycle for i in count(): but not ask for first n elements with the slice operator?
How would you explain python data model in simple terms?: https://www.reddit.com/r/Python/comments/4rid6w/how_would_you_explain_python_data_model_in_simple/
reddit
How would you explain python data model in simple terms? • /r/Python
I was reading the python reference manual on data model and couldn't understand completely. Any explanation would be helpful, in relation to how...