Category: Programming
Writing code to sort and search using Python
This book showcases the most commonly encountered topics of searching and sorting in computer science. We show you how to… read more Writing code to sort and search using Python
Python source code on sorting and searching
To avoid losing the indentation the source code is now kept in this zipped file (you need to download and… read more Python source code on sorting and searching

Java source code for book on sorting and searching
import java.util.*; public class Main { public static void main(String[] args) { int n, howmany; int whichsort = 0; int… read more Java source code for book on sorting and searching

Your very first Python Program – solving math homework questions with Python code
This book is written with the sole purpose of getting kids into coding. Nothing fancy nothing super advanced. Simple, easy… read more Your very first Python Program – solving math homework questions with Python code
SkillsVID: Micro:bit VS Arduino; Makecode VS Tinkercad
Micro:bit is a smaller and more compact board for starters. It has fancy built-in features such as LED display, buttons,… read more SkillsVID: Micro:bit VS Arduino; Makecode VS Tinkercad
M for Microbit: Learn to build Microbit Circuits using Tinkercad Simulation
This book is all about building Microbit circuits using Tinkercad Simulation. There are projects that come with explanations on Python… read more M for Microbit: Learn to build Microbit Circuits using Tinkercad Simulation
M for MakeCode: Learn micro:bit programming
BBC’s micro:bit is an open source hardware ARM-based embedded system intended primarily for use in computer education. It is a… read more M for MakeCode: Learn micro:bit programming
A for Arduino and S for Sketch: More Projects on Tinkercad
This book provides more Arduino Sketch projects, with explanations on more complicated codes that can be used to power an… read more A for Arduino and S for Sketch: More Projects on Tinkercad
Video: Why Tinkercad Circuits and Simulation?
Tinkercad has established itself as a worthy beginner choice to web based computer-aided design in the world of 3D modeling…. read more Video: Why Tinkercad Circuits and Simulation?
Video: In terms of programming, which one is better? Raspberry PI VS Arduino
We all know that Arduino is a microcontroller board while Raspberry Pi is a microprocessor based computer on a board…. read more Video: In terms of programming, which one is better? Raspberry PI VS Arduino