Static program analysis tools

Pylint

Pylint is a static code analysis tool for the Python programming language. It is named following a common convention in Python of a "py" prefix, and a nod to the C programming lint program. It follows the style recommended by PEP 8, the Python style guide. It is similar to and , but includes the following features: * Checking the length of each line * Checking that variable names are well-formed according to the project's coding standard * Checking that declared interfaces are truly implemented. It is also equipped with the Pyreverse module that allows UML diagrams to be generated from Python code. It can be used as a stand-alone program, but also integrates with IDEs such as Eclipse with PyDev, Spyder and Visual Studio Code, and editors such as Atom, GNU Emacs and Vim. It has received favourable reviews. (Wikipedia).

Pylint
Video thumbnail

106 Solving for x

Using Sympy to solve algebraic expressions and equations.

From playlist Introduction to Pyhton for mathematical programming

Video thumbnail

107 Differential Equations

Setting up and solving ordinary differential equations with constant coefficients.

From playlist Introduction to Pyhton for mathematical programming

Video thumbnail

108 Matrices

Various manipulations of matrices including teh caclulation of eigenvalues and eigenvectors.

From playlist Introduction to Pyhton for mathematical programming

Video thumbnail

Visual Studio Code | Visual Studio Code Python | Python Tutorial for Beginners | Edureka

🔥Edureka Python Certification Training: https://www.edureka.co/python-programming-certification-training This Edureka video on 'Visual Studio Code' is a part of Python Tutorial for Beginners which will help you understand what is Visual Studio Code and how it is used for Python Programming

From playlist Python Programming Tutorials | Edureka

Video thumbnail

102 Printing mathematical symbols in Sympy

How to output your mathematical code using an in built Sympy printer.

From playlist Introduction to Pyhton for mathematical programming

Video thumbnail

Using VS Code with Python for Data Science / Data Analysis - P.5

Python Fundamentals Course (DataCamp) 👉🏼 https://lukeb.co/PythonBasicsDataCamp Data Analyst Track w/ Python (DataCamp) 👉🏼 https://lukeb.co/PythonAnalystDataCamp (My recommended courses that I took to learn Python!) For this video we cover how data analysts and data scientists set up and u

From playlist Python Setup

Video thumbnail

Ruby Conf 2013 - A Peek Inside The Ruby Toolbox

By Loren Segal You can usually judge the maturity of a programming language ecosystem by the breadth of its tooling. For example, Java has a plethora of IDEs that each, in turn, have many well maintained refactoring and code quality plugins (like FindBugs and PMD). C/C++ is equally well

From playlist RubyConf 2013

Video thumbnail

003 The Math Module

Extending the capabilities of Python with the Math module

From playlist Introduction to Pyhton for mathematical programming

Video thumbnail

Get Productive with Python in Visual Studio Code

Learn how to use the cross-platform, free, and open source Visual Studio Code for all your Python development needs. From editing, to linting, to debugging and more, you will learn how to get started, as well as tips and tricks to save you time in your everyday development lifecycle. If y

From playlist Talks

Video thumbnail

CS50P - Style

*** This is CS50, Harvard University's introduction to the intellectual enterprises of computer science and the art of programming. *** HOW TO SUBSCRIBE http://www.youtube.com/subscription_center?add_user=cs50tv HOW TO TAKE CS50 edX: https://cs50.edx.org/ Harvard Extension School: ht

From playlist CS50P Shorts 2022

Video thumbnail

001 Introduction

A brief introduction to Python. Where to go to download Python and what to install.

From playlist Introduction to Pyhton for mathematical programming

Video thumbnail

CS50P - Style

This is CS50P, CS50's Introduction to Programming with Python. Enroll for free at https://cs50.edx.org/python. Slides, source code, and more at https://cs50.harvard.edu/python. Playlist at https://www.youtube.com/playlist?list=PLhQjrBD2T3817j24-GogXmWqO5Q5vYy0V. *** An introduction to pr

From playlist CS50's Introduction to Programming with Python (CS50P) 2022

Video thumbnail

Pytti - AI generated animations

Just a selection of short animations created using pytti :) Enjoy!

From playlist AI Animations

Video thumbnail

Converse Pythagorean Theorem & Pythagorean Triples

I explain the Converse Pythagorean Theorem and what Pythagorean Triples are. Find free review test, useful notes and more at http://www.mathplane.com If you'd like to make a donation to support my efforts look for the "Tip the Teacher" button on my channel's homepage www.YouTube.com/Profro

From playlist Geometry

Video thumbnail

105 Limits

Dealing with limits in Sympy.

From playlist Introduction to Pyhton for mathematical programming

Video thumbnail

DjangoCon US 2018 - Code Review Skills for Pythonistas by Nina Zakharenko

DjangoCon US 2018 - Code Review Skills for Pythonistas by Nina Zakharenko As teams and projects grow, code review becomes increasingly important to support the maintainability of complex codebases. In this talk, I’ll cover guidelines for writing consistent python code beyond pep8, how to

From playlist DjangoCon US 2018

Related pages

Lint (software) | Spyder (software) | GNU Emacs | Vim (text editor)