Questions using Unittest mock and stubbing imported modules (sysadmin script testing OS interactions): https://www.reddit.com/r/Python/comments/5t605a/questions_using_unittest_mock_and_stubbing/
reddit
Questions using Unittest mock and stubbing imported... • /r/Python
Hello Python, I posted an earlier version of this question in /r/learnpython but didn't receive any comments so I wanted to post here. My...
hash algorithm for calculating texts similarity: https://www.reddit.com/r/Python/comments/5t68dz/hash_algorithm_for_calculating_texts_similarity/
reddit
hash algorithm for calculating texts similarity
Which hash algorithm would you recommend me to use for calculating if 2 texts are **the same**? It doesn't necessarily have to very fast because...
[Python-ideas] Define a method or function attribute outside of a class with the dot operator: https://www.reddit.com/r/Python/comments/5t6o8q/pythonideas_define_a_method_or_function_attribute/
reddit
[Python-ideas] Define a method or function attribute... • /r/Python
1 points and 0 comments so far on reddit
Use of Python Module(Paramiko) with Windows Clients: https://www.reddit.com/r/Python/comments/5t6ruv/use_of_python_moduleparamiko_with_windows_clients/
reddit
Use of Python Module(Paramiko) with Windows Clients • /r/Python
2 points and 0 comments so far on reddit
The history behind the decision to move Python to GitHub: https://www.reddit.com/r/Python/comments/5t6y5g/the_history_behind_the_decision_to_move_python_to/
reddit
The history behind the decision to move Python to GitHub • /r/Python
39 points and 1 comments so far on reddit
Selectors2: Small one-file module used by Requests and Ansible as a selectors compatibility module for faster network I/O: https://www.reddit.com/r/Python/comments/5t77fs/selectors2_small_onefile_module_used_by_requests/
reddit
Selectors2: Small one-file module used by Requests and... • /r/Python
2 points and 0 comments so far on reddit
Model-View-Controller: When programming in Qt does the model automatically update the data?: https://www.reddit.com/r/Python/comments/5t7oqc/modelviewcontroller_when_programming_in_qt_does/
reddit
Model-View-Controller: When programming in Qt does the... • /r/Python
This is just a theoretical question, I am new to PyQT. I am not able to identify classes or code examples that will show how the model updates the...
Location, Location, Location - An Overview of Geocoding Strategies employed at OpenSignal: https://www.reddit.com/r/Python/comments/5t7u6e/location_location_location_an_overview_of/
reddit
Location, Location, Location - An Overview of... • /r/Python
1 points and 0 comments so far on reddit
Python Tuple in Java XMLRPC: http://stackoverflow.com/questions/42105943/python-tuple-in-java-xmlrpc
Stackoverflow
Python Tuple in Java XMLRPC
I'm trying to pass python tuple over java xmlrpc. Here is library what I'm using:
XMLPRC Java Libray
I'm using odoo framework on server and api. I want to pass argument which will looks like:
[(4...
XMLPRC Java Libray
I'm using odoo framework on server and api. I want to pass argument which will looks like:
[(4...
Online Python courses and/or bootcamp?: https://www.reddit.com/r/Python/comments/5t837h/online_python_courses_andor_bootcamp/
reddit
Online Python courses and/or bootcamp? • /r/Python
So, for my job, I find myself wanting to use Python more and more, and R less and less. I've got small projects lined up in the course of my job...
Phonetics API/Word metadata DB?: https://www.reddit.com/r/Python/comments/5t8cxu/phonetics_apiword_metadata_db/
reddit
Phonetics API/Word metadata DB? • /r/Python
We're trying to make a python powered TTS rap bot and we need to find an API/DB to help us build lists of words that rhyme together that also have...
How to improve performance of setuptools scripts/console_scripts?: https://www.reddit.com/r/Python/comments/5t915a/how_to_improve_performance_of_setuptools/
reddit
How to improve performance of setuptools... • /r/Python
Using [setuptools](https://packaging.python.org/distributing/#scripts) to install a command line tool to `bin` is very convenient but results in...
infinite recursion if objects reference each other?: https://www.reddit.com/r/Python/comments/5t9mtc/infinite_recursion_if_objects_reference_each_other/
reddit
infinite recursion if objects reference each other? • /r/Python
http://stackoverflow.com/questions/1436703/difference-between-str-and-repr-in-python "infinite recursion if objects reference each other" is the...
Using Counter with awkward floats: https://www.reddit.com/r/Python/comments/5ta6so/using_counter_with_awkward_floats/
reddit
Using Counter with awkward floats • /r/Python
I am collecting a data set and essentially building a historgram of values vs count (the number of times they appear in the data set). To do this...