Planet Python - http://planetpython.org/
5k followers 35 artículos/semana
Tryton News: Release 1.5.0 of python-sql

We are proud to announce the release of the version 1.5.0 of python-sql. python-sql is a library to write SQL queries in a pythonic way. It is mainly developed for Tryton but it has no external dependencies and is agnostic to any framework or SQL database. In addition to bug-fixes, this release contains the following improvements: Add MERGE...

Mon May 13, 2024 23:14
ListenData: How to Use Gemini in Python

In this tutorial, you will learn how to use Google's Gemini AI model in Python. Steps to Access Gemini API Follow the steps below to access the Gemini API and then use it in python. Visit Google AI Studio website. Sign in using your Google account. Create an API key. Install the google-generativeai library using the command below : ...

Mon May 13, 2024 23:14
Mike Driscoll: How to Annotate a Graph with Matplotlib and Python

The Matplotlib package is great for visualizing data. One of its many features is the ability to annotate points on your graph. You can use annotations to explain why a particular data point is significant or interesting. If you haven’t used Matplotlib before, you should check out my introductory article, Matplotlib – An Intro to Creating Graphs with...

Mon May 13, 2024 20:12
Real Python: What Is the __pycache__ Folder in Python?

When you develop a self-contained Python script, you might not notice anything unusual about your directory structure. However, as soon as your project becomes more complex, you’ll often decide to extract parts of the functionality into additional modules or packages. That’s when you may start to see a __pycache__ folder appearing out of nowhere next...

Mon May 13, 2024 20:12
Zato Blog: IMAP and OAuth2 Integrations with Microsoft 365

IMAP and OAuth2 Integrations with Microsoft 365 2024-05-13, by Dariusz Suchojad Overview This is the first in a series of articles about automation of and integrations with Microsoft 365 cloud products using Python and Zato. We start off with IMAP automation by showing how to create a scheduled Python service that periodically...

Mon May 13, 2024 14:09
Pythonicity: Packaging rundown

Companion guide to the Python packaging tutorial. This is not an overview of packaging, nor a history of the tooling. The intended audience is an author of a simple package who merely wants to publish it on the package index, without being forced to make uninformed choices. Build backends The crux of the poor user experience is choosing a build...

Mon May 13, 2024 01:02

Crea tu propio feed de noticias

¿Listo para probarlo?
Comienza una prueba de 14 días, no es necesaria tarjeta de crédito.

Crear cuenta