ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

87 results

ArjanCodes
COMPLETE No-Nonsense VSCode Setup for Python Devs

Learn how to design great software in 7 steps: https://arjan.codes/designguide. Setting up VSCode for Python development ...

26:05
COMPLETE No-Nonsense VSCode Setup for Python Devs

140,618 views

1 year ago

Tech With Tim
PLEASE Use These 5 Python Decorators

To learn programming and Python - check out Datacamp! Learn Python - https://datacamp.pxf.io/4PODM0 Learn ...

20:12
PLEASE Use These 5 Python Decorators

167,397 views

1 year ago

CodeTekTeach
📚 Mastering Python Import Statements & Docstrings | EP09

EP09 - Python OOP Object Oriented Programming for Beginner *WORKING WITH MULTIPLE FILES: LEARN TO USE IMPORT ...

1:05:46
📚 Mastering Python Import Statements & Docstrings | EP09

135 views

2 years ago

Pragmatic AI Labs
Learn Python in one hour!

This is a one hour introduction to Python with code samples you can execute at home at the same time. 0:00 Introduction to ...

1:07:03
Learn Python in one hour!

8,412 views

6 years ago

Russell Lewis
Python Intro Ep 17 - Advanced Topics in Printing and String Formatting

What is an f-string in Python? What is a newline character, and how does it affect a printed string? How can you tell print() to *not* ...

20:06
Python Intro Ep 17 - Advanced Topics in Printing and String Formatting

761 views

5 years ago

Google Career Certificates
OOP and the Capabilities of Python | Google IT Automation with Python Certificate

Introduction to the concept of object-oriented programming, or, OOP. Learn how to build your own classes with unique attributes ...

45:42
OOP and the Capabilities of Python | Google IT Automation with Python Certificate

27,951 views

4 years ago

SaLearningSchool-ShopForSoul-SitesTree
Doc String in Python with examples. Python Documentation using Doc String

Doc String in Python with examples. Python Documentation using Doc String Explain with code examples. -- Purchase (Live) ...

24:28
Doc String in Python with examples. Python Documentation using Doc String

7 views

2 years ago

Confreaks
RubyConf 2018 - The New Design of Ruby's Documentation by ITOYANAGI Sakura

RubyConf 2018 - The New Design of Ruby's Documentation by ITOYANAGI Sakura Unlike many other languages, Ruby doesn't ...

34:30
RubyConf 2018 - The New Design of Ruby's Documentation by ITOYANAGI Sakura

777 views

7 years ago

PyCon US
TUTORIAL / Mariatta / Writing Documentation with Sphinx and reStructuredText

The success of Python and open source libraries is not separable from the availability of good documentation. Reading ...

2:28:21
TUTORIAL / Mariatta / Writing Documentation with Sphinx and reStructuredText

8,488 views

4 years ago

CodeTekTeach
📚 Python Mastery: From Fundamentals to Advanced Techniques | Full Python Tutorial

Python Mastery: From Fundamentals to Advanced Techniques | Full Python Tutorial -- Learn more courses ...

6:31:02
📚 Python Mastery: From Fundamentals to Advanced Techniques | Full Python Tutorial

759 views

2 years ago

Windows Magazine
VSCode Python Setup. Python basic syntax

Install VSCode and Python, and configure. Add plugins and linter. Basic Python Syntax. There are many other videos - tips and ...

33:04
VSCode Python Setup. Python basic syntax

23 views

2 years ago

CS50
CS50P - Lecture 9 - Et Cetera

This is CS50P, CS50's Introduction to Programming with Python. Enroll for free at https://cs50.edx.org/python. Slides, source code ...

2:29:04
CS50P - Lecture 9 - Et Cetera

316,226 views

3 years ago

DesignCodeDebugRepeat
Python vars, literals, constants, annotations, data types. Problem Solving w/Python Ch 2 Lecture 1

Do you want to learn to code? If you're a beginner, you're in the right place! This video is part of an introductory series that will ...

