ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

22 results

Python India
PyCon India 2025 Keynote: Learning and Coding in the Age of AI - Reuven Lerner

Speakers* : Reuven Lerner *Read more* : https://in.pycon.org/2025/program/schedule/ Copyright © 2025 PyCon India. Licensed ...

43:02
PyCon India 2025 Keynote: Learning and Coding in the Age of AI - Reuven Lerner

9 views

16 hours ago

Python India
Python Sockets at Scale: I/O Multiplexing and Asyncio - Rohan Reddy Alleti

Concurrency is essential for building scalable network applications, and Python offers several ways to achieve it. In this session ...

28:29
Python Sockets at Scale: I/O Multiplexing and Asyncio - Rohan Reddy Alleti

10 views

16 hours ago

Python India
Compiling Python to WASM - Kumar Anirudha, Farhaan Bukhsh

Python is one of the most popular programming languages in the world. But when it comes to running in the browser, it still lags ...

33:32
Compiling Python to WASM - Kumar Anirudha, Farhaan Bukhsh

9 views

16 hours ago

Python India
Breaking Down Data Silos: Enterprise Data Automation with Python on Azure - Aakash Khandelwal

Tired of data silos and manual Excel reports? Discover how we leveraged Python and Azure Data Lake to build a central data ...

32:21
Breaking Down Data Silos: Enterprise Data Automation with Python on Azure - Aakash Khandelwal

10 views

16 hours ago

Python India
PyCon India 2025: Day 1 Opening Address - Nabarun Pal

Speakers* : Nabarun Pal *Read more* : https://in.pycon.org/2025/program/schedule/ Copyright © 2025 PyCon India. Licensed ...

8:51
PyCon India 2025: Day 1 Opening Address - Nabarun Pal

2 views

16 hours ago

Python India
PyCon India 2025 Keynote: Fellowship of the Stack: Scientific Discovery with Python - Dawn Wages

Speakers* : Dawn Wages *Read more* : https://in.pycon.org/2025/program/schedule/ Copyright © 2025 PyCon India. Licensed ...

49:36
PyCon India 2025 Keynote: Fellowship of the Stack: Scientific Discovery with Python - Dawn Wages

10 views

16 hours ago

Python India
Python and Music: Building a Music Tutor - Lakshya Gupta, Anant Gupta

We've all had that moment — sitting at a keyboard, fingers frozen, wondering where to even begin. The dream of playing music ...

21:35
Python and Music: Building a Music Tutor - Lakshya Gupta, Anant Gupta

6 views

16 hours ago

Python India
PyCon India 2025: Day 2 Lightning Talks

Lightning talks are short presentations, limited to 5 minutes, on any topic that might interest the Python community. *Read more* ...

44:08
PyCon India 2025: Day 2 Lightning Talks

4 views

16 hours ago

Python India
Implementing an MCP Server for DBMS in Python — YDB’s Experience - Ivan Blinkov

Discover how YDB leverages the Model Context Protocol (MCP) to bridge AI models with database systems. This session delves ...

32:33
Implementing an MCP Server for DBMS in Python — YDB’s Experience - Ivan Blinkov

3 views

16 hours ago

Python India
Memory Management in Python: Foundations, Problems, and Modern Techniques - Jithu Sunny

Memory management in Python is mostly automatic - but not invisible. From reference cycles and unexpected leaks to costly ...

30:51
Memory Management in Python: Foundations, Problems, and Modern Techniques - Jithu Sunny

11 views

16 hours ago

Python India
PyCon India 2025 Keynote: $ python build reactor.py - Shakthi Kannan

Speakers* : Shakthi Kannan *Read more* : https://in.pycon.org/2025/program/schedule/ Copyright © 2025 PyCon India. Licensed ...

29:58
PyCon India 2025 Keynote: $ python build reactor.py - Shakthi Kannan

9 views

16 hours ago

Python India
Scaling Python for Performance: 40x Faster Image Processing with Smart designing - Shaleen Jain

Python is often criticized for its Global Interpreter Lock (GIL), which is seen as a bottleneck for high-performance computing.

30:08
Scaling Python for Performance: 40x Faster Image Processing with Smart designing - Shaleen Jain

55 views

16 hours ago

Python India
Edge ML with MicroPython + TinyML: Real-time Inference on under ₹500 Boards - Pratik, Sneha

Machine learning is moving closer to the edge—but how close can you really get with Python and a ₹500 board? This session ...

26:35
Edge ML with MicroPython + TinyML: Real-time Inference on under ₹500 Boards - Pratik, Sneha

70 views

16 hours ago

Python India
[Panel] Vibe Coding: Yay or Nay? - Anand S, Anindita, Anirudha, Anand C, Shreya

Vibe Coding isn't a new topic. We all know it, seen it or have done it. The idea is to explore the current vibe coding environment ...

34:15
[Panel] Vibe Coding: Yay or Nay? - Anand S, Anindita, Anirudha, Anand C, Shreya

27 views

16 hours ago

Python India
From Stress to Success: Load Testing Python Apps & Visualizing Performance - Allen Y

Join me as I share a hands-on approach to load testing Python apps with Locust and monitoring them in real time using Grafana ...

31:04
From Stress to Success: Load Testing Python Apps & Visualizing Performance - Allen Y

24 views

16 hours ago

Python India
Building AI Apps That Don't Break: Architecture Lessons from HappyFox - Barath C, Anand KS

Building AI agents requires more than prompt engineering - it demands thoughtful architectural decisions. This talk explores the ...

31:24
Building AI Apps That Don't Break: Architecture Lessons from HappyFox - Barath C, Anand KS

5 views

16 hours ago

Python India
Mastering Prompts with Feedback and Pydantic - Mahima Arora, Aarti Jha

Prompt engineering has become a core skill in working with LLMs, yet writing effective prompts is tedious, inconsistent, and often ...

30:29
Mastering Prompts with Feedback and Pydantic - Mahima Arora, Aarti Jha

22 views

16 hours ago

Python India
Lessons From The Trenches: Building Rube - Jayesh Sharma

Rube is a universal MCP server that connects large language models to 500+ apps and manages massive context seamlessly.

30:38
Lessons From The Trenches: Building Rube - Jayesh Sharma

7 views

16 hours ago

Python India
Surprises, Pitfalls, and Patterns: Learnings from Interviewing 400+ Developers - Vivek Keshore

After interviewing hundreds of Python developers over the years, I noticed a recurring pattern: many candidates can use Python, ...

29:48
Surprises, Pitfalls, and Patterns: Learnings from Interviewing 400+ Developers - Vivek Keshore

30 views

16 hours ago

Python India
Engineering Custom Diffusion Workflows with ComfyUI: A Developer's Guide - Shreya & Siddhi Kommuri

As a developer trying to iterate on SDXL prompts and schedulers, I found script-based tools painful to debug. ComfyUI addresses ...

30:29
Engineering Custom Diffusion Workflows with ComfyUI: A Developer's Guide - Shreya & Siddhi Kommuri

43 views

16 hours ago