General Purpose Engineer | Wannabe Algo Expert | Philosophy and Literature | Github - SudiptoMitra635 |

Joined September 2022
410 Photos and videos
Taking a break from coding for 10 days. I'm done this end sem 😩🫩
2
105
Day 25/100 of #100DaysOfCode 🚀 Advanced Python: -Concurrency vs Parallelism -GIL (Global Interpreter Lock) -Threads & Locks in depth -Multiprocessing with Queue & Value -Asyncio, Event Loop, Coroutines & await -Mixing Threads with Asyncio -Asyncio Multiprocessing -Daemon vs Non-Daemon Threads -Race Conditions, Deadlocks, Debugging & Profiling #Python #AsyncIO #Multithreading #Multiprocessing #Concurrency #Parallelism #OperatingSystems #BackendDevelopment #SoftwareEngineering #CodingJourney #LearnInPublic #OpenSource #100DaysOfCodeChallenge
Day 24/100 of #100DaysOfCode → Raised a PR today → Started learning #FastAPI — clean, fast, and type hints just click → Explored #Python frames & how sys.settrace exposes them as objects #BuildInPublic #CodeNewbie #LearnInPublic #DevCommunity
2
4
151
Contributing to open-source made me realize how important core subjects of CS really are. -Operating Systems explains why async code, threads, locks, processes, tracing, and schedulers behave the way they do. -Probability & Statistics becomes essential for ML, analytics, ranking systems, and even A/B testing. And the best part is that classroom theory feels less theoretical. You start recognizing classroom concepts inside actual production code. #GSSoC2026
1
104
Day 24/100 of #100DaysOfCode → Raised a PR today → Started learning #FastAPI — clean, fast, and type hints just click → Explored #Python frames & how sys.settrace exposes them as objects #BuildInPublic #CodeNewbie #LearnInPublic #DevCommunity
Day 23/100 of #100DaysOfCode Big day today: • My PR got merged in GSSoC 🎉 github.com/sahoo-tech/Execra… • Developed another feature for Execra and raised a new PR • Revised SQL concepts • Studied Linear Algebra for 1.5 hours • Studied Statistics for 1.5 hours Slowly stacking consistency, code, and fundamentals every single day. #GSSoC #OpenSource #Python #SQL #DataScience #MachineLearning #Statistics #LinearAlgebra #CodingJourney #Developer #Programming #Tech #SoftwareEngineering #BuildInPublic #LearnInPublic #100DaysOfCode
3
243
Day 23/100 of #100DaysOfCode Big day today: • My PR got merged in GSSoC 🎉 github.com/sahoo-tech/Execra… • Developed another feature for Execra and raised a new PR • Revised SQL concepts • Studied Linear Algebra for 1.5 hours • Studied Statistics for 1.5 hours Slowly stacking consistency, code, and fundamentals every single day. #GSSoC #OpenSource #Python #SQL #DataScience #MachineLearning #Statistics #LinearAlgebra #CodingJourney #Developer #Programming #Tech #SoftwareEngineering #BuildInPublic #LearnInPublic #100DaysOfCode
Day 22 of #100DaysOfCode Pytest: - Function testing - Class testing with fixtures - Api and DB mocking #python #dataScience #LearnInPublic #BuildInPublic
3
155
Day 22 of #100DaysOfCode Pytest: - Function testing - Class testing with fixtures - Api and DB mocking #python #dataScience #LearnInPublic #BuildInPublic
Day 21 of #100DaysOfCode: ML Algorithms: - Simple Linear regression - Multiple Linear Regression Python: - Pytest unit testing framework #LearnInPublic #BuildInPublic #python
1
3
122
Day 21 of #100DaysOfCode: ML Algorithms: - Simple Linear regression - Multiple Linear Regression Python: - Pytest unit testing framework #LearnInPublic #BuildInPublic #python
Day 20 of #100DaysOfCode: Maths for ML: - Normal Distribution - Non-Gaussian Distribution - Central Limit Theorem - Confidence Interval - Hypothesis Testing - Chi Square Test - ANOVA #dataScience #Python #math #ML #AI
1
109
Day 20 of #100DaysOfCode: Maths for ML: - Normal Distribution - Non-Gaussian Distribution - Central Limit Theorem - Confidence Interval - Hypothesis Testing - Chi Square Test - ANOVA #dataScience #Python #math #ML #AI
Day 19 of #100DaysOfCode: Flask: - Session Management - Cookie Management - Message Flashing - Database Integration - SQLAlchemy ORM #LearnInPublic #BuildInPublic #WebDev #Python
1
140
Day 19 of #100DaysOfCode: Flask: - Session Management - Cookie Management - Message Flashing - Database Integration - SQLAlchemy ORM #LearnInPublic #BuildInPublic #WebDev #Python
Day 18 of #100DaysOfCode: Flask: - Routes and URLs - Templates and HTML Files - Forms, POST request and File Handling Maths for ML: - Probability distribution function- PDF, PMF and CDF #learntech #LearnInPublinc #BuildInPublic #Python #WebDev
3
178
Excited to share that I’m a Contributor at @girlscriptsoc 2026. Looking forward to building, learning, and contributing to open source. #OpenSource #BuildInPublic
3
55
Day 18 of #100DaysOfCode: Flask: - Routes and URLs - Templates and HTML Files - Forms, POST request and File Handling Maths for ML: - Probability distribution function- PDF, PMF and CDF #learntech #LearnInPublinc #BuildInPublic #Python #WebDev
Day 17 of #100DaysOfCode: Python internals: - Created a Custom Context Manager for file handling with both Class and Decorators - Static typing using Pydantic Maths for ML: - Quantiles and Percentiles - BoxPlot theory - Covariance calculation - Correlation - Correlation vs Causation #LearnInPublic #BuildInPublic #DataScience #Python
1
133
Day 17 of #100DaysOfCode: Python internals: - Created a Custom Context Manager for file handling with both Class and Decorators - Static typing using Pydantic Maths for ML: - Quantiles and Percentiles - BoxPlot theory - Covariance calculation - Correlation - Correlation vs Causation #LearnInPublic #BuildInPublic #DataScience #Python
Day 16 of #100DaysOfCode: Descriptive Statistics: - Measure of central tendencies: Mean, Median, Mode, Weighted Mean, Trimmed Mean - Measure of dispersion: Range, Variation, Standard Deviation - Coefficient of Variation - Graphs for univariate analysis & bivariate analysis - Revised, made notes and dug deep into python internals with @Hiteshdotcom #LearnInPublic #BuildInPublic #DataScience
3
79
Day 16 of #100DaysOfCode: Descriptive Statistics: - Measure of central tendencies: Mean, Median, Mode, Weighted Mean, Trimmed Mean - Measure of dispersion: Range, Variation, Standard Deviation - Coefficient of Variation - Graphs for univariate analysis & bivariate analysis - Revised, made notes and dug deep into python internals with @Hiteshdotcom #LearnInPublic #BuildInPublic #DataScience
Day 15 of #100DaysOfCode - Regular Expressions - OS module - Requests module - AsyncIO in Python #LearnInPublic #BuildInPublic #Python #DataScience
1
63
Day 15 of #100DaysOfCode - Regular Expressions - OS module - Requests module - AsyncIO in Python #LearnInPublic #BuildInPublic #Python #DataScience
Day 14 of #100daysofcode: - Pydantic BaseModel and Field - UV package in python OS: - Introduction - Types of OS - Process and PCBs - Process Scheduling and Scheduling Algorithms - Process Synchronization and Semaphores #datascience #LearnInPublic #coding #Programming #LearningOnTheRoad
1
71
Day 14 of #100daysofcode: - Pydantic BaseModel and Field - UV package in python OS: - Introduction - Types of OS - Process and PCBs - Process Scheduling and Scheduling Algorithms - Process Synchronization and Semaphores #datascience #LearnInPublic #coding #Programming #LearningOnTheRoad
Day 13 of #100daysofcode: DBMS: - Windows Function - Data Types (Numeric, String, BLOB, Spatial) - DateTime - View - User defined functions - Transaction - Stored Procedures #datascience #python #LearnInPublic
2
80
Day 13 of #100daysofcode: DBMS: - Windows Function - Data Types (Numeric, String, BLOB, Spatial) - DateTime - View - User defined functions - Transaction - Stored Procedures #datascience #python #LearnInPublic
Day 12 of #100DaysOfCode DBMS: • Learned DDL commands (CREATE, ALTER, DROP) • Practiced DML commands (INSERT, UPDATE, DELETE) • Explored GROUP BY & ORDER BY for better data organization • Understood different types of JOINS • Subqueries ) • Started learning Window Functions #TechTwitter #DevCommunity #WomenWhoCode #AI #BigData #Analytics #LearnInPublic
1
87
Day 12 of #100DaysOfCode DBMS: • Learned DDL commands (CREATE, ALTER, DROP) • Practiced DML commands (INSERT, UPDATE, DELETE) • Explored GROUP BY & ORDER BY for better data organization • Understood different types of JOINS • Subqueries ) • Started learning Window Functions #TechTwitter #DevCommunity #WomenWhoCode #AI #BigData #Analytics #LearnInPublic
Day 11 of #100daysofcode : DBMS: - Relational Algebra - SQL - Tuple Calculus - Transactions and ACID properties - Recovery and Concurrency ETL Pipeline: - Connected local and AWS RDS MYSQL DB - Extract and load data from local db to AWS DB #sql #python
1
94
Day 11 of #100daysofcode : DBMS: - Relational Algebra - SQL - Tuple Calculus - Transactions and ACID properties - Recovery and Concurrency ETL Pipeline: - Connected local and AWS RDS MYSQL DB - Extract and load data from local db to AWS DB #sql #python
Day 10 of #100daysofcode: DBMS: - ER Diagram - RDBMS & Functional Dependency - Normalization - Indexing - Relational Algebra #dbms #sql #datascience
3
110
Day 10 of #100daysofcode: DBMS: - ER Diagram - RDBMS & Functional Dependency - Normalization - Indexing - Relational Algebra #dbms #sql #datascience
Day 9 of #100daysofcode - Done with Git, GitHub and best practices with @Hiteshdotcom - DB Normal form: 1NF, 2NF, 3NF, BCNF, 4NF, 5NF - DB equivalent functional dependencies #datascience #LearnInPublic
2
105
Day 9 of #100daysofcode - Done with Git, GitHub and best practices with @Hiteshdotcom - DB Normal form: 1NF, 2NF, 3NF, BCNF, 4NF, 5NF - DB equivalent functional dependencies #datascience #LearnInPublic
Day 8 of #100daysofcode: Started working on Dynamic-DB Flask web development framework: - Learnt basic html and css - Learnt to build and crawl routes Thanks @freeCodeCamp for this providing this tutorial I didn’t get much done today because I had an exam and stayed up last night preparing for it. 🥱🥱🥱 #webdev #python #flask #DataDriven
2
129