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...
New Book Introducing Numpy Through Vectorization (creative commons license): https://www.reddit.com/r/Python/comments/5k0zog/new_book_introducing_numpy_through_vectorization/
reddit
New Book Introducing Numpy Through Vectorization... • /r/Python
**Just copy and pasting from the numpy mailing list for Reddit. (I'm not OP)** =================== I've just put online a (kind of) book on...
Supervisord project: Python 2 to 3 porting help needed: https://www.reddit.com/r/Python/comments/5k1875/supervisord_project_python_2_to_3_porting_help/
reddit
Supervisord project: Python 2 to 3 porting help needed • /r/Python
Supervisor is a process supervisor used by hundreds of thousands (millions?) of production systems. It is used by people who don't even use Python...
socketserver: the Python networking module you didn’t know you needed: https://www.reddit.com/r/Python/comments/5k1ie7/socketserver_the_python_networking_module_you/
reddit
socketserver: the Python networking module you didn’t... • /r/Python
33 points and 2 comments so far on reddit
Need help creating a search function for my Flask app (using MySQL db): https://www.reddit.com/r/Python/comments/5k1xxo/need_help_creating_a_search_function_for_my_flask/
reddit
Need help creating a search function for my Flask app... • /r/Python
So I've created a Flask app which is basically a jobs board. All the jobs are stored in a MySQL db where there's job title, description, location,...
Simplest way to send a string from RPi to other devices on local network?: https://www.reddit.com/r/Python/comments/5k2kn4/simplest_way_to_send_a_string_from_rpi_to_other/
reddit
Simplest way to send a string from RPi to other... • /r/Python
Hi. I have assigned static IPs to the devices in question. All I need to do is send a string from my RPi to my Android phone for my home...
Can I control my audio driver using Python?: https://www.reddit.com/r/Python/comments/5k2o00/can_i_control_my_audio_driver_using_python/
reddit
Can I control my audio driver using Python? • /r/Python
Hi, I'm new to Python (background in Java and MATLAB) and I want to toggle settings on my sound driver. I use AutoHotKey Scripts to use my...