chatgpt: Write a simple app using Python chatgpt is here, will take our jobs? Will enslave us? will make us lazy without any critical thinking capabilities? Only time will know…
How chatgpt can be used to hack computers. Current security systems can detect malware by examining their code, but what if the code is generated from an AI like chatgpt which in…
Linux: resume your lost shell sessions using the “screen” command! Wouldn't it be nice if there was a tool to resume a lost ssh connection? Wouldn’t it be great if you could go back in time and not start a…
Pandas: Understanding basic statistics Pandas is a powerful library for performing data analysis in Python. Here are a few essential functions that are useful for simple…
Python: Working with timestamps To get the current timestamp in Python, you can use the time module's time() function, which returns the current time in seconds since the…
Python: Explaining the list methods n Python, a list is a collection of items that are ordered and changeable. Lists are defined with square brackets, and the items are…
Curl Part 4: Exploring the PUT and PATCH methods In this article, we will continue discussing curl and how to use the PATCH and PUT methods in order to update data. Here are a few examples…
Curl Part 3: using the DELETE method In this article, we will continue discussing curl and how to use the DELETE method, an HTTP DELETE request to a server to remove data. Here…
Python: How to Use Redis Redis is an in-memory data structure store that is used for caching, real-time analytics, message brokering, and more. It is an open-source…
Curl Part 2: Using the POST method In this article, we will continue discussing curl, and how to use the POST method, an HTTP POST request is used to submit data to a server…