RSSAmplifier

Blog

Andy Carnevale - Latest Blog Posts

Latest blog posts from Andy Carnevale's personal website

andycarnevale.comRSS feed ↗5 posts

Latest posts

Is a Billion Dollar AI Company Possible?

OpenAI and Anthropic CEOs have talked about AI enabling one person to make a billion dollar valuation company. Is this possible? Has it already happened?

Implementing JSON-LD Structured Data in Django

Add JSON-LD structured data to a Django site using a flexible, view-based system. Improve SEO, enable rich results, and keep markup clean and maintainable.

Create Python Enum Classes Starting from a Custom Value

How to create Python Enum classes starting from a specific value. Use Enum's auto() and customize enumerations. Example using Pygame custom event handling.

Markdown quotes and blockquotes

Learn how to create quotes and blockquotes in Markdown using the '>' character or with inline HTML using the and elements, with examples.

Adding django-tinymce rich text editor to Django Admin forms

Here's how I added the rich text editor TinyMCE to my Django project's admin forms, using django-tinymce.