Python tutorial for beginners #6 - Built-in-Functions [hindi]

preview_player
Показать описание
Using Python become so easy when you have hands-on knowledge in using built-in-functions. It's something that can enhance your programming skills and take you to the next level. With this tutorial you can not only know built-in-functions in python but also gain hands on experience with the practical examples. Watch this video-Python tutorial for beginners #6 - Built-in-Functions till the end and share your comments, views or any suggestions/feedback.

Built-in-functions are the keywords in python or you can say the reserve keywords. These functions are built or added in python to make it more beautiful and ease of access for the programmers. Below are the few examples -
abs() Returns the absolute value of a number
all() Returns True if all items in an iterable object are true
any() Returns True if any item in an iterable object is true
ascii() Returns a readable version of an object. Replaces none-ascii characters with escape character
bin() Returns the binary version of a number
bool() Returns the boolean value of the specified object
bytearray() Returns an array of bytes
bytes() Returns a bytes object
callable() Returns True if the specified object is callable, otherwise False
chr() Returns a character from the specified Unicode code.
classmethod() Converts a method into a class method
compile() Returns the specified source as an object, ready to be executed
complex() Returns a complex number
delattr() Deletes the specified attribute (property or method) from the specified object
dict() Returns a dictionary (Array)
dir() Returns a list of the specified object's properties and methods
divmod() Returns the quotient and the remainder when argument1 is divided by argument2
enumerate() Takes a collection (e.g. a tuple) and returns it as an enumerate object
eval() Evaluates and executes an expression
exec() Executes the specified code (or object)
filter() Use a filter function to exclude items in an iterable object
float() Returns a floating point number
format() Formats a specified value

Understanding it is not so hard or you don't need any extra skill set to get onto it. so check this video and start coding today!

Info & Links-
There are number of keywords which are available in python for use these are called built in functions

Common string operations
brackets in Python
Strings, lists and tuples
Common string operations
Python 3.7.3

Other useful Links -
===================

#Python#Python_built_in_functions#Programming_in_Python
Рекомендации по теме
welcome to shbcf.ru