Posts

Magic tricks

Image
Dear all, When you go to a birthday party or something like that, most of the time some magicians come and show their tricks.  Did you ever how they made all those crazy things like pulling pigeons out of hats and guessing your card correctly?  When you ask the magician, all they will reply is "A magician never reveals his secrets!" and it's kind of annoying.  I know a few tricks. So the first one: the vanishing coin trick, it's very simple and absolutely no setup required. First, cup your left hand like this: Then, you hide your coin with your right hand's thumb. The coin will be too large to fit so it will be pushed out.  You must have long sleeves for this. After the coin is pushed out, put the coin in your sleeves. When you roll up your sleeves, the coin will also get rolled up.  The same to be done with the card trick. Put the person's card in your sleeves and pretend to take a card out of the bundle. Also, India's COVID-19 cases are in the millions s...

Importance of programming/coding

Dear all, Do you know the importance of programming? All of the computers and machines are programmed by humans. If you want to learn it there are many programming languages , and the one I suggest is best for beginners is python. Python was first released in 1991 as python 1. Now, we use python 3.8.2 and you can find by going to  www.python.org . Now, this is called IDLE. IDLE has a "shell" which means you type something and hit enter and it runs it for you. If you don't want a shell format, click Ctr + n, or click file and there click new file. You can type your code there but if you want something different, you have to install a different IDE. An IDE is a program which allows you to do programming. Really basic programming like move and turn is called coding. You can find a tutorial for python at w3schools.com and search for "python". The python IDE I recommend is spyder(anaconda 3). You need to find the website yourself and after you install it open anacond...

My programming language

 Dear all, I made my own programming language, and it's called "ablang". This is the intro: Warning! Only for people who know basic coding or python coz this is not going to make sense otherwise. What is ablang? It is a programming language. You can run ablang files by opening any source code editor(like notepad or notepad++)and type in all your code there. Open it with your web browser. It has to be Microsoft edge or google chrome or firefox. And you can also download it. This tutorial does not have syntax highlighting. This is the main concept of ablang, to do something you must something called an allower. To install your first allower type: Install;allower;basic-writer The “basic-writer” allows you to print whatever you want on the screen and assign variables and lists and a dictionary. This is our first bit of code: install;allower;basic-writer get allower_basic-writer |dis “Hello!”| basic-writer.run|*| The “dis” command is “print” in ablang. All of your code has to ...