Python

BMI Calculator – Build 2 Learn (part one)

Build an Android App with Python, Kivy/KivyMD and Buildozer. Introduction This tutorial series will focus on building a BMI calculator with python, KivyMD and finally using buildozer to convert it to an Android app. While kivy is much better suited to creating apps that rely more heavily on python this is still a handy project …

BMI Calculator – Build 2 Learn (part one) Read More »

GIT/GITHUB

GIT Head

Up and running quickly Getting the basics of Git and GitHub is a fairly quick and straightforward process. First, it is important to understand the differences between Git and GitHub. Git is a version control system for managing different versions of your code and track the changes. GitHub is a cloud-based service for managing your …

GIT/GITHUB Read More »

Drone Programming

Part One – Getting Off The Ground In this project, we will use python to control a drone or more precisely the Ryze Tello drone, much of this tutorial is based on the GitHub repository of Damià Fuentes Escoté (https://github.com/damiafuentes?tab=repositories). He has developed a python interface for the Tello SDK and the Tello EDU SDK. …

Drone Programming Read More »

Strings In Python

Python Books Introducing Python: Modern Computing in Simple Packages Paperback – O’Reilly Python Crash Course, 2nd Edition: A Hands-On, Project-Based Introduction to Programming Automate the Boring Stuff with Python, 2nd Edition: Practical Programming for Total Beginners Code Version Colab version of this tutorial. – Google account required Strings Strings are immutable They can be writtern with …

Strings In Python Read More »