ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

280 results

Applied Language Technology
Parsing and visualising syntactic dependencies using spaCy

In this video, I will show you how to extract information on syntactic dependencies using spaCy, and how the displacy module can ...

4:55
Parsing and visualising syntactic dependencies using spaCy

3,792 views

5 years ago

codingjerk
Python 3.14. What's new?

So, in one month Python 3.14b1 will be released, and in this video I'll show you off most of the important changes that's coming.

12:35
Python 3.14. What's new?

64,171 views

10 months ago

codingjerk
Zig Language | Thoughts After 2 Years

Voiced by @tokisuno ... Check out his channel. So, in this talk I want to tell about the reasons I love the Zig programming language ...

13:38
Zig Language | Thoughts After 2 Years

114,270 views

10 months ago

J David Eisenberg
Chapter 1: Program Structure and Types of Errors

This is a mini-lecture to accompany Chapter 1 in the book: “How to Think Like a Computer Scientist” at ...

4:45
Chapter 1: Program Structure and Types of Errors

897 views

7 years ago

Fabio Pacifici
🐍 Learn Python with Google |  Video Log - Week 1

The Python syntax is much easier if compared to other programming languages and it's much more readable. As said, there are ...

9:19
🐍 Learn Python with Google | Video Log - Week 1

1,342 views

6 years ago

J David Eisenberg
Chapter 4: Introducing Turtle Graphics

Fundamental graphics; maneuvering the turtle left, right, back, forward. List of color names: ...

7:59
Chapter 4: Introducing Turtle Graphics

406 views

7 years ago

Applied Language Technology
Loading text into Python

In this video, we will load a text file into Python and manipulate its contents. We will also learn about lists, tuples and for-loops in ...

6:54
Loading text into Python

522 views

5 years ago

Gaurav Gadhekar
What is Python used For? What is Python? Why Python Is So Popular | Python Programming For Beginners

First, we will cover the basics of Python syntax. This includes understanding how to use variables, data types, and control ...

9:37
What is Python used For? What is Python? Why Python Is So Popular | Python Programming For Beginners

33 views

3 years ago

Solve Computer Science
Real-world Python code optimizations

In this video I explain the optimizations for the upcoming version of md-toc (8.2.1). You'll see an in-depth analysis about some ...

15:07
Real-world Python code optimizations

31 views

2 years ago

!!Con
!!Con West 2020 - Matías Lang: Delete all code! 100% testing coverage, the lazy way!

Presented at !!Con West 2020: http://bangbangcon.com/west What do you do when your year-end bonus is directly related to the ...

11:33
!!Con West 2020 - Matías Lang: Delete all code! 100% testing coverage, the lazy way!

418 views

5 years ago

NFDI4Earth
Introduction to For-Loops in Python: Iteration and List Processing

This video explains how to use for-loops in Python to iterate over strings and lists. It covers basic loop syntax, variable assignment ...

4:29
Introduction to For-Loops in Python: Iteration and List Processing

40 views

1 year ago

Home Of Python
Why Python Leads Programming: Easy, Powerful & Loved by Millions

Python's intuitive syntax and fast learning curve make it ideal for newcomers to programming, while its versatility spans web ...

5:56
Why Python Leads Programming: Easy, Powerful & Loved by Millions

64 views

11 months ago

tekkmood
Python for Beginners: (Set3) Installing Visual Studio Code and Python

Hi there, in this lesson we are going to install Visual Studio Code and Python. Visual Studio Code is a coding and development ...

4:28
Python for Beginners: (Set3) Installing Visual Studio Code and Python

39 views

3 years ago

Home Of Python
Python vs C++: Which Language Should You Choose for Modern Development?

Python is presented as an accessible language, emphasizing its easy syntax and rapid development capabilities, alongside its ...

5:05
Python vs C++: Which Language Should You Choose for Modern Development?

35 views

11 months ago

Applied Language Technology
Regular expressions

In this video, we will learn about regular expressions and how to use them in Python. ✨ Check out the learning materials ...

5:27
Regular expressions

1,183 views

5 years ago

lattyware
Tutorial: List Comprehensions in Python

List comprehensions are a really powerful tool that every Python programmer should know, they often reduce many lines of ...

5:41
Tutorial: List Comprehensions in Python

16,582 views

13 years ago

Machine Learning Practice
Classes in Python

Classes in Python are similar to other object oriented languages with a few syntactic differences. Python also allows ...

12:23
Classes in Python

81 views

3 years ago

CMPUT 175
05   Repetition with while loops—CMPUT 175

Topics covered: - while-loops - Syntax - Writing conditions - Infinite loops 2018 © University of Alberta This work is licensed under ...

6:13
05 Repetition with while loops—CMPUT 175

3,058 views

8 years ago

Fray
A closer look at "Hello, world!" in CX

Most programming languages introduce beginners to syntax and structure through the traditional "Hello, world!" program. Take a ...

4:01
A closer look at "Hello, world!" in CX

738 views

6 years ago

CMPUT 175
03 if statements—CMPUT 175

Topics covered: - Conditions - Syntax - else clause 2018 © University of Alberta This work is licensed under a Creative Commons ...

8:16
03 if statements—CMPUT 175

4,028 views

8 years ago