ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

297 results

Code with Nakov | SoftUni Global
Bitwise Operations in Programming Languages [Dev Concepts #34]

Bitwise operators work with the binary representations of the numbers, applying bit-by-bit calculations. They are important for ...

22:36
Bitwise Operations in Programming Languages [Dev Concepts #34]

377 views

3 years ago

Adel Sabour
8-Python Course L2-Example of Divide by more than one number, Bitwise Operators, Math Functions

8-Python Course L2-Example of Divide by more than one number, Bitwise Operators, Math Functions.

37:46
8-Python Course L2-Example of Divide by more than one number, Bitwise Operators, Math Functions

273 views

5 years ago

Stephen Marz
COSC130 - Bitwise Operators

Bitwise operators 00:00 - Introduction and learning objectives 02:05 - Logical AND operator 07:20 - Logical Inclusive OR operator ...

45:54
COSC130 - Bitwise Operators

399 views

4 years ago

Codanics
operators in Python | #pythonkachilla #aikachilla

To register for AI ka chilla 2023, fill this google form: https://forms.gle/ZPXSXEcLQnfha7xw8 Join this channel to get access to ...

24:00
operators in Python | #pythonkachilla #aikachilla

3,403 views

2 years ago

AmbiG1
#Python - Operators [3.7]

ambig.one/2.

37:32
#Python - Operators [3.7]

23 views

6 years ago

Bitwise
Bitwise, Day 43: Domain-Specific Languages In Python

Discussion: https://bitwise.handmade.network/forums Repository: https://github.com/pervognsen/bitwise/

1:20:05
Bitwise, Day 43: Domain-Specific Languages In Python

2,220 views

7 years ago

Stephen Marz
Python - Operators and Math Module

Mathematical operators, ranging, slicing, and math module.

28:08
Python - Operators and Math Module

539 views

4 years ago

OGuild
Variables & Operators in Python | Lecture no.4 | iSoftra

A Python variable is a reserved memory location to store values. In other words, a variable in a python program gives data to the ...

38:28
Variables & Operators in Python | Lecture no.4 | iSoftra

134 views

3 years ago

Bitwise
Bitwise, Day 47: Domain-Specific Languages In Python, Part 5

Discussion: https://bitwise.handmade.network/forums Repository: https://github.com/pervognsen/bitwise/

1:30:40
Bitwise, Day 47: Domain-Specific Languages In Python, Part 5

975 views

7 years ago

Bitwise
Bitwise, Day 44: Domain-Specific Languages In Python, Part 2

Discussion: https://bitwise.handmade.network/forums Repository: https://github.com/pervognsen/bitwise/

1:07:32
Bitwise, Day 44: Domain-Specific Languages In Python, Part 2

839 views

7 years ago

Bitwise
Bitwise, Day 45: Domain-Specific Languages In Python, Part 3

Discussion: https://bitwise.handmade.network/forums Repository: https://github.com/pervognsen/bitwise/

2:10:42
Bitwise, Day 45: Domain-Specific Languages In Python, Part 3

769 views

7 years ago

Bitwise
Bitwise, Day 0: Overview and Q&A

Discussion: https://bitwise.handmade.network/forums Repository: https://github.com/pervognsen/bitwise/

1:10:18
Bitwise, Day 0: Overview and Q&A

57,645 views

7 years ago

Bitwise
Bitwise, Day 46: Domain-Specific Languages In Python, Part 4

Discussion: https://bitwise.handmade.network/forums Repository: https://github.com/pervognsen/bitwise/

1:27:22
Bitwise, Day 46: Domain-Specific Languages In Python, Part 4

595 views

7 years ago

GZTeX
Python Programming Lesson 6: Operators

Course: The Art and Science of Computer Technology Unit: Python Programming Lesson 6: Operators.

22:19
Python Programming Lesson 6: Operators

1 view

4 years ago

budlabs
10100111001 bitwise operations in BASH with bud

tobin() { echo "obase=2 ; $1" | bc ;} frombin() { echo "ibase=2 ; $1" | bc ;}

1:10:43
10100111001 bitwise operations in BASH with bud

276 views

5 years ago

Tech With Pro
Operators in Python | Comparison, Logical, and Membership Explained | Python Tutorial for Beginners

Unlock the power of Python Operators with our comprehensive guide! In this video, we'll explore various types of operators in ...

32:32
Operators in Python | Comparison, Logical, and Membership Explained | Python Tutorial for Beginners

77 views

1 year ago

EuroPython Conference
Ekaterina Tuzova - NumPy: vectorize your brain

Ekaterina Tuzova - NumPy: vectorize your brain [EuroPython 2015] [23 July 2015] [Bilbao, Euskadi, Spain] NumPy is the ...

34:22
Ekaterina Tuzova - NumPy: vectorize your brain

3,675 views

10 years ago

Ron Wellman
05  - Operators

We also discuss how bitwise operators work and how various comparison operators work. We even get a sneak peak of using ...

48:37
05 - Operators

46 views

5 years ago

Raz Voicu
c 03
58:23
c 03

3 views

8 years ago

programming
Operators

Bitwise and means we do end operation to each and every bits of these two numbers so for example when you do an operation to ...

37:07
Operators

328 views

5 years ago

Saylor Academy
Introduction to Python: Operators-Unit 2

With Dr. Eric Sakk, Ph.D. Cornell Every Wednesday from February 3 to April 7 9:30am EST, 3:30pm WAT, 8:00pm IST, 9:30pm WIT ...

58:21
Introduction to Python: Operators-Unit 2

2,262 views

Streamed 4 years ago

girafe-ai
4И+Highland | Python| W09| RU

L. from 23.11.23.

2:04:19
4И+Highland | Python| W09| RU

170 views

2 years ago

CodeWithYogendra
Lecture 4: Python Operators in Hindi | Arithmetic, Logical, Comparison & Bitwise Explained

Welcome to Lecture 4 of the Python Tutorial Series for Beginners by CodeWithYogendra! In this lecture, you will master ...

36:20
Lecture 4: Python Operators in Hindi | Arithmetic, Logical, Comparison & Bitwise Explained

41 views

3 months ago

CampusX
Session 2 - Operators + If-Else + Loops  | CampusX Data Science Mentorship Program | 8th Nov 2022

... Operators 00:13:08 - Relational Operators 00:14:44 - Logical Operators 00:16:30 - Bitwise Operators 00:25:30 - Assignment ...

2:11:35
Session 2 - Operators + If-Else + Loops | CampusX Data Science Mentorship Program | 8th Nov 2022

168,630 views

Streamed 3 years ago

TokyoEdtech
How to Code a 6502 Emulator in Python Part 10

In this video, I implement the ADC (Add with Carry) instruction along with the AND, ORA, and EOR bitwise operators. Finally ...

29:17
How to Code a 6502 Emulator in Python Part 10

210 views

1 month ago