Python module to add Medium's read time to your blog: https://www.reddit.com/r/Python/comments/4zpahx/python_module_to_add_mediums_read_time_to_your/
reddit
Python module to add Medium's read time to your blog • /r/Python
1 points and 0 comments so far on reddit
Recursive and cool algorithms with Turtle?: https://www.reddit.com/r/Python/comments/4zp8io/recursive_and_cool_algorithms_with_turtle/
reddit
Recursive and cool algorithms with Turtle? • /r/Python
I find fun learning classic recursive algoritms like the sierpinski triangle, fractals, the Towers of Hanoi, search, exploration... and other...
Anyone taken MIT's Intro to CS using Python OpenCouseware?: https://www.reddit.com/r/Python/comments/4zpid7/anyone_taken_mits_intro_to_cs_using_python/
reddit
Anyone taken MIT's Intro to CS using Python OpenCouseware? • /r/Python
https://www.edx.org/course/introduction-computer-science-mitx-6-00-1x-8 I've been diving into Python 3 fundamentals for a month now and would...
Allow Python.app on El Captain (OS X): http://stackoverflow.com/questions/39102571/allow-python-app-on-el-captain-os-x
Need help logging in and scraping dynamically-generated content with Selenium: https://www.reddit.com/r/Python/comments/4zpwxk/need_help_logging_in_and_scraping/
reddit
Need help logging in and scraping... • /r/Python
Hi all, I'm building a script to automatically add all store coupons to my frequent shoppers card each week. The code will log into my store's...
Compute first order derivative with MongoDB Aggregate: http://stackoverflow.com/questions/38957649/compute-first-order-derivative-with-mongodb-aggregate
Stackoverflow
Compute first order derivative with MongoDB Aggregate
Is it possible to calculate a first order derivative using the aggregate framework?
For example, I have the data :
{time_series : [10,20,40,70,110]}
I'm trying to obtain an output like:
{
For example, I have the data :
{time_series : [10,20,40,70,110]}
I'm trying to obtain an output like:
{
What is the best format for submitting a Python project article: https://www.reddit.com/r/Python/comments/4zq2q6/what_is_the_best_format_for_submitting_a_python/
reddit
What is the best format for submitting a Python... • /r/Python
I have noticed some articles don't do well on this sub while others do extremely well even though they might be a reiteration of a previous...
average-pixels: Combine multiple images into a new one: https://www.reddit.com/r/Python/comments/4zq9ac/averagepixels_combine_multiple_images_into_a_new/
reddit
average-pixels: Combine multiple images into a new one • /r/Python
1 points and 1 comments so far on reddit
Since /r/python liked the last one - 8 more gifs from the Pygame Physics Simulation Tutorial (link in comments).: https://www.reddit.com/r/Python/comments/4zqdcn/since_rpython_liked_the_last_one_8_more_gifs_from/
reddit
Since /r/python liked the last one - 8 more gifs from... • /r/Python
1 points and 1 comments so far on reddit
What text editors naturally "talk nicely" (as in, allow messaging between the editor and Python) with Python?: https://www.reddit.com/r/Python/comments/4zqmlz/what_text_editors_naturally_talk_nicely_as_in/
reddit
What text editors naturally "talk nicely" (as in,... • /r/Python
I want to write an application is basically an editor, except for a special subset of things (I know that's vague, but I want to try and keep this...
Can the Kivy language access inherited layouts and widgets?: http://stackoverflow.com/questions/38649664/can-the-kivy-language-access-inherited-layouts-and-widgets
Stackoverflow
Can the Kivy language access inherited layouts and widgets?
Can the kivy language access inherited layouts and widgets? I want to create one basic BoxLayout that contains the styling and title Label for my widget. I want to be able to inherit from this widg...
simplepipe: A functional pipelining library for Python: https://www.reddit.com/r/Python/comments/4zrv0v/simplepipe_a_functional_pipelining_library_for/
reddit
simplepipe: A functional pipelining library for Python • /r/Python
1 points and 1 comments so far on reddit
NumPy performance: uint8 vs. float and multiplication vs. division?: http://stackoverflow.com/questions/39104562/numpy-performance-uint8-vs-float-and-multiplication-vs-division
Stack Overflow
NumPy performance: uint8 vs. float and multiplication vs. division?
I have just noticed that the execution time of a script of mine nearly halves by only changing a multiplication to a division.
To investigate this, I have written a small example:
import numpy as...
To investigate this, I have written a small example:
import numpy as...
How to import numpy in Anaconda Jupyter notebook?: https://www.reddit.com/r/Python/comments/4zsgts/how_to_import_numpy_in_anaconda_jupyter_notebook/
reddit
How to import numpy in Anaconda Jupyter notebook? • /r/Python
Hi there, i'm relatively new to using Anaconda and Jupyter notebook. For some reason i am unable to import numpy. This is what i get as output: ...
Need Help Opening Files (IDLE): https://www.reddit.com/r/Python/comments/4zsh1u/need_help_opening_files_idle/
reddit
Need Help Opening Files (IDLE) • /r/Python
I just installed Python 3.5.2 today. For some reason, my saved files won't open anymore. Double clicking does nothing and the option for "Open...
Where is the best place to discover interesting scripts/programs for ideas/inspiration?: https://www.reddit.com/r/Python/comments/4zsk30/where_is_the_best_place_to_discover_interesting/
reddit
Where is the best place to discover interesting... • /r/Python
For instance, it is pretty easy to find these type of sites for web design, but I am not sure a good place to go that is frequently updated and...