picotui 0.8 - Lightweight, pure-Python Text User Interface widget toolkit with minimal dependencies: https://www.reddit.com/r/Python/comments/4zom5n/picotui_08_lightweight_purepython_text_user/
reddit
picotui 0.8 - Lightweight, pure-Python Text User... • /r/Python
1 points and 1 comments so far on reddit
Tkinter's overrideredirect prevents certain events in Mac and Linux: http://stackoverflow.com/questions/34582637/tkinters-overrideredirect-prevents-certain-events-in-mac-and-linux
Stackoverflow
Tkinter's overrideredirect prevents certain events in Mac and Linux
I am writing a program in Python with a Tkinter UI. I want to have a small window with no title bar. This window must receive keyboard input. I am not picky whether this is in the form of an Entry ...
How to hide ttk Treeitem indicators in a Python GUI: http://stackoverflow.com/questions/39060756/how-to-hide-ttk-treeitem-indicators-in-a-python-gui
Stackoverflow
How to hide ttk Treeitem indicators in a Python GUI
I'm building a Python GUI application using ttk treeviews. On Linux, when a Treeitem has child items, it displays an arrow to show that the row can be expanded. I want to hide this indicator arrow ...
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: ...