About Alex Ronquillo
Hi! I’m, Alex Ronquillo, Backend Developer at thelab and, previously, Software Engineer at Youversion. I love Python and use it daily, from scripting to Django and Flask APIs. My current areas of interest in the Python world are testing and building tools to help other developers.
Aside from Python, I am also passionate about writing and game development. I write tutorials, book reviews, short stories, and video game scripts.
In my spare time, I’m an avid book reader, creative writer, and tennis player.
Tutorials by Alex:
Tutorials Contributed to by Alex:
- How to Use sorted() and .sort() in Python
- Inheritance and Composition: A Python OOP Guide
- Build Command-Line Interfaces With Python's argparse
- Python Packages: Five Real Python Favorites
- Pygame: A Primer on Game Programming in Python
- First Steps With PySpark and Big Data Processing
- Unicode & Character Encodings in Python: A Painless Guide
Courses Contributed to by Alex:
- Improving Your Tests With the Python Mock Object Library
- Python any(): Powered Up Boolean Function
- The Square Root Function in Python
- Mastering Python's Built-in time Module
- Creating a Discord Bot in Python
- Convert a Python String to int
- Exploring unittest.mock in Python
- Making HTTP Requests With Python