ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

67 results

Programming threads
Python Decorators Are SLOWER Than You Think! (Bytecode Proof)

In this video, I'll show you why Python decorators can actually slow down your code — using real bytecode analysis and ...

2:18
Python Decorators Are SLOWER Than You Think! (Bytecode Proof)

216 views

2 months ago

Programming threads
Python Override: Make Your Code *Better!*

Python Override Python override decorator was added in Python 3.12 to improve the code clarity mainly. If you are coming from a ...

0:50
Python Override: Make Your Code *Better!*

72 views

1 year ago

The Digital Cat
Object-oriented programming in Python - Part 1 - Basic concepts

Welcome to a new series of videos on the Python programming language. This time I want to tackle OOP, Object-oriented ...

8:15
Object-oriented programming in Python - Part 1 - Basic concepts

668 views

6 years ago

JT Devs
Full Lesson Regarding Object-Oriented Programming in Python JT Devs #j

Full Lesson Regarding Object-Oriented Programming in Python JT Devs #j About us ======= JT Devs is a Software consulting ...

14:26
Full Lesson Regarding Object-Oriented Programming in Python JT Devs #j

44 views

3 years ago

Jeremy Likness
TypeScript for JavaScript Developers Part 17: Type Decorators

Type decorators are one of my favorite aspects of TypeScript. They enable aspect-oriented development by allowing the ...

2:35
TypeScript for JavaScript Developers Part 17: Type Decorators

170 views

6 years ago

Inria Learning Lab
🔮 Understanding Metaclasses [W7S3-EN]

Mooc "Immersive Object Programming with Pharo" - English voice over Pharo (http://pharo.org) is a pure dynamic and reflective ...

14:27
🔮 Understanding Metaclasses [W7S3-EN]

359 views

5 years ago

Tyler Caraza-Harter
CS 320 Oct 14 (Part 4) - Decorators

... trigger to trigger this function and and so these things here are examples of uh what we call decorators and decorators in python ...

6:11
CS 320 Oct 14 (Part 4) - Decorators

218 views

5 years ago

Jeremy Howard
Lesson 15: Deep Learning Foundations to Stable Diffusion

All lesson resources are available at http://course.fast.ai.) We start with a dive into convolutional autoencoders and explore the ...

1:37:18
Lesson 15: Deep Learning Foundations to Stable Diffusion

15,644 views

2 years ago

Playful Python
This library can remove the pain of debugging python code

shorts Ever find yourself in a position where a adding a prints to your code is not enough to find the bug, but its too much of a ...

1:00
This library can remove the pain of debugging python code

605 views

3 years ago

Tyler Caraza-Harter
CS 320 Oct 16 (Part 1) - Logging

... that was with decorators uh we were learning a little bit about flask and we saw that flask is based on these decorators in python ...

27:00
CS 320 Oct 16 (Part 1) - Logging

219 views

5 years ago

LeoAdventures
Speed Up Your Python Code with This Simple Trick #codinghacks #vscode#python
0:26
Speed Up Your Python Code with This Simple Trick #codinghacks #vscode#python

6,541 views

1 year ago

Cours Python
9.5 property et descripteurs

Errata : à 5:00, lorsque je crée une property, on pourrait à ce moment (et c'est en général ce que l'on veut) modifier __init__ avec ...

11:39
9.5 property et descripteurs

2,367 views

8 years ago

Chuck Severance
Python for Informatics - Chapter 10 - Tuples

This is Chapter 10 from Python for Informatics - Exploring Information. From www.pythonlearn.com. All Lectures: ...

26:37
Python for Informatics - Chapter 10 - Tuples

30,857 views

13 years ago

Meri (Engel) Kasprak - programming videos
PRG 105: Global Variables in Python

Global Variables in Python. View an annotated PDF transcription of the video: ...

1:50
PRG 105: Global Variables in Python

123 views

8 years ago

Cours Python
9.3 Les clôtures de fonctions

Donc, avant d'expliquer cette technique, il faut que je vous explique ce qu'est une variable libre, en Python. En Python, nous ...

12:34
9.3 Les clôtures de fonctions

2,368 views

8 years ago

Meri (Engel) Kasprak - programming videos
PRG-105: Inheritance Part 2 - Subclass in Python

Creating a Pie subclass for our Bakery Class. View an annotated PDF transcription of the video: ...

3:32
PRG-105: Inheritance Part 2 - Subclass in Python

515 views

9 years ago

Cours Python
9.2 Les décorateurs

Il existe, en Python, une technique que l'on appelle le décorateur. Un décorateur est une manière de dire, explicitement, que l'on ...

9:38
9.2 Les décorateurs

7,215 views

8 years ago

Jeremy Howard
Lesson 14: Deep Learning Foundations to Stable Diffusion

All lesson resources are available at http://course.fast.ai.) In this lesson, we dive into the implementation of the chain rule in neural ...

1:49:37
Lesson 14: Deep Learning Foundations to Stable Diffusion

17,366 views

2 years ago

Cours Python
6.8 Conception de context manager

En Python, vous avez une manière de faire ça. C'est avec l'instruction try finally. Donc, en fait, c'est un try except qui a une clause ...

8:46
6.8 Conception de context manager

1,175 views

8 years ago

Cours Python
9.4 Les métaclasses

Errata : de 5:40 à 6:20, je dis que type est la super classe de toutes les classes, c'est un lapsus. type est la métaclasse de toutes ...

15:09
9.4 Les métaclasses

3,624 views

8 years ago

ChatClue
ChatClue Demo: This robot is controlled by natural audio/video communication.

Automatic OpenAI tools handling ** The system automatically ingests functions (tools) through a python decorator openai_function ...

1:12
ChatClue Demo: This robot is controlled by natural audio/video communication.

174 views

2 years ago

Linux in a Bit
Gnome SUCKS! Here's how to fix it

Or you could just use Budgie :) My Socials: Website: https://www.b2.cloudns.nz Mastodon: ...

0:46
Gnome SUCKS! Here's how to fix it

109,346 views

2 years ago

Cours Python
6.7 Conception d'exceptions personnalisées

Nous avons vu dans de précédentes vidéos que le mécanisme des exceptions, en Python, était simple et efficace. Nous avons ...

6:41
6.7 Conception d'exceptions personnalisées

1,161 views

8 years ago

PyCon Taiwan
Python Design Patterns|Max Lai|PyCon APAC 2022

PyCon APAC 2022|一般演講Talks|國泰金控Cathay Financial Holdings / 美光科技Micron 冠名贊助✏️ 共 ...

29:32
Python Design Patterns|Max Lai|PyCon APAC 2022

624 views

3 years ago

Mariusz Jurczenko
Design Patterns (Wzorce Projektowe) - Prototype (Prototyp)

Prototyp (Prototype) Prototyp jest kreacyjnym wzorcem projektowym, który umożliwia kopiowanie już istniejących obiektów.

15:28
Design Patterns (Wzorce Projektowe) - Prototype (Prototyp)

567 views

3 years ago