• The globals () function in Python

    The globals () function in Python
    The globals () function in Python returns a dictionary containing the variables defined in the global namespace.
  • Python locals () function

    Python locals () function
    The locals () function in Python returns a dictionary containing the variables defined in the local namespace.
  • List () function in Python

    List () function in Python
    List () creates a list in Python. So what is the syntax of list () function, what parameters does it have and how to use it? Invites you to read the track.
  • Datetime in Python

    Datetime in Python
    In this article, we will work with you to learn how to handle dates and times in Python with specific examples to make it easier to visualize and capture functions better. Invites
  • Bookmark 5 best Python programming learning websites

    Bookmark 5 best Python programming learning websites
    If you are a developer or you are studying and want to stick with this industry, learn Python to add a highlight in your journey.
  • 5 choose the best Python IDE for you

    5 choose the best Python IDE for you
    In order to learn well Python, it is essential that you find yourself an appropriate IDE to develop. Quantrimang would like to introduce some of the best environments to help
  • The vars () function in Python

    The vars () function in Python
    The vars () function in Python returns the __dict__ attribute of the passed object if the object has the __dict__ attribute.
  • Tuple () function in Python

    Tuple () function in Python
    The built-in function tuple () in Python is used to create a tuple.
  • Zip () function in Python

    Zip () function in Python
    The zip () function in Python returns a zip object, a list iterator of tuples that combines elements from other iterators (made of iterable words).
  • 5 functional programming languages ​​you should know

    5 functional programming languages ​​you should know
    If you take the time to learn programming trends on the Internet, you've probably heard of functional programming. Here are 5 functional programming languages ​​you should know.
  • Learn Class and Object in Python

    Learn Class and Object in Python
    Python is an object-oriented programming language. Unlike procedural programming, which emphasizes functions, object-oriented programming focuses on objects. This article
  • Inheritance (Inheritance) in Python

    Inheritance (Inheritance) in Python
    Inheriting in object-oriented programming allows us to declare new classes to re-use the parent class's functions and attributes and extra functions. In this article, we will
  • Multiple Inheritance in Python

    Multiple Inheritance in Python
    Inheritance allows us to declare the new class to re-use the parent class's functions and attributes and extra functions. In this article, Quantrimang will continue the lesson
  • Programming blockchain part 3: Python programming language

    Programming blockchain part 3: Python programming language
    Guido van Rossum, a Dutch programmer, created Python in 1991. Python is based on a simple philosophy: Minimalist. One of the interesting things about Python is that it combines
  • Stack operator in Python

    Stack operator in Python
    You can change the meaning of the operator in Python depending on the operand used and we call that operator overloading. Quantrimang will learn more about this content through
  • Complex () function in Python

    Complex () function in Python
    In Python, the complex () function returns a complex number when the user provides a virtual and real part, or turns a string into a complex number. How does the complex ()
  • The compile () function in Python

    The compile () function in Python
    The compile () function returns a code object in Python from the specified source. So how to use compile () function? Please find out in this article.
  • The delattr () function in Python

    The delattr () function in Python
    The delattr () function in Python is used to delete an attribute from the specified object. How does the delattr () function have a syntax, what parameters do you have, please
  • The dict () function in Python

    The dict () function in Python
    In Python, the dict () function creates a dictionary type value. Quantrimang will learn more about the syntax, parameters and usage of the dict () function through this article.
  • The function dir () in Python

    The function dir () in Python
    The dir () function in Python returns a list of valid properties of the object. Quantrimang will learn more about this function content through the article. Invites you to read