12 posts tagged with "python"
removing pycache folders recursively
It gets annoying sometimes dealing with __pycache__/ and it's…
finding an object in s3 using boto3 without using a list objects method
I've seen quite a few…
always look at expected return types when porting code between languages
01/24/2023 10:11 | Category: lessons
Tags: legacy_codepythongolang
When you're porting a…
async await inside aws lambdas using python
01/20/2023 15:10 | Category: aws
Tags: pythonlambdaasyncioasynchronous_programmingasync_await
When working with AWS Lambda and asyncio in a Python…
find all lambdas of a specific code version
When deprecating Lambda runtimes it is important to have…
pants to build aws lambdas
Working in a CI/CD pipeline requires the ability to create our build…
django shell plus saves so much time
When working with the shell inside Docker containers during…
django rest framework custom APIClient headers in testing
11/14/2021 22:00 | Category: django
Tags: django_rest_frameworkTDDpython
Working in DRF has quite a few advantages…
django rest framework api key rocks
11/14/2021 21:58 | Category: django
Tags: django_rest_frameworkpython
Recently I started working on an application that requires a…
django create secondary model on create
When working in Django if you have related models that…
django linebreaksbr
During some client work my friend and I ran into an issue where we didn't want a…
Django Admin Properties
06/10/2021 22:38 | Category: django
Tags: django_adminmodelspython
django admin properties When working in the Django admin today I created a custom property that…