Python Weekly - Python Weekly - Issue 534

View this email in your browser

Python Weekly

Welcome to issue 534 of Python Weekly. Let's get straight to the links this week.
From Our Sponsor 
Get Your Weekly Dose of Programming
A weekly newsletter featuring the best hand-curated news, articles, tutorials, talks, tools, libraries, etc for programmers. Join For Free

Articles, Tutorials and Talks

These Bored Apes Do Not Exist 
What’s worse than 10,000 Bored Ape Yacht Club NFTs? 100,000. In this blog post, we’ll attempt to train a GAN + super-resolution model to produce 100,000 Bored Ape Yacht Club ape images that do not actually exist. 

How vectorization speeds up your Python code
Vectorization allows you to speed up the processing of homogeneous data in Python. Learn what it means, when it applies, and how to do it.

Go Fast With Django
How do you make your Django app fast? You measure what is slow, scale your system when necessary, and use a combination of fast database queries and strategic caching. In this Understand Django article, we'll explore those topics and more to help you get a performant Django app.

ThreadPoolExecutor in Python: The Complete Guide
The ThreadPoolExecutor allows you to create and manage thread pools in Python. This guide provides a detailed and comprehensive review of the ThreadPoolExecutor in Python, including how it works, how to use it, common questions, and best practices.

Django / Tailwind Tutorial - Code a Netflix Clone 
Improve your Django and Tailwind CSS skills by building a Netflix clone. The clone focuses on simulating the front end of Netflix.

Python on z/OS – creating a C extension
The porting the MQ Python interface pymqi to z/OS exposed many of the challenges of running Python on z/OS. This post covers some of the lessons learned during the process.

Sentiment Analysis Using Python
Learn how to use sentiment analysis to mine insights from tweets and news articles.

SymPy Tutorial (2022): For Physicists, Engineers, and Mathematicians 
This from-scratch tutorial on SymPy is designed specifically for those in physics, mathematics, and engineering.

Sockets for dummies
Dive into the world of socket programming with this Python tutorial that assumes 0 prior experience.

Analyzing stock data near events with pandas
Stock market returns are heavily impacted by some events, like FOMC announcements, and we can use pandas to understand this impact.

A probabilistic programming language in 70 lines of Python
This post explains how Probabilistic Programming Languages (PPLs) work by showing step-by-step how to build a simple one in Python.

Python bytecode explained

Problems with testing Python pre-releases and pip caching

Unravelling subscriptions in Python

Don't Wrap Instance Methods with 'functools.lru_cache' Decorator in Python


Books

Humanities Data Analysis: Case Studies with Python
A practical guide to data-intensive humanities research using the Python programming language. 


Interesting Projects, Tools and Libraries

orbit
A Python package for Bayesian forecasting with object-oriented design and probabilistic models under the hood.

Mercury
Easily convert your Python notebooks into interactive web apps by adding parameters in YAML.

Brownie
A Python-based development and testing framework for smart contracts targeting the Ethereum Virtual Machine.

legodnn
A block-grained scaling tool for the mobile vision system.

ANCS4Linux
iOS/iPadOS notification service client for Linux desktop (notifications on your desktop, over Bluetooth Low Energy)

Hitomi-Downloader
Desktop utility to download images/videos/music/text from various websites, and more.

tolerance_interval_py
A small Python library for one-sided tolerance bounds and two-sided tolerance intervals.

Robusta
Robusta is a troubleshooting and automation platform for Kubernetes.

red-mail
Red Mail is an advanced email sender library. It makes sending emails trivial and has a lot of advanced features.

XManager
A framework for managing machine learning experiments.

wordle-tui
Play WORDLE game in your terminal.

mureq
Single-file replacement for python-requests.

coltrane
A simple content site framework that harnesses the power of Django without the hassle.


New Releases

Python 3.10.2, 3.9.10, and 3.11.0a4 are now available


Upcoming Events and Webinars

Virtual: Orlando Python Meetup January 2022
We're going to walk through an introduction to RocketPy, a Python library that lets you design and tests hobby rockets all in code. We'll run some simulations and provide the context to understand all of the components of this powerful library.

Virtual: PyData Chicago January 2022
There will be a talk, Scale EDA & ML Workloads To Clusters & Back With Dask.

Virtual: Salt Lake City PyData January 2022
There will be a talk, Model Review: improve transparency, reproducibility, & info sharing with MLflow.
 
Our Other Newsletters
Programmer Weekly - A free weekly newsletter for programmers.

Founder Weekly - A free weekly newsletter for entrepreneurs featuring best curated content, must read articles, how to guides, tips and tricks, resources, events and more.
 
Copyright © 2022 Python Weekly, All rights reserved.
You are receiving our weekly newsletter because you signed up at http://www.PythonWeekly.com.

Our mailing address is:
Python Weekly
Brooklyn
Brooklyn, NY 11209

Add us to your address book


Want to change how you receive these emails?
You can update your preferences or unsubscribe from this list.

Older messages

Python Weekly - Issue 533

Thursday, January 13, 2022

View this email in your browser Python Weekly Welcome to issue 533 of Python Weekly. Let's get straight to the links this week. From Our Sponsor Hired is home to 1000s of companies: from startups

Python Weekly - Issue 532

Thursday, January 6, 2022

View this email in your browser Python Weekly Welcome to issue 532 of Python Weekly. Let's get straight to the links this week. News Django Developers Survey 2021 Results Articles, Tutorials and

Python Weekly - Issue 531

Thursday, December 23, 2021

View this email in your browser Python Weekly Welcome to issue 531 of Python Weekly. This will be the final issue of 2021. We will be back on January 6th, 2022 after the holiday break. Wish you all a

Python Weekly - Issue 530

Thursday, December 16, 2021

View this email in your browser Python Weekly Welcome to issue 530 of Python Weekly. Let's get straight to the links this week. Articles, Tutorials and Talks Let's Write a Game Boy Emulator in

Python Weekly - Issue 525

Thursday, November 11, 2021

View this email in your browser Python Weekly Welcome to issue 525 of Python Weekly. Let's get straight to the links this week. From Our Sponsor Get Your Weekly Dose of Programming A weekly

You Might Also Like

Healthy life, Meta's AI and legibility

Saturday, January 11, 2025

Neologism #25, 11.01.2024 ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏

Daily Coding Problem: Problem #1665 [Medium]

Saturday, January 11, 2025

Daily Coding Problem Good morning! Here's your coding interview problem for today. This problem was asked by LinkedIn. A wall consists of several rows of bricks of various integer lengths and

📊 Every Smartphone I've Ever Owned, Ranked — This Tiny Smart Remote Is the Most Exciting Thing at CES

Saturday, January 11, 2025

Also: 5 Android Notification Features to Make Your Day Easier, and More! How-To Geek Logo January 11, 2025 Did You Know On March 12, 1951, a curious thing happened. In the United States and the United

Ranked | The Top Grossing Movies Worldwide in 2024 🎬

Saturday, January 11, 2025

Established IP dominated the 2024 box office, with top films mostly being sequels, spin-offs, or franchise continuations. View Online | Subscribe | Download Our App FEATURED STORY Ranked: Top Grossing

📖 Your Step-by-Step Guide to Securing AI in the Enterprise

Saturday, January 11, 2025

January 11, 2025 | Read Online Subscribe | Advertise Good Morning. Welcome to this special edition of The Deep View, brought to you in collaboration with Tines. When it comes to adopting AI securely,

🐍 New Python tutorials on Real Python

Saturday, January 11, 2025

Hey there, There's always something going on over at Real Python as far as Python tutorials go. Here's what you may have missed this past week: Iterators and Iterables in Python: Run Efficient

Life Update: Me. In Shorts. In Antarctica [Pics Inside 🧊]

Saturday, January 11, 2025

And yes, I jumped in. It taught me a lot 😅 ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏

Google Researcher Uncovers Zero-Click Exploit Targeting Android Devices

Saturday, January 11, 2025

THN Daily Updates Newsletter cover The Kubernetes Book: Navigate the world of Kubernetes with expertise , Second Edition ($39.99 Value) FREE for a Limited Time Containers transformed how we package and

📧 Working with LLMs in .NET using Microsoft.Extensions.AI

Saturday, January 11, 2025

​ Working with LLMs in .NET using Microsoft․Extensions․AI Read on: m​y website / Read time: 6 minutes The .NET Weekly is brought to you by: ​Transform your database performance with RavenDB​:

iOS Dev Weekly – Issue 694

Friday, January 10, 2025

Hopefully you won't see that much difference with receiving this issue, but it's ALL CHANGED behind the scenes! 😱 ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