❤‍🔥 Passionate about learning new things -- both for myself and for teaching others. Great fan of 🐍 and Django 👩‍💻

Joined September 2020
271 Photos and videos
Pinned Tweet
Want to learn Django? I've set to create the greatest series of in-depth Django tutorials 😊 Checks first two parts here, the third is coming soon: #100DaysOfCode #CodeNewbie #python girlthatlovestocode.com/seri…

10
59
164
GirlThatLovesToCode retweeted
Pytest for Beginners testdriven.io/blog/pytest-fo… This article looks at the very basics of using pytest for testing Python code. by @GirlLovesToCode #Python #pytest @pytestdotorg
3
23
1,362
GirlThatLovesToCode retweeted
22 Aug 2025
I just bought "Full-stack FastAPI with HTMX and Tailwind" from @testdrivenio! testdriven.io/courses/fastap… @GirlLovesToCode
1
2
4
952
GirlThatLovesToCode retweeted
Full-stack FastAPI with HTMX and Tailwind - new course! testdriven.io/courses/fastap… Modernize your FastAPI application with the agility of HTMX and the elegance of Tailwind CSS (without writing a single line of JavaScript)! by @GirlLovesToCode #FastAPI #HTMX @FastAPI @htmx_org
2
7
33
2,434
If you've checked out my course on Django with HTMX and thought, 'I wish this was with FastAPI,' then you're in luck 😎 My new course “Full-stack FastAPI with HTMX and Tailwind” is out! @testdrivenio @htmx_org @FastAPI testdriven.io/courses/fastap…
3
12
68
4,139
Tomorrow, I’m having a talk about just that - Django with HTMX 😉 @pyconit
Full-stack Django with HTMX and Tailwind testdriven.io/courses/django… Modernize your Django application with the agility of HTMX and the elegance of Tailwind CSS (without writing a single line of JavaScript)! by @GirlLovesToCode #Django #HTMX @htmx_org
1
12
2,684
GirlThatLovesToCode retweeted
Developing RESTful APIs with Django REST Framework testdriven.io/courses/django… Covers: 1⃣Views, Routers, and Serializers 2⃣Auth and throttling 3⃣Filters, pagination, and Browsable API 4⃣Documenting, versioning, and deployment by @GirlLovesToCode #Django @RestFramework #Python
1
4
10
910
GirlThatLovesToCode retweeted
Permissions in Django Rest Framework testdriven.io/blog/drf-permi… This article looks at: 🔸How DRF permissions work 🔸The differences between 'has_permission' and 'has_object_permission' 🔸When to use 'has_permission' and 'has_object_permission' by @GirlLovesToCode #Django 🐍
1
9
22
1,013
GirlThatLovesToCode retweeted
Built-in Permission Classes in Django Rest Framework testdriven.io/blog/built-in-… by @GirlLovesToCode #Django
5
32
1,298
GirlThatLovesToCode retweeted
We have a few course bundles on sale for Easter this year! 🔸Django - testdriven.io/bundle/django-… 🔸Flask - testdriven.io/bundle/flask-e… 🔸FastAPI - testdriven.io/bundle/fastapi… Happy Easter! 🐰🐣✨ #Django #Flask #FastAPI
3
9
912
GirlThatLovesToCode retweeted
Custom Permission Classes in Django REST Framework testdriven.io/blog/custom-pe… Looks at how to build custom permission classes in Django REST Framework. by @GirlLovesToCode #Django #DRF #Python
4
23
1,018
GirlThatLovesToCode retweeted
Django REST Framework Views - ViewSets (part 3 of a 3 part series!) testdriven.io/blog/drf-views… Deep dive into Django REST Framework's most powerful view, ViewSets. by @GirlLovesToCode #Django
5
9
898
GirlThatLovesToCode retweeted
Django REST Framework Views - APIViews, nice tutorial via @testdrivenio testdriven.io/blog/drf-views…
14
20
GirlThatLovesToCode retweeted
Django REST Framework Views - Generic Views (part 2 of a 3 part series!) testdriven.io/blog/drf-views… Use Django REST Framework's Generic Views to prevent repeating certain patterns over and over again as you build your APIs. by @GirlLovesToCode #Django
5
10
658
GirlThatLovesToCode retweeted
Another Python Testing Tip is out🚀 create_autospec – easily ensure that mocked objects are called correctly👇 Subscribe to the newsletter to not miss the next one 📩 python-testing.com/2025/03/1…
1
5
9
3,425
GirlThatLovesToCode retweeted
Django tip: Run python manage.py check --deploy before deploying to catch critical settings issues like missing ALLOWED_HOSTS. It highlights best practices to secure your app in production environments.
1
15
73
2,752
GirlThatLovesToCode retweeted
🐴 Django-related deals for Black Friday! 🐴 My annual post gathering deals from Django-related creators is up. Check it out for discounts on books, courses, and tools! adamj.eu/tech/2024/11/18/dja…
1
13
41
7,230
Two of my courses are part of Django Bundle Black Friday Sale 👩‍💻
We have a few course bundles on sale for Black Friday this year! 🔸Django - testdriven.io/bundle/django-… 🔸Flask - testdriven.io/bundle/flask-b… 🔸FastAPI - testdriven.io/bundle/fastapi… Cheers! 🐍 #Django #Flask #FastAPI
160
GirlThatLovesToCode retweeted
Django tip: You can use custom template tags to add dynamic behavior in templates. Create tags in a "templatetags" directory, use "@register.simple_tag" to define them, and "{% load your_tag_file %}" to access them in templates. Example 👇
3
13
1,126