E-mail providers / SMTP server software to send e-mail notifications?: https://www.reddit.com/r/Python/comments/646741/email_providers_smtp_server_software_to_send/
reddit
E-mail providers / SMTP server software to send e-mail... • r/Python
Hi, I have a script that checks a website and tells me when there are new items in it so I can go and see myself. Items are updated regularly...
What to do with example scripts?: https://www.reddit.com/r/Python/comments/646jog/what_to_do_with_example_scripts/
reddit
What to do with example scripts? • r/Python
I am in the process of writing a package for a library. What's the best way to package example scripts that use the library? I don't want them...
Spiderpig, a new library to structure your scripts for data analysis: https://www.reddit.com/r/Python/comments/646u8y/spiderpig_a_new_library_to_structure_your_scripts/
reddit
Spiderpig, a new library to structure your scripts for... • r/Python
1 points and 0 comments so far on reddit
Python vs. R: The battle for data scientist mind share: http://www.infoworld.com/article/3187550/data-science/python-vs-r-the-battle-for-data-scientist-mind-share.html
InfoWorld
Python vs. R: The battle for data scientist mind share
Here’s how the general-purpose favorite of scientists stacks up against the stat head’s data-honed tool of choice
How to fake a sophisticated knowledge of wine with Markov Chains: https://www.reddit.com/r/Python/comments/647zoi/how_to_fake_a_sophisticated_knowledge_of_wine/
reddit
How to fake a sophisticated knowledge of wine with... • r/Python
162 points and 7 comments so far on reddit
Why am I having trouble adding an object of a new class to a dictionary?: https://www.reddit.com/r/Python/comments/648511/why_am_i_having_trouble_adding_an_object_of_a_new/
reddit
Why am I having trouble adding an object of a new class... • r/Python
As part of a school project, I have to make a new class object. I have managed to do that. But now I have to make attributes of that class object...
Any python framework to pentest home router\network: https://www.reddit.com/r/Python/comments/648s40/any_python_framework_to_pentest_home_routernetwork/
reddit
Any python framework to pentest home router\network • r/Python
Would like to harden my home network while knowing my isp is probably undermining any effort. One can still hope. Thoughts? Source?
Noob question, re: DataFrame operations: https://www.reddit.com/r/Python/comments/648xkg/noob_question_re_dataframe_operations/
reddit
Noob question, re: DataFrame operations • r/Python
I'm following the code examples in O'Reilly's "Scikit-Learn with TensorFlow" (excellent so far, BTW). Chapter 2 code begins by loading a DataFrame...
I have a project idea and very little python experience. Where should I start?: https://www.reddit.com/r/Python/comments/64a3om/i_have_a_project_idea_and_very_little_python/
reddit
I have a project idea and very little python... • r/Python
So, I had an idea that involves playing a random song from a specific Spotify playlist every morning. I'm sure this is possible, but I don't even...
Would this be a good way to learn? [link in description]: https://www.reddit.com/r/Python/comments/64b7k8/would_this_be_a_good_way_to_learn_link_in/
reddit
Would this be a good way to learn? [link in description] • r/Python
Hi I'm brand new to python and have admittedly never actually been to this sub. Without saying too much would these ebooks for sale via...
Google App Engine: No module named google.api: http://stackoverflow.com/questions/42780619/google-app-engine-no-module-named-google-api
Stack Overflow
Google App Engine: No module named google.api
I have installed the latest version of google cloud sdk, google-cloud-sdk-app-engine-python on my Ubuntu PC as mentioned in the docs in-order to test google-cloud-endpoints-framework sample app.
B...
B...
Tensorflow report error with the restored training model: http://stackoverflow.com/questions/43269422/tensorflow-report-error-with-the-restored-training-model
Stackoverflow
Tensorflow report error with the restored training model
I'm newbie with machine learning and Tensorflow, by using its example tutorial source code, the model get trained and printed the accuracy, but it doesn't include source code to export the model and
How can I create a DataFrame slice object piece by piece?: http://stackoverflow.com/questions/42981827/how-can-i-create-a-dataframe-slice-object-piece-by-piece
Stack Overflow
How can I create a DataFrame slice object piece by piece?
I have a DataFrame, and I want to select certain rows and columns from it. I know how to do this using loc. However, I want to be able to specify each criteria individually, rather than in one go.