Powerful 3D Visualization Platform for Python Data Processing - Now with NumPy, SciPy, and py-ITK [open-source, new Thanksgiving release v0.9.2]: https://www.reddit.com/r/Python/comments/5d35hl/powerful_3d_visualization_platform_for_python/
reddit
Powerful 3D Visualization Platform for Python Data... • /r/Python
1 points and 1 comments so far on reddit
cligenerator: Generate a CLI tool from a Python module or function: https://www.reddit.com/r/Python/comments/5d3922/cligenerator_generate_a_cli_tool_from_a_python/
reddit
cligenerator: Generate a CLI tool from a Python module... • /r/Python
1 points and 1 comments so far on reddit
A list of the best Python podcasts: https://www.reddit.com/r/Python/comments/5d36cl/a_list_of_the_best_python_podcasts/
reddit
A list of the best Python podcasts
Hey folks :) I couldn’t find a good and updated list of Python developer or Python programming podcasts online. So I started this list with the...
Show Reddit: Flintrock - A command-line tool for launching Apache Spark clusters.: https://www.reddit.com/r/Python/comments/5d39dp/show_reddit_flintrock_a_commandline_tool_for/
reddit
Show Reddit: Flintrock - A command-line tool for... • /r/Python
1 points and 1 comments so far on reddit
Clean architectures in Python: a step-by-step example: https://www.reddit.com/r/Python/comments/5d3nz9/clean_architectures_in_python_a_stepbystep_example/
reddit
Clean architectures in Python: a step-by-step example • /r/Python
9 points and 0 comments so far on reddit
I wished pexpect would work in windows. Does anyone have an alternative for SSH expect?: https://www.reddit.com/r/Python/comments/5d3vtr/i_wished_pexpect_would_work_in_windows_does/
reddit
I wished pexpect would work in windows. Does anyone... • /r/Python
With pexpect I get AttributeError: module 'pexpect' has no attribute 'spawn' I have tried paramiko with paramiko-expect but I can't get it to...
The Epic Saga of Making getaddrinfo Concurrent, and the Defeat of the Wicked Mutex Troll: https://www.reddit.com/r/Python/comments/5d3w9d/the_epic_saga_of_making_getaddrinfo_concurrent/
reddit
The Epic Saga of Making getaddrinfo Concurrent, and... • /r/Python
1 points and 0 comments so far on reddit
Real Estate analysis and Software Engineering with Travis Jungroth: https://www.reddit.com/r/Python/comments/5d3m66/real_estate_analysis_and_software_engineering/
reddit
Real Estate analysis and Software Engineering with... • /r/Python
A great [**interview**](https://www.podcastinit.com/episode-83-house-canary-with-travis-jungroth/) of the author of the [compromise...
AssertTest - a small testing tool I wrote: https://www.reddit.com/r/Python/comments/5d4iuc/asserttest_a_small_testing_tool_i_wrote/
reddit
AssertTest - a small testing tool I wrote • /r/Python
Hello all! I wanted to share a small tool I wrote and get feedback from the community. I tend to be lazy with my testing, just grouping a bunch of...
Which ide for beginner? (also data analysis, image processing): https://www.reddit.com/r/Python/comments/5d4ezd/which_ide_for_beginner_also_data_analysis_image/
reddit
Which ide for beginner? (also data analysis, image... • /r/Python
I looked through the list of links to the right and am non the wiser. I know there are masses of Python development environments out there. Which...
Polling is failing us: How to collect unbiased data with MCMC and Python: https://www.reddit.com/r/Python/comments/5d4ptc/polling_is_failing_us_how_to_collect_unbiased/
reddit
Polling is failing us: How to collect unbiased data... • /r/Python
3 points and 0 comments so far on reddit
Help with weather API - pyowm: https://www.reddit.com/r/Python/comments/5d5op4/help_with_weather_api_pyowm/
reddit
Help with weather API - pyowm • /r/Python
I am trying to retrieve the next day forecast from weather.com, more specifically the min max temperatures. Is there any way to do this? This is...
Rodeo IDE 2.4.8 Release: Movable terminal and tabs, plus Linux .deb support: https://www.reddit.com/r/Python/comments/5d5e5j/rodeo_ide_248_release_movable_terminal_and_tabs/
reddit
Rodeo IDE 2.4.8 Release: Movable terminal and tabs,... • /r/Python
2 points and 0 comments so far on reddit
redirect sys.stdout to specific Jupyter Notebook cell: http://stackoverflow.com/questions/40579824/redirect-sys-stdout-to-specific-jupyter-notebook-cell
Stack Overflow
redirect sys.stdout to specific Jupyter Notebook cell
Jupyter==4.1.0, Python==2.7.10, IPython==4.2.0
I'm writing a SQL UI for my Jupyter Notebooks and would like to incorporate multithreading so that I can run a query in one cell and continue to work...
I'm writing a SQL UI for my Jupyter Notebooks and would like to incorporate multithreading so that I can run a query in one cell and continue to work...
Is there a good resource for checking what top 10 or 20 topics, methods, concepts, etc one should know for a mid-level Python engineering job?: https://www.reddit.com/r/Python/comments/5d67ww/is_there_a_good_resource_for_checking_what_top_10/
reddit
Is there a good resource for checking what top 10 or... • /r/Python
1 points and 0 comments so far on reddit
Chromedriver/ selenium parse login credentials: https://www.reddit.com/r/Python/comments/5d6eui/chromedriver_selenium_parse_login_credentials/
reddit
Chromedriver/ selenium parse login credentials • /r/Python
Hey guys, SUPER new to Python, and coding all together. I'm trying to build an auto login for my account credential, but am having issues getting...
New to python. Can't figure out how to run code.: https://www.reddit.com/r/Python/comments/5d7bxd/new_to_python_cant_figure_out_how_to_run_code/
reddit
New to python. Can't figure out how to run code. • /r/Python
I'm an absolute beginner to python. This is literally the only piece of code is print("Hi"). I can't seem to find how to run the code so that...