GirlThatLovesToCode
@GirlLovesToCode
Followers
2K
Following
2K
Media
271
Statuses
3K
❤🔥 Passionate about learning new things -- both for myself and for teaching others. Great fan of 🐍 and Django 👩💻
Joined September 2020
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
https://t.co/DrcVV6cB15
girlthatlovestocode.com
The well-explained and beginer-friendly Django tutorial you've been searching for.
10
70
166
Pytest for Beginners https://t.co/7jcvHLYtVD This article looks at the very basics of using pytest for testing Python code. by @GirlLovesToCode
#Python #pytest @pytestdotorg
testdriven.io
0
3
23
Cursor vs. Claude for Django Development https://t.co/2OYXwv5QkM by @GirlLovesToCode
#ClaudeCode #Cursor #Django
testdriven.io
0
4
12
I just bought "Full-stack FastAPI with HTMX and Tailwind" from @testdrivenio! https://t.co/D1qelfousO
@GirlLovesToCode
testdriven.io
1
3
4
Full-stack FastAPI with HTMX and Tailwind - new course! https://t.co/gOBxemhvFJ 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
testdriven.io
2
7
33
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
https://t.co/Al5xMCn5Xy
testdriven.io
3
12
69
Tomorrow, I’m having a talk about just that - Django with HTMX 😉 @pyconit
Full-stack Django with HTMX and Tailwind https://t.co/5O9U9Rlwob 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
0
1
12
Developing RESTful APIs with Django REST Framework https://t.co/sIRe4wYTcf 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
testdriven.io
1
4
11
Permissions in Django Rest Framework https://t.co/fXRNOXRm3X 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 🐍
testdriven.io
1
9
23
Built-in Permission Classes in Django Rest Framework https://t.co/1UqVppOTR9 by @GirlLovesToCode
#Django
testdriven.io
0
6
33
We have a few course bundles on sale for Easter this year! 🔸Django - https://t.co/XwMUoBKxmN 🔸Flask - https://t.co/8nRtzs2Get 🔸FastAPI - https://t.co/gIFX9kSrSF Happy Easter! 🐰🐣✨ #Django #Flask #FastAPI
0
3
9
Custom Permission Classes in Django REST Framework https://t.co/6ELO6fqaIT Looks at how to build custom permission classes in Django REST Framework. by @GirlLovesToCode
#Django #DRF #Python
testdriven.io
0
4
23
Django REST Framework Views - ViewSets (part 3 of a 3 part series!) https://t.co/I4mKzaU5v5 Deep dive into Django REST Framework's most powerful view, ViewSets. by @GirlLovesToCode
#Django
testdriven.io
0
6
10
Django REST Framework Views - APIViews, nice tutorial via @testdrivenio
https://t.co/Sp3CWIGIG5
0
14
20
Django REST Framework Views - Generic Views (part 2 of a 3 part series!) https://t.co/XCaucZ1TTF Use Django REST Framework's Generic Views to prevent repeating certain patterns over and over again as you build your APIs. by @GirlLovesToCode
#Django
testdriven.io
0
5
10
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 📩 https://t.co/K2SJQbTiPh
python-testing.com
Learn how to ensure that your mocked objects are called correctly using create_autospec - avoid passing tests and broken deployment situation
1
5
10
Django tip: Run python https://t.co/edreOC0QXq 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
75
🐴 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! https://t.co/muU6fkGY6e
adamj.eu
1
13
41
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 - https://t.co/0nLybVGkLg 🔸Flask - https://t.co/9RgS9qAO8v 🔸FastAPI - https://t.co/RQ7ute1fnd Cheers! 🐍 #Django #Flask #FastAPI
0
0
0
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 👇
0
4
14
Pytest for Beginners https://t.co/7jcvHLXW65 This article looks at the very basics of using pytest for testing Python code. by @GirlLovesToCode
#Python #pytest @pytestdotorg
testdriven.io
1
9
30