Does third-party python distribution safe?: https://www.reddit.com/r/Python/comments/56x296/does_thirdparty_python_distribution_safe/
reddit
Does third-party python distribution safe? • /r/Python
I am wondering the safety of third-party python distribution. For example, the famous one, 'Anaconda'. It installed many executable binaries in...
Python for Microcontrollers: Arduino Zero is the most voted board!: https://www.reddit.com/r/Python/comments/56x2b3/python_for_microcontrollers_arduino_zero_is_the/
reddit
Python for Microcontrollers: Arduino Zero is the most... • /r/Python
0 points and 0 comments so far on reddit
Real World Hadoop - Automating Hadoop install with Python!: https://www.reddit.com/r/Python/comments/56x5wc/real_world_hadoop_automating_hadoop_install_with/
reddit
Real World Hadoop - Automating Hadoop install with Python! • /r/Python
0 points and 0 comments so far on reddit
Python for Beginners: From Noob to Expert in 22 Hours: https://www.reddit.com/r/Python/comments/56x8fy/python_for_beginners_from_noob_to_expert_in_22/
reddit
Python for Beginners: From Noob to Expert in 22+ Hours • /r/Python
0 points and 0 comments so far on reddit
A Python-flavored newsletter for Fullstack Web Dev: 5 links 1 tip every week: https://www.reddit.com/r/Python/comments/56xf52/a_pythonflavored_newsletter_for_fullstack_web_dev/
reddit
A Python-flavored newsletter for Fullstack Web Dev: 5... • /r/Python
1 points and 0 comments so far on reddit
Most efficient way to determine overlapping timeseries in Python: http://stackoverflow.com/questions/39885770/most-efficient-way-to-determine-overlapping-timeseries-in-python
Stack Overflow
Most efficient way to determine overlapping timeseries in Python
I am trying to determine what percentage of the time that two time series overlap using python's pandas library. The data is nonsynchronous so the times for each data point do not line up. Here is an
What modules should you always import for doing calculations: https://www.reddit.com/r/Python/comments/56xpb2/what_modules_should_you_always_import_for_doing/
reddit
What modules should you always import for doing... • /r/Python
From time to time I write little python files to calculate things to solve problems in mechanical engineering. I find myself importing things...
hello, i am cross-posting because i saw that the tensorflow sub reddit is not very active. so i hope anyone in /r/python can help me with the problem described in that post: https://www.reddit.com/r/Python/comments/56xt2q/hello_i_am_crossposting_because_i_saw_that_the/
reddit
hello, i am cross-posting because i saw that the... • /r/Python
1 points and 0 comments so far on reddit
My Startling Encounter With Python Debuggers (Part 2): https://www.reddit.com/r/Python/comments/56xtvg/my_startling_encounter_with_python_debuggers_part/
reddit
My Startling Encounter With Python Debuggers (Part 2) • /r/Python
1 points and 0 comments so far on reddit
Moving from R to Python: The Libraries You Need to Know: https://www.reddit.com/r/Python/comments/56ytrh/moving_from_r_to_python_the_libraries_you_need_to/
reddit
Moving from R to Python: The Libraries You Need to Know • /r/Python
2 points and 0 comments so far on reddit
Flask-JWT-Extended 0.0.3 Released: https://www.reddit.com/r/Python/comments/56z7yo/flaskjwtextended_003_released/
reddit
Flask-JWT-Extended 0.0.3 Released • /r/Python
Flask JWT Extended 0.0.3 has been released! This release includes a major change: we now has support for storing JWTs in cookies, and adding CSRF...
Told to do a Tkinter demonstration... any suggestions/fixes etc.?: https://www.reddit.com/r/Python/comments/56zac6/told_to_do_a_tkinter_demonstration_any/
reddit
Told to do a Tkinter demonstration... any... • /r/Python
My I.T. teacher told me to make a demonstration of Tkinter in Python and things it can do. So far, I've made [this](http://pastebin.com/HysTrH2k)...
Is there a way to compile python application into static binary?: http://stackoverflow.com/questions/39913847/is-there-a-way-to-compile-python-application-into-static-binary
Stack Overflow
Is there a way to compile a python application into static binary?
What I'm trying to do is ship my code to a remote server, that may have different python version installed and/or may not have packages my app requires.
Right now to achieve such portability I hav...
Right now to achieve such portability I hav...
What is the standard for chaining inputs and outputs in a python application?: https://www.reddit.com/r/Python/comments/570979/what_is_the_standard_for_chaining_inputs_and/
reddit
What is the standard for chaining inputs and outputs... • /r/Python
I am currently writing a simple recommendations system at my company using Pandas, scikit-learn, and the collections module. I will not get into...