- Видео 54
- Просмотров 5 091
Timothy Unkert Coding
Добавлен 31 дек 2016
Programming tutorials in many different languages.
My cat approves of this channel.
My cat approves of this channel.
Dart Inheritance Intro Part 2
In this video we continue discussing inheritance of classes in the Dart programming language.
Просмотров: 36
Видео
Dart Inheritance Intro
Просмотров 29Год назад
In this video I show you how to inherit a method from a class.
Dart Fizzbuzz
Просмотров 29Год назад
In this Dart programming tutorial, we tackle the famous Fizzbuzz challenge.
Dart Sets
Просмотров 66Год назад
In this video, I discuss sets in the dart programming language and show some of their key usages.
Dart Queues
Просмотров 374Год назад
In this video, I show you how to create a Queue in the Dart programming language. You'll learn how to create a Queue from a list, a Queue that allows for different types of elements, and how to remove and add items in the Queue. I'll even show you the any and every methods used with a Queue.
Dart Enums
Просмотров 196Год назад
In this video, we create an enum named StudentYear. We then use this enum to help us classify students correctly, creating a variable of this type and then using a switch case statement with the variable. Finally we create a list of enum types and then iterate through the list with a forEach loop.
Dart Command Line Arguments and Calculator
Просмотров 193Год назад
In this video, I show you how to take in arguments from the command line and use them in your Dart program as well as how to build a command line calculator.
Dart String Methods
Просмотров 223Год назад
In this Dart video, I discuss the following string methods: contains, indexOf, and substring and use them to create a program that takes in a user's name and parses the name into first and last names.
Dart Ascii Characters
Просмотров 372Год назад
In this video, I'll show you how to get the Ascii value from a character in the dart programming language. I'll then show you how to convert an Ascii value back into a character. Finally, we'll finish the video by creating a program that allows the user to enter a character and get the Ascii value of the character they entered.
Dart Intro to Classes
Просмотров 93Год назад
In this dart programming language I show you how to create classes including creating a constructor and a class method. I then show you how to import classes from other files in the dart programming language.
Dart Programming Build a Better Calculator
Просмотров 507Год назад
In this video we use many of the concepts we've already learned to build a better calculator. We handle exceptions, use while loops, use if / else statements, and use switch statements to add, subtract, multiple, or divide two doubles.
Dart Handling Exceptions
Просмотров 354Год назад
In this video I show you how to properly handle exceptions using the dart programming language. I start with the example of someone not entering a proper integer. From there I'll show you how to find the type of exception and handle it properly to prompt the user to give you the input you want. I'll also show you how to access the stack trace so you can get more information about the Exception ...
Dart Functions
Просмотров 38Год назад
In this video I show you how to create functions in dart. I show you functions that don't return anything, return a double, and return an integer. I also show you how to create a recursive function (a function that calls itself). You'll learn about the difference between an argument and a parameter as well and how to invoke a function.
Dart Loops
Просмотров 85Год назад
In this video I show you how to create for loops, while loops, do while loops, use break and continue and use forEach loops in the dart programming language.
Dart Conditionals
Просмотров 52Год назад
In this video I will demonstrate if, else if, and else conditionals as well as switch case statements.
Dart Programming User Input and Simple Calculator
Просмотров 446Год назад
Dart Programming User Input and Simple Calculator
Dart Programming Variables and Data Types
Просмотров 201Год назад
Dart Programming Variables and Data Types
Python Importing External Files and Packages
Просмотров 67Год назад
Python Importing External Files and Packages
idk how did the switch () works outside the if statement on your video cuz for me it didnt so i placed it inside the if and it worked. thanks for ur videos man really helpful <3
if u want this to work """print(my2dArr[2][2][0]);"""" change the var to List <dynamic>
Sir me india se hu or iske aage ki video banao
(i%3 == 0 && i%5 == 0) is the same as (i%15 == 0)
Ha, ha. That overlay at the end of the video hiding the output was a little unfortunate but oh well. I think I am going to really like your videos on Dart. Probably going to share them with some people that I want to encourage to learn how to program cross platform mobile and desktop apps. You seem to have a nice bite sized amount of content per video, get straight to the point and are very easy to understand. Very well done. Thanks!
thank you verry much @Timothy i will like you to be my programing teacher we can learning online
Great Timothy! Most other Dart tutorials leave out the exclamation point after the readLineSync(). Thanks. Keep the videos coming :)
exactly👍👍
Thanks for these videos, everyone else is about two years out of date on dart.
Very nice
I just loved it!! One suggestion though, try to speak a little faster, although I increased the speed to 1.25x and you were just amazing!! KEEP IT UP!!
Brilliantly explained!! Just loved it!! Thank s for the video. you've my sub👌👌👌👌
Thanks for this masterpiece 💖
Thanks for these videos! Hope to see your channel grow soon!
Great videos, keep 'em coming! Thanks for taking the time to create this content!
Thank you, Tim! I'm recoding a few earlier projects I built with tkinter back in '21. Do you use it or should I try something other than python for a simple UI? Any thoughts appreciated.
Wait, is youtube tripping, or was my earlier comment removed?
I saw that you made a comment but I couldn't see it anymore.
@@timothyunkertcoding Wait I think I know why it's blocked, I gave an example email adress, and RUclips must've detected it as a link. Which, of course, could be malicious.
Thanks, this was helpful! I'm following a Python course right now, and it did a terrible job at explaining decorators.
I'm glad it helped!