Timothy Unkert Coding
Timothy Unkert Coding
  • Видео 54
  • Просмотров 5 091
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 Maps
Просмотров 336Год назад
Dart Maps
Dart Programming User Input and Simple Calculator
Просмотров 446Год назад
Dart Programming User Input and Simple Calculator
Dart Programming Arithmetic and Math
Просмотров 161Год назад
Dart Programming Arithmetic and Math
Dart Lists
Просмотров 95Год назад
Dart Lists
Dart Programming Variables and Data Types
Просмотров 201Год назад
Dart Programming Variables and Data Types
Dart Programming - Hello World
Просмотров 173Год назад
Dart Programming - Hello World
Python Image Processing
Просмотров 26Год назад
Python Image Processing
Python File Input and Output
Просмотров 54Год назад
Python File Input and Output
Python Unit Tests
Просмотров 24Год назад
Python Unit Tests
Python Regex
Просмотров 76Год назад
Python Regex
Python Docstring
Просмотров 55Год назад
Python Docstring
Python Random Module
Просмотров 14Год назад
Python Random Module
Python Importing External Files and Packages
Просмотров 67Год назад
Python Importing External Files and Packages
Python CSV Module
Просмотров 38Год назад
Python CSV Module
Python Generators
Просмотров 52Год назад
Python Generators

Комментарии

  • @yaonek6929
    @yaonek6929 День назад

    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

  • @yaonek6929
    @yaonek6929 7 дней назад

    if u want this to work """print(my2dArr[2][2][0]);"""" change the var to List <dynamic>

  • @KamalSawle-xt3pb
    @KamalSawle-xt3pb 2 месяца назад

    Sir me india se hu or iske aage ki video banao

  • @coke2679
    @coke2679 4 месяца назад

    (i%3 == 0 && i%5 == 0) is the same as (i%15 == 0)

  • @jamesevanko7037
    @jamesevanko7037 9 месяцев назад

    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!

  • @bobmanueleziwho
    @bobmanueleziwho 10 месяцев назад

    thank you verry much @Timothy i will like you to be my programing teacher we can learning online

  • @antongunasingam9426
    @antongunasingam9426 Год назад

    Great Timothy! Most other Dart tutorials leave out the exclamation point after the readLineSync(). Thanks. Keep the videos coming :)

  • @LawrencedeVarga
    @LawrencedeVarga Год назад

    Thanks for these videos, everyone else is about two years out of date on dart.

  • @ayushvlogs3908
    @ayushvlogs3908 Год назад

    Very nice

  • @honeydevaang732
    @honeydevaang732 Год назад

    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!!

  • @honeydevaang732
    @honeydevaang732 Год назад

    Brilliantly explained!! Just loved it!! Thank s for the video. you've my sub👌👌👌👌

  • @wizardgaming9230
    @wizardgaming9230 Год назад

    Thanks for this masterpiece 💖

  • @LukeLane1984
    @LukeLane1984 Год назад

    Thanks for these videos! Hope to see your channel grow soon!

  • @LukeLane1984
    @LukeLane1984 Год назад

    Great videos, keep 'em coming! Thanks for taking the time to create this content!

  • @dhickey5919
    @dhickey5919 Год назад

    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.

  • @LukeLane1984
    @LukeLane1984 Год назад

    Wait, is youtube tripping, or was my earlier comment removed?

    • @timothyunkertcoding
      @timothyunkertcoding Год назад

      I saw that you made a comment but I couldn't see it anymore.

    • @LukeLane1984
      @LukeLane1984 Год назад

      @@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.

  • @LukeLane1984
    @LukeLane1984 Год назад

    Thanks, this was helpful! I'm following a Python course right now, and it did a terrible job at explaining decorators.