SuperSight - Static HTML dashboard generator made for Matplotlib plots: https://www.reddit.com/r/Python/comments/65ien7/supersight_static_html_dashboard_generator_made/
reddit
SuperSight - Static HTML dashboard generator made for... • r/Python
Hello, I wrote SuperSight for my personal use but I will be very happy to continue developing this library if people are interested using...
Installing a custom module with dated dependencies on windows -- landsat-util -- easier with different OS?: https://www.reddit.com/r/Python/comments/65jo0s/installing_a_custom_module_with_dated/
reddit
Installing a custom module with dated dependencies on... • r/Python
I am trying to install landsat-util, a program for extracting and processing landsat satellite images from amazon. I'm having a lot of trouble...
How to Generate Images - Intro to Deep Learning: https://www.reddit.com/r/Python/comments/65gres/how_to_generate_images_intro_to_deep_learning/
reddit
How to Generate Images - Intro to Deep Learning • r/Python
1 points and 0 comments so far on reddit
Multi-Part Application Structuring/Ideas Help, Please: https://www.reddit.com/r/Python/comments/65k1on/multipart_application_structuringideas_help_please/
reddit
Multi-Part Application Structuring/Ideas Help, Please • r/Python
Hello. Recently I've been thinking of a personal project that would have a database/backend part, as well as an active listener to receive/respond...
How would the end-user access the Sphinx generated documentation for a Python package?: http://stackoverflow.com/questions/43136587/how-would-the-end-user-access-the-sphinx-generated-documentation-for-a-python-pa
Stackoverflow
How would the end-user access the Sphinx generated documentation for a Python package?
I have developed a package in python, and I have created documentation for it using Sphinx.
The relevant part of the folder structure is shown below:
my_package
setup.py
my_package
my_mo...
The relevant part of the folder structure is shown below:
my_package
setup.py
my_package
my_mo...
In terms of career options, are there more jobs available for Python 2 or 3?: https://www.reddit.com/r/Python/comments/65le5d/in_terms_of_career_options_are_there_more_jobs/
reddit
In terms of career options, are there more jobs... • r/Python
I've been meaning to learn python for a while, but have been so busy working as a mobile developer I really havent had the time. I'm looking for...
Python pty.spawn stdin not echoed but redirected to master's stdout: http://stackoverflow.com/questions/43293771/python-pty-spawn-stdin-not-echoed-but-redirected-to-masters-stdout
Stack Overflow
Python pty.spawn stdin not echoed but redirected to master's stdout
I want to call a program from Python and make it believe that its stdout is a tty even when Python's process stdout is attached to a pipe. So I used the pty.spawn function to achieve that, which ca...
What would you remove from Python today?: https://www.reddit.com/r/Python/comments/65m6c2/what_would_you_remove_from_python_today/
reddit
What would you remove from Python today? • r/Python
I was looking at 3.6's release notes, and thought "this new string formatting approach is great" (I'm relatively new to Python, so I don't have...
What Python book will allow me to learn to program a tribute project to DOOM?: https://www.reddit.com/r/Python/comments/65m1g7/what_python_book_will_allow_me_to_learn_to/
reddit
What Python book will allow me to learn to program a... • r/Python
Over the past few weeks I've been learning a lot about building game engines in Python/languages in general. Eventually I decided that I wanted...
Need help with something simple that I'm stuck ok: https://www.reddit.com/r/Python/comments/65mjr2/need_help_with_something_simple_that_im_stuck_ok/
reddit
Need help with something simple that I'm stuck ok • r/Python
Working on a "powerball number generator" program for a class project. I got part 1 finished, but struggling with part 2 which asks to execute the...
Minimal and clean examples of data structures and algorithms in Python: https://www.reddit.com/r/Python/comments/65mxbw/minimal_and_clean_examples_of_data_structures_and/
reddit
Minimal and clean examples of data structures and... • r/Python
101 points and 1 comments so far on reddit
Best way to unittest time-dependent behaviors?: https://www.reddit.com/r/Python/comments/65nakd/best_way_to_unittest_timedependent_behaviors/
reddit
Best way to unittest time-dependent behaviors? • r/Python
I was profiling some unittest code because CI took too long and I found out someone put `time.sleep(30)` inside some test. The code tests if...