PyCoder’s Weekly: Issue #558 (Jan. 3, 2023) :
by:
blow post content copied from Planet Python
click here to view original post
#558 – JANUARY 3, 2023
View in Browser »
2022 Real Python Tutorial & Video Course Wrap Up
“It’s been another year of changes at Real Python! The Real Python team has written, edited, curated, illustrated, and produced a mountain of Python material this year. We added some new members to the team, updated the site’s features, and created new styles of tutorials and video courses.”
REAL PYTHON podcast
Classifying Python Virtual Environment Workflows
This article discusses the various ways of creating and managing Python virtual environments, including what kinds of tools are used. It categorizes the different styles and describes the impacts of the choices you make on your workflow.
BRETT CANNON
Simple Observability Tool for Peace of Mind: TelemetryHub by Scout APM
We built TelemetryHub to make observability easy. It’s our goal to provide you with peace of mind by providing a user experience that’s intuitive, easy to use, and allows you to monitor and understand what’s happening inside your application at a glance →
SCOUT APM sponsor
Compromised PyTorch-nightly Dependency Chain
The nightly PyTorch build was compromised between December 25 and 30th. This article describes what happened. Stable release branches were not effected. There is also an associated Hacker New Discussion.
PYTORCH.ORG
Articles & Tutorials
Generate Images With DALL·E 2 and the OpenAI API
Learn to use the OpenAI Python library to create images with DALL·E, a state-of-the-art latent diffusion model. You’ll explore image creation and generating image variations. You’ll interact with DALL·E using API calls, and incorporate this functionality into your Python scripts.
REAL PYTHON
The Return of Lazy Imports for Python
PEP 690 proposes the ability to delay when modules are imported, possibly providing performance improvements. The PEP has gone through a series of versions and there has been much discussion of the consequences. This article gives the latest info on the proposal.
JAKE EDGE
Failed ML Project About Real Estate
“There aren’t enough failed data science projects out there. Usually, projects only show up in public if they work. I think that’s a shame. If we learn more from our successes than our failures, it makes sense to share more failures to help those around us.”
ROBERT RITZ
Boring Python: Code Quality
How to build, deploy, and manage Python applications in as “boring” a way as possible in order to maximize stability and reliability. Also, read the Hacker News Discussion associated with the article.
JAMES BENNETT
State Patterns in Python
Design patterns are conventional solutions to common challenges in software development. The State Machine pattern encapsulates the flow of change in a system. Learn to implement state patterns and finite state machines in Python.
AUTH0.COM • Shared by Robertino
Bit Manipulation: How to Solve Problems Efficiently
Storing data as bits can be very efficient and with the right operators you can do some amazing things quickly. This article introduces bitwise operations, bitmasking, and how to manipulate individual bits in a byte.
ANURAG VERMA
Why I’m Still Using Python
This opinion piece from Eric talks about how he started with Python and why he’s continued on the journey. There is also an associated Hacker News Discussion.
ERIC MATTHES
Enum With str
or int
Mixin Breaking Change in Python 3.11
A change in how Python handles str
and int
mixins in Enum classes might break your code when you upgrade to Python 3.11. Read on to see the problem and how Python 3.11’s new Enum classes solve it.
ANŽE PEČAR
Django Email/Contact Form Tutorial
Coding for email isn’t too bad, but sending it can be a challenge. This tutorial walk you through how to use the popular SendGrid service as your SMTP server.
WILL VINCENT
Top Python Libraries of 2022
This is the eighth edition of Top Python Libraries from these folks, with an emphasis on data science and ML. Includes links to previous years lists as well.
DESCOINS & LEZAMA • Shared by Mike McLeod
Building Desktop Apps With Electron & Django
Electron allows you to build desktop applications using web stack technologies. This article shows you how to take a Django project and Electron-ify it.
IVAN YU
Projects & Code
“MATLAB With Python” ebook
GITHUB.COM/ALDANIAL • Shared by Al Danial
Events
STL Python
January 4, 2023
MEETUP.COM
Heidelberg Python Meetup
January 4, 2023
MEETUP.COM
Weekly Real Python Office Hours Q&A (Virtual)
January 4, 2023
REALPYTHON.COM
Canberra Python Meetup
January 5, 2023
MEETUP.COM
IndyPy Mixer
January 10, 2023
MEETUP.COM
Happy Pythoning!
This was PyCoder’s Weekly Issue #558.
View in Browser »
[ Subscribe to 🐍 PyCoder’s Weekly 💌 – Get the best Python news, articles, and tutorials delivered to your inbox once a week >> Click here to learn more ]
January 04, 2023 at 01:00AM
Click here for more details...
=============================
The original post is available in Planet Python by
this post has been published as it is through automation. Automation script brings all the top bloggers post under a single umbrella.
The purpose of this blog, Follow the top Salesforce bloggers and collect all blogs in a single place through automation.
============================
Post a Comment