Arul's Blog

junilearning

How to Code Your Own Website (for Beginners 12+) | Beginner Web Development

Tue 23 March 2021 By Arulmurugan Rajaraman comments

Today, we’re going to show you how to build your own personal website! Check out the tutorial video to watch Juni Instructor Maya walk you through every step of the way.

Read more →

Make a Countdown and Pomodoro Timer in Python | Intermediate Python Tutorial

Tue 23 February 2021 By Arulmurugan Rajaraman comments

In this tutorial, we’ll be creating a countdown timer that asks the user how much time (in seconds) they want to set the timer for — once time is up, print out “Blast Off!”.

Read more →

How to Animate a Spinning Emoji | Beginner Web Development Animation Tutorial

Sat 20 February 2021 By Arulmurugan Rajaraman comments

This project will give you a great introduction to basic web animations using HTML and CSS. Learn how to use spinning animations on the web by animating sushi (or any emoji you like)!

Read more →

Make Your Own Virtual Zoom Background

Sat 12 December 2020 By Arulmurugan Rajaraman comments

A lot of video calling software like Zoom and Google Hangouts now let users use a virtual background behind them. In this project, we'll show you how to make your own virtual background graphic in Python with Turtle that you can use in your video calls!

Read more →

How to Introduce Debugging to Kids

Wed 02 December 2020 By Arulmurugan Rajaraman comments

When it comes to teaching kids problem-solving, few methods are as powerful as learning to debug code. The process of finding bugs and implementing debugging strategies is great practice for problem-solving in other areas of a child’s life. This guide will make it easy to introduce debugging to kids.

Read more →