My project 6 : Top 10 News App(with Flask + Hacker News API)
📰 Building a “Top 10 News App” with Flask + Hacker News API !Cover image for My project 6 : Top 10 News App with Flask + Hacker News APIhttps://media2.dev.to/...
📰 Building a “Top 10 News App” with Flask + Hacker News API !Cover image for My project 6 : Top 10 News App with Flask + Hacker News APIhttps://media2.dev.to/...
Hey DEV Community! 👋 I've got some exciting news to share – mkarchi v0.1.6 is officially released and ready for production use! 🎊 !mkarchi screenshothttps://m...
What I Did Today - Learnt dunder magic methods in Python. Magic Methods / Dunder Methods Python provides many special methods whose names start and end with do...
🍵 Linear Regression for Absolute Beginners With Code Examples & Real Tea‑Stall Scenarios Machine‑learning terms like cost function, gradient descent, regulari...
What I Did Today - Built a CLI note‑taking application. Features Basic functionalities include: - Creating notes - Potential extensions timestamp, searching fo...
!Cover image for Why if Is Not Enough: Understanding try/except in Pythonhttps://media2.dev.to/dynamic/image/width=1000,height=420,fit=cover,gravity=auto,format...
The Problem Most Developers Face You notice your Python script is slow. You've read articles about optimization. You know list comprehensions beat loops. You'v...
Xcode Command Line Tools bash xcode-select --install Homebrew 1. Download the .pkg installer from the Homebrew website and install it. 2. Add Homebrew to your...
Overview I’ve been experimenting with a small open‑source project called Abix. The goal is to run Node.js and Python projects in isolated environments without...
!Cover image for Day 28 of improving my Data Science skillshttps://media2.dev.to/dynamic/image/width=1000,height=420,fit=cover,gravity=auto,format=auto/https%3A...
!Cover image for Day 28 0f Documenting My Learning Journeyhttps://media2.dev.to/dynamic/image/width=1000,height=420,fit=cover,gravity=auto,format=auto/https%3A%...
What I learnt Today - How to define dictionaries using the dict constructor and curly braces {}. - How to access elements in a dictionary using the .get method...