Python : Manipulating HTTP APIs

Python : Manipulating HTTP APIs Hello everyone, this is a list of helpful functions for manipulating APIs in Python. 0. GET Request Sending data to an API endpoint using a GET request. 1. POST Request Sending data to an API endpoint using a POST request. 2. PUT Request Updating data at an API endpoint using

Read More

Python : Files manipulation

Python : Files manipulation Hello everyone, this is a small list of useful functions to manipulate files in Python, this is just the first part, i will make an other articles for APIs, Pandas etc.. These techniques provide a solid foundation for working with files in Python. Remember to adapt them to your specific needs

Read More