Quarky Robotic Arm - Documentation

Getting Started with Quarky Robotic Arm

Refer to the tutorials to learn about the Robotic Arm, and how to assemble and program it in Block coding or Python coding. 

Robotic Arm V6
Learn how to assemble the Quarky Robotic Arm with this step-by-step guide. Follow the steps to make the Quarky Robotic Arm look like the image shown in this guide, and use it to explore more complicated programs and activities.

Quarky Robotic Arm Project - Block Coding

Refer to the tutorials to learn how to use PictoBlox Block Coding Environment to code Quarky Robotic Arm for different applications

Implicit type conversion demonstrates how Python automatically converts integers to floats and displays the result and data type.
Learn how to handle runtime errors in Python with an example code. Understand how to avoid runtime errors caused by strings or zero inputs.
Python program to find the sum of all the positive numbers entered by the user till the user enters a negative number.
Find the difference between two input numbers prompts the user to enter two numbers and then calculates and displays their difference.”
We take two numbers as input from user and find their positive difference – absolute value of subtraction between larger and smaller number
Four functional calculator prompts the user to enter two values and an operator, performs the specified operation and displays the result.
This Python program compares two numbers and prints the larger one using if-else statements, the program will output which number is larger
Learn how to use Python to print the first five natural numbers & what we do if we are asked to print the first 100,000 natural numbers?
This code demonstrates a simple way to iterate through the letters of a string and print them individually.
Learn how to use the for loop in Python to print a sequence of numbers, understand its logic with step-by-step explanations.
Print all the even numbers in a given sequence. This code uses a for loop and modulus operator to determine if each number is even or odd.”
Learn how to use Python’s assert statement with this program. See its implementation through a function that checks for negative numbers and raises an error if the condition is not met.
Learn how to implement try and except blocks in Python to gracefully handle division errors. This tutorial guides you through a practical example where we calculate the quotient of two numbers while safeguarding against zero denominators.
Learn how to effectively handle division errors in Python using multiple except clauses. This tutorial demonstrates the use of try-except blocks to gracefully manage division by zero and non-integer input scenarios.
Master the art of Python exception handling using the try-except-else construct. Learn how to gracefully manage division errors while leveraging the power of the else clause.
Learn how to use Python code to print multiples of 10 in a specified range using “For loop” to iterate through the numbers in a given range
Print the first 5 natural numbers using a while loop, uses a counter variable to control the loop and increment it until the count reaches 5.
Find the factors of a number using a while loop in Python. This code example will help you understand the logic and provide the output.
Learn how to use the break statement in a for loop in Python, with a simple program demonstrating its usage.
This Python program checks whether a given number is prime or not. If the number is less than or equal to 1: we need to execute again!”
Lets write a Python code that prints values from 0 to 6, excluding the number 3. Understand the logic behind the code and see the output.”
Learn how to use nested for loops in Python. Understand the logic, see the code output, explore different iterations of the outer/inner loops
Generating a pattern consists of rows starting from 1 and increasing by 1 with each row for a number input by the user.
Learn to use nested loops to find prime numbers between 2 to 50. Prime numbers are numbers that are divisible only by 1 and themselves.
This Python program uses a for loop nested inside an if…else block to calculate the factorial of a given number.
This program calculates the canvas area based on tent dimensions, computes the canvas cost, adds tax, and determines the net payable amount.
Python program to compute tent cost with cylindrical and conical parts. Calculates total canvas area and final payable amount including tax.
Learn how to write a Python function that accepts two numbers, calculates their sum, and displays the result.
Sum of first n natural numbers. Efficient and concise solution to calculate and display the sum. Ideal for developers of all levels.
Python code: Adds 5 to user input using a function. Displays id() before and after the call to check memory location change.
All articles loaded
No more articles to load

PictoBlox Extension Documentation

Refer to the documentation of PictoBlox Extension to understand how to use the blocks and functions for the Robotic Arm.