Posts for: #Tutorial

Generate Images With DALL·E and the OpenAI API

Learn to use the OpenAI Python library to create images with DALL·E, a state-of-the-art latent diffusion model. In this tutorial, you’ll explore creating images and generating image variations. You’ll also interact with DALL·E using API calls and incorporate this functionality into your Python scripts.

[Read more]

Prompt Engineering: A Practical Example

Learn prompt engineering techniques with a practical, real-world project to get better results from large language models. This tutorial covers zero-shot and few-shot prompting, delimiters, numbered steps, role prompts, chain-of-thought prompting, and more. Improve your LLM-assisted projects today.

[Read more]

Python News: What’s New From January 2023

Quickly get up to speed on what’s been happening in the world of Python in the past month. The PSF hires a security developer in residence! You’ll also read about Python 3.12 alpha 4 and three recently published PEPs. Maybe you’ll get dragged into the ongoing discussion about Python packaging!

[Read more]