Modules disappearing after Shutdown: https://www.reddit.com/r/Python/comments/53ukky/modules_disappearing_after_shutdown/
reddit
Modules disappearing after Shutdown • /r/Python
I'm using the openpyxl module to add rows to an excel document from a server as it runs self-tests. I'm running NAS4FREE, which runs basically the...
Is there something like godoc.org but for python packages ?: https://www.reddit.com/r/Python/comments/53urxr/is_there_something_like_godocorg_but_for_python/
Introducing Flask-JWT-Extended: https://www.reddit.com/r/Python/comments/53uorh/introducing_flaskjwtextended/
reddit
Introducing Flask-JWT-Extended • /r/Python
Hey guys, I just got the first version of this pushed out and I want to share it with all of you. This is a flask extension which provides JSON...
Need help with web crawling form handling using python 3: https://www.reddit.com/r/Python/comments/53utiw/need_help_with_web_crawling_form_handling_using/
reddit
Need help with web crawling form handling using python 3 • /r/Python
I'm trying to fill a form using python 3 and preferably just with beautiful soup and requests libraries. I'd like to check some check boxes...
What is the best way to create a web bot?: https://www.reddit.com/r/Python/comments/53uy5h/what_is_the_best_way_to_create_a_web_bot/
reddit
What is the best way to create a web bot? • /r/Python
The bot is a auto checkout bot, I've read about different libraries such beautifulsoup , scrappy, mechanize ... which library is best to start with?
Looking for a good strategy for quick look-ups from large collections of small text files.: https://www.reddit.com/r/Python/comments/53vd2g/looking_for_a_good_strategy_for_quick_lookups/
reddit
Looking for a good strategy for quick look-ups from... • /r/Python
Say I have a 20 million plain text files where each text file contains about ~20k characters and ~100-500 lines of text. Each file has a unique...
[Academic] This is a survey for my school computing project. Any responses on the survey will help me finalise my project plan Thanks: https://www.reddit.com/r/Python/comments/53vea7/academic_this_is_a_survey_for_my_school_computing/
reddit
[Academic] This is a survey for my school computing... • /r/Python
1 points and 0 comments so far on reddit
If, like me, you need a Python centered break from work; here's a cool and informative video that fits perfectly! As a beginner this is a nice change of pace while still related to Python. I think anyone can benefit from watching it.: https://www.reddit.com/r/Python/comments/53vhk2/if_like_me_you_need_a_python_centered_break_from/
reddit
If, like me, you need a Python centered break from... • /r/Python
2 points and 0 comments so far on reddit
Rodeo v2.3.0 major release: 400% faster rendering, plus pop-out plots: https://www.reddit.com/r/Python/comments/53vk59/rodeo_v230_major_release_400_faster_rendering/
reddit
Rodeo v2.3.0 major release: 400% faster rendering,... • /r/Python
2 points and 0 comments so far on reddit
Somewhat new to python (not at all to programming), and I decided to build a control panel. Tell me what you think!: https://www.reddit.com/r/Python/comments/53vs11/somewhat_new_to_python_not_at_all_to_programming/
reddit
Somewhat new to python (not at all to programming),... • /r/Python
4 points and 2 comments so far on reddit
Ned Batchelder - Learn pythonic loops including iterators and generators! [Playlist of awesome python videos]: https://www.reddit.com/r/Python/comments/53wa9a/ned_batchelder_learn_pythonic_loops_including/
reddit
Ned Batchelder - Learn pythonic loops including... • /r/Python
1 points and 0 comments so far on reddit
How to maintain different country versions of same language in Django?: http://stackoverflow.com/questions/39577656/how-to-maintain-different-country-versions-of-same-language-in-django
Stackoverflow
How to maintain different country versions of same language in Django?
I would like to have a few different versions of the same language in Django, customized for different countries (e.g. locale/en, locale/en_CA, locale/en_US, etc.). If there is no language for spec...
CEF Python v53.1 beta released with Python 3 support (at last): https://www.reddit.com/r/Python/comments/53xz09/cef_python_v531_beta_released_with_python_3/
reddit
CEF Python v53.1 beta released with Python 3 support... • /r/Python
CEF Python is a GUI framework that lets you embed a web browser control based on Chromium (CEF) in a desktop application. After a very long time...