-
Home | Alex Le
Alex Le lives in Colorado and writes firmware for disc drives. He likes to run, read, and tinker with technology and side projects.
-
About | Alex Le
About
I live in Colorado and write firmware for disc drives. I like to read, work out, and tinker with technology and side projects.
Most of my programming experience is in C, but I dabble with Python...
-
Create An RSS Feed From Scratch | Alex Le
RSS feeds are a great way to stay updated with the barrage of content on the web. Unfortunately, not all websites have one available - including this one (until now). Here’s a quick guide to the basic...
-
Training For A Marathon In 9 Weeks | Alex Le
It’s strange how quickly the mind forgets about pain. Just 3 months ago, I told my body if it could hang on until the finish line, it would never have to run another mile again.
-
How To Send A SMS Message With Python (easy way) | Alex Le
Python is a high-level programming language. It’s easy to read, has great libraries, and is well documented. On top of it, it’s extremely versatile and powerful. Python is my favorite language to work...
-
How To Setup A Simple HTTP Server With Python | Alex Le
There are times when you need to setup a quick web server to test your web applications. For basic applications which don’t require database or server-side language support, Python has a module to run...