Weekly Digest — 2023/11/10
Want to share your content on python-bloggers? click here.
Highlights from this week:
Custom GPTs
— OpenAI has announced the availability of GPTs, custom user-defined versions of ChatGPT that can be created without writing any code. There are three options for publishing: (1) only me, (2) only people with a link and (3) public.
Immortal Python Objects
— A discussion of PEP 683, which proposes introducing Immortal Objects into the language. This feature being developed at Instagram, where they have found that it results in more efficient memory management by bypassing reference count and garbage collection checks.
Hidden Gems in VS Code
— VS Code is arguably all the IDE you need. Reynald Adolphe gives some tips on using it efficiently. Specifically looking at Git branch management and creating simple documentation with Markdown. The GitDoc extension looks useful if you don’t want to think too hard about publishing your documentation.
Parameterball
— Randall Munroe never fails to entertain. Another great cartoon: Parameterball. If this seems a little random then skim over the explanation.
Want to share your content on python-bloggers? click here.