TestDriven.io(@testdrivenio) 's Twitter Profileg
TestDriven.io

@testdrivenio

Teaching practical programming through real-world applications. Tweets by @MikeHerman and @JanGiacomelli.

ID:937888350974787584

linkhttps://testdriven.io calendar_today05-12-2017 03:36:22

23,4K Tweets

34,7K Followers

162 Following

glyph(@glyph) 's Twitter Profile Photo

New Blog: Software Needs To Be More Expensive: Software, like coffee, is too artificially cheap, and we need to make it more expensive. I have one suggestion for how to do that. blog.glyph.im/2024/03/softwaโ€ฆ

account_circle
Rodrigo ๐Ÿ๐Ÿš€(@mathsppblog) 's Twitter Profile Photo

Presenting this talk was a great challenge for me: it was the first non-technical talk that I gave!

Iโ€™ll do it again at PyCon DE / PyData Berlin in a couple of weeks!

Or, read it here: mathspp.com/blog/503-days-โ€ฆ

account_circle
TestDriven.io(@testdrivenio) 's Twitter Profile Photo

Django tip:

A perms variable is available by default in a Django template, meaning you can render the content based on the permissions ๐Ÿ‘‡

Django tip: A perms variable is available by default in a Django template, meaning you can render the content based on the permissions ๐Ÿ‘‡
account_circle
TestDriven.io(@testdrivenio) 's Twitter Profile Photo

Deep Dive into Flask's Application and Request Contexts

testdriven.io/blog/flask-conโ€ฆ

Learn how contexts are processed during request handling in Flask.

by Patrick Kennedy

๐Ÿ

account_circle
PyCon AU(@PyConAU) 's Twitter Profile Photo

๐Ÿโœจ We're thrilled to announce that PyCon AU will be happening from 22-26 November in Narrm/Melbourne. Block those dates and plan for a Python extravaganza!

account_circle
TestDriven.io(@testdrivenio) 's Twitter Profile Photo

Python tip:

Use 'randbytes' function from the secrets module to generate a random byte string of a specified length.

Example ๐Ÿ‘‡

Python tip: Use 'randbytes' function from the secrets module to generate a random byte string of a specified length. Example ๐Ÿ‘‡
account_circle
TestDriven.io(@testdrivenio) 's Twitter Profile Photo

Django tip:

To enforce permissions in function-based views, you can use the permission_required decorator ๐Ÿ‘‡

Django tip: To enforce permissions in function-based views, you can use the permission_required decorator ๐Ÿ‘‡
account_circle
TestDriven.io(@testdrivenio) 's Twitter Profile Photo

Deploying a Flask Application to Elastic Beanstalk

testdriven.io/blog/flask-elaโ€ฆ

Walks through the process of deploying a Flask application to AWS Elastic Beanstalk.

by Nik Tomazic

account_circle
Mailia @mailia.bsky.social(@Mailia) 's Twitter Profile Photo

I tried out Rye (the Python tool) and wrote some of my thoughts on it and Python tooling in general.
burakku.com/blog/rye-test-โ€ฆ

account_circle
TestDriven.io(@testdrivenio) 's Twitter Profile Photo

Python tip:

You can avoid silent errors when zipping iterables of different lengths by using 'zip' with the 'strict=True' parameter.
With 'strict', you ensure all iterables have the same length. If they don't, it raises a ValueError.

Examples ๐Ÿ‘‡

Python tip: You can avoid silent errors when zipping iterables of different lengths by using 'zip' with the 'strict=True' parameter. With 'strict', you ensure all iterables have the same length. If they don't, it raises a ValueError. Examples ๐Ÿ‘‡
account_circle
TestDriven.io(@testdrivenio) 's Twitter Profile Photo

Deploying a FastAPI Application to Elastic Beanstalk

testdriven.io/blog/fastapi-eโ€ฆ

Walks through the process of deploying a FastAPI application to AWS Elastic Beanstalk.

by Nik Tomazic

account_circle
htmx.org / spieltriebmaxxing (same thing)(@htmx_org) 's Twitter Profile Photo

this is a group I really want to reach w/htmx, what we used to call โ€œweb designersโ€

ellyloel.com/blog/front-endโ€ฆ

account_circle
TestDriven.io(@testdrivenio) 's Twitter Profile Photo

Django tip:

To enforce permissions in class-based views, you can use the PermissionRequiredMixin from django.contrib.auth.mixins ๐Ÿ‘‡

Django tip: To enforce permissions in class-based views, you can use the PermissionRequiredMixin from django.contrib.auth.mixins ๐Ÿ‘‡
account_circle
TestDriven.io(@testdrivenio) 's Twitter Profile Photo

Moving from Flask to FastAPI

testdriven.io/blog/moving-frโ€ฆ

Interested in moving from Flask to FastAPI? This article compares and contrasts common patterns in both Flask and FastAPI.

by Amal

account_circle
Stefanie Molin(@StefanieMolin) 's Twitter Profile Photo

Pre-commit hooks are an easy way to improve and code quality. If youโ€™ve never used them or want to learn a little more about how they work, check out this article.

If you need another reason to click: I also completely rebuilt my website ๐Ÿ˜Š
stefaniemolin.com/articles/devx/โ€ฆ

account_circle