Need help programming an automated stock trading algorithm using candle stick patterns PM if you are able to help and understand buy and sell setups: https://www.reddit.com/r/Python/comments/6gcnfm/need_help_programming_an_automated_stock_trading/
reddit
Need help programming an automated stock trading... • r/Python
1 points and 0 comments so far on reddit
Django ORM vs SQLAlchemy for large project?: https://www.reddit.com/r/Python/comments/6gco6h/django_orm_vs_sqlalchemy_for_large_project/
reddit
Django ORM vs SQLAlchemy for large project? • r/Python
So, I've been around both, and I love what they offered me. Django is easier and SQLAlchemy offers more freedom (PK and stuff). But I want to get...
[Python 3.6.1] JSON and nested Dicts: https://www.reddit.com/r/Python/comments/6gd1jg/python_361_json_and_nested_dicts/
reddit
[Python 3.6.1] JSON and nested Dicts • r/Python
So I've spent the last week trying to wrap my head around JSON and how to parse it into usable data in Python 3.6. I'm burning out and hitting a...
Learn Full Python Training | Python Tutorials | Python For Beginners [Bonus 8 Apps]: https://www.reddit.com/r/Python/comments/6gekyf/learn_full_python_training_python_tutorials/
reddit
Learn Full Python Training | Python Tutorials | Python... • r/Python
1 points and 0 comments so far on reddit
How to detect object in selected area with Python and OpenCV?: https://www.reddit.com/r/Python/comments/6gfchn/how_to_detect_object_in_selected_area_with_python/
reddit
How to detect object in selected area with Python and... • r/Python
Hello, could You please tell me how to detect object in seleted area with Python and OpenCV? I want to capture frames from webcam, draw some...
New Postmark extension for Flask. Any feedback is very welcome!: https://www.reddit.com/r/Python/comments/6gfe6z/new_postmark_extension_for_flask_any_feedback_is/
reddit
New Postmark extension for Flask. Any feedback is very... • r/Python
1 points and 0 comments so far on reddit
Any cool ideas of what to do once you are done with one of those basic training courses?: https://www.reddit.com/r/Python/comments/6gfxai/any_cool_ideas_of_what_to_do_once_you_are_done/
reddit
Any cool ideas of what to do once you are done with one... • r/Python
Hello all, I've completed a basic course on Python. Basically, stuff like print to screen, variables, loops, class structures, opening and...
Multiprocessing - map over list, killing processes that stall above timeout limit: https://stackoverflow.com/questions/44402085/multiprocessing-map-over-list-killing-processes-that-stall-above-timeout-limi
Stackoverflow
Multiprocessing - map over list, killing processes that stall above timeout limit
I have a list of elements that I want to modify using multiprocessing. The issue is that for some particular inputs (unobservable prior to attempting), part of the my function stalls. I've shown this
What do you look for in a testing library?: https://www.reddit.com/r/Python/comments/6gg3oz/what_do_you_look_for_in_a_testing_library/
reddit
What do you look for in a testing library? • r/Python
I've currently started making a light-weight unit testing library (started yesterday). I'm looking to see what people look for in a testing...
Hacking my way to a Jupyter notebook powered blog: https://www.reddit.com/r/Python/comments/6gg9as/hacking_my_way_to_a_jupyter_notebook_powered_blog/
reddit
Hacking my way to a Jupyter notebook powered blog • r/Python
1 points and 0 comments so far on reddit
How can I update a .yml file, ignoring preexisting Jinja syntax, using Python?: https://stackoverflow.com/questions/44422304/how-can-i-update-a-yml-file-ignoring-preexisting-jinja-syntax-using-python
Stackoverflow
How can I update a .yml file, ignoring preexisting Jinja syntax, using Python?
I have some preprocessing to do with some existing .yml files - however, some of them have Jinja syntax embedded in them:
A:
B:
- ip: 1.2.3.4
- myArray:
- {{ jinja.variable }}
- val1
-...
A:
B:
- ip: 1.2.3.4
- myArray:
- {{ jinja.variable }}
- val1
-...
[I made w/ Flask] A website that allows you to download an album/gallery from Imgur without having to wait if it is too big.: https://www.reddit.com/r/Python/comments/6ggohy/i_made_w_flask_a_website_that_allows_you_to/
reddit
[I made w/ Flask] A website that allows you to download... • r/Python
Hello, This is my first time posting something I have done and I'm really curious if you like it. I'm learning Python and Flask, until I take a...
How to Parse HL7 file with Python to pandas: https://www.reddit.com/r/Python/comments/6gh8oy/how_to_parse_hl7_file_with_python_to_pandas/
reddit
How to Parse HL7 file with Python to pandas • r/Python
I have HL7 file where it has multiple MSH(message). I am trying to find best way to parse this file to columns and row to python pandas data frame...
Django logging custom attributes in formatter: https://stackoverflow.com/questions/44424040/django-logging-custom-attributes-in-formatter
Stack Overflow
Django logging custom attributes in formatter
How can Django use logging to log using custom attributes in the formatter? I'm thinking of logging the logged in username for example.
In the settings.py script, the LOGGING variable is defined:
In the settings.py script, the LOGGING variable is defined: