About Jacob Schmitt
Hi, I’m Jake. I copyedit tutorials here at Real Python. After a decade-plus editing textbooks and other educational materials in the academic publishing industry, I decided to pursue my interest in technical editing and was fortunate enough to find a home in the Python community.
When I’m not studying style guides or wrangling misplaced modifiers, I’m typically chasing after my kids, making music, or soaking up liquid sunshine in my hometown of Portland, Oregon.
Tutorials Jacob Contributed to:
- Python vs JavaScript for Pythonistas
- Python Community Interview With Christopher Bailey
- Python eval(): Evaluate Expressions Dynamically
- How to Move a Django Model to Another App
- Using Python datetime to Work With Dates and Times
- Regular Expressions: Regexes in Python, Part 1
- The Python pickle Module: How to Persist Objects in Python
- The Pandas DataFrame: Make Working With Data Delightful
- Effective Python Testing With Pytest
- Sorting Algorithms in Python
- Combining Data in Pandas With merge(), .join(), and concat()
- How to Provide Test Fixtures for Django Models in Pytest
- How to Make an Instagram Bot With Python and InstaPy
- Linked Lists in Python: An Introduction
- How to Use any() in Python
- The Python math Module: Everything You Need to Know