How to Build a Backtesting Engine in Python Using Pandas
https://medium.com/@Jachowskii/how-to-build-a-backtesting-engine-in-python-using-pandas-bc8e532a9e95
https://medium.com/@Jachowskii/how-to-build-a-backtesting-engine-in-python-using-pandas-bc8e532a9e95
Medium
How to Build a Backtesting Engine in Python Using Pandas
A simple way to build an easily scalable backtesting engine to test your Trading Systems in Python using only Pandas and Numpy
Getting Started with unittest in Python
https://medium.com/tauk-blog/getting-started-with-unittest-in-python-7ff7fd589db8
https://medium.com/tauk-blog/getting-started-with-unittest-in-python-7ff7fd589db8
Medium
Getting Started with unittest in Python
To ensure that all code meets the quality standards and functional requirements, writing unit tests to verify code behavior in isolation is…
Histogram plots and Canny Edges for images using OpenCV
https://usernamejack.medium.com/histogram-plots-and-canny-edges-for-images-using-opencv-89d4ccf92cc1
https://usernamejack.medium.com/histogram-plots-and-canny-edges-for-images-using-opencv-89d4ccf92cc1
Medium
Histogram plots and Canny Edges for images using OpenCV
Minimização de funcão utilizando Random Walk
https://juliana-auzier.medium.com/minimiza%C3%A7%C3%A3o-de-func%C3%A3o-utilizando-random-walk-c85490035373
https://juliana-auzier.medium.com/minimiza%C3%A7%C3%A3o-de-func%C3%A3o-utilizando-random-walk-c85490035373
Medium
Minimização de funcão utilizando Random Walk
Minimização de funções
List, Dictionary & Set Comprehensions (Python) In 4 Minutes
https://zl-liu.medium.com/list-dictionary-set-comprehensions-python-in-4-minutes-740d4408da7f
https://zl-liu.medium.com/list-dictionary-set-comprehensions-python-in-4-minutes-740d4408da7f
Medium
List, Dictionary & Set Comprehensions (Python) In 4 Minutes
If you’re past the beginner stages of learning Python, chances are that you’ve come into contact with list comprehensions. This article…
EP.5 Write the workflow using Couler | Argo Workflows
https://medium.com/@ratchaphon/ep-5-write-the-workflow-using-couler-argo-workflows-409a83b77ae5
https://medium.com/@ratchaphon/ep-5-write-the-workflow-using-couler-argo-workflows-409a83b77ae5
Medium
EP.5 Write the workflow using Couler | Argo Workflows
Creating a Workflow
Automate your scripts with the power of cron(time) on macOS
https://medium.com/@leonardschwenk/automate-your-scripts-with-the-power-of-cron-time-on-macos-b9a4b2519001
https://medium.com/@leonardschwenk/automate-your-scripts-with-the-power-of-cron-time-on-macos-b9a4b2519001
Medium
Automate your scripts with the power of cron(time) on macOS
You might have heard of crontab. It’s a command line tool to schedule your tasks. This simple and great for any small automation.
If You Are Using Python and Google Cloud Platform, This Will Simplify Life for You (Part 2)
https://towardsdatascience.com/if-you-are-using-python-and-google-cloud-platform-this-will-simplify-life-for-you-part-2-bef56354fd4c
https://towardsdatascience.com/if-you-are-using-python-and-google-cloud-platform-this-will-simplify-life-for-you-part-2-bef56354fd4c
Towards Data Science
If You Are Using Python and Google Cloud Platform, This Will Simplify Life for You (Part 2) | Towards Data Science
Manage your private packages with artifact registry and import them in Cloud Composer DAGs
Extract news information using Python and Scrapy
https://medium.com/@niiicolai/extract-news-information-using-python-and-scrapy-b523585c95c9
https://medium.com/@niiicolai/extract-news-information-using-python-and-scrapy-b523585c95c9
Medium
Extract news information using Python and Scrapy
Read and parse data from websites
8 Mistakes to avoid while using Machine Learning
https://medium.com/@monodeepets77/8-mistakes-to-avoid-while-using-machine-learning-d61af954b9c9
https://medium.com/@monodeepets77/8-mistakes-to-avoid-while-using-machine-learning-d61af954b9c9
Medium
8 Mistakes to avoid while using
1.Not understanding the user