Day 46: Python Moving Average Calculator, Optimized Sliding Window for Simple Moving Average Computation Post date November 26, 2025 Post author By Shahrouz Nikseresht Post categories In challenge, intermediate, programming, python
Day 42: Python Roman Numeral Converter, Bidirectional Conversion Between Roman and Integers with Mapping and Loops Post date November 22, 2025 Post author By Shahrouz Nikseresht Post categories In challenge, intermediate, programming, python
Day 40: Python Armstrong Numbers Finder, Detect Narcissistic Numbers in a Range with Digit Power Sum Post date November 20, 2025 Post author By Shahrouz Nikseresht Post categories In challenge, intermediate, programming, python
Day 34: Python Balanced Numbers Filter, Identify Numbers with Equal Even and Odd Digits Using Modular Checks Post date November 14, 2025 Post author By Shahrouz Nikseresht Post categories In beginners, challenge, programming, python
80 Days of Python Challenges: How I Turned Consistency into Progress Post date November 6, 2025 Post author By Shahrouz Nikseresht Post categories In devjournal, learning, programming, python
Day 22: Python Even-Odd Counter – Count Even and Odd Integers in a List with Type Checks Post date November 2, 2025 Post author By Shahrouz Nikseresht
The Biggest Challenge in #80DaysOfChallenges… is a Lack of Challenges Post date November 1, 2025 Post author By Shahrouz Nikseresht Post categories In beginners, challenge, programming, python
Day 18: Python Palindrome Checker Tutorial – Ignore Case, Spaces & Punctuation Post date October 29, 2025 Post author By Shahrouz Nikseresht Post categories In beginners, challenge, programming, python
Day 16: Mapping Connections with Shared Classmates Post date October 27, 2025 Post author By Shahrouz Nikseresht Post categories In beginners, challenge, programming, python
Building Tiny Hero: A Text-Based RPG Adventure with Python for Beginners and Intermediates Post date October 23, 2025 Post author By Shahrouz Nikseresht Post categories In beginners, programming, python
Day 12: Rediscovering the Longest Word Without `len()` Post date October 23, 2025 Post author By Shahrouz Nikseresht Post categories In beginners, challenge, programming, python
Day 6: The Case of the Missing Number, Sets to the Rescue! Post date October 17, 2025 Post author By Shahrouz Nikseresht Post categories In algorithms, devchallenge, python, tutorial
🐍 Day 1: Mastering the Two-Pointer String Reversal Post date October 12, 2025 Post author By Shahrouz Nikseresht Post categories In beginners, challenge, programming, python