DEV Community

Emmimal P Alexander profile picture

Emmimal P Alexander

AI & ML engineer, author of Neural Networks and Deep Learning with Python. Founder of EmiTechLogic. Writing practical Python, AI, and engineering guides.

Location India Joined Joined on  Personal website https://emitechlogic.com/ github website

Pronouns

She / Her

Work

Founder & AI Engineer at EmiTechLogic

Why Python's sorted() Is Safer Than list.sort() in Production Systems

Why Python's sorted() Is Safer Than list.sort() in Production Systems

Comments
11 min read
Master Monotonic Sequences in Python: 7 Methods, Edge Cases & Interview Tips

Master Monotonic Sequences in Python: 7 Methods, Edge Cases & Interview Tips

Comments
7 min read
5 Efficient Ways to Check if a Python Tuple is Sorted (Without Sorting It!)

5 Efficient Ways to Check if a Python Tuple is Sorted (Without Sorting It!)

Comments
3 min read
Stop Sorting Just to Check Order: 5 Fast O(n) Methods in Python

Stop Sorting Just to Check Order: 5 Fast O(n) Methods in Python

Comments
3 min read
How Python Searches Data: Linear Search, Binary Search, and Hash Lookup

How Python Searches Data: Linear Search, Binary Search, and Hash Lookup

Comments
3 min read
I Implemented Every Sorting Algorithm in Python — And Python's Built-in Sort Crushed Them All

I Implemented Every Sorting Algorithm in Python — And Python's Built-in Sort Crushed Them All

Comments
2 min read
Python Tuples: Not Just Immutable Lists – They're Design Contracts

Python Tuples: Not Just Immutable Lists – They're Design Contracts

Comments
3 min read
Why Reversing a String in Python Isn't as Simple as You Think (And What It Reveals About AI Limits)

Why Reversing a String in Python Isn't as Simple as You Think (And What It Reveals About AI Limits)

Comments
4 min read
I Thought I Understood Python Functions — Until One Line Returned None

I Thought I Understood Python Functions — Until One Line Returned None

Comments
3 min read
Python File Handling Mastery: Ditch Common Pitfalls with Pathlib & Context Managers

Python File Handling Mastery: Ditch Common Pitfalls with Pathlib & Context Managers

Comments
5 min read
I Solved 50+ Palindrome Problems on LeetCode and These 5 Methods Actually Changed How I Code

I Solved 50+ Palindrome Problems on LeetCode and These 5 Methods Actually Changed How I Code

Comments
6 min read
I Built a Personalized AI Tutor Using RAG – Here's How It Actually Works (And the Code)

I Built a Personalized AI Tutor Using RAG – Here's How It Actually Works (And the Code)

Comments
3 min read
The Engineering History of AI: Why Your LLM Hallucinations Are as Old as the 13th Century

The Engineering History of AI: Why Your LLM Hallucinations Are as Old as the 13th Century

1
Comments
5 min read
Python Optimization Fails When You Skip This One Step

Python Optimization Fails When You Skip This One Step

Comments
4 min read
loading...