A Flask web app to get the Factorio server list and display server info including mods: https://www.reddit.com/r/Python/comments/5jq8w3/a_flask_web_app_to_get_the_factorio_server_list/
reddit
A Flask web app to get the Factorio server list and... • /r/Python
1 points and 1 comments so far on reddit
I used Python to connect a Plotter to Twitch. Come draw!: https://www.reddit.com/r/Python/comments/5jqpd4/i_used_python_to_connect_a_plotter_to_twitch_come/
reddit
I used Python to connect a Plotter to Twitch. Come draw! • /r/Python
1 points and 0 comments so far on reddit
Where do you host your web projects?: https://www.reddit.com/r/Python/comments/5jqmi0/where_do_you_host_your_web_projects/
reddit
Where do you host your web projects? • /r/Python
I made a bunch of little tools and stuff using flask and i wonder where i could host them cheaply or even better for free?
Groups of chains with positional arguments in partial tasks using Celery: http://stackoverflow.com/questions/41144584/groups-of-chains-with-positional-arguments-in-partial-tasks-using-celery
Stackoverflow
Groups of chains with positional arguments in partial tasks using Celery
I am writing an application which will execute a group of several synchronous chains of tasks asynchronously.
In other words, I might have the pipeline foo(a,b,c) -> boo(a,b,c) for some list of...
In other words, I might have the pipeline foo(a,b,c) -> boo(a,b,c) for some list of...
Is divmod() faster than using the % and // operators?: http://stackoverflow.com/questions/30079879/is-divmod-faster-than-using-the-and-operators
Stack Overflow
Is divmod() faster than using the % and // operators?
I remember from assembly that integer division instructions yield both the quotient and remainder. So, in python will the built-in divmod() function be better performance-wise than using the % and //
I am a marketer with no programming background and want to learn Python. Where to start?: https://www.reddit.com/r/Python/comments/5jqw69/i_am_a_marketer_with_no_programming_background/
reddit
I am a marketer with no programming background and... • /r/Python
1 points and 3 comments so far on reddit
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...