ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

635 results

Jorge Escobar
Aprendiendo: Pruebas de software automatizadas con #python #TDD #unittests

En este curso, aprenderé a escribir mejores pruebas unitarias. Creo que mi experiencia construyendo "PDF merger app", me ...

2:37:03
Aprendiendo: Pruebas de software automatizadas con #python #TDD #unittests

153 views

Streamed 3 years ago

PyCon South Africa
Introduction to Test Driven Development with Python

Humphrey Butau https://2016.za.pycon.org/talks/21/ Test driven development is a method of programming that has been talked ...

1:39:46
Introduction to Test Driven Development with Python

1,870 views

9 years ago

PyCon SG
Test-Driven Development of a Static Code Analyzer in Python - PyCon APAC 2018

Speaker: Terry Yin, Programmer at Odd-e Static analyzers help us find problems in our code. They are like compilers in terms of ...

45:02
Test-Driven Development of a Static Code Analyzer in Python - PyCon APAC 2018

128 views

7 years ago

Fabio Pacifici
Test Driven Development | Final project - PDFutility #4 | Python 3 Crash course 2020

Python 3 Crash Course e-Book: https://ebooks.fabiopacifici.com/python/ Donations: https://www.paypal.me/FabioHood ...

44:49
Test Driven Development | Final project - PDFutility #4 | Python 3 Crash course 2020

271 views

5 years ago

PyCon South Africa
The practice of TDD: tips&tricks

Antonio Cuni https://2017.za.pycon.org/talks/73/ Test Driven Development is a well known practice in software development.

40:55
The practice of TDD: tips&tricks

287 views

8 years ago

EuroPython Conference
Michael Kuehne - TDD for APIs

Michael Kuehne - TDD for APIs [EuroPython 2015] [22 July 2015] [Bilbao, Euskadi, Spain] It is always tough to test a complex API ...

41:28
Michael Kuehne - TDD for APIs

478 views

10 years ago

Winkekatze TV
CLI applications & TDD: Never write scripts again | Swiss Python Summit 2022

As a DevOps engineer, when you write Python code, do you also write tests? If you're like the majority of the folks out there, ...

36:00
CLI applications & TDD: Never write scripts again | Swiss Python Summit 2022

1,631 views

3 years ago

Jacob Itegboje
Python for Beginners: How can I write tests?

Do you want to build something but don't know where to start? Welcome to Pumping Python, my name is Jacob Itegboje and in ...

34:40
Python for Beginners: How can I write tests?

68 views

1 year ago

EuroPython Conference
Michał Bultrowicz - TDD of Python microservices

Michał Bultrowicz - TDD of Python microservices [EuroPython 2016] [22 July 2016] [Bilbao, Euskadi, Spain] ...

37:13
Michał Bultrowicz - TDD of Python microservices

2,580 views

9 years ago

Learning & Development
TDD with Python   PYG

Okay so hello everyone so today we will be discussing about test driven development so I'm sharing my screen. Please confirm if ...

27:40
TDD with Python PYG

13 views

2 years ago

Association Francophone Python
PyconFR 2018 - Learn BDD in Python with Behave - Lionel Lonkap

PyconFR 2018 - Learn BDD in Python with Behave by Lionel Lonkap.

20:28
PyconFR 2018 - Learn BDD in Python with Behave - Lionel Lonkap

283 views

7 years ago

EuroPython Conference
Marco Buttu - Lessons learned about testing and TDD

Marco Buttu - Lessons learned about testing and TDD [EuroPython 2015] [21 July 2015] [Bilbao, Euskadi, Spain] One day our ...

29:31
Marco Buttu - Lessons learned about testing and TDD

233 views

10 years ago

PyCon South Africa
Testing in the wild

In this talk Test Driven Development (TDD) will be explored along with alternatives to TDD. By the end of this talk participants will ...

26:47
Testing in the wild

106 views

7 years ago

Barcelona Jug
Introduction to Test Driven Development (TDD)

Presentation shared by Nacho Cougil ( https://twitter.com/icougil ) last July 9th as an Introduction to Test Driven Development ...

1:02:32
Introduction to Test Driven Development (TDD)

477 views

5 years ago

Alan Larimer
Test Driven Development #TDD #dotNET #VisualStudio

A walk through of the Test Driven Development cycle using .NET Core 2 and MSTest in Visual Studio 2017.

28:43
Test Driven Development #TDD #dotNET #VisualStudio

273 views

7 years ago

The Linux Foundation
Test Driven Development in Open Source Projects - Jonathan Berkhahn, IBM

Test Driven Development in Open Source Projects - Jonathan Berkhahn, IBM.

50:47
Test Driven Development in Open Source Projects - Jonathan Berkhahn, IBM

121 views

5 years ago

Riffomonas Project
Test Driven Development in a data analysis: Finding and preventing future bugs in bash (CC024)

In this screencast tutorial, Pat Schloss describes Test Driven Development (TDD) and how we can adapt the process to develop ...

46:55
Test Driven Development in a data analysis: Finding and preventing future bugs in bash (CC024)

335 views

5 years ago

PyCon Israel
Unit tests and TDD does NOT have to be boring - Daniel (Yona) Simons - Pycon Israel 2017

This talk was presented on Pycon Israel 2017. http://il.pycon.org/2017/ https://twitter.com/pyconil ...

25:37
Unit tests and TDD does NOT have to be boring - Daniel (Yona) Simons - Pycon Israel 2017

676 views

8 years ago

Fabio Pacifici
🐍 Python3 Crash Course  2020 | Testing in Python #16 (Final Episode)

Python 3 Crash Course e-Book: https://ebooks.fabiopacifici.com/python/ Learn Anything | Free Trial referral link: ...

1:00:29
🐍 Python3 Crash Course 2020 | Testing in Python #16 (Final Episode)

161 views

5 years ago

EuroPython Conference
Alessandro Amici - Test-driven code search and reuse coming to Python with pytest-nodev

Alessandro Amici - Test-driven code search and reuse coming to Python with pytest-nodev [EuroPython 2016] [22 July 2016] ...

36:43
Alessandro Amici - Test-driven code search and reuse coming to Python with pytest-nodev

207 views

9 years ago

Jacob Itegboje
Python for Beginners: How can I Setup a Python Project?

Are you spending more time configuring your Python projects than actually coding? What if you could build a complete, ...

40:01
Python for Beginners: How can I Setup a Python Project?

125 views

1 year ago

Jacob Itegboje
Python for Beginners: How to use a List?

Does your Python code feel brittle? Are you tired of chasing down IndexError or ValueError bugs in your list manipulations?

1:00:37
Python for Beginners: How to use a List?

41 views

4 months ago

caldarinexus
Unit Testing with Python

Demo of Python's unittest library. Unit tests are a great way to reduce defects in newly developed features and mitigate bugs when ...

44:39
Unit Testing with Python

371 views

5 years ago

Los Angeles Ruby
Test-driven development: Write better code in less time by Evan Dorn

"I know I should write some tests, but I can't afford the time. I have to get this feature out the door." That's absolute crap, friends, ...

30:55
Test-driven development: Write better code in less time by Evan Dorn

116,773 views

13 years ago

EuroPython Conference
RPA, TDD, and Embedded: A world glued together with Python! — Javier Alonso

EuroPython 2024 — South Hall 2A on 2024-07-11] RPA, TDD, and Embedded: A world glued together with Python! by Javier ...

30:35
RPA, TDD, and Embedded: A world glued together with Python! — Javier Alonso

125 views

1 year ago