Hello could I have some help with my GUI?: https://www.reddit.com/r/Python/comments/4ivffq/hello_could_i_have_some_help_with_my_gui/
  
  reddit
  
  Hello could I have some help with my GUI? • /r/Python
  Novice at python here. I'm trying to make it so that the buttons to either side of the percentage symbol increase and...
  Github introduces unlimited private repos for $7/month: https://www.reddit.com/r/Python/comments/4ivdqk/github_introduces_unlimited_private_repos_for/
  
  reddit
  
  Github introduces unlimited private repos for $7/month • /r/Python
  3 points and 1 comments so far on reddit
  What is your favorite Python error message?: https://www.reddit.com/r/Python/comments/4ivd2k/what_is_your_favorite_python_error_message/
  
  reddit
  
  What is your favorite Python error message?
  I recently came across one that I think takes the cake. I accidentally had nested `multiprocessing` things happing at one and got: ...
  Using SQLite and Flask: Having one database connection for the app. Possible issues?: https://www.reddit.com/r/Python/comments/4ivus1/using_sqlite_and_flask_having_one_database/
  
  reddit
  
  Using SQLite and Flask: Having one database connection... • /r/Python
  I wrapped a SQLite db with Flask to make a quick and dirty RESTful API. Contrary to how they recommend in [the...
  Python Generator comprehensions: http://nedbatchelder.com//blog/201605/generator_comprehensions.html
  Why python multiprocessing is so much worse than GNU Parallel?: https://www.reddit.com/r/Python/comments/4iwq1e/why_python_multiprocessing_is_so_much_worse_than/
  
  reddit
  
  Why python multiprocessing is so much worse than GNU... • /r/Python
  I use [GNU Parallel](https://www.gnu.org/software/parallel/) to run a lot of data-wrangling tasks in command line (mostly together with...
  Cumbersome python list comprehension: https://www.reddit.com/r/Python/comments/4iws4a/cumbersome_python_list_comprehension/
  
  reddit
  
  Cumbersome python list comprehension • /r/Python
  Anybody could find a simpler way to write this: [x.get_group_id() for x in my_grp if (x.get_group_id() == max([x.len_res() for x in my_grp]))]
  Looking for an open source security project: https://www.reddit.com/r/Python/comments/4ixpiq/looking_for_an_open_source_security_project/
  
  reddit
  
  Looking for an open source security project • /r/Python
  Hi! As the title says, I' looking for a (new) project to collaborate with. I'm interested on security (pentesting), so I'm searching for something...
  Why is inversion of control not very popular in Python, even though 100% code coverage seem to be advisable due do its untyped nature?: https://www.reddit.com/r/Python/comments/4ixqmb/why_is_inversion_of_control_not_very_popular_in/
  
  reddit
  
  Why is inversion of control not very popular in... • /r/Python
  1 points and 1 comments so far on reddit
  You're a good Python developer who wants to lead an open source project?: https://www.reddit.com/r/Python/comments/4ixzvw/youre_a_good_python_developer_who_wants_to_lead/
  
  reddit
  
  You're a good Python developer who wants to lead an... • /r/Python
  Howdy, TL;DR: We are looking for a *good* Python developer who would like to contribute to an open source project run by a gaming...
  AWS - DJANGO - Error in formatting: OperationalError: fe_sendauth: no password supplied: http://stackoverflow.com/questions/37110004/aws-django-error-in-formatting-operationalerror-fe-sendauth-no-password-s
  
  Stackoverflow
  
  AWS - DJANGO - Error in formatting: OperationalError: fe_sendauth: no password supplied
  I have just setup a Django app on aws beanstalk with PostgreSQL 9.4.7. My database settings are as follows;
if 'RDS_DB_NAME' in os.environ:
DATABASES = {
'default': {
'ENGI...
  if 'RDS_DB_NAME' in os.environ:
DATABASES = {
'default': {
'ENGI...
Can an error be located within a line?: https://www.reddit.com/r/Python/comments/4izeou/can_an_error_be_located_within_a_line/
  
  reddit
  
  Can an error be located within a line? • /r/Python
  This is most irritating when it's an indexing error, and it seems like my IDE (spyder) could highlight the offending area( like the 'y-5' in...
  How to pass a string from python to shell script ?: https://www.reddit.com/r/Python/comments/4izpu9/how_to_pass_a_string_from_python_to_shell_script/
  
  reddit
  
  How to pass a string from python to shell script ? • /r/Python
  subprocess.check_output('./shell.sh %s' % (text), shell=True) The above piece of code works fine. But the problem is the string "text" can have...
  Transcrypt Python 3.5 to JavaScript compiler now features mult-level sourcemaps: https://www.reddit.com/r/Python/comments/4izr2d/transcrypt_python_35_to_javascript_compiler_now/
  
  reddit
  
  Transcrypt Python 3.5 to JavaScript compiler now... • /r/Python
  You can debug your minified or non-minified JavaScript code from the Python 3.5 source. http://www.transcrypt.org
  