Metaclasses in Python - one of my first blogposts. I'd like to hear some feedback.: https://www.reddit.com/r/Python/comments/6c2x5u/metaclasses_in_python_one_of_my_first_blogposts/
reddit
Metaclasses in Python - one of my first blogposts. I'd... • r/Python
2 points and 0 comments so far on reddit
setup.py -- configuration for private / commercial projects: http://stackoverflow.com/questions/44003423/setup-py-configuration-for-private-commercial-projects
Stack Overflow
setup.py -- configuration for private / commercial projects
What can I put on our setup.py project configuration file to tell the developers that the project is a private/commercial application/library.
Currently I set:
setup(
name='MyProject',
ve...
Currently I set:
setup(
name='MyProject',
ve...
Would you like to learn Python from scratch.: https://www.reddit.com/r/Python/comments/6c34ko/would_you_like_to_learn_python_from_scratch/
reddit
Would you like to learn Python from scratch. • r/Python
I would like to learn Python from scratch, I found a bundle a few weeks ago for these books on humblebundle and got the whole lot for 15...
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...