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...
Parsing raw HTTP request/response data from sting representation.: https://www.reddit.com/r/Python/comments/5jwbnx/parsing_raw_http_requestresponse_data_from_sting/
reddit
Parsing raw HTTP request/response data from sting representation.
Hello everyone, Please help me to find appropriate python library to pase raw HTTP requests/responses in string represintation? For example, I...
How to select a subset of tests in pytest using custom markers on params: http://stackoverflow.com/questions/41248127/how-to-select-a-subset-of-tests-in-pytest-using-custom-markers-on-params
Stackoverflow
How to select a subset of tests in pytest using custom markers on params
I wonder how to select a subset of my tests using pytest custom markers
A simple test works as expected:
Code with one marked parameter
import pytest
@pytest.mark.parametrize('a', [pytest.mark.
A simple test works as expected:
Code with one marked parameter
import pytest
@pytest.mark.parametrize('a', [pytest.mark.
What are some of the most extensive projects you have seen?: https://www.reddit.com/r/Python/comments/5jwfng/what_are_some_of_the_most_extensive_projects_you/
reddit
What are some of the most extensive projects you have... • /r/Python
I am a college student and I'm thinking about doing a side project and looking for some inspiration. I'm looking forward to devote 5-6 months of...