New datetime Python library from Requests author Kenneth Reitz: https://www.kennethreitz.org/essays/introducing-maya-datetimes-for-humans
Kenneth Reitz
Introducing Maya: Datetimes for Humans™
Datetimes are a headache to deal with in Python, especially when dealing with timezones, especially when dealing with different machines with different locales. Maya exists to do all the hard work for you, so you can focus on what you're trying to do…
What are your learning plans for 2017?: https://www.reddit.com/r/Python/comments/5izp4m/what_are_your_learning_plans_for_2017/
reddit
What are your learning plans for 2017? • /r/Python
As the title says, what's your plan for 2017 as a developer? How do you want to improve yourself? Let's split the question: **(A)** How do you...
Is python a good lang for this? If so what libs will I need?: https://www.reddit.com/r/Python/comments/5izxd8/is_python_a_good_lang_for_this_if_so_what_libs/
reddit
Is python a good lang for this? If so what libs will I... • /r/Python
I'm trying to evaluate if python is a good language to do a project I'm going to be working on. Basically I'm looking to capture a window and...
Django Celery SQS -> boto.exception.SQSError: SQSError: 599 gnutls_handshake(): http://stackoverflow.com/questions/41084351/django-celery-sqs-boto-exception-sqserror-sqserror-599-gnutls-handshake
Stackoverflow
Django +Celery +SQS -> boto.exception.SQSError: SQSError: 599 gnutls_handshake()
I have Django app in Production working together with Celery and Amazon SQS. Every day in my celery logs I can see that there was SSL error:
[ERROR/MainProcess] Empty body: SQSError: 599
[ERROR/MainProcess] Empty body: SQSError: 599
I wrote a radar hack for cs:go using pygame and pywin32: https://www.reddit.com/r/Python/comments/5j0tfd/i_wrote_a_radar_hack_for_csgo_using_pygame_and/
reddit
r/Python - I wrote a radar hack for cs:go using pygame and pywin32
51 votes and 21 comments so far on Reddit
[Anaconda] best program for create standalone exe?: https://www.reddit.com/r/Python/comments/5j1ghq/anaconda_best_program_for_create_standalone_exe/
reddit
r/Python - [Anaconda] best program for create standalone exe?
2 votes and 5 comments so far on Reddit
What's the point of abstract classes if they don't enforce method signatures?: https://www.reddit.com/r/Python/comments/5j28hi/whats_the_point_of_abstract_classes_if_they_dont/
reddit
What's the point of abstract classes if they don't enforce method...
I was surprised to see the Python abstract classes don't enforce anything except the override and method name. I can see why in Python enforcing...
Bug in python thread: http://stackoverflow.com/questions/41186606/bug-in-python-thread
Stackoverflow
Bug in python thread
I have some raspberry pi running some python code. Once and a while my devices will fail to check in. The rest of the python code continues to run perfectly but the code here quits. I am not sur...
Copying only worksheet of XLS to become new worksheet in new XLS using Python?: http://stackoverflow.com/questions/40881294/copying-only-worksheet-of-xls-to-become-new-worksheet-in-new-xls-using-python
Stackoverflow
Copying only worksheet of XLS to become new worksheet in new XLS using Python?
Using the Python test code below I am trying to copy the only worksheet in an Excel (*.xls) file into a new Excel file with one worksheet.
The input spreadsheet looks like:
from copy import deepc...
The input spreadsheet looks like:
from copy import deepc...
Python setuptools/distutils custom build for the `extra` package: http://stackoverflow.com/questions/41169711/python-setuptools-distutils-custom-build-for-the-extra-package
Stackoverflow
Python setuptools/distutils custom build for the `extra` package
Preamble:
Python setuptools are sued for the package distribution. I have a Python package (let us call it my_package), that has several extra_require packages to it. Everything works just find (
Python setuptools are sued for the package distribution. I have a Python package (let us call it my_package), that has several extra_require packages to it. Everything works just find (