Python

Polars new feature. Suggest more efficient Polars method for apply lambda functions

Using apply with lambda functions is less performant than the native Polars API functions. Now, you are warned about it and are presented with a more efficient alternative.

Select datetime columns matching time zones with Python Polars selectors. Calculate offset with the new dst_offset.

Unlocking the Power of Python Polars: A Comprehensive Guide to Selecting and Manipulating Datetime Columns with Selectors and dst_offset.

How to create a Streamlit datetime slider.

Creating an interactive datetime Slider with Python Streamlit. As easy as pie

New Streamlit Chat. Conversational app with st.chat_message and st.chat_input

Revolutionize Conversational App Development: A Guide to Building Chat-based Applications with Streamlit and GPT.

Pydantic discriminated unions. Some examples to simplify data structures and ensure type safety

Powerful type validation and discriminated Unions with Pydantic: Simplify data structures and ensure type safety. We are showcasing a few straightforward examples.

Ursina vector rotation. The right and easy way to deal with this 3d Python module!

Whirling Vectors in Ursina: Spin Your Way to 3D Awesomeness!

Pipe function in Python Polars. Don't leave the pipe flow!

Are you exploring Polars as an alternative to Pandas? We love it for the pipe flow feeling! Learn in 3 lines how and when to use it.

Use GPT and Whisper to Build Your Own Voice Assistant

With the power of GPT and Whisper models, you can create a virtual assistant that is tailored to your needs. Reading this article, you'll learn how to record and transcribe audio, translate text, generate responses with GPT, and play responses out loud using text-to-speech synthesis.

Making Your Python Programs Speak: A Practical Guide to Text-to-Speech

In this tutorial, we'll show you how to integrate text-to-speech into your Python projects, using libraries like pyttsx3, gTTS, and playsound. Whether you're building a chatbot, a voice assistant, or just want to add some personality to your applications, this tutorial will help you get started with text-to-speech in Python

Mock Celery task in Pytest

Boost Your Testing Mojo: Unleash the Power of Mock Celery Tasks in PyTest