Creating a website with Django and installing a template ( Part 2 )
https://surenjanath.medium.com/creating-a-website-with-django-and-installing-a-template-part-2-20b9cf891cd7
https://surenjanath.medium.com/creating-a-website-with-django-and-installing-a-template-part-2-20b9cf891cd7
Medium
Creating a website with Django and installing a template and passing data to the template from form ( Part 2 )
Part 2 :
Algorithmic Trading with Python and MT5: Creating a very simple Martingale system
https://medium.com/@elospieconomics/algorithmic-trading-with-python-and-mt5-creating-a-very-simple-martingale-system-cff848ccf9e5
https://medium.com/@elospieconomics/algorithmic-trading-with-python-and-mt5-creating-a-very-simple-martingale-system-cff848ccf9e5
Medium
Algorithmic Trading with Python and MT5: Creating a very simple Martingale system
One of the most used, and dangerous, trading techniques is the Martingale. It consists, in few words, in play against the market. If the…
Dataframe, Converting Some Columns to Rows and Some Rows to Columns
https://medium.datadriveninvestor.com/dataframe-converting-some-columns-to-rows-and-some-rows-to-columns-ffa77e206611
https://medium.datadriveninvestor.com/dataframe-converting-some-columns-to-rows-and-some-rows-to-columns-ffa77e206611
Medium
Dataframe, Converting Some Columns to Rows and Some Rows to Columns
Pandas pivot, melt, and transpose
From Expecting value: line 1 column 1 (char 0) to Response content not in json format
https://gautamankul.medium.com/from-expecting-value-line-1-column-1-char-0-to-response-content-not-in-json-format-ba704d2b4cdd
https://gautamankul.medium.com/from-expecting-value-line-1-column-1-char-0-to-response-content-not-in-json-format-ba704d2b4cdd
Medium
From Expecting value: line 1 column 1 (char 0) to Response content not in json format
<Django object > is not JSON serializable
A Guide to Interactive Data Visualizations with Python Plotly
https://ichenic.medium.com/a-guide-to-interactive-data-visualizations-with-python-plotly-c1b949eeb1f
https://ichenic.medium.com/a-guide-to-interactive-data-visualizations-with-python-plotly-c1b949eeb1f
Medium
A Guide to Interactive Data Visualizations with Python Plotly
When you think of data visualizations, you think of Tableau and Power BI. But what about using Python’s Plotly to make data vizualizations…
Writing Python Extensions in Assembly
https://tonybaloney.github.io/posts/extending-python-with-assembly.html#at?hmsr=toutiao.io&utm_campaign=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io
https://tonybaloney.github.io/posts/extending-python-with-assembly.html#at?hmsr=toutiao.io&utm_campaign=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io
tonybaloney.github.io
Writing Python Extensions in Assembly
A deep-dive technical overview of how you can write CPython extensions in assembly (with a bonus tutorial on assembly programming)