Tag
128 articles
Learn how to interact with large language models like ChatGPT using Python, and understand how these systems can be misused in stalking cases.
Learn to simulate EV battery recycling using Python by creating a model that demonstrates how valuable materials like lithium, cobalt, and nickel can be recovered from end-of-life batteries.
Learn to build basic network monitoring and website status checking tools using Python to enhance your digital security awareness.
Learn how to set up and use OpenAI's API with Python to create AI-powered chat applications, even without prior AI experience.
Learn to build a basic financial chatbot similar to Revolut's new AI assistant AIR, understanding how AI financial assistants work through hands-on coding.
Learn how to use OpenAI's Codex coding tool through ChatGPT by writing clear prompts and testing generated code.
Learn to build a secure data handling system using Python encryption techniques to protect against data breaches like the one that affected Mercor.
Learn how to set up and run a basic AI text generation application using Python and Hugging Face Transformers, understanding the fundamentals of large language models without requiring expensive infrastructure.
Learn how to build basic AI-powered cybersecurity tools using Python, simulating concepts from Anthropic's Claude Mythos Preview model.
Learn how to build an advanced document intelligence pipeline using Google LangExtract, OpenAI models, and structured extraction techniques. This beginner-friendly tutorial walks you through setting up dependencies, extracting data, and visualizing results.
Learn how to work with the Claude AI model using the Anthropic Python SDK, creating a practical script that communicates with Claude's API and handles responses.
Learn how to integrate and work with OpenAI's API in Python to build chat applications with proper error handling and conversation context.