- Victoria Drake
Optimizing text for ChatGPT: NLP and text pre-processing techniques
Mastering text preprocessing to send more input to ChatGPT.
nlp
7 min read
- Victoria Drake
Measuring productivity with GitHub issues
Can a little Pandas help improve your development velocity?
data
4 min read
- Victoria Drake
Do I raise or return errors in Python?
Raise, return, and how to never fail silently in Python.
python
4 min read
- Victoria Drake
Increase developer confidence with a great Django test suite
How to write tests for your Django applications that are painless and productive.
django
5 min read
- Victoria Drake
Django project best practices to keep your developers happy
Using Makefiles, pre-commit, and GitHub Actions to help create a happy development team.
django
6 min read
- Victoria Drake
Manipulating data with Django migrations
How to update Django models and manipulate existing data using migrations.
django
5 min read
- Victoria Drake
Writing efficient Django
How to use Django's views, models, and queries to build a better application.
django
6 min read
- Victoria Drake
Multithreaded Python: slithering through an I/O bottleneck
How taking advantage of parallelism in Python can make your software orders of magnitude faster.
python
5 min read
- Victoria Drake
Breaking bottlenecks 🍾
A talk on the benefits of non-blocking functions for programs, developers, and organizations.
computing
12 min read
- Victoria Drake
Iteration in Python: for, list, and map
The basics of writing iterations in Python using for loops, list comprehensions, and map.
python
4 min read