Algorithmic Trading: The Power & Dynamics of Automated Investing
One of my current exciting and most significant projects is an automated stock trading bot. This project leverages Python, pandas, NumPy, and TA-Lib for data handling and technical…
4 min read
If AI is Around, Why Should I Learn to Code?
Yes, AI has made code generation extremely easy among many things. Artificial Intelligence tools can generate tons of functional lines of code in seconds. However, this theoretically makes…
4 min read
How Python Libraries Make Algorithmic Trading Easier
Python is widely used in algorithmic trading due to its simplicity, vast ecosystem of libraries, and support for handling large datasets. If you’re getting into algo trading, Python…
4 min read
Renaissance Technologies: A Look at Quant Trading Success
Renaissance Technologies, led by James Simons, is a hedge fund known for its incredible success using quantitative (math-based) trading strategies. Unlike traditional traders, Renaissance uses data, mathematical models,…
4 min read
2879. Display the First Three Rows | LeetCode Using Python (Panda Library)
In this video, I solve LeetCode Problem 2879, where the challenge is to display the first three rows of a DataFrame using Python’s panda library. I guide you…
4 min read
2881. Create a New Column | LeetCode Using Python (Panda Library)
In this video, I solve the LeetCode problem 2881, where we need to add a new ‘bonus ‘column to a DataFrame by doubling the values in the existing…
4 min read
136. Single Number | LeetCode Using Python
In this video, I solve the LeetCode problem, “136. Single Number,” where the challenge is to identify the unique element in an array where every other number appears…
4 min read