beginner

Learn the basics of Python with these beginner-friendly tutorials

The Python Show – Episode 2 – Data Science and Python with Akshay Pachaar (Video)

The Python Show’s second episode is now on YouTube! Today’s episode is about data science and Python with my guest, Akshay Pachaar! You can follow Akshay on Twitter or befriend him on LinkedIn. Topics covered include: How Akshay got into tech, data science, and Python Using Python in data science Python and maps / GIS …

The Python Show – Episode 2 – Data Science and Python with Akshay Pachaar (Video) Read More »

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 »