The contribution history of Sanic looks like... Sanic!: https://www.reddit.com/r/Python/comments/5jx738/the_contribution_history_of_sanic_looks_like_sanic/
reddit
The contribution history of Sanic looks like... Sanic! • /r/Python
1 points and 2 comments so far on reddit
Python scripting, RESTfull APIS and ONTAP 8.2 7 MODE: https://www.reddit.com/r/Python/comments/5jxslx/python_scripting_restfull_apis_and_ontap_82_7_mode/
reddit
Python scripting, RESTfull APIS and ONTAP 8.2 7 MODE • /r/Python
Hello everyone, I need a good python developer for a series of middle projects ( automation scripts with Restfull APIS) The script needs...
A couple questions on Python 3.6 : https://www.reddit.com/r/Python/comments/5jxue1/a_couple_questions_on_python_36/
reddit
A couple questions on Python 3.6+ • /r/Python
Hello, I think the time has come to ditch Python 2.7 and move on, so I have a couple questions. Firstly, I would like to know how to get started...
Passing common config among large python script/module setup: https://www.reddit.com/r/Python/comments/5jxx5l/passing_common_config_among_large_python/
reddit
Passing common config among large python script/module... • /r/Python
I've just begun programming professionally in python for the past year and come from 10+ years of embedded C background and have been tasked with...
Estimating an area of an image generated by a set of points (Alpha shapes??): http://stackoverflow.com/questions/41268547/estimating-an-area-of-an-image-generated-by-a-set-of-points-alpha-shapes
Stackoverflow
Estimating an area of an image generated by a set of points (Alpha shapes??)
I have a set of points in an example ASCII file showing a 2D image.
I would like to estimate the total area that these points are filling. There are some places inside this plane that are not fil...
I would like to estimate the total area that these points are filling. There are some places inside this plane that are not fil...
The starmap pattern for parallel data analysis in Python: https://www.reddit.com/r/Python/comments/5jyaab/the_starmap_pattern_for_parallel_data_analysis_in/
reddit
The starmap pattern for parallel data analysis in Python • /r/Python
1 points and 0 comments so far on reddit
Python 3 vs 2 in 2017 - Prognostics: https://www.reddit.com/r/Python/comments/5jylel/python_3_vs_2_in_2017_prognostics/
reddit
Python 3 vs 2 in 2017 - Prognostics • /r/Python
Hi. I read that many developers stick with Python 2 because the libraries and other fancy stuff only disponible in Python 2. This is true or this...
tablib is one of the most essential and useful python libraries: https://www.reddit.com/r/Python/comments/5jyvzi/tablib_is_one_of_the_most_essential_and_useful/
reddit
tablib is one of the most essential and useful python... • /r/Python
I recently used [tablib](http://docs.python-tablib.org/), the tabular datasets library for python and found that it makes lots of repetitive tasks...
Broken ssl module after 3.6 upgrade: https://www.reddit.com/r/Python/comments/5jz88x/broken_ssl_module_after_36_upgrade/
reddit
Broken ssl module after 3.6 upgrade • /r/Python
I'm on (l)ubuntu 16.04 and just upgraded to python 3.6 from source, but it seems this upgrade reveals a bug in openssl, which is documented by...
I feel like Python 3.6 is getting non-improvements, instead of addressing much needed issues.: https://www.reddit.com/r/Python/comments/5jzppm/i_feel_like_python_36_is_getting_nonimprovements/
reddit
I feel like Python 3.6 is getting non-improvements,... • /r/Python
A lot of recent changes for 3.6 seem like non-improvements. "Tau" is a meme for science fans, not scientists. The new f-formatted strings give yet...
Communities for scientific python?: https://www.reddit.com/r/Python/comments/5jzqjb/communities_for_scientific_python/
reddit
Communities for scientific python? • /r/Python
Hey guys, I mainly use python for scientific reasons, but in m Departement (geobiology) no one ever Codes at all. So I want to find a community...
Cython (default) include directories: http://stackoverflow.com/questions/41273644/cython-default-include-directories
Stackoverflow
Cython (default) include directories
I am writing some cython code which uses the packages mpi4py and cython_gsl. From Python I can do import mpi4py and import cython_gsl without errors. I can also do from cython_gsl cimport * which
Any step by step guide how to use caseless model for Stanford CoreNLP in python?: https://www.reddit.com/r/Python/comments/5k0678/any_step_by_step_guide_how_to_use_caseless_model/
reddit
Any step by step guide how to use caseless model for... • /r/Python
My main objective is to perform Name Entity Recognition and my data is all in capital letters. In order to do so, I would need the caseless model....
The Most Popular Language For Machine Learning Is Python: https://www.reddit.com/r/Python/comments/5k0e3c/the_most_popular_language_for_machine_learning_is/
reddit
The Most Popular Language For Machine Learning Is Python • /r/Python
0 points and 0 comments so far on reddit
What’s new in matplotlib — Matplotlib 2.0.0rc2 documentation: https://www.reddit.com/r/Python/comments/5k0hfo/whats_new_in_matplotlib_matplotlib_200rc2/
reddit
What’s new in matplotlib — Matplotlib 2.0.0rc2... • /r/Python
1 points and 0 comments so far on reddit
Running pytest test functions inside a Jupyter notebook?: https://www.reddit.com/r/Python/comments/5k0iuy/running_pytest_test_functions_inside_a_jupyter/
reddit
Running pytest test functions inside a Jupyter notebook? • /r/Python
I'm working on a presentation about python testing options, and one of the technologies I want to demo is pytest. I'm planning to do the...
My first official codes I wrote to calculate basic physics stuff!!! I feel like I've really achieved something!: https://www.reddit.com/r/Python/comments/5k0zvp/my_first_official_codes_i_wrote_to_calculate/
reddit
My first official codes I wrote to calculate basic... • /r/Python
So for background, the only programming I have ever learned in high school was literally turning on a machine and turning it off after a few...