Python Python: how to calculate the age of a user January 6, 2023 In this article we will see how to calculate the age of a user from his birth date with Python. Read more
Python Python: how to convert a MongoDB timestamp to the MySQL date format January 6, 2023 In this article we will see how to convert a MongoDB timestamp to the MySQL date format with Python. Read more
Python Python: how to create a date from a Unix timestamp January 6, 2023 In Python we can create a date from a Unix timestamp. Read more
Python Python: download a file with the requests module January 6, 2023 In this article we will see how to download a file in Python with the requests module. Read more
Python Python: how to merge PDF files January 6, 2023 In this article we will see how to merge a series of PDF files with Python. Read more
Python Python: list pagination January 6, 2023 In this article we will see how to paginate a list in Python. Read more