Python Weekly - Issue 275: http://us2.campaign-archive.com/?u=e2e180baf855ac797ef407fc7
Best light weight, easy and fast to code python 2d library: https://www.reddit.com/r/Python/comments/5jrcoz/best_light_weight_easy_and_fast_to_code_python_2d/
reddit
Best light weight, easy and fast to code python 2d library • /r/Python
Hi, i'm looking for fast to code lightweight python 2d graphic library for beginner (I know python well but i'm pretty new in windows and...
vcspull — tool i wrote to checkout / update multiple projects via YAML file: https://www.reddit.com/r/Python/comments/5jrpc9/vcspull_tool_i_wrote_to_checkout_update_multiple/
reddit
vcspull — tool i wrote to checkout / update multiple... • /r/Python
1 points and 0 comments so far on reddit
WereSync: Clones Linux hard drives incrementally or to a smaller drive -- Version 0.2 released, includes GUI: https://www.reddit.com/r/Python/comments/5jrqe9/weresync_clones_linux_hard_drives_incrementally/
reddit
WereSync: Clones Linux hard drives incrementally or to... • /r/Python
1 points and 0 comments so far on reddit
[Pycharm] Pycharm battery drainage increased greatly after I started using version control.: https://www.reddit.com/r/Python/comments/5js83y/pycharm_pycharm_battery_drainage_increased/
reddit
[Pycharm] Pycharm battery drainage increased greatly... • /r/Python
I'm still learning a lot about Python but ever since I turned on Version Control yesterday for Github, my battery usage has skyrocketed. I'm...
Reality Check - Proof of concept sublime text plugin for live editing Python code: https://www.reddit.com/r/Python/comments/5jskdy/reality_check_proof_of_concept_sublime_text/
reddit
Reality Check - Proof of concept sublime text plugin... • /r/Python
0 points and 0 comments so far on reddit
textacy - higher-level NLP built on the spaCy framework: https://www.reddit.com/r/Python/comments/5jslqq/textacy_higherlevel_nlp_built_on_the_spacy/
reddit
textacy - higher-level NLP built on the spaCy framework • /r/Python
1 points and 0 comments so far on reddit
Fit the gamma distribution only to a subset of the samples: http://stackoverflow.com/questions/41247813/fit-the-gamma-distribution-only-to-a-subset-of-the-samples
Stackoverflow
Fit the gamma distribution only to a subset of the samples
I have the histogram of my input data (in black) given in the following graph:
I'm trying to fit the Gamma distribution but not on the whole data but just to the first curve of the histogram (the ...
I'm trying to fit the Gamma distribution but not on the whole data but just to the first curve of the histogram (the ...
Creating a file viewer for files that are not online: https://www.reddit.com/r/Python/comments/5jtakv/creating_a_file_viewer_for_files_that_are_not/
reddit
Creating a file viewer for files that are not online • /r/Python
I want to create a file viewer for files that are not currently online. So we have backups of our system and everyday we get requests to restore...
Celery - Schedule periodic task at the end of another task: http://stackoverflow.com/questions/41107770/celery-schedule-periodic-task-at-the-end-of-another-task
Stack Overflow
Celery - Schedule periodic task at the end of another task
I want to schedule a periodic task with Celery dynamically at the end of another group of task.
I know how to create (static) periodic tasks with Celery:
CELERYBEAT_SCHEDULE = {
'poll_actio...
I know how to create (static) periodic tasks with Celery:
CELERYBEAT_SCHEDULE = {
'poll_actio...
Does MyPy have any shortcomings in its typing versus a traditional statically typed language?: https://www.reddit.com/r/Python/comments/5juo74/does_mypy_have_any_shortcomings_in_its_typing/
reddit
Does MyPy have any shortcomings in its typing versus a... • /r/Python
I'm really impressed that they managed to capture all the possibilities of Python's type system and put it into a comprehensive syntax. Once you...
How do you automate your life with python?: https://www.reddit.com/r/Python/comments/5jv3db/how_do_you_automate_your_life_with_python/
reddit
How do you automate your life with python? • /r/Python
What nifty little script did you write to save some time using python? For me: I gathered some libraries and did a script that downloads youtube...
Convert integer to random but deterministically repeatable choice: http://stackoverflow.com/questions/41255711/convert-integer-to-random-but-deterministically-repeatable-choice
Stackoverflow
Convert integer to random but deterministically repeatable choice
How do I convert an unsigned integer (representing a user ID) to a random looking but actually a deterministically repeatable choice? The choice must be selected with equal probability (irrespectiv...
Python 'requests' - out of my depth!: https://www.reddit.com/r/Python/comments/5jw7py/python_requests_out_of_my_depth/
reddit
Python 'requests' - out of my depth! • /r/Python
Hello I'm trying write a script that retrieves a number of files from an internal work website. The context is that the website has recently...