How To Get Current Date Time or Now In Python?
Date and time is important part of the applications development. We generally need to set, get and change some data time information to our records. In this tutorial we will
Continue readingLinux, Windows, Security, Programming, Network Tutorials
Date and time is important part of the applications development. We generally need to set, get and change some data time information to our records. In this tutorial we will
Continue readingPython provides a lot of string functions and functionalities. But finding string in a string or text is popular use case in the application developers. In this tutorial we will
Continue readingWe programmers generally use string data in our applications. While using the string data one of the most used operation is getting the size or length of the string. In
Continue readingPython provides different variable type for programmers usage. We can use int, float, string, list, set … data types in our applications. While using different type of variables we may
Continue readingJSON or Javascript Object Notations is a RFC standard which is used to define complex data types with number 7159. JSON became very popular in recent years because of its
Continue reading