TipsMake
Newest

Program - Page 38

Learn basic programming with C, C++, Python, JavaScript, PHP, CSS, HTML5 programming languages. You can also find tutorials on databases, SQL Server here.

Help () function in Python
29 July 2019

Help () function in Python

The built-in help () function in Python is used to display documents and invoke the help system of modules, functions, classes, keywords ...

Isinstance () function in Python
29 July 2019

Isinstance () function in Python

The built-in isinstance () function in Python checks whether an object is an instance or a subclass of Classinfo.

The function frozenset () in Python
28 July 2019

The function frozenset () in Python

frozenset () is a built-in function in Python, receiving input as an iterable object and returning the frozenset object unchanged.

Declare @property in Python
23 July 2019

Declare @property in Python

Going back to the advanced Python lessons, today TipsMake.com will work with you to learn about @property (decorator) declarations.

Decorator in Python
22 July 2019

Decorator in Python

Decorator is used a lot in Python. So how to create a Decorator and why you should use it. Let's go find the answer!

Do you know what programming language is?
18 July 2019

Do you know what programming language is?

Programming language is a type of computer language used to develop software programs, scripts, or standardization under a system of specific rules for computer execution.

How to use Closure in Python
17 July 2019

How to use Closure in Python

In this article, TipsMake.com will work with you to learn about Closure in Python, how to define a Closure and why you should use it. Let's go find the answer!

Function sleep () in Python
17 July 2019

Function sleep () in Python

Module time in Python provides some very useful functions to handle time-related tasks. One of the most commonly used functions is sleep ().

Generator in Python
17 July 2019

Generator in Python

How is the Generator different from iterator and what is the usual function, why should we use it? Let's find out all through this article.

Module time in Python
15 July 2019

Module time in Python

Python has a time module used to handle time-related tasks. TipsMake.com will work with you to find out the details and functions related to the time specified in this module.

Current date and time in Python
13 July 2019

Current date and time in Python

How to get the current date and time in Python? There are many different ways to do this, and in this article we will apply the class date, class time in the datetime module to

Convert the timestamp value in Python
13 July 2019

Convert the timestamp value in Python

Instructions to learn how to convert timestamp values ​​into datetime objects and datetime objects into timestamp values ​​in Python

Strptime () function in Python
11 July 2019

Strptime () function in Python

This article shows you how to create a datetime object (date, time, and time) from the corresponding string.

Strftime () function in Python
10 July 2019

Strftime () function in Python

This article shows you how to convert date, time, and time objects into strings corresponding to a given format.

The ord () function in Python
17 June 2019

The ord () function in Python

The built-in ord () function in Python returns an integer representing the Unicode code of the specified character.