×

Ball – Ball Collision

Below is a python code written in codeskulptor to test the reflection of a ball when it collides with another ball. Different values can be given to v and v1 to test it if is working in the manner we want to....

Read out all

Memory Game

The Course (Interactive Python) gave exposure on: Creating GUI by implementing logic. Handling mouse click events. Calling draw handlers on canvas. Debugging python programs. Memory game URL : http://www.codeskulptor.org/#user40_srqjc0bWay_1.py  

Read out all

DX BALL

This is a game that I made after completing a course on interactive python. The coding was done in codeskulptor. The course helped me to learn how to write code for GUIs. It helped me to understand how powerful classes are in programming. As it...

Read out all

Scripting with Python for Arduino

I had to learn on programming the Arduino for producing two square signals that operated in different frequencies and at the same time, had to perform a duty sweep along with a Frequency sweep. The Arduino had a machine level commands of...

Read out all

Timer in Python

I encountered a situation where I had to check if a function is running for a certain time. The below method called ‘after’ was very useful. This registers an alarm callback that is called after a given time. Syntax : after(delay_ms, callback=None,...

Read out all

Programming the Deek Robot

The Deek robot is similar to the Arduino pro mini with a ATmega 328. it has no USB interface. i used the Arduino UNO to program the Deek robot, without removing the micro controller ATmega 328 from the UNO board. 1. Connect...

Read out all

Learning Algebra With the the help of scratch

After finished Geometry i was switched to Algebra. Mastering algebra is important for moving on to nearly all other types of mathematics in  school. However, even the most basic algebra skills can be tricky for beginners to understand the first time they...

Read out all