Shay Lynn Khan
Staff Writer for Programming
104 articles published since March 28, 2022
About Shay Lynn Khan
Shay loves learning new things through personal projects. Outside coding, Shay also loves gaming and playing the piano.
What Is JES and How Does It Work?
Learn all you need to know about JES, the friendly Jython development environment.
How to Create a Rock, Paper, Scissors Game Using Python
This simple game tutorial will help you practice the fundamentals of Python programming.
How to Use Special Characters and Symbols in HTML
Some symbols are difficult to type and others are, technically, forbidden. Find out which is which and how to master characters in HTML.
Modern CSS You Can Use to Style Your HTML Table
Default HTML tables look pretty underwhelming—jazz them up with some good-looking CSS effects.
How to Create a Text Based Adventure Game in Python
Practice your Python programming with some simple text processing and decision handling to create a playable game.
How to Play a Video Using a Python Script
You can use this technique to build a simple video player or to integrate a player into a more complicated app.
3 Interesting Sound Processing Techniques Using JES
JES has basic support for sound editing, but you can use it to carry out some useful tasks.
How to Import and Play Sounds in JES
JES is great for image manipulation, but you can also use it to handle sounds files.
How to Overlay X and Y Coordinates on an Image Using JavaScript
This JavaScript technique can be used for many effects, including tooltips and image maps.
Create a Sudoku Solver in Python
Study this code carefully and discover a clever way to use recursion to solve those tricky sudoku puzzles.
How to Batch Rename Files in Python
Check out this simple script which can save you a lot of time manually renaming files.
What Is HTML/JS Onload and How Does It Work?
HTML/JS onload concept can help you to control the behavior of the webpage once it has loaded.
How to Create a Recipe Book Using HTML, CSS, and JavaScript
This project will help you hone your front-end skills and teach you how to build an interface using core web standards.
How to Create a Currency Converter in Python
Convert currencies in real time using this Python script.
How to Create a URL Shortener Using Python and Bitly
Help out your users by auto-generating short-links for them to bookmark. Your app can take advantage of Bitly’s service to do so.
Different Ways to Write Conditional Statements in C#
Sometimes, you’ll want C# code to run only under certain conditions. These statements and operators will help you do just that.
How to Use Enums in C#
A small but useful language feature, enums can help you write cleaner, safer code.
How to Read and Write Files in a JES Application
Learn how to load and save data directly from your JES app with this step-by-step guide.
How to Draw Different Shapes Using a Turtle in Python
This graphics system is a great way for beginners to conquer both Python and 2D drawing.
What Are Turtles in Python and How Do They Work?
Get started with graphics in Python using the turtle module.