ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

131,985 results

ArjanCodes
Go vs Python: What Every Developer Should Know

Learn how to design great software in 7 steps: https://arjan.codes/designguide. Python is powerful but has its quirks—like imports ...

26:12
Go vs Python: What Every Developer Should Know

95,098 views

10 months ago

NeuralNine
Python Speed Comparison: Faster Than We Thought?!

Today we compare Python's execution speed with that of Java, C, Go, R and JavaScript, to determine, which language is the ...

23:51
Python Speed Comparison: Faster Than We Thought?!

20,090 views

2 years ago

The PrimeTime
Language Performance Comparisons Are Junk

Twitch https://twitch.tv/ThePrimeagen Discord https://discord.gg/ThePrimeagen Become Backend Dev: https://boot.dev/prime (plus ...

1:23:37
Language Performance Comparisons Are Junk

294,581 views

1 year ago

Dave's Garage
Top 5 Fastest Programming Languages: Rust, C++, Swift, Java, and 90 more compared!

Dave tests almost 100 different languages to find the ultimate champion in generating the fastest code. Feeling a little bit autistic?

21:42
Top 5 Fastest Programming Languages: Rust, C++, Swift, Java, and 90 more compared!

301,593 views

2 years ago

CppCon
When Nanoseconds Matter: Ultrafast Trading Systems in C++ - David Gross - CppCon 2024

https://cppcon.org​ CppCon 2024 Early Access: https://cppcon.org/early-access Access All 2024 Session Videos Ahead of Their ...

1:28:51
When Nanoseconds Matter: Ultrafast Trading Systems in C++ - David Gross - CppCon 2024

303,812 views

9 months ago

Dave's Garage
E00: Software Drag Racing:  C++ vs C# vs Python - Which Will Win?

Retired Microsoft Engineer Davepl writes the same 'Primes' benchmark in Python, C#, and C++ and then compares and explains ...

23:30
E00: Software Drag Racing: C++ vs C# vs Python - Which Will Win?

595,949 views

4 years ago

Dave's Garage
45 Computer Languages Compared: Which is FASTEST?

Episode 01: Retired Microsoft engineer Dave Plummer takes you on a guided tour of 45 different computer languages and drag ...

22:27
45 Computer Languages Compared: Which is FASTEST?

171,014 views

4 years ago

Jonathon Riddell
Best programming language for science in 2024

Consider supporting the channel: https://www.youtube.com/channel/UCUanJlIm1l3UpM-OqpN5JQQ/join Recommended ...

36:07
Best programming language for science in 2024

11,114 views

1 year ago

The PrimeTime
How Much Memory for 1,000,000 Threads in 7 Languages | Go, Rust, C#, Elixir, Java, Node, Python

Recorded live on twitch, GET IN https://twitch.tv/ThePrimeagen ty piotr! https://pkolaczk.github.io/memory-consumption-of-async/ ...

26:21
How Much Memory for 1,000,000 Threads in 7 Languages | Go, Rust, C#, Elixir, Java, Node, Python

1,032,006 views

2 years ago

NeuralNine
Massively Speed Up Python Code with C Extensions

In this video we learn how to write basic C extensions for Python in order to massively speed up our code. We also take a look at ...

20:59
Massively Speed Up Python Code with C Extensions

16,517 views

3 months ago

EuroPython Conference
Cython 3 – Python at the speed of C — Stefan Behnel

EuroPython 2023 — Forum Hall on 2023-07-21] https://ep2023.europython.eu/session/cython-3-python-at-the-speed-of-c Cython ...

31:15
Cython 3 – Python at the speed of C — Stefan Behnel

10,264 views

2 years ago

PyCon DE
Stefan Behnel: Fast native data structures: C/C++ from Python

Speaker:: Stefan Behnel Track: PyCon: Programming & Software Engineering This talk will show how compiling your Python code ...

45:30
Stefan Behnel: Fast native data structures: C/C++ from Python

632 views

3 years ago

sentdex
Cython Tutorial - Bridging between Python and C/C++ for performance gains

