Yellow cover of The Pass-Statement in Python. This template resource is from 365 Data Science.

The Pass-Statement in Python

Hristina Hristova

Hristina Hristova

Course Author

This free template helps your code writing by showing you the ability to define a function, a class, a loop or an if-statement but leave it empty for the time-being. This is what the pass-statement allows us to do. Some other related topics you might be interested in are Defining classes in Python, Creating a constructor in Python - the INIT method, Class variables in Python, Methods in Python - functions inside classes, Inheritance in Python. The Pass-Statement in Python template is among the topics covered in detail in the 365 Program. 

Hristina Hristova

Hristina Hristova

Course Author


Who is it for

Data Scientists, Data Analysts, Data Architects, Data Engineers, Big Data Architects, Big Data Engineers, BI Developers, Machine Learning Engineers are going to find this free Jupyter notebook helpful for their code writing.

How it can help you

This template can help you create the skeleton of a program without having to know how the separate elements will be implemented. In other words, learn the difference between a function with an empty body and a function which contains the pass-statement in the body.

The Pass-Statement in Python

Yellow cover of The Pass-Statement in Python. This template resource is from 365 Data Science.