Python based machine learning tool can quantify "politeness". It was made using a RNN performing "supervised-learning" on millions of "leaked" ENRON emails.: https://www.reddit.com/r/Python/comments/4duum2/python_based_machine_learning_tool_can_quantify/
reddit
Python based machine learning tool can quantify... • /r/Python
20 points and 2 comments so far on reddit
Command line wrapper lib/framework in python3: https://www.reddit.com/r/Python/comments/4dvftr/command_line_wrapper_libframework_in_python3/
reddit
Command line wrapper lib/framework in python3 • /r/Python
Does a command line wrapper library or framework exist in python 3? I am looking for a module that can simplify the creation of wrappers around...
Best web front end for Python back end?: https://www.reddit.com/r/Python/comments/4dvlaq/best_web_front_end_for_python_back_end/
reddit
Best web front end for Python back end? • /r/Python
I've built a simple, multi-threaded, socket based Python server that (currently) functions like a chat room back end. Web clients connect to a...
YouTube-dl: open source YouTube downloaded written in Python - Cross platform: https://www.reddit.com/r/Python/comments/4dw823/youtubedl_open_source_youtube_downloaded_written/
reddit
YouTube-dl: open source YouTube downloaded written in... • /r/Python
1 points and 0 comments so far on reddit
Meet Hackathons - Finding Local and Global Hackathons Just Got Easier: https://www.reddit.com/r/Python/comments/4dw3fj/meet_hackathons_finding_local_and_global/
reddit
Meet Hackathons - Finding Local and Global Hackathons... • /r/Python
2 points and 1 comments so far on reddit
Comparing types in Python 3: http://eli.thegreenplace.net/2016/comparing-types-in-python-3/
Decorator to treat method as a property or callable.: https://www.reddit.com/r/Python/comments/4dwll7/decorator_to_treat_method_as_a_property_or/
reddit
Decorator to treat method as a property or callable. • /r/Python
I've got a class with many @property defined - works great but now we need to add an optional kwarg to these methods. So our previous API using...
Simple Python C script to track the amount of time spent using each application: https://www.reddit.com/r/Python/comments/4dwn7i/simple_python_c_script_to_track_the_amount_of/
reddit
Simple Python + C script to track the amount of time... • /r/Python
1 points and 0 comments so far on reddit
just wrote a decorator to simplify adding cache support: https://www.reddit.com/r/Python/comments/4dwpze/just_wrote_a_decorator_to_simplify_adding_cache/
reddit
just wrote a decorator to simplify adding cache support • /r/Python
1 points and 0 comments so far on reddit
Server Socket Closes Port After Each Client Send: https://www.reddit.com/r/Python/comments/4dwq8b/server_socket_closes_port_after_each_client_send/
reddit
Server Socket Closes Port After Each Client Send • /r/Python
Hi, I'm new to socket programming in python. As such, I was curious if it's standard for a server to close it's port when a socket send is...
Best way to connect to MySql database?: https://www.reddit.com/r/Python/comments/4dwyq0/best_way_to_connect_to_mysql_database/
reddit
Best way to connect to MySql database? • /r/Python
Hey all, I'm wondering what the best way to connect to a MySql database is in terms of ease of use/overall user friendliness. I've searched a...
What Software Engineers Earn Compared to the General Population • Jupyter Notebook: https://www.reddit.com/r/Python/comments/4dx8du/what_software_engineers_earn_compared_to_the/
reddit
What Software Engineers Earn Compared to the General... • /r/Python
2 points and 0 comments so far on reddit
How to test a Django model with pytest?: http://stackoverflow.com/questions/36446585/how-to-test-a-django-model-with-pytest
Stack Overflow
How to test a Django model with pytest?
I am getting started with pytest. I have configured pytest, anyway I couldn't found a resource on Django specific testing with pytest. How do I test a model with pytest_django?
I have already as...
I have already as...
What is the best way to do what I'm trying to do?: https://www.reddit.com/r/Python/comments/4dy0rx/what_is_the_best_way_to_do_what_im_trying_to_do/
reddit
What is the best way to do what I'm trying to do? • /r/Python
Okay. Doing the smart thing this time. If I want to be a good programmer, I need to shake out the bugs in my methods. This will take the form of,...
Pifpaf, or how to run any daemon briefly – OpenStack, Python, TDD, Pifpaf: https://julien.danjou.info/blog/2016/pifpaf-a-tool-to-run-daemon-briefly
julien.danjou.info
Pifpaf, or how to run any daemon briefly
There's a lot of situation where you end up needing a software deployed temporarily. This can happen when testing something manually, when running a script or when launching a test suite.
PySpark dataframe.foreach() with HappyBase connection pool returns 'TypeError: can't pickle thread.lock objects': http://stackoverflow.com/questions/36455624/pyspark-dataframe-foreach-with-happybase-connection-pool-returns-typeerror-c
Stack Overflow
PySpark dataframe.foreach() with HappyBase connection pool returns 'TypeError: can't pickle thread.lock objects'
I have a PySpark job that updates some objects in HBase (Spark v1.6.0; happybase v0.9).
It sort-of works if I open/close an HBase connection for each row:
def process_row(row):
conn = happybase.
It sort-of works if I open/close an HBase connection for each row:
def process_row(row):
conn = happybase.