Can someone show me how to use github?: https://www.reddit.com/r/Python/comments/51tcwe/can_someone_show_me_how_to_use_github/
reddit
Can someone show me how to use github? • /r/Python
I want to install the [package](https://github.com/peliot/XIRR-and-XNPV) from github using pip. Not sure what I'm doing wrong. typing: >>...
Python 3.6 dict becomes compact and keywords become ordered: https://mail.python.org/pipermail/python-dev/2016-September/146327.html
What Python 3 features could be backported to Python 2?: https://www.reddit.com/r/Python/comments/51wuu9/what_python_3_features_could_be_backported_to/
reddit
What Python 3 features could be backported to Python 2? • /r/Python
From a technical and compatibility viewpoint, what parts of Python 3 could be backported to Python 2? For example, I'd like to use annotations in...
5 text analysis API's that can make your life easier. Free API key available: https://www.reddit.com/r/Python/comments/51x08i/5_text_analysis_apis_that_can_make_your_life/
reddit
5 text analysis API's that can make your life easier.... • /r/Python
2 points and 0 comments so far on reddit
Question about learning python: https://www.reddit.com/r/Python/comments/51x7gn/question_about_learning_python/
reddit
Question about learning python • /r/Python
I am thinking about learning python and had a few questions. 1. How long does it usually take to get the basics down, and how long should i spend...
Looking for a good deskside reference for python: https://www.reddit.com/r/Python/comments/51xhzb/looking_for_a_good_deskside_reference_for_python/
reddit
Looking for a good deskside reference for python • /r/Python
Not positive if this is the best sub for the question, but a reference book for the Python would be a great tool for anyone who might be working...
Python Driver for ArangoDB, a NoSQL Graph Database: https://www.reddit.com/r/Python/comments/51xm4c/python_driver_for_arangodb_a_nosql_graph_database/
reddit
Python Driver for ArangoDB, a NoSQL Graph Database • /r/Python
0 points and 0 comments so far on reddit
A modular and well tested Python 3 implementation of a Tic-tac-toe CLI game and library.: https://www.reddit.com/r/Python/comments/51xrta/a_modular_and_well_tested_python_3_implementation/
reddit
A modular and well tested Python 3 implementation of a... • /r/Python
1 points and 0 comments so far on reddit
A Python interface to AFL, allowing for easy injection of test cases: https://www.reddit.com/r/Python/comments/51xv47/a_python_interface_to_afl_allowing_for_easy/
reddit
A Python interface to AFL, allowing for easy injection... • /r/Python
1 points and 0 comments so far on reddit
Python 3.6 dict becomes compact and gets a private version; and keywords become ordered: https://www.reddit.com/r/Python/comments/51xysy/python_36_dict_becomes_compact_and_gets_a_private/
reddit
Python 3.6 dict becomes compact and gets a private... • /r/Python
1 points and 0 comments so far on reddit
(REQUEST) I would like to create a program that can return results from the web: https://www.reddit.com/r/Python/comments/51y6de/request_i_would_like_to_create_a_program_that_can/
reddit
(REQUEST) I would like to create a program that can... • /r/Python
Figured I would start here in python, sorry if wrong sub, direct as needed. I would like to create a "program" or "script" to go out to...
How to package my library? A quest for resources.: https://www.reddit.com/r/Python/comments/51youp/how_to_package_my_library_a_quest_for_resources/
reddit
How to package my library? A quest for resources. • /r/Python
Hey all, So we've written some pretty extensive and very useful Python libraries at work. Right now, the way to consume and import these...
Was inspired today to look up why "defaultdict" and "OrderedDict" follow different naming conventions (they basically forgot to rename it "DefaultDict"): https://www.reddit.com/r/Python/comments/51yidc/was_inspired_today_to_look_up_why_defaultdict_and/
reddit
Was inspired today to look up why "defaultdict" and... • /r/Python
2 points and 0 comments so far on reddit
Running scipy.integrate.ode in multiprocessing Pool results in huge performance hit: http://stackoverflow.com/questions/39350557/running-scipy-integrate-ode-in-multiprocessing-pool-results-in-huge-performance
Stackoverflow
Running scipy.integrate.ode in multiprocessing Pool results in huge performance hit
I'm using python's scipy.integrate to simulate a 29-dimensional linear system of differential equations. Since I need to solve several problem instances, I thought I could speed it up by doing
extracting attachments from email.: https://www.reddit.com/r/Python/comments/51z7l0/extracting_attachments_from_email/
reddit
extracting attachments from email. • /r/Python
I'm trying to point to a folder of .msg files and extract the attachments from the .msg and save them to the same folder. I found ExtractMsg...