Quantcast
Channel: Planet Python
Viewing all articles
Browse latest Browse all 22853

PyCoder’s Weekly: Issue #544 (Sept. 27, 2022)

$
0
0

#544 – SEPTEMBER 27, 2022
View in Browser »

The PyCoder’s Weekly Logo


Python as an Efficiency Tool for Non-Developers

Are you interested in using Python in an industry outside of software development? Would adding a few custom software tools increase efficiency and make your coworkers’ jobs easier? This week on the show, Josh Burnett talks about using Python as a mechanical engineer.
REAL PYTHONpodcast

Heroku Alternatives for Python-Based Applications

Learn about alternatives to Heroku and their pros and cons. Platforms discussed include Digital Ocean, Google App Engine, AWS, Azure, PythonAnywhere, and half a dozen more.
TESTDRIVEN.IO• Shared by Micheal Herman

The Dangers of Assert in Python

alt

Assert statements can help us catch bugs quickly and are far less intrusive than copious amounts of print statements. However, assert statements can be unexpectedly risky to use! Find Python vulnerabilities quickly & safely, with Snyk’s how-to guide for mitigating risk in assert statements →
SNYK.IOsponsor

Running Django on Kubernetes

This in-depth, seven-part article covers all the ins-and-outs of getting Django running on Kubernetes in a Docker container.
MOHAMED M EL-KALIOBY

Discussions

Python Jobs

Content Operations Manager (Anywhere)

Real Python

Senior Software Engineer Backend (USA)

Muck Rack

Senior Backend Engineer (Anywhere)

Doist

Django Developer (USA)

Abnormal Security

Python Developer (Anywhere)

SIGMA Assessment Systems, Inc.

Senior Software Engineer, Python (Backend) (Anywhere)

AssemblyAI

Software Development Lead (Ann Arbor, MI, USA)

University of Michigan

Enterprise GIS Data Engineer (Information Systems Analyst) (San Jose, CA, USA)

City of San Jose

More Python Jobs >>>

Articles & Tutorials

Python 3.12 Goals: Faster-CPython Ideas Wiki

A summary of the goals for the Faster CPython initiative within the Python 3.12 release. Includes trace optimizations, shrinking object sizes, improving memory management overhead, and more. See also the associated Workflow for 3.12 cycle checklist.
GITHUB.COM/FASTER-CPYTHON

A Python Security Fix Breaks (Some) Bignums

It was recently discovered that certain conversions between int and str had a denial of service capability. This was patched, but the patch itself has broken some use cases. Read on to learn more.
JAKE EDGE

Scout APM: A Python Performance Monitoring Tool

alt

Scout’s APM tool pinpoints and prioritizes performance and stability issues in Python applications. With Scout’s tracing logic, developers can detect the exact line of code causing the performance abnormality, and with detailed backtraces, you can fix the issue before customers ever notice →
SCOUT APMsponsor

Building Python Project Documentation With MkDocs

In this video course, you’ll learn how to build professional documentation for a Python package using MkDocs and mkdocstrings. These tools allow you to generate nice-looking and modern documentation from Markdown files and, more importantly, from your code’s docstrings.
REAL PYTHONcourse

Downcasting in Pandas for Efficient Memory Use

When storing information in a Pandas DataFrame, you have control over what format it takes. In some cases, casting your data into a different format can make a big different on your memory footprint. Read on for three tips that may shrink your DataFrames.
PETROS DEMETRAKOPOULOS

When Do You Use an Ellipsis in Python?

You may have seen three dots in Python scripts. Although this syntax may look odd, using an ellipsis is valid Python code. In this tutorial, you’ll learn when Python’s Ellipsis constant can come in handy for you.
REAL PYTHON

Meta-Programming in Python

“Just like metadata is data about data, meta-programming is writing programs that manipulate programs.” Learn about the structures used to do meta-programming in Python and common use cases.
IBM.COM

Invasive Procedures for Performance Measurement

Go beyond the capabilities of profilers by instrumenting your code to get more detailed performance information. This article shows several Python based techniques for measuring your speed.
ITAMAR TURNER-TRAURING

Time Series Data: Do You Need a Purpose-Built Database?

Is time series data just any dataset with a timestamp field? How do time series workloads differ from OLTP or full text search? Get all the answers in this technical e-book from the creators of InfluxDB. Download PDF.
INFLUXDATAsponsor

What Does if __name__ == "__main__" Do in Python?

In this tutorial, you’ll learn all about Python’s name-main idiom. You’ll learn what it does in Python, how it works, when to use it, when to avoid it, and how to refer to it.
REAL PYTHON

What Is Python’s self Argument, Anyway?

Do you really know what the self method argument is in Python? Learn how it works under the covers and why it is needed in method signatures.
BETTERPROGRAMMING.PUB• Shared by Martin Heinz

Projects & Code

Events

SPb Python Drinkup

September 29, 2022
MEETUP.COM

PyConEs

September 30 to October 3, 2022
PYCON.ORG


Happy Pythoning!
This was PyCoder’s Weekly Issue #544.
View in Browser »

alt

[ 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 ]


Viewing all articles
Browse latest Browse all 22853

Trending Articles