PythonHub
2.42K subscribers
2.35K photos
49.1K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
Using the AWS Parameters and Secrets Lambda Extension with Python: A Practical Example

Using the AWS Parameters and Secrets Lambda Extension can speed up your Lambda code and save you money. In this practical example we will go through a full example, complete with a couple of gotchas I found that could catch you out.

https://community.aws/posts/parameters-and-secrets-lambda-extension-with-python
GPT Engineer: Things Are Starting to Get Weird

GPT Engineer is another nail in the coffin of software developers. In this video, I'll show you how it works. The tool is crazy powerful. Just specify what you want it to build, and then, well, it just builds it. I’ll show you how it works in today's video and share my thoughts on where this technology might lead us.

https://www.youtube.com/watch?v=FPZONhA0C60
Generating Code without Generating Technical Debt?

The article also provides some tips on how to make the code generated by ChatGPT more maintainable, such as using short functions, splitting the code into smaller files, and using comments to explain the code.

https://sourcery.ai/blog/chatgpt-maintainable-code/
You Don’t Need __all__

Every now and then, I get a PR from a well-meaning contributor trying to add all to a Python module for whatever reason. I always decline these, they are unnecessary (at least for the way I structure my code) and I thought I’d write a short post explaining why.

https://jamesturk.net/posts/you-dont-need-all/
Sweep

Sweep is an AI junior dev that transforms bug reports & feature requests into code changes. Simply describe any issue and Sweep will do the rest. It will plan out what needs to be done, what changes to make, and write the changes to a PR.

https://github.com/sweepai/sweep