Python

An Intro to Textual – Creating Text User Interfaces with Python

Textual is a Python package used to create cross-platform Text User Interfaces (TUI). This may sound like you’ll be creating a user interface with ASCII-art, but that is not the case. Textual is quite advanced and allows you to add widgets to your terminal applications, including buttons, context switchers, scroll bars, checkboxes, inputs and more. …

An Intro to Textual – Creating Text User Interfaces with Python Read More »

ArcticDB and Python – An Interview with Gary Collier

The Man Group, contacted me about their Python product, ArcticDB. If you go to ArcticDB’s documentation, you’ll learn that it is Man Group’s high-performance Python-native DataFrame database. Gary Collier, CTO of Man Alpha Technology, agreed to do an interview with me about ArcticDB. Here it is: Can you give us some background information about ArcticDB? …

ArcticDB and Python – An Interview with Gary Collier Read More »

Python’s Built-in Functions – The all() Function (Video)

This is the next video in my Python Built-ins Series. Did you know Python has an all() function? Do you know what to use the all() function for? Find out today by watching this short video!   More Videos in the series The Python Built-in Functions – aiter and anext (Video) Python’s Built-in Functions Video …

Python’s Built-in Functions – The all() Function (Video) Read More »