figgypudding - Easy python config handling (code review): https://www.reddit.com/r/Python/comments/4cjlv9/figgypudding_easy_python_config_handling_code/
reddit
figgypudding - Easy python config handling (code review) • /r/Python
I'm looking for feedback on this little tool I wrote. I've wanted a good, easy to use config handler that is easy as import/give path to config...
limit() and sort() order pymongo and mongodb: http://stackoverflow.com/questions/36250963/limit-and-sort-order-pymongo-and-mongodb
Stackoverflow
limit() and sort() order pymongo and mongodb
Despite reading peoples answers stating that the sort is done first, evidence shows something different that the limit is done before the sort. Is there a way to force sort always first?
views = m...
views = m...
Why pathlib.Path doesn't inherit from str in Python: https://www.reddit.com/r/Python/comments/4ck0v5/why_pathlibpath_doesnt_inherit_from_str_in_python/
reddit
Why pathlib.Path doesn't inherit from str in Python • /r/Python
1 points and 1 comments so far on reddit
Feather: A Fast On-Disk Format for Data Frames for R and Python, powered by Apache Arrow: https://www.reddit.com/r/Python/comments/4clb2n/feather_a_fast_ondisk_format_for_data_frames_for/
reddit
Feather: A Fast On-Disk Format for Data Frames for R... • /r/Python
6 points and 0 comments so far on reddit
pomegranate v0.4.0: fast and flexible probabilistic modelling for python: https://www.reddit.com/r/Python/comments/4cllym/pomegranate_v040_fast_and_flexible_probabilistic/
reddit
pomegranate v0.4.0: fast and flexible probabilistic... • /r/Python
Hello again! pomegranate is a python package for probabilistic modelling with a speedy cython implementation. Its focus was initially on hidden...
Segment makes claim that Python datetime module is broken. Here's my response: https://www.reddit.com/r/Python/comments/4cluvr/segment_makes_claim_that_python_datetime_module/
reddit
Segment makes claim that Python datetime module is... • /r/Python
2 points and 0 comments so far on reddit
paid training recommendations?: https://www.reddit.com/r/Python/comments/4cmmn4/paid_training_recommendations/
reddit
paid training recommendations? • /r/Python
Hi all, I'm currently looking around for some either onsite or online paid training for py. I'm a security engineer at ${currentjob} and i've...
Parsing Large CSV Files with Python: https://www.reddit.com/r/Python/comments/4cmo77/parsing_large_csv_files_with_python/
reddit
Parsing Large CSV Files with Python • /r/Python
Here is an article I wrote and published on Medium about a project I did recently at work. It's a simple project, but lately I've been wanting to...
never corrupt a virtualenvironment again! use envy: https://www.reddit.com/r/Python/comments/4cmw7d/never_corrupt_a_virtualenvironment_again_use_envy/
reddit
never corrupt a virtualenvironment again! use envy • /r/Python
1 points and 0 comments so far on reddit
asyncio loop.create_connection() using one instance for all connections: https://www.reddit.com/r/Python/comments/4cmwsy/asyncio_loopcreate_connection_using_one_instance/
reddit
asyncio loop.create_connection() using one instance... • /r/Python
Hi, I am experiencing little problem with asyncio. I am trying to do something like this: coros = [ loop.create_connection(lambda: p,...
Scapy - How to Dissect an Ethernet Trailer field: http://stackoverflow.com/questions/36269759/scapy-how-to-dissect-an-ethernet-trailer-field
Stackoverflow
Scapy - How to Dissect an Ethernet Trailer field
I'm using the F5 Networks Big-IP products, which are appending a custom Ethernet II trailer frame for debugging purposes. I'm trying with Scapy to bind a new layer for this trailer, but I'm unable ...