Browsing Tag
python
459 posts
Basic OOP – Part 01
Everything in Python is Object-Oriented Example: a = 2 # 'a' is an object of integer type Similarly:…
📅 Day 1/75 of LeetCode Practice – [Today’s Focus: Arrays / Strings / Sliding Window]
Hey devs! 👋 I'm starting a daily challenge where I solve 2 LeetCode problems every day and share…
Weekly Challenge: Compare the Average
Weekly Challenge 321 Each week Mohammad S. Anwar sends out The Weekly Challenge, a chance for all of…
Why FastAPI Will Supercharge Your Next Python Project 🚀
Have you ever spent hours wrestling with boilerplate, validation errors, or stale docs just to ship a simple…
My Development Favorite Commands Cheatsheet
CentOS 8 List any process listening to the given port: lsof -i:5000 To kill a process by ID:…
This Python Script Found 1,237 Leaked Passwords in 3 Minutes
🎁 Grab These Exclusive Tech Learning Kits (Dev.to Readers Only) Before you dive into the article, here are…
# Data Cleaning Process Modeling with BPMN and BizAgi
🎯 The Challenge Clean a sales dataset using Python and Pandas. The process included: Uploading a CSV file…
Iterator vs Generator — What’s the Difference?
Iterators and generators are closely related and often used together, they are not the same. Let’s break it…
🐍 40 Python Interview Questions for 2025 — How Many Can You Answer? 🎯
Python is hotter than ever 🔥, and in 2025, companies are raising the bar even higher for devs…
Efficient Vertex Cover Approximation via Iterative Dominating Set Transformations
Frank Vega Information Physics Institute, 840 W 67th St, Hialeah, FL 33012, USA vega.frank@gmail.com Problem Statement Vertex Cover…