Proper way to create dynamic workflows in Airflow: http://stackoverflow.com/questions/41517798/proper-way-to-create-dynamic-workflows-in-airflow
Stack Overflow
Proper way to create dynamic workflows in Airflow
Problem
Is there any way in Airflow to create a workflow such that the number of tasks B.* is unknown until completion of Task A? I have looked at subdags but it looks like it can only work with a
Is there any way in Airflow to create a workflow such that the number of tasks B.* is unknown until completion of Task A? I have looked at subdags but it looks like it can only work with a
Mistakes I Made Writing a Django App (and How I Fixed Them) (x-post /r/Django): https://www.reddit.com/r/Python/comments/5mygek/mistakes_i_made_writing_a_django_app_and_how_i/
reddit
Mistakes I Made Writing a Django App (and How I Fixed... • /r/Python
4 points and 1 comments so far on reddit
Improving the looks with an GUI?: https://www.reddit.com/r/Python/comments/5mz099/improving_the_looks_with_an_gui/
reddit
Improving the looks with an GUI? • /r/Python
Hey! I'm teaching myself Python (coming from front end) and I wanted to learn by making simple things that also look good **while** learning the...
I've posted my first ever package to PYPI. I'd appreciate if you took a look: https://www.reddit.com/r/Python/comments/5mz1y3/ive_posted_my_first_ever_package_to_pypi_id/
reddit
I've posted my first ever package to PYPI. I'd... • /r/Python
1 points and 0 comments so far on reddit
A repo to help analyze tweets with NLTK and pandas dfs (includes tweets from Trump/Clinton/FoxNews/CNN: https://www.reddit.com/r/Python/comments/5mzn3y/a_repo_to_help_analyze_tweets_with_nltk_and/
reddit
A repo to help analyze tweets with NLTK and pandas dfs... • /r/Python
3 points and 0 comments so far on reddit
Visualizations of word usage in a public OKCupid profile dataset with pandas matplotlib (includes link to jupyter notebook): https://www.reddit.com/r/Python/comments/5n0570/visualizations_of_word_usage_in_a_public_okcupid/
reddit
Visualizations of word usage in a public OKCupid... • /r/Python
1 points and 0 comments so far on reddit
How do I get persistent variables in XLWINGS - and why I love that runpython takes a string argument: https://www.reddit.com/r/Python/comments/5n04a5/how_do_i_get_persistent_variables_in_xlwings_and/
reddit
How do I get persistent variables in XLWINGS - and why... • /r/Python
Hi all I'm trying to get xlwings to generate a large panda dataframe with a lot of data AND KEEP IT IN MEMORY First, I load a sheet into the...
Streaming a textfile on ArcPad Studio in real time: https://www.reddit.com/r/Python/comments/5n0lvq/streaming_a_textfile_on_arcpad_studio_in_real_time/
reddit
Streaming a textfile on ArcPad Studio in real time • /r/Python
I'm currently working on a project to stream methane quantity readings on ArcPad in real time. (ArcPad can take Python script to customize itself)...
So apparently there are python to javascript converters. Could i make a chrome extension with them?: https://www.reddit.com/r/Python/comments/5n0tq0/so_apparently_there_are_python_to_javascript/
reddit
So apparently there are python to javascript... • /r/Python
Hey, i read that there are python to javascript converters and i wondered if it would be possible to make a chrome extension (apparently written...
Is it possible to write a Python script to take a test online?: https://www.reddit.com/r/Python/comments/5n11x2/is_it_possible_to_write_a_python_script_to_take_a/
reddit
Is it possible to write a Python script to take a test... • /r/Python
I am trying to find out if its possible to write a script to go through an online course, learn the subject, then take the test afterwards. I am...
Rodeo v2.5.2 for Windows ships with Python built in (Anaconda's Miniconda)!: https://www.reddit.com/r/Python/comments/5n0s3q/rodeo_v252_for_windows_ships_with_python_built_in/
reddit
Rodeo v2.5.2 for Windows ships with Python built in... • /r/Python
2 points and 0 comments so far on reddit
Best method of converting .py to .exe for Python 3.6?: https://www.reddit.com/r/Python/comments/5n19p8/best_method_of_converting_py_to_exe_for_python_36/
reddit
Best method of converting .py to .exe for Python 3.6? • /r/Python
Hi all, I'm trying to convert a fairly simple Python program to an executable and couldn't find what I was looking for, so I have a few questions...