@_annieakins1: I hope this helps. Follow for more. #jobsearching #jobsearchtips #FreelanceSkills

_HannahAkinsanmi
_HannahAkinsanmi
Open In TikTok:
Region: NG
Friday 19 June 2026 15:44:30 GMT
120
13
0
1

Music

Download

Comments

There are no more comments for this video.
To see more videos from user @_annieakins1, please go to the Tikwm homepage.

Other Videos

The first thing I did was use AI as a learning infrastructure. Claude and ChatGPT became my workflow architects and code reviewers. I would attempt to build something, paste my code in, ask what was wrong, ask for a better approach, ask it to explain the logic line by line until I understood it not just functionally but mechanically. I wasn't using AI to write code for me. I was using it to compress the feedback loop that normally takes years of trial and error into something I could move through in weeks. The second thing I did was learn by building real things immediately. I didn't do courses. I didn't work through textbook exercises. I picked a specific trading problem, building a backtesting framework for my first model, and forced myself to solve it in Python from day one. Every concept I needed, I learned because I needed it to make something work. Vectorised operations because my loops were too slow. Pandas because I needed to manipulate time series data. Matplotlib because I needed to visualise equity curves. The learning was entirely driven by real problems with real stakes. The third thing I did was read other people's quantitative code obsessively. VectorBT, Nautilus Trader, open source backtesting libraries. I pulled them apart line by line. Not to copy them but to understand the design decisions. Why did they structure the data pipeline this way? Why is the signal generation separated from the execution logic? Reading production grade quant code accelerated my understanding of both Python and systematic trading architecture faster than anything else. #jsfinancials #python #coding #quant #quanttrading
The first thing I did was use AI as a learning infrastructure. Claude and ChatGPT became my workflow architects and code reviewers. I would attempt to build something, paste my code in, ask what was wrong, ask for a better approach, ask it to explain the logic line by line until I understood it not just functionally but mechanically. I wasn't using AI to write code for me. I was using it to compress the feedback loop that normally takes years of trial and error into something I could move through in weeks. The second thing I did was learn by building real things immediately. I didn't do courses. I didn't work through textbook exercises. I picked a specific trading problem, building a backtesting framework for my first model, and forced myself to solve it in Python from day one. Every concept I needed, I learned because I needed it to make something work. Vectorised operations because my loops were too slow. Pandas because I needed to manipulate time series data. Matplotlib because I needed to visualise equity curves. The learning was entirely driven by real problems with real stakes. The third thing I did was read other people's quantitative code obsessively. VectorBT, Nautilus Trader, open source backtesting libraries. I pulled them apart line by line. Not to copy them but to understand the design decisions. Why did they structure the data pipeline this way? Why is the signal generation separated from the execution logic? Reading production grade quant code accelerated my understanding of both Python and systematic trading architecture faster than anything else. #jsfinancials #python #coding #quant #quanttrading

About