Skip to content
Mahbub Notes
The Blog
of Mahbubur Rahman
Home About Me

Category: Python

First-Class Function and Expression in Python

December 22, 2020December 22, 2020 Md Mahbubur Rahman
First Class Function

First-Class Objects First-class objects in python refers to the following characteristics – We can pass it to a function as an argument We can return it from a function You can assign it to a variable We can store it in a data structure such as a list, tuple, dictionary, etc. types such as int, […]

Read More
PythonLeave a Comment on First-Class Function and Expression in Python

Python Function Parameters and Arguments

December 22, 2020June 2, 2021 Md Mahbubur Rahman
python function parameter

We, developers, write python programs every day for different purposes. However, there are some important scenarios and facts that are very simple but are avoided subconsciously.

Read More
Python2 Comments on Python Function Parameters and Arguments

Recent Posts

  • First-Class Function and Expression in Python
  • Python Function Parameters and Arguments
  • DeepHammer: A hack into the Intelligence of DNN
  • Normalizing Inputs in Deep Learning
  • Secure your Subdomain with certbot for Nginx on DigitalOcean VPS

Recent Comments

  • mahbubx on Python Function Parameters and Arguments
  • Tamjid on Python Function Parameters and Arguments

Find Me On