LLM Conference Talks 2

Please do not use an LLM to create a conference talk.

Please.

If you can't be bothered to put in the effort to write your own material, why should we put in effort to read the LLM slop you had your LLM post to the submission form?

What's in it …

more ...

LLM Conference Talks

Please do not use an LLM to create a conference talk.

Please.

We want to hear your actual words in your actual voice We do not want diluted words created for you by sparkling auto-complete. We really don't.

The vibe around LLM slop may seem better to you. But it's …

more ...

The Python Object-Oriented Programming 5th Edition

In time for your Holiday Reading. Want guidance on OO design in Python? Want a lot of concrete examples, fully tested?

  • Master OOP fundamentals with hands-on examples and expert insights
  • Learn design patterns and type hinting with real-world Python 3.13 code
  • Develop scalable programs using testing and concurrency best …
more ...

Humble Bundle Offer

This is delightful: Packt has this Humble Bundle including The Modern Python Cookbook.

Humble Bundle Graphic

The Humble Bundle with The Modern Python Cookbook

Since it's right arund my birthday, consider this discount my gift to you.

Invest in yourself.

more ...

Gloom and Despair -- LaTeX Edition

I write all my books using LaTeX. Parts of LaTeX are (at first) confusing.

Recently, I had a moment of despair when my LaTeX processing tools no longer worked.

BLUF

Don't panic. Gather the data.

If the logs aren't good enough to reveal what's going on, fix the logs.

The …

more ...

Some Recommended Reading

Q: "Can you recommend books that are good for a beginner wanting to learn python?"

Me: "Depends on the person’s background..."

Q: "They has a deep background in the problem domain. Recently they've been doing a lot of reporting and analytics using SQL."

Okay. That's excellent.

One of the …

more ...

Seasons Greetings 2024

I'm working on revisions to Python 3 Object-Oriented Programming. Meanwhile, I have big news on Packt's end-of-year promotions.

I’m always striving to make the knowledge in Python Real-World Projects, as useful as possible. That’s why I’m so excited about Packt’s $9.99 End-of-Year Sale! This adds …

more ...

Revised Books Available

Big Announcement: the 2024.8 version of Unlearning SQL, and the 2024.9 version of Pivot to Python are available from booksellers online. Both are revised and all the code tested with Python 3.12.

Unlearning SQL

This book shows you how to translate essential SQL concepts into the Python …

more ...

Sphinx EPUB and Print

Let's say you want to self-publish an ebook and a print-on-demand paperback book.

This isn't impossible, nor is it particularly easy. Here's what I've learned.

Basic Workflow

You've got two obvious paths to make sure your EPUB book and your print-on-demand book match:

  1. Convert EPUB to Print. This generally means …
more ...