Identify Bullish Engulfing Pattern after a downtrend using python to filter stocks.
https://medium.com/@pethenachiket5/identify-bullish-engulfing-pattern-after-a-downtrend-using-python-to-filter-stocks-58d121b0257f
https://medium.com/@pethenachiket5/identify-bullish-engulfing-pattern-after-a-downtrend-using-python-to-filter-stocks-58d121b0257f
Medium
Identify Bullish Engulfing Pattern after a downtrend using python to filter stocks.
Write python code to search stocks forming bullish engulfing pattern after a downtrend.
Python Deserves Better Date Parsing
https://medium.com/@eli.m.youngs/python-deserves-better-date-parsing-f8a9d246a9c1
https://medium.com/@eli.m.youngs/python-deserves-better-date-parsing-f8a9d246a9c1
Medium
Python Deserves Better Date Parsing
The Zen of Python
Introduction to Python Programming: Mapping — Dictionary
https://arc-sosangyo.medium.com/introduction-to-python-programming-mapping-dictionary-4d63c5b4db2e
https://arc-sosangyo.medium.com/introduction-to-python-programming-mapping-dictionary-4d63c5b4db2e
Medium
Introduction to Python Programming: Mapping — Dictionary
Mapping in programming is a flexible method to index values. Python uses dictionary as means of mapping.
Yet Another To-do List App: Data Access Layer with SQLAlchemy
https://python.plainenglish.io/yet-another-to-do-list-app-data-access-layer-with-sqlalchemy-4c6d9be5d64f
https://python.plainenglish.io/yet-another-to-do-list-app-data-access-layer-with-sqlalchemy-4c6d9be5d64f
Medium
Yet Another To-do List App: Data Access Layer with SQLAlchemy
As part of my love letter to Python, I decided to write a simple app, to be delivered little by little, showing common concerns you would…
Practical Cryptography — Part VIII
https://medium.com/@aseemchopra/practical-cryptography-part-viii-efeeb79c03f3
https://medium.com/@aseemchopra/practical-cryptography-part-viii-efeeb79c03f3
Medium
Practical Cryptography — Part VIII
Encryption and Decryption
How Did I? Refresh seaborn graph, adding or removing new layers without recreating the main graph…
https://medium.com/@ibrahim.z.hidir/how-did-i-refresh-seaborn-graph-adding-or-removing-new-layers-without-recreating-the-main-graph-71bad6b41837
https://medium.com/@ibrahim.z.hidir/how-did-i-refresh-seaborn-graph-adding-or-removing-new-layers-without-recreating-the-main-graph-71bad6b41837
Medium
How Did I? Refresh seaborn graph, adding or removing new layers without recreating the main graph…
Ok, Lets keep it simple. I’ve created a seaborn line plot which takes about 5–6 minutes. But I don’t want to wait too much when some new…
Codility Algorithm Practice Lesson 9: Maximum Slice Problem, Task 2: MaxSliceSum — a Python…
https://medium.com/@deck451/codility-algorithm-practice-lesson-9-maximum-slice-problem-task-2-maxslicesum-a-python-e0b8571742c8
https://medium.com/@deck451/codility-algorithm-practice-lesson-9-maximum-slice-problem-task-2-maxslicesum-a-python-e0b8571742c8
Medium
Codility Algorithm Practice Lesson 9: Maximum Slice Problem, Task 2: MaxSliceSum — a Python…
Good day! Just as we’ve analyzed and solved the MaxProfit challenge, so shall we tackle this next task: MaxSliceSum. It’s very similar and…
Become an Expert Factor Investor With These 5 Resources
https://medium.datadriveninvestor.com/become-an-expert-factor-investor-with-these-5-resources-ede857b1d0b8
https://medium.datadriveninvestor.com/become-an-expert-factor-investor-with-these-5-resources-ede857b1d0b8
Medium
Become an Expert Factor Investor With These 5 Resources
Let me share 5 valuable sources that I referenced while learning about factor investing.
Pandas data structure Analysis with D-Tale
https://medium.com/@abheesta/analysis-of-pandas-data-structure-with-d-tale-21db46730b9a
https://medium.com/@abheesta/analysis-of-pandas-data-structure-with-d-tale-21db46730b9a
Medium
Pandas data structure Analysis with D-Tale
D-Tale is a GUI based analysis tool with Flask back-end and React front-end. It supports Pandas objects, MultiIndex, DataTimeIndex, Series…