Companies Home Search Profile

The Complete Course of TCL Programming 2023

Focused View

Laureano Boira Gual

10:40:51

108 View
  • 1 - Welcome to TCL.mp4
    02:17
  • 2 - Installing TCL.mp4
    01:48
  • 3 - Introduction to programming.mp4
    04:05
  • 4 - Working with TCL shell.mp4
    03:53
  • 5 - Using variables.mp4
    04:18
  • 6 - Command substitution.mp4
    04:44
  • 7 - Basic mathematical operations.mp4
    01:33
  • 8 - Solutions to mathematical excercises.mp4
    05:17
  • 9 - Conditionals.mp4
    05:51
  • 10 - Example of conditionals.mp4
    05:40
  • 11 - Ternary operator.mp4
    01:47
  • 12 - Logical and bitwise operations.mp4
    08:54
  • 13 - Solution to Logical and bitwise operations excercise.mp4
    04:12
  • 14 - Operation precedence.mp4
    06:07
  • 15 - Strings.mp4
    05:48
  • 16 - Solution to strings excercise.mp4
    05:15
  • 17 - What is a script.mp4
    02:35
  • 18 - Text editors.mp4
    04:41
  • 19 - Coding guidelines.mp4
    05:14
  • 20 - Section I Quiz.mp4
    05:25
  • 21 - Scripts Section I.html
  • 21 - scripts-I.rar
  • 22 - Lists.mp4
    03:05
  • 23 - Adding elements to lists.mp4
    02:42
  • 24 - Changing list elements.mp4
    01:33
  • 25 - Extracting ranges sorting lists and iterating over lists.mp4
    02:15
  • 26 - List cheatsheet and practice.mp4
    03:05
  • 27 - Lists solution.mp4
    04:30
  • 28 - Creating arrays.mp4
    02:55
  • 29 - Iterating over arrays.mp4
    02:24
  • 30 - Multidimensional arrays.mp4
    04:28
  • 31 - Sorting lists and arrays.mp4
    07:50
  • 32 - Arrays practice.mp4
    02:38
  • 33 - Arrays solution.mp4
    05:42
  • 34 - For and While loops.mp4
    05:55
  • 35 - Nested loops.mp4
    03:13
  • 36 - Breaking loops.mp4
    04:14
  • 37 - Loops practice.mp4
    02:23
  • 38 - Loops solution.mp4
    04:47
  • 39 - Procedures.mp4
    06:13
  • 40 - Recursive procedures.mp4
    02:30
  • 41 - Procedures practice.mp4
    01:19
  • 42 - Procedures solution.mp4
    03:34
  • 43 - File IO.mp4
    08:52
  • 44 - File IO practice.mp4
    03:17
  • 45 - File IO solution.mp4
    10:59
  • 46 - Various Query commands.mp4
    09:08
  • 47 - Various Query commands solution.mp4
    06:42
  • 48 - Special variables and command line.mp4
    06:22
  • 49 - Special variables and command line solution.mp4
    07:08
  • 50 - More math.mp4
    03:23
  • 51 - More math solution.mp4
    03:24
  • 52 - Regular expressions.mp4
    08:32
  • 53 - Regexp examples.mp4
    06:52
  • 54 - Regexp solution.mp4
    05:35
  • 55 - Debug techniques.mp4
    07:36
  • 56 - Debug session.mp4
    34:53
  • 57 - Section II Quiz.mp4
    04:30
  • 58 - Scripts Section II.html
  • 58 - scripts-II.rar
  • 59 - More about lists.mp4
    09:33
  • 60 - Dictionaries.mp4
    03:20
  • 61 - Dict command.mp4
    06:42
  • 62 - Dict practice.mp4
    02:54
  • 63 - Dictionaries solution.mp4
    10:04
  • 64 - Error handling.mp4
    06:02
  • 65 - Error handling solution.mp4
    00:44
  • 66 - System commands.mp4
    05:43
  • 67 - System commands solution.mp4
    03:56
  • 68 - The eval command.mp4
    07:17
  • 69 - Eval command solution.mp4
    07:02
  • 70 - Scope and uplevel.mp4
    05:02
  • 71 - Upvar.mp4
    04:39
  • 72 - Namespaces solution.mp4
    05:06
  • 73 - Namespaces.mp4
    17:30
  • 74 - Packages.mp4
    05:12
  • 75 - Packages solution.mp4
    05:12
  • 76 - Advanced regexp.mp4
    05:02
  • 77 - Nongreedy backreferences and lookahead.mp4
    08:17
  • 78 - Regexp options.mp4
    10:25
  • 79 - Regexp solution.mp4
    06:44
  • 80 - OOP.mp4
    07:09
  • 81 - TCLOO.mp4
    08:58
  • 82 - TCLOO solution.mp4
    05:43
  • 83 - Event driven programming.mp4
    13:26
  • 84 - Event driven solution.mp4
    08:00
  • 85 - Network sockets.mp4
    06:49
  • 86 - Network sockets solution.mp4
    05:47
  • 87 - Multiple interpreters and SafeTCL.mp4
    07:53
  • 88 - Safe TCL solution.mp4
    02:09
  • 89 - Clock commands.mp4
    03:42
  • 90 - Call stack.mp4
    04:33
  • 91 - Tracing variables and commands.mp4
    04:12
  • 92 - Multithread programming.mp4
    04:51
  • 93 - Performance considerations part1.mp4
    05:56
  • 94 - Performance considerations part2.mp4
    06:10
  • 95 - Performance considerations part3.mp4
    06:29
  • 96 - Programming project specs.mp4
    11:30
  • 97 - Programming project architecture.mp4
    07:49
  • 98 - Programming project drafts 13.mp4
    07:28
  • 99 - Programming project drafts 45.mp4
    04:56
  • 100 - Programming project drafts 67.mp4
    05:33
  • 101 - Programming project drafts 812.mp4
    08:38
  • 102 - Programming project using network sockets.mp4
    11:31
  • 103 - Scripts Section III.html
  • 103 - scripts-III.rar
  • 104 - Introduction to TK.mp4
    08:51
  • 105 - TK widgets.mp4
    02:18
  • 106 - Entry widget.mp4
    06:00
  • 107 - Text widget.mp4
    03:00
  • 108 - Canvas widget.mp4
    03:42
  • 109 - Canvas polygons.mp4
    05:06
  • 110 - Bitmaps.mp4
    01:18
  • 111 - Rover rotation.mp4
    01:33
  • 112 - All widgets together.mp4
    05:54
  • 113 - GUI draft1.mp4
    09:48
  • 114 - GUI draft2.mp4
    03:51
  • 115 - Scripts Section IV.html
  • 115 - scripts-IV.rar
  • Description


    Learn TCL Programming like a Professional. Become an expert in rapid prototyping, scripting, testing, Tcl/Tk for GUIs...

    What You'll Learn?


    • At the end of the course you will fully master TCL Programming, to be able to develop rapid prototypes, scripts, tests or GUIs with Tcl/Tk (Tool Kit)
    • You will be able to build step by step your own scripts, understanding all the logic and ending with advanced practical examples and projects
    • You will become familiar with the work environment, essential commands, and you will master all the phases of the scripting
    • You will learn in a professional way how to use Mathematical operations, variables, conditionals and strings
    • You will work with Lists, Arrays, Loops, Procedures, File IO and Regular Expressions
    • You will master all the Debug techniques in TCL, as well as Dictionaries, Error handling, OOP, TCLOO, Event Driven Programming or Network Sockets
    • You will learn the design and generation of widgets and Graphical User Interfaces with Tk, understanding their interpretation
    • You will be able to practice the content learned in a practical way by following all the steps in the complete exercises, the project and the course Quizes
    • You will start with the basics and progressively carry out more complex steps until you reach an advanced level and absolute mastery at the end of the course

    Who is this for?


  • Beginners who have never used TCL before
  • Programmers, engineers, students... who want to learn a new way to develop rapid apps, scripts or Graphical User Interfaces easily
  • Intermediate or advanced TCL students who want to improve their skills even more!
  • What You Need to Know?


  • Having basic notions of programming can help, but the course starts from scratch
  • Download and install TCL (if you don't know how, don't worry, it's very easy, free and I'll explain it to you in the course!)
  • A decent computer and of course, desire to learn!
  • More details


    Description

    Become a TCL Progammer professional and learn one of employer's most requested skills nowadays!

    This comprehensive course is designed so that students, programmers, computer scientists, engineers... can learn TCL (Tool Command Language) Progamming from scratch to use it in a practical and professional way. Never mind if you have no experience in the topic, you will be equally capable of understanding everything and you will finish the course with total mastery of the subject.

    After several years working as an Engineer, I have realized that nowadays mastering TCL language is very necessary in rapid prototyping, scripting, developing graphical interfaces or other programming applications. Knowing how to use this language can give you many job opportunities and many economic benefits, especially in the world of the development.

    The big problem has always been the complexity to perfectly understand TCL Programming it requires, since its absolute mastery is not easy. In this course I try to facilitate this entire learning and improvement process, so that you will be able to carry out and understand your own projects in a short time, thanks to the step-by-step and detailed examples of every concept.

    With more than 10 exclusive hours of video and 115 lectures, this comprehensive course leaves no stone unturned! It includes both practical exercises and theoretical examples to master TCL. The course will teach you TCL scripting in a practical way, from scratch, and step by step.

    We will start with the installation of TCL software on your computer, regardless of your operating system and computer.

    Then, we'll cover a wide variety of topics, including:

    • Introduction to TCL and course dynamics

    • Download and Install TCL latest version and configuring it

    • General familiarization with the work environment and commands

    • Introduction to TCL scripting

    • Basic Mathematical operations, variables, conditionals and strings

    • Lists, Arrays, Loops, Procedures, File IO and Regular Expressions

    • Debug techniques

    • Dictionaries, Error handling, Event Driven Programming and Network Sockets

    • OOP and TCLOO

    • Tcl/Tk (Toolkit) for widgets and GUI (Graphical User Interface) creation

    • Mastery and application of absolutely ALL the functionalities of TCL Programming

    • Quizes, Practical exercises, complete projects and much more!

    In other words, what I want is to contribute my grain of sand and teach you all those things that I would have liked to know in my beginnings and that nobody explained to me. In this way, you can learn to build a wide variety of programming projects quickly and make versatile and complete use of TCL. And if that were not enough, you will get lifetime access to any class and I will be at your disposal to answer all the questions you want in the shortest possible time.

    Learning TCL Programming has never been easier. What are you waiting to join?

    Who this course is for:

    • Beginners who have never used TCL before
    • Programmers, engineers, students... who want to learn a new way to develop rapid apps, scripts or Graphical User Interfaces easily
    • Intermediate or advanced TCL students who want to improve their skills even more!

    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    Laureano Boira Gual
    Laureano Boira Gual
    Instructor's Courses
    ¡Buenas! Mi nombre es Laureano Boira Gual y vivo en Barcelona. Tengo 31 años, he estudiado ingeniería electrónica y mecánica y soy un apasionado del mundo de la tecnología, la informática y el uso de softwares.Actualmente soy profesor universitario pero también me apasiona aprender. Pienso que la base de la felicidad está en descubrir siempre cosas nuevas y no parar de mejorar. Eso sí, como a casi todo el mundo, me gusta disfrutar de mi tiempo libre con amigos y viajando. También me encanta ayudar a las personas, creo que es la cosa que más me llena en mi día a día. Con mis clases intento aportar mi granito de arena para enseñar a los demás todas esas cosas que me habría encantado saber en mis inicios y que nadie me contó.Hi everybody! My name is Laureano Boira Gual and I live in Barcelona. I am 31 years old, I have studied electronic and mechanical engineering and I am passionate about the world of technology, computing and the use of software.Currently I am a university professor but I am also passionate about learning. I think that the basis of happiness is always discovering new things and not stopping to improve. Of course, just like everyone else, I enjoy spending my free time with friends and traveling.I also love helping people, I think it is the most rewarding thing in my day to day life. With my classes I try to do my best to teach others all those things that I would have liked to know in my startings and that nobody told me.
    Students take courses primarily to improve job-related skills.Some courses generate credit toward technical certification. Udemy has made a special effort to attract corporate trainers seeking to create coursework for employees of their company.
    • language english
    • Training sessions 111
    • duration 10:40:51
    • Release Date 2023/08/25

    Courses related to Programming Fundamentals

    Courses related to Object Oriented Programming

    Courses related to Functional Programming