<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Python on hersoncruz.com</title>
    
    
    
    <link>https://www.hersoncruz.com/tags/python/</link>
    <description>Recent content in Python on hersoncruz.com</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <lastBuildDate>Fri, 16 Aug 2024 08:12:23 -0600</lastBuildDate>
    
	<atom:link href="https://www.hersoncruz.com/tags/python/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>How to Automate IT Tasks Like a Pro: Boost Efficiency and Save Hours Every Week</title>
      <link>https://www.hersoncruz.com/posts/automate-it-tasks-like-a-pro/</link>
      <pubDate>Fri, 16 Aug 2024 08:12:23 -0600</pubDate>
      
      <guid>https://www.hersoncruz.com/posts/automate-it-tasks-like-a-pro/</guid>
      <description>
        
          &lt;img src=&#34;https://www.hersoncruz.com/images/covers/task_automation.gif&#34;/&gt;
          
        
        
        
          Discover the secrets to automating IT tasks with ease. This guide covers everything from basic scripting to advanced automation tools, helping you streamline your processes and free up valuable time. Perfect for sysadmins, developers, and tech enthusiasts looking to enhance their efficiency.
          
        
        </description>
    </item>
    
    <item>
      <title>Automate Your Cybersecurity with Python: A Powerful Script to Protect Your Server in Real-Time</title>
      <link>https://www.hersoncruz.com/posts/automate-your-cybersecurity-with-python/</link>
      <pubDate>Sat, 10 Aug 2024 21:26:00 -0600</pubDate>
      
      <guid>https://www.hersoncruz.com/posts/automate-your-cybersecurity-with-python/</guid>
      <description>
        
          &lt;img src=&#34;https://www.hersoncruz.com/images/covers/automate-cybersecurity.png&#34;/&gt;
          
        
        
        
          Learn how to automate your server&#39;s cybersecurity using Python. This step-by-step guide provides a powerful script to protect your server in real-time.
          
        
        </description>
    </item>
    
    <item>
      <title>How to Build Your Own AI-Powered Chatbot in Python Using OpenAI&#39;s GPT-4</title>
      <link>https://www.hersoncruz.com/posts/how-to-build-ai-powered-chatbot-python-gpt-4/</link>
      <pubDate>Thu, 08 Aug 2024 11:45:56 -0600</pubDate>
      
      <guid>https://www.hersoncruz.com/posts/how-to-build-ai-powered-chatbot-python-gpt-4/</guid>
      <description>
        
          &lt;img src=&#34;https://www.hersoncruz.com/images/covers/chatbot-gpt4.png&#34;/&gt;
          
        
        
        
          Step-by-step guide to building an AI-powered chatbot in Python using OpenAI&#39;s GPT-4 API. Learn how to create an intelligent and conversational chatbot with this detailed tutorial.
          
        
        </description>
    </item>
    
    <item>
      <title>Streamlining File Management with Python</title>
      <link>https://www.hersoncruz.com/posts/streamlining-file-management-with-python/</link>
      <pubDate>Tue, 30 Jul 2024 06:31:36 -0600</pubDate>
      
      <guid>https://www.hersoncruz.com/posts/streamlining-file-management-with-python/</guid>
      <description>
        
          &lt;img src=&#34;https://www.hersoncruz.com/images/covers/task_automation.gif&#34;/&gt;
          
        
        
        
          Explore how Python can help streamline your file management tasks. From organizing files to automating backups, this guide covers practical scripts to enhance your productivity.
          
        
        </description>
    </item>
    
    <item>
      <title>Monadist Monday: Diving Deeper into the Maybe Monad</title>
      <link>https://www.hersoncruz.com/posts/monadist-monday-diving-deeper-into-the-maybe-monad/</link>
      <pubDate>Mon, 29 Jul 2024 01:37:54 -0600</pubDate>
      
      <guid>https://www.hersoncruz.com/posts/monadist-monday-diving-deeper-into-the-maybe-monad/</guid>
      <description>
        
          &lt;img src=&#34;https://www.hersoncruz.com/images/covers/monad.png&#34;/&gt;
          
        
        
        
          Delve deeper into the Maybe Monad in Python, uncovering its advanced applications and how it can streamline error handling and manage optional values effectively in your projects.
          
        
        </description>
    </item>
    
    <item>
      <title>Automate Suspicious Network Activity Detection with Python</title>
      <link>https://www.hersoncruz.com/posts/automate-suspicious-network-activity-detection-with-python/</link>
      <pubDate>Sat, 27 Jul 2024 04:52:18 -0600</pubDate>
      
      <guid>https://www.hersoncruz.com/posts/automate-suspicious-network-activity-detection-with-python/</guid>
      <description>
        
          &lt;img src=&#34;https://www.hersoncruz.com/images/covers/python_networking.png&#34;/&gt;
          
        
        
        
          Dive into our latest Saturday Scripting post where we explore a powerful and hacky cybersecurity script that every sysadmin should have in their toolkit. Learn how to use Python to automate the detection and alerting of suspicious network activity, ensuring your servers stay secure.
          
        
        </description>
    </item>
    
    <item>
      <title>Monadist Monday: Understanding the Maybe Monad</title>
      <link>https://www.hersoncruz.com/posts/monadist-monday-understanding-the-maybe-monad/</link>
      <pubDate>Mon, 22 Jul 2024 05:58:43 -0600</pubDate>
      
      <guid>https://www.hersoncruz.com/posts/monadist-monday-understanding-the-maybe-monad/</guid>
      <description>
        
          &lt;img src=&#34;https://www.hersoncruz.com/images/covers/monad.png&#34;/&gt;
          
        
        
        
          Join us for the second installment of Monadist Monday as we explore the Maybe monad, a powerful tool for handling optional values in functional programming. Learn how to use the Maybe monad to write cleaner and more robust Python code.
          
        
        </description>
    </item>
    
    <item>
      <title>Automate Your Network Monitoring with Python and Scapy</title>
      <link>https://www.hersoncruz.com/posts/automate-your-network-monitoring-with-python-and-scapy/</link>
      <pubDate>Sat, 20 Jul 2024 07:40:27 -0600</pubDate>
      
      <guid>https://www.hersoncruz.com/posts/automate-your-network-monitoring-with-python-and-scapy/</guid>
      <description>
        
          &lt;img src=&#34;https://www.hersoncruz.com/images/covers/python_networking.png&#34;/&gt;
          
        
        
        
          Discover how to use Python and Scapy for automating network monitoring tasks, perfect for experienced sysadmins looking to enhance their network management capabilities.
          
        
        </description>
    </item>
    
    <item>
      <title>Monadist Monday: An Introduction to Monads</title>
      <link>https://www.hersoncruz.com/posts/monadist-monday-introduction-to-monads/</link>
      <pubDate>Mon, 15 Jul 2024 09:37:54 -0600</pubDate>
      
      <guid>https://www.hersoncruz.com/posts/monadist-monday-introduction-to-monads/</guid>
      <description>
        
          &lt;img src=&#34;https://www.hersoncruz.com/images/covers/monad.png&#34;/&gt;
          
        
        
        
          Kick off our Monadist Monday series with a gentle introduction to the concept of monads, using simple Python examples. Discover how monads can help you write more readable, maintainable, and error-free code while managing side effects in a clean and modular way. Learn about the three fundamental laws of monads and explore the Maybe monad through practical examples. Join us every Monday as we delve deeper into the fascinating world of functional programming with monads.
          
        
        </description>
    </item>
    
    <item>
      <title>Dive into AsyncIO: Unlocking Python&#39;s Asynchronous Potential</title>
      <link>https://www.hersoncruz.com/posts/dive-into-asyncio-unlocking-pythons-asynchronous-potential/</link>
      <pubDate>Wed, 10 Jul 2024 11:56:34 -0600</pubDate>
      
      <guid>https://www.hersoncruz.com/posts/dive-into-asyncio-unlocking-pythons-asynchronous-potential/</guid>
      <description>
        
          
          
          
        
        
        
          If you’ve ever felt the need for speed and efficiency in your Python code, this is the blog post for you. Today, we’re diving into the fascinating realm of asynchronous programming with Python’s AsyncIO module. Get ready for some fun examples and the many benefits of going async!
          
        
        </description>
    </item>
    
    <item>
      <title>TDD Hello, World</title>
      <link>https://www.hersoncruz.com/posts/tdd-hello-world/</link>
      <pubDate>Sat, 26 Feb 2022 07:21:15 -0600</pubDate>
      
      <guid>https://www.hersoncruz.com/posts/tdd-hello-world/</guid>
      <description>
        
          
          
          
        
        
        
          Learn Test Driven Development in Python by building a simple “Hello, World” application step-by-step.
          
        
        </description>
    </item>
    
  </channel>
</rss>