How A Data Scientist Can Improve His Productivity Using DS Iterations and Pipelines Written On Python: https://www.reddit.com/r/Python/comments/6c3l74/how_a_data_scientist_can_improve_his_productivity/
reddit
How A Data Scientist Can Improve His Productivity Using... • r/Python
1 points and 0 comments so far on reddit
The Code Academy's Python Programming (book) is now 43% off: https://www.reddit.com/r/Python/comments/6c443g/the_code_academys_python_programming_book_is_now/
reddit
The Code Academy's Python Programming (book) is now 43% off • r/Python
2 points and 1 comments so far on reddit
Performance enhancement of ranking function by replacement of lambda x with vectorization: http://stackoverflow.com/questions/44030936/performance-enhancement-of-ranking-function-by-replacement-of-lambda-x-with-vect
Stackoverflow
Performance enhancement of ranking function by replacement of lambda x with vectorization
I have a ranking function that I apply to a large number of columns of several million rows which takes minutes to run. By removing all of the logic preparing the data for application of the .rank(
Are Zenva courses any good? Slashdot has a sale - 8 courses bundle for $40: https://www.reddit.com/r/Python/comments/6c5bk1/are_zenva_courses_any_good_slashdot_has_a_sale_8/
reddit
Are Zenva courses any good? Slashdot has a sale - 8... • r/Python
This: https://deals.slashdot.org/sales/the-python-power-coder-bonus-bundle
Why did Editra (Python code editor) fall out of favour?: https://www.reddit.com/r/Python/comments/6c5nyf/why_did_editra_python_code_editor_fall_out_of/
reddit
Why did Editra (Python code editor) fall out of favour? • r/Python
Editra has lots of functionality I've always wanted from a good Python editor, including (but not limited to) embedded interpreter and...
We're doing a free webinar today: Different Auth mechanisms in RESTful APIs (using Flask). In case anyone is interested.: https://www.reddit.com/r/Python/comments/6c5t82/were_doing_a_free_webinar_today_different_auth/
reddit
We're doing a free webinar today: Different Auth... • r/Python
2 points and 0 comments so far on reddit
List all attributes which are inherited by a class: http://stackoverflow.com/questions/44028984/list-all-attributes-which-are-inherited-by-a-class
Stack Overflow
List all attributes which are inherited by a class
Hi I have the below from which I am trying to pull data from Outlook using code obtained on StackOverflow.
Using the first loop, I am trying to gather all attributes available to the object.
Whi...
Using the first loop, I am trying to gather all attributes available to the object.
Whi...
What would be the best python framework to use to build a machine learning rest api?: https://www.reddit.com/r/Python/comments/6c5hnj/what_would_be_the_best_python_framework_to_use_to/
reddit
What would be the best python framework to use to build... • r/Python
What I want to do is build a simple mobile app that can detect images e.g. 'SEE-food'. I want to feed pictures into the camera using the app and...
Run a function after returning a value in flask from Ajax request?: https://www.reddit.com/r/Python/comments/6c7ao5/run_a_function_after_returning_a_value_in_flask/
reddit
Run a function after returning a value in flask from... • r/Python
Is it possible to return a value in flask from an Ajax request and then run a function so that the user doesn't have to wait for a response to...
Library to manage file system structure using templates/patterns in python: http://stackoverflow.com/questions/43956032/library-to-manage-file-system-structure-using-templates-patterns-in-python
Stackoverflow
Library to manage file system structure using templates/patterns in python
I'm looking for a library to be able to represent a file system structure using templates. One of the open source examples I know is this one
which is pretty neat, but AFAIK it does not support op...
which is pretty neat, but AFAIK it does not support op...
a "six degrees of separation" web applet to find the shortest path between two subreddits through related subreddits using networkx inside of a django app: https://www.reddit.com/r/Python/comments/6c82eu/a_six_degrees_of_separation_web_applet_to_find/
reddit
a "six degrees of separation" web applet to find the... • r/Python
I'm relatively new to Django, but I'm really enjoying using it so far. one of the first things I wanted to do with it is build some of my offline...