#LSPPDay14
Today i explored APIs, JSON and environment management:
- GET, POST requests using requests module
- Created a weather project using Openweather API
- Understood use of pip freeze in reproducibility
@lftechnology#60DaysofLearning2026#LearningWithLeapfrog
Day 14 of #60DaysOfLearning2026
Started PySpark on Google Colab today. Pandas but for massive scale. Transformations, aggregations, saving as Parquet. Spark splitting output as partitions instead of one file was a cool first insight.
#LSPPDay14#LearningWithLeapfrog@lftechnology
#LSPPDay14
I did a project on Analyzing Crime in Los Angeles where I explored the crimes.csv dataset and analyzed peak_crime_hour, peak_crime_hour and number of crimes committed against victims of different age groups.
@lftechnology#60DaysOfLearning2026#LearningWithLeapfrog
#LSPPDAY14
Today, I explored the Binary Search algorithm using both iterative and recursive approaches. I also learned about its time and space complexity, understanding the efficiency of binary search in sorted arrays.
@lftechnology#60DaysOfLearning2026#LearningWithLeapfrog
#LSPPDay13
Today I revisited OOP concepts in C (inheritance, polymorphism, constructors/destructors, abstraction, and encapsulation). I also solved the Move Zeroes to End problem using a two-pointer approach.
#60DaysOfLearning2026#LearningWithLeapfrog@lftechnology
#LSPPDay13
npx & npm are just js files. we use so many tools daily & take them for granted, but someone wrote them just to give back. the deeper you look, the more you respect OSS devs. real gems of the tech world.
@lftechnology#60DaysOfLearning2026#LearningWithLeapfrog
Today on #LSPPDay13, I did the following:
- started learning procedural modeling with the help of geometry nodes
- progressed very little on character modeling; used basic modeling tools to build the head of the cat
@lftechnology#60DaysOfLearning2026#LearningWithLeapfrog
#LSPPDay13 Built a theremin in the browser with p5.js - mouse controls pitch and volume in real time. Added trail effects, reverb, and live note detection. Its not sounding much good but its fun to create the sound.
@lftechnology#60DaysOfLearning2026#LearningWithLeapfrog