24:11
Python vars, literals, constants, annotations, data types. Problem Solving w/Python Ch 2 Lecture 1

760 views

2 years ago

Talk Python
Sphinx, MyST, and Python Docs in 2022 - Talk Python to Me Ep.354

When you think about the power of Python, the clean language or powerful standard library may come to mind. You might ...

1:16:46
Sphinx, MyST, and Python Docs in 2022 - Talk Python to Me Ep.354

3,607 views

Streamed 4 years ago

Talk Python
Python apps with LLM building blocks - Talk Python to Me Ep. 528

In this episode, I'm talking with Vincent Warmerdam about treating LLMs as just another API in your Python app, with clear ...

1:14:32
Python apps with LLM building blocks - Talk Python to Me Ep. 528

1,143 views

Streamed 3 months ago

Talk Python
Pre-commit Hooks for Python Devs - Talk Python to Me Ep.482

Do you struggle to make sure your code is always correct before you check it in? What about your team members' code? That one ...

1:10:03
Pre-commit Hooks for Python Devs - Talk Python to Me Ep.482

1,194 views

Streamed 1 year ago

Alejandro AO
MCP Servers for VS Code (Crash Course)

Supercharge GitHub Copilot in VS Code with the Model Context Protocol (MCP): install and configure MCP servers (including ...

23:43
MCP Servers for VS Code (Crash Course)

4,678 views

5 months ago

Tom Shaw
How to build an AI Agent with Python (Agents, Tools, Guardrails)

In this video, we'll build your first AI agent using Python and the OpenAI Agents SDK. You'll learn how to set up a working AI agent ...

35:38
How to build an AI Agent with Python (Agents, Tools, Guardrails)

7,906 views

5 months ago

Programming in Python
Week 3 - Test Driven Learning, Python Koans, and Control Flow

Repl with the number and string problems : https://replit.com/@LivinIITMPOD/Python-Numbers-and-strings Repl with the Python ...

2:25:56
Week 3 - Test Driven Learning, Python Koans, and Control Flow

856 views

Streamed 2 years ago

Manralai
#13 Python For DataScience | Strings in Python @manralai

YouTube▻ https://www.youtube.com/channel/UC2BUdJZ7W4lE2rubgYXDQvw Python For DataScience - Learn Python in 4 ...

47:17
#13 Python For DataScience | Strings in Python @manralai

23 views

3 years ago

Tech With Tim
Python Typing - Type Hints & Annotations

Welcome back to another video! In this video, I'll be covering content from the typing module in Python like type hints and ...

24:46
Python Typing - Type Hints & Annotations

135,055 views

4 years ago

vishal
HuggingFace's Default KV Cache and the flash_attn_varlen_func Docstring

Ever get stuck on a docstring? I did, with Flash Attention's `flash_attn_varlen_func` and its causal mask! This video is my deep ...

1:07:53
HuggingFace's Default KV Cache and the flash_attn_varlen_func Docstring

94 views

8 months ago

PyCon US
Talk - Anthony Shaw: Write faster Python! Common performance anti patterns

This talk will show small, specific examples of Python code that can be refactored to be faster without compromising on readability.

29:57
Talk - Anthony Shaw: Write faster Python! Common performance anti patterns

34,104 views

3 years ago

PyCon 2016
Daniele Procida - Documentation-driven development - lessons from the Django Project - PyCon 2016

"Speaker: Daniele Procida One secret of Django's success is the quality of its documentation. As well as being key to the quality of ...

29:09
Daniele Procida - Documentation-driven development - lessons from the Django Project - PyCon 2016

4,506 views

9 years ago

Dragonfly
Dragonfly Daily 30 Python Console and ScriptRunner in Dragonfly (2020)

Hosted by Mike Marsh, Dragonfly Product Manager at ORS Download and Get Started with Dragonfly ...

43:12
Dragonfly Daily 30 Python Console and ScriptRunner in Dragonfly (2020)

2,376 views

5 years ago