Welcome to a Cython tutorial. The purpose of Cython is to act as an intermediary between Python and C/C++. At its heart, Cython ...

29:41
Cython Tutorial - Bridging between Python and C/C++ for performance gains

311,601 views

8 years ago

Kevin McAleer
Arduino C++ vs MicroPython Smackdown

Which Language is best Arduino C++ or MicroPython? Lets find out. Sponsored by PCBWay: https://www.pcbway.com PCBWay, ...

44:21
Arduino C++ vs MicroPython Smackdown

10,617 views

1 year ago

EuroPython Conference
How we used vectorization for 1000x Python speedups (no C or Spark needed!)

EuroPython 2024 — Forum Hall on 2024-07-11] How we used vectorization for 1000x Python speedups (no C or Spark needed!)

40:40
How we used vectorization for 1000x Python speedups (no C or Spark needed!)

463 views

1 year ago

fasterthanlime
C++ vs Rust: which is faster?

Follow me on Mastodon: https://hachyderm.io/@fasterthanlime Support me on Patreon or GitHub: https://fasterthanli.me/donate ...

21:15
C++ vs Rust: which is faster?

446,264 views

2 years ago

anthonywritescode
a "hello world" python C extension (intermediate - advanced) anthony explains #134

today I create a sample hello world python C extension and walk through a bit of api and reference counting. playlist: ...

20:41
a "hello world" python C extension (intermediate - advanced) anthony explains #134

13,910 views

5 years ago

The PrimeTime
Prime Reacts: Is This NEW Language BETTER Than Rust? C++? (Zig First Impressions)

Recorded live on twitch, GET IN https://twitch.tv/ThePrimeagen MY MAIN YT CHANNEL: Has well edited engineering videos ...

29:42
Prime Reacts: Is This NEW Language BETTER Than Rust? C++? (Zig First Impressions)

397,451 views

2 years ago

Lambert Labs
How to use C from Python? - #9

Welcome to Learning at Lambert Labs session #9. This week, Amelia Crowther, explains how to use pre-existing C code from ...

22:18
How to use C from Python? - #9

6,515 views

4 years ago

Jack of Some
Make Python code 1000x Faster with Numba

In this video I introduce Numba which can make your python code 1000x faster. Numba is a just in time compiler for a subset of ...

20:33
Make Python code 1000x Faster with Numba

460,489 views

5 years ago

Tech With Tim
Python As Fast as Possible - Learn Python in ~75 Minutes

GET MY FREE SOFTWARE DEVELOPMENT GUIDE https://training.techwithtim.net/free-guide This python tutorial aims to teach ...

1:19:41
Python As Fast as Possible - Learn Python in ~75 Minutes

2,130,334 views

5 years ago

PyCon DE
PyCon.DE 2018: Cython to speed up your Python code - Stefan Behnel

Cython is not only a very fast and comfortable way to talk to native code and libraries, it is also a widely used tool for speeding up ...

47:38
PyCon.DE 2018: Cython to speed up your Python code - Stefan Behnel

1,113 views

7 years ago

Intellipaat
Python vs C | Difference between Python and C | Intellipaat

Intellipaat's Python course: https://intellipaat.com/python-certification-training-online/ In this video on Python vs C video you will ...

21:12
Python vs C | Difference between Python and C | Intellipaat

31,804 views

5 years ago

Stefan Mischook
C++ vs Java vs Python who will win?

Lizard Wizard Course: https://school.studioweb.com/store/course/lizard_wizard WEB HOST PAYS FOR YOUR WEB DESIGN ...

1:29:36
C++ vs Java vs Python who will win?

8,374 views

Streamed 4 years ago

GNL Project
Speed Test! Rust vs Python vs C on the LuckFox Pico Pro/Max

In this video, we benchmark three programming languages — Rust, Python, and C — running on the LuckFox Pico Pro/Max, ...

32:58
Speed Test! Rust vs Python vs C on the LuckFox Pico Pro/Max

273 views

6 months ago