Hello,Im Pete a middle age man who is finally learning coding thanks to you. Since I'm not a bank and still need to work, (recently retired) I'm giving myself a year of learning as much coding before I start my second career, which i'm hoping will be in robotics or computer automation Programing has always been in my thoughts since basic was offered in high school in 1979. But Was allowed to take the class because of being dyslexic. from then to now nothing worked, books videos dvd couldn't find the class that explain procedures accordingly.I'll take it on fate that Found your videos, and looking forward to learning from all of them. Thank you for making a difference.
Hi mate, just out of interest, how old was your son when he was learning this? I might be developing a compiler and some tools for this language for my final uni project and was wondering what kind of age group this is targeted at.
@@ryantaylor9219 I’m going into year 8 this September but we already started using Small basic in year 7 but because of COVID we didn’t get proper lessons so that’s why I’m here
To find perimeter and area of a rectangle a simple program made by me ;) hope it works TextWindow.WriteLine("Enter the length of the rectangle") L = TextWindow.ReadNumber() TextWindow.WriteLine("Enter the breadth of the rectangle") B = TextWindow.ReadNumber() P = 2 * ( L + B ) TextWindow.WriteLine("Perimeter of rectangle is "+P) Area = L * B TextWindow.WriteLine("Area of rectangle is "+Area)
im a young kid whos learning coding and my sessions are on friday and on other days im bored so i watch these (and damn, 12 cups of tea per day!? you must be really british lol)
That's fantastic that you're learning coding, and in your own time too! You'll be pleased to know that I have just relaunched my channel after three years away, and have a ton of coding tutorials planned/scheduled, including Small Basic, BBC Microbits, JavaScript, Python, and more. I also have a series coming out on creating your own games in Roblox and Unity, as well as 3D modelling in Blender to create game assets. I hope that will help with your boredom! And yes, you're right, I am very British, and am almost entirely powered by tea! ☕
How would I add a link, like if I click on a certain part of the screen it'll tale me to a website I've been looking everywhere for an answer but can't seem to find one
Thank you Mohamed, I'm glad you liked it. I've recorded a whole series (about twenty videos so far) which are scheduled to go live each day from now on, so stay tuned!
Please have a look to small visual basic. It is built on top of Small Basic to be easier and more powerful. You will find more info and links in my channel. Note that all my videos are in Arabic except one introduction for English viewers, but the full reference pdf of the language is written in English.
It isn't the most efficient, and you won't make anything that you would see out of EA or Ubisoft, but it is definitely doable! I found this example of Tetris! smallbasic.com/program/?Tetris
No Python is a better choice for making games. It is almost as easy as MS Small Basic. But it is a much more professional programming language. MS Small Basic is made only for teaching and learning. You can't run Small Basic programs without opening Small Basic itself. So you can't create any stand alone game or software. But with Python you can.
If you'll write something or let's suppose you wanna write 'Hey Babe' using 'Write' so the results/result will be like this: Hey BabePress any key to continue... And if you'll use 'WriteLine' (instead of 'Write') then the results/result will be like this: Hey Babe Press any key to continue...
One big warning to all Small Basic users: The Small Basic programs are multithreaded!!!! Any Event runs in a separate thread! I could not believe they made this for children????? Unexpected behaviour may occur if your skills do not cover the multithreaded programming. It is a fatal mistake of the Small Basic.
Hello,Im Pete a middle age man who is finally learning coding thanks to you. Since I'm not a bank and still need to work, (recently retired) I'm giving myself a year of learning as much coding before I start my second career, which i'm hoping will be in robotics or computer automation Programing has always been in my thoughts since basic was offered in high school in 1979. But Was allowed to take the class because of being dyslexic. from then to now nothing worked, books videos dvd couldn't find the class that explain procedures accordingly.I'll take it on fate that Found your videos, and looking forward to learning from all of them. Thank you for making a difference.
good luck on your coding journey pete
5:52 those are all classic teacher phrases
Thank you from me too. My son's exam is in this tomorrow . We r seeing your video and practicing at the same time. Thanks a million sir 🥀👍
Hi mate, just out of interest, how old was your son when he was learning this? I might be developing a compiler and some tools for this language for my final uni project and was wondering what kind of age group this is targeted at.
@@benlewis7464 Year 8 (This is a uk term) in secondary school
@@ryantaylor9219 I’m going into year 8 this September but we already started using Small basic in year 7 but because of COVID we didn’t get proper lessons so that’s why I’m here
@@benlewis7464 i was in 5th grade when our school started teaching this
Do you know a converter from MS Quickbasic to Smallbasic ?
U just helped me with my homework thanks
lmao fortnite
Hi,Justin
you are a great teacher because you teach small basic very well.
thanks
It's so helpful thank you so much
Interesting tutorial. Many thanks.
To find perimeter and area of a rectangle a simple program made by me ;) hope it works
TextWindow.WriteLine("Enter the length of the rectangle")
L = TextWindow.ReadNumber()
TextWindow.WriteLine("Enter the breadth of the rectangle")
B = TextWindow.ReadNumber()
P = 2 * ( L + B )
TextWindow.WriteLine("Perimeter of rectangle is "+P)
Area = L * B
TextWindow.WriteLine("Area of rectangle is "+Area)
Thanks , your video helped me a lot in small basics. And you just got a new subscriber
I'm so glad you found it useful, and welcome to the channel! 👍😃
im a young kid whos learning coding and my sessions are on friday and on other days im bored so i watch these (and damn, 12 cups of tea per day!? you must be really british lol)
That's fantastic that you're learning coding, and in your own time too! You'll be pleased to know that I have just relaunched my channel after three years away, and have a ton of coding tutorials planned/scheduled, including Small Basic, BBC Microbits, JavaScript, Python, and more. I also have a series coming out on creating your own games in Roblox and Unity, as well as 3D modelling in Blender to create game assets. I hope that will help with your boredom!
And yes, you're right, I am very British, and am almost entirely powered by tea! ☕
I really enjoy. But am not able to setup my own app. I don't know if you can help please! 🥺
Thank you very much offering this "Small Basic" beginners course.
this derserve more likes
How would I add a link, like if I click on a certain part of the screen it'll tale me to a website
I've been looking everywhere for an answer but can't seem to find one
Sir why don't you make a video on
c programming language?
Nice
8:05 john is shutting up me dying of laughter for no reason😂
Thank you
It was very helpful to me in class 6
Yh
How do you save it?
4:57 “I want Emily to sit quietly for 60 minutes” XD poor Emily!
Honestly, you haven't met Emily!
Plot twist: She is actually a statue
A highly talkative and fidgety statue...
Maybe a little harsh....
@@TheTechTrain "i want emily to sit quietly for 60 seconds, also known as the rest of her life if she doesnt stop talking"
YOU ARE A LEGEND!!!
Thank you!
It was very helpful in 4 class
Thank you its help me a lots
Thanks bro very helpful
Can we download small basic in Android smartphone?
Programming starts here.
Yea
Is small basic available on phone
Explained nicely . Thanks alot.
Hi Sir. Thanks for this, It helped me a lot 🙂🙂😏😏😌😌
I understood every word you said it
Thnks
It helps me a lot. Thank you!
1.3.4+5.6.7...n terms ka program kaise banega
Well done 👏🏽👏🏽👏🏽👏🏽👏🏽
Thank you Mohamed, I'm glad you liked it. I've recorded a whole series (about twenty videos so far) which are scheduled to go live each day from now on, so stay tuned!
thank you very much i am ready from now :)@@TheTechTrain
Great! Each video will go live at 10am GMT+1 every day from now on. Let me know if you have any questions or suggestions.
@@TheTechTrain ok i will , but honestly u r straightforward to the point and everything is v clear till now.
I'm so glad, thank you very much!
This was so helpful and easily explained. Thank you so much :)
Thank you It's Matilda, I'm so glad you liked it.
This is so helpful
Thank you, I'm so glad you liked it. I actually have a new set of videos on Small Basic planned for the new year.
Its help us do my homework
Please can you teach python programming
I already do! There are already a number of Python videos on my channel. Here's the first lesson: ua-cam.com/video/7wzCTbJCdDA/v-deo.html
How to begin variable with zero in the same line? ex. a=b=c=d=0
Thanks
Please have a look to small visual basic. It is built on top of Small Basic to be easier and more powerful.
You will find more info and links in my channel. Note that all my videos are in Arabic except one introduction for English viewers, but the full reference pdf of the language is written in English.
Idk why but that font gives me aesthetic vibes
Glad you like it
Sir!Is it used to make games?
It isn't the most efficient, and you won't make anything that you would see out of EA or Ubisoft, but it is definitely doable!
I found this example of Tetris! smallbasic.com/program/?Tetris
No Python is a better choice for making games. It is almost as easy as MS Small Basic. But it is a much more professional programming language. MS Small Basic is made only for teaching and learning. You can't run Small Basic programs without opening Small Basic itself. So you can't create any stand alone game or software.
But with Python you can.
So when I did this when I click enter it says program has ended why?
If you copy and paste your code here I'll take a look, and let you know.
@@TheTechTrain I did what u did
CAN U EXPLAIN THE DIFFERENCE BETWEEN WRITE AND WRITELINE
'write' writes without skipping a line, 'writeline' writes and skips a line.
If you'll write something or let's suppose you wanna write 'Hey Babe' using 'Write' so the results/result will be like this:
Hey BabePress any key to continue...
And if you'll use 'WriteLine' (instead of 'Write') then the results/result will be like this:
Hey Babe
Press any key to continue...
many many thanks...mr justin..
please can you make the video of how to used the tags in small basic, please trust me your video will be hit.
Sorry, what do you mean by 'tags'?
THX
Can someone help me to give other materials for this matter. Thank you and also for this YT
I literally have a test in 15 min and have no clue what to do lmao
I have one in an hour
I got one tomorrow
Almost 40k
Indeed! And yesterday we hit 10 million views on the channel!
5:01 I feel like you wanted to say (∞)
My teacher sent this video link
Thank you sir for your video
There is very low audio sound
You mean it's too quiet?
@@TheTechTrain I mean that u are speaking in a low volume so i cant understand you
please speak up.
I learned basic from qbasic then thought my 4th grade class basic on the apple2 30 years ago
I´ve never rid a bike and yes i´m controlling a nuclear weapon on my computer, how do i do now
Never try riding a bike and controlling a nuclear weapon at the same time. Wheely dangerous.
@@TheTechTrain 😂😂😂 your videos are very good and are helping me a lot, your doing a great job sir
John sounds like me
One big warning to all Small Basic users: The Small Basic programs are multithreaded!!!! Any Event runs in a separate thread! I could not believe they made this for children????? Unexpected behaviour may occur if your skills do not cover the multithreaded programming. It is a fatal mistake of the Small Basic.
bro this is 2021
I don't like Small Basic but my mom will be mad at me if I don't study
ok
I hope though that you'll find something here to enjoy, and that you'll have some fun with it.
Ha ha ha 😂😂😂😆😆😆😹😹😹🤣🤣🤣
@@TheTechTrain What does the green color mean??
Where do you mean?
@@sararaut4149 it means something that doesn't count in the code
Lol 12 teacups a day yeah i diagnose your colleague with bri'ish