Feedback on small python script: https://www.reddit.com/r/Python/comments/54liyq/feedback_on_small_python_script/
reddit
Feedback on small python script • /r/Python
Hey guys I began learning python about 6 months ago. After a point for about the last two months, I have been very discouraged at my progress as...
A new python library for unevenly-spaced time series analysis: https://www.reddit.com/r/Python/comments/54m2ht/a_new_python_library_for_unevenlyspaced_time/
reddit
A new python library for unevenly-spaced time series... • /r/Python
0 points and 0 comments so far on reddit
Python UDFs in Amazon Redshift: how they work, why they’re great, and how to start using them: https://www.reddit.com/r/Python/comments/54n05f/python_udfs_in_amazon_redshift_how_they_work_why/
reddit
Python UDFs in Amazon Redshift: how they work, why... • /r/Python
1 points and 0 comments so far on reddit
Any good examples of bottle framework usage at scale? (kinda the same question for flask): https://www.reddit.com/r/Python/comments/54nf57/any_good_examples_of_bottle_framework_usage_at/
reddit
Any good examples of bottle framework usage at scale?... • /r/Python
I'm working for a client that uses the bottle framework, and they need me to write a full specification of API's (+200 endpoints). I've only done...
Can someone walk me through setting up and actually working on a project in Anaconda?: https://www.reddit.com/r/Python/comments/54oe5o/can_someone_walk_me_through_setting_up_and/
reddit
Can someone walk me through setting up and actually... • /r/Python
I'm trying to get started in Anaconda to do some data analysis and have been reading through a number of tutorials. I see how I can set up a...
The most productive week ever in CPython development: https://www.reddit.com/r/Python/comments/54odr3/the_most_productive_week_ever_in_cpython/
reddit
The most productive week ever in CPython development • /r/Python
3 points and 0 comments so far on reddit
Show HN: Printed Books from WhatsApp with Python and LaTeX: http://beckman.io/whatsapp-books-a-hackers-guide
Beckman.io
Printing WhatsApp Books
How to print books from WhatsApp chats
Setting up testing and CI for your opensource project (Tox, Travis, Codeclimate): https://www.reddit.com/r/Python/comments/54p320/setting_up_testing_and_ci_for_your_opensource/
reddit
Setting up testing and CI for your opensource project (Tox,...
Hey everybody. Learning how to make services cooperate is painful. Some of you are probably using some of the services I listed, but are they...
20 Python Libraries You Aren't Using (But Should) - [Talk Python To Me Podcast]: https://www.reddit.com/r/Python/comments/54pezo/20_python_libraries_you_arent_using_but_should/
reddit
20 Python Libraries You Aren't Using (But Should) -... • /r/Python
1 points and 0 comments so far on reddit
what could cause html and script to behave different across iterations of a for loop?: http://stackoverflow.com/questions/39672565/what-could-cause-html-and-script-to-behave-different-across-iterations-of-a-for
Stackoverflow
what could cause html and script to behave different across iterations of a for loop?
I'm trying to build a side navigation bar where categories are listed and upon clicking a category a respective sub list of subcategories is shown right below the category. And if the category is c...