Browsing Tag
python
426 posts
Weekly Challenge: Perl has classes now 👍
Weekly Challenge 334 Each week Mohammad S. Anwar sends out The Weekly Challenge, a chance for all of…
Flask: testing hello world
Before we go ahead learning how to create more complex web applications we need to learn another very…
Python’s __mro__
Python’s __mro__ (Method Resolution Order) is a crucial concept that determines how Python looks up methods in inheritance…
🚀 DSA: The 8-Week Grind – Join Me in This Challenge! (Week 1, Day 1 Recap)
Hey Devs! 👋 Ever started a DSA roadmap and quit halfway because it felt overwhelming? I’ve been there.…
The Evolution of Large Language Models: From Rule-Based Systems to Modern AI
The journey of Large Language Models (LLMs) is a fascinating narrative of continuous innovation in Machine Learning (ML)…
@classmethod and @staticmethod
@classmethod generally used as factory methods, takes in a parameter representing the class class Book: TYPE = ('tech',…
Python Write JSON to File
Working with JSON is a daily part of many Python projects. We use JSON for config files, API…
Understanding Derivatives: The Slope of Change
Unveiling the Secrets of Derivatives and Gradients in Machine Learning Have you ever wondered how a self-driving car…
Day 29/100: Dictionary and Set Comprehensions in Python
Welcome to Day 29 of the 100 Days of Python series! Yesterday, we explored list comprehensions, a concise…
How to scrape YouTube using Python [2025 guide]
In this guide, we’ll explore how to efficiently collect data from YouTube using Crawlee for Python. The scraper…