🏷️ Tag

#ai

Explore materials tagged "ai" from expert practitioners. Up-to-date articles and useful tips to help you grow.

29 Articles
6 Similar tags

Articles with tag "#ai"

All materials on the topic ai

if __name__ == "__main__": the Python entry point
🟒 Easy

if __name__ == "__main__": the Python entry point

The if name == "main" guard defines a Python program's entry point: it distinguishes direct file execution from importing the...

πŸ‘€ PyLand Team
πŸ“… 14.08.2026
AI Agents: ReAct Loop and Autonomous Actions
πŸ”΄ Difficult

AI Agents: ReAct Loop and Autonomous Actions

A chatbot answers questions. An agent takes action: it calls tools, retrieves real data, and uses that data in its...

πŸ‘€ PyLand Team
πŸ“… 30.06.2026
RAG: Chatting with Documents via Vector Search
🟣 Expert

RAG: Chatting with Documents via Vector Search

RAG (Retrieval-Augmented Generation) is a pattern for working with your own documents. Instead of fine-tuning the model, you find the...

πŸ‘€ PyLand Team
πŸ“… 30.06.2026
Pod: The Smallest Unit in Kubernetes
🟒 Easy

Pod: The Smallest Unit in Kubernetes

In Docker you run a container. In Kubernetes the smallest unit is a Pod. It is not simply a wrapper...

πŸ‘€ PyLand Team
πŸ“… 30.06.2026
Ingress: HTTP Routing in Kubernetes
πŸ”΄ Difficult

Ingress: HTTP Routing in Kubernetes

You have 5 microservices, each needing external access. Creating 5 LoadBalancers is expensive and unwieldy. Ingress lets you funnel all...

πŸ‘€ PyLand Team
πŸ“… 30.06.2026
Semantic HTML5 Tags
🟑 Medium

Semantic HTML5 Tags

Semantic tags describe the meaning of content, not just its appearance. A browser won't visually distinguish <div> from <article> β€”...

πŸ‘€ PyLand Team
πŸ“… 30.06.2026
Links and Images in HTML
🟒 Easy

Links and Images in HTML

Links and images are two elements that make the web what it is. The <a> tag connects pages together; <img>...

πŸ‘€ PyLand Team
πŸ“… 30.06.2026
What is HTML
🟒 Easy

What is HTML

HTML is a markup language that tells the browser how to interpret a page's structure. It doesn't program logic β€”...

πŸ‘€ PyLand Team
πŸ“… 30.06.2026
HTML Lists
🟒 Easy

HTML Lists

Lists are one of the most common markup elements. Navigation menus, post tags, how-to steps, glossaries β€” all of these...

πŸ‘€ PyLand Team
πŸ“… 30.06.2026
Basic HTML Tags
🟒 Easy

Basic HTML Tags

Tags are the building blocks of every HTML page. Knowing the core tag set lets you mark up most content:...

πŸ‘€ PyLand Team
πŸ“… 30.06.2026
Browser DevTools for HTML and CSS
🟑 Medium

Browser DevTools for HTML and CSS

DevTools is the built-in developer tool in every modern browser. It lets you see a page's structure, change HTML and...

πŸ‘€ PyLand Team
πŸ“… 30.06.2026
HTML Form Validation
🟑 Medium

HTML Form Validation

Browsers can validate form data before it's sent to the server β€” without a single line of JavaScript. Built-in validation...

πŸ‘€ PyLand Team
πŸ“… 30.06.2026

Similar tags

Study related topics

🏷️

#django

Related articles django

πŸ“š 68 articles
🏷️

#python

Related articles python

πŸ“š 59 articles
🏷️

#git

Related articles git

πŸ“š 32 articles
🏷️

#basics

Related articles basics

πŸ“š 32 articles
🏷️

#html-css

Related articles html-css

πŸ“š 23 articles
🏷️

#llm

Related articles llm

πŸ“š 21 articles

Looking for more on the topic?

Study all our materials or subscribe to updates