25:10
Scalpel: The Python Static Analysis Framework - presented by Jiawei Wang
EuroPython 2022 - Scalpel: The Python Static Analysis Framework - presented by Jiawei Wang [The Auditorium on 2022-07-14] ...
37:37
Static Code Analysis - A Behind-the-scenes Look • Arno Haase • GOTO 2022
This presentation was recorded at GOTO Amsterdam 2022. #GOTOcon #GOTOams http://gotoams.nl Arno Haase - Principal ...
25:10
Scalpel: The Python Static Analysis Framework
Scalpel is a Python Static Analysis Framework. It provides essential program analysis functions for facilitating the implementation ...
29:16
Mark Azer: Using Static Analysis to Elevate Your Python Code @ PyCon Ireland 2023
Using Static Analysis to Elevate Your Python Code: Static Analysis is a software testing method that checks your code for ...
50:43
Andrey Vlasovskikh - Static analysis of Python
[EuroPython 2013] : Andrey Vlasovskikh - Static analysis of Python - 02 July 2013 "Track Spaghetti"
10:13
Python 101: Episode #32 - Static Code Analysis
In this episode, we learn how we can use PyLine and PyFlakes to check our code for issues. You can read the chapter this video ...
28:29
Pieter Hooimeijer - Types, Deeper Static Analysis, and you - PyCon 2018
Speaker: Pieter Hooimeijer Many projects already take advantage of static analysis tools like flake8, PyLint, and MyPy. Can we do ...
8:56
Read a paper: Python static analysis for API best practices
Rajdeep Mukherjee and Omer Tripp and Ben Liblit and Michael Wilson; Static analysis for AWS best practices in Python code; ...
26:53
Python's type system explained: Static vs dynamic typing | Guido van Rossum and Lex Fridman
Lex Fridman Podcast full episode: https://www.youtube.com/watch?v=-DVyjdw4t9I Please support this podcast by checking out ...
26:24
Discover Static Code Analysis in Python with Coala Framework
by Lionel Lonkap Tsamba At: FOSDEM 2020 https://video.fosdem.org/2020/UB2.252A/python2020_coala.webm We, ...
15:03
Static Type Analysis by Abstract Interpretation of Python Programs
I'm Raphaël Monat, PhD Student at LIP6 - Sorbonne Université. With Abdelraouf Ouadjaout and my supervisor Antoine Miné, we ...
57:00
Panel Discussion: What is Static Typing in Python? | PyBay 2017
This panel discussion was MC by Daniel Pyrathon and held as part of the opening night at PyBay, SF Bay Area's regional Python ...
28:32
Serge Sans Paille - Tooling for Static Analysis of Python Programs
"Tooling for Static Analysis of Python Programs EuroPython 2020 - Talk - 2020-07-24 - Brian Online By Serge Sans Paille In spite ...
47:58
CH13 Improving code quality through static analysis for Python (en)
... would have found many of these sort of issues right so given you know the nature of python uh static analysis tools are in a way ...
36:19
Pylint - an overview of the static analysis tool for Python, Claudiu Popa
"Given the dynamic nature of Python, some bugs tend to creep in our codebases. Innocents NameError or hard-to-find bugs with ...
40:20
Mark Shannon - Finding bugs for free: The magic of static analysis.
"Finding bugs for free: The magic of static analysis. [EuroPython 2017 - Talk - 2017-07-14 - Arengo] [Rimini, Italy] Overview Static ...
1:03:37
Static Types in Python? (Porth Ep.09)
Recorded offline at 22.09.2021 References: - Source Code: https://github.com/tsoding/porth - Porth Development Playlist: ...
45:28
Static analysis of Python extension modules using GCC
Dave Malcolm Want to analyse C/C++ code using Python? I've written a plugin for GCC that embeds Python inside the compiler, ...
5:16
Checkov: A Python based Static Code Analysis Tool for Infrastructure-As-Code - Austin Bennett
This talk was presented at PyBay2021 Food Truck Edition - 6th annual Bay Area Regional Python conference. See pybay.com for ...
58:31
Automating static analysis with Python
This section of the malware analysis course covers automating static analysis with Python.