PyCoder

Newsletter Image

Messages

6/12/2023
3 : 15

Facial Recognition, PyPI 2FA, Kivy, and More

Build Your Own Face Recognition Tool With Python #580 – JUNE 6, 2023 VIEW IN BROWSER The PyCoder's Weekly Logo Build Your Own Face Recognition Tool With Python In this tutorial, you'll build
5/30/2023
20 : 4

Using __call__(), Django Custom Sorts, Decorators, and More

Python's `.__call__()` Method: Creating Callable Instances #579 – MAY 30, 2023 VIEW IN BROWSER The PyCoder's Weekly Logo Python's .__call__() Method: Creating Callable Instances In this
5/23/2023
19 : 54

Coding With ChatGPT, Pydantic's Future, Properties, and More

ChatGPT: Your Personal Python Coding Mentor #578 – MAY 23, 2023 VIEW IN BROWSER The PyCoder's Weekly Logo ChatGPT: Your Personal Python Coding Mentor Large language models have gained popularity
5/16/2023
20 : 14

Faster CPython at PyCon, Trusted Publishing, Packaging, and More

Faster CPython at PyCon #577 – MAY 16, 2023 VIEW IN BROWSER The PyCoder's Weekly Logo Faster CPython at PyCon This article summarizes the report the Faster CPython team gave at PyCon 2023. It gives
5/9/2023
19 : 44

SOLID OOP, Mojo, PyCon Keynote, and More

SOLID Principles: Improve Object-Oriented Design in Python #576 – MAY 9, 2023 VIEW IN BROWSER The PyCoder's Weekly Logo SOLID Principles: Improve Object-Oriented Design in Python In this tutorial,
5/2/2023
19 : 44

Object Oriented Python, PyCon 2023, Mastodon Bot, and More

Python Classes: The Power of Object-Oriented Programming #575 – MAY 2, 2023 VIEW IN BROWSER The PyCoder's Weekly Logo Python Classes: The Power of Object-Oriented Programming In this tutorial, you
4/25/2023
20 : 45

PyPI Trusted Publishers, Namespaces, ChatGPT REPL, and More

PyPI Introduces "Trusted Publishers" #574 – APRIL 25, 2023 VIEW IN BROWSER The PyCoder's Weekly Logo PyPI Introduces “Trusted Publishers” PyPI package maintainers can adopt a new, more
4/19/2023
5 : 22

Self-Healing Code, Pandas 2.0 Performance, Automation, and More

"Self-Healing" Programs That Fix Themselves Thanks to AI #573 – APRIL 18, 2023 VIEW IN BROWSER The PyCoder's Weekly Logo “Self-Healing” Programs That Fix Themselves Thanks to AI Wolverine
4/11/2023
20 : 14

Python 3.12 Error Messages, Monorepos, Effective Packaging, and More

Python 3.12 Preview: Ever Better Error Messages #572 – APRIL 11, 2023 VIEW IN BROWSER The PyCoder's Weekly Logo Python 3.12 Preview: Ever Better Error Messages Python 3.12 will be released in
4/4/2023
19 : 54

Maze Solvers, Conference Talks, Text Processing, and More

Build a Maze Solver in Python Using Graphs #571 – APRIL 4, 2023 VIEW IN BROWSER The PyCoder's Weekly Logo Build a Maze Solver in Python Using Graphs In this step-by-step project, you'll build a
3/28/2023
20 : 14

Lessons Learned, Pydantic, ChatGPT Outage, and More

Lessons Learned From Four Years Programming With Python #570 – MARCH 28, 2023 VIEW IN BROWSER The PyCoder's Weekly Logo Lessons Learned From Four Years Programming With Python What are the core
3/21/2023
20 : 14

Evaluating Packages, PyTorch 2.0, Lazy Recursion, and More

How to Evaluate the Quality of Python Packages #569 – MARCH 21, 2023 VIEW IN BROWSER The PyCoder's Weekly Logo How to Evaluate the Quality of Python Packages Just like you shouldn't download
3/14/2023
20 : 14

BeeWare, Asyncio Overhead, Python & Julia, and More

Sharing Your Python App Across Platforms With BeeWare #568 – MARCH 14, 2023 VIEW IN BROWSER The PyCoder's Weekly Logo Sharing Your Python App Across Platforms With BeeWare Are you interested in
3/7/2023
19 : 54

Inlined Comprehensions PEP, Iterators, Pandas 2.0, and More

PEP 709: Inlined Comprehensions #567 – MARCH 7, 2023 VIEW IN BROWSER The PyCoder's Weekly Logo PEP 709: Inlined Comprehensions Python Enhancement Proposal 709 covers a change to how comprehensions
2/28/2023
19 : 54

NumPy for Speed, Multiprocessing Performance, XML to YAML, and More

Using NumPy and Linear Algebra for Faster Python Code #566 – FEBRUARY 28, 2023 VIEW IN BROWSER The PyCoder's Weekly Logo Using NumPy and Linear Algebra for Faster Python Code Are you still using
2/21/2023
20 : 4

Buffer Flushing, Async Bugs, SQLAlchemy 2.0, and More

How to Flush the Output of the Python Print Function #565 – FEBRUARY 21, 2023 VIEW IN BROWSER The PyCoder's Weekly Logo How to Flush the Output of the Python Print Function In this tutorial, you
2/14/2023
19 : 54

Monorepos, SpiffWorkflow, Functional Python, and More

Monorepos in Python #564 – FEBRUARY 14, 2023 VIEW IN BROWSER The PyCoder's Weekly Logo Monorepos in Python A monorepo is a source control pattern in some organizations where a single code
2/7/2023
20 : 14

Wordle Clone, Wasm, Three Python Trends, and More

Build a Wordle Clone With Python and Rich #563 – FEBRUARY 7, 2023 VIEW IN BROWSER The PyCoder's Weekly Logo Build a Wordle Clone With Python and Rich In this step-by-step project, you'll build
1/31/2023
19 : 54

Apache Airflow, Nox, Simulating Broken DB Connections, and More

Orchestrating Large and Small Projects With Apache Airflow #562 – JANUARY 31, 2023 VIEW IN BROWSER The PyCoder's Weekly Logo Orchestrating Large and Small Projects With Apache Airflow Have you
1/24/2023
20 : 4

Time, Property-Based Pytest, Continuous Profiling, and More

How to Get and Use the Current Time in Python #561 – JANUARY 24, 2023 VIEW IN BROWSER The PyCoder's Weekly Logo How to Get and Use the Current Time in Python In this tutorial, you'll be getting