🏷️ Tag

#basics

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

32 Articles
6 Similar tags

Articles with tag "#basics"

All materials on the topic basics

What is an ORM
🟑 Medium

What is an ORM

ORM (Object-Relational Mapping) is a technology that lets you work with a database through Python objects instead of writing raw...

πŸ‘€ PyLand Team
πŸ“… 30.06.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
Pydantic v2: Data Validation in Python
🟑 Medium

Pydantic v2: Data Validation in Python

Pydantic validates and converts data through type annotations. It is commonly used in APIs and LLM applications when an external...

πŸ‘€ PyLand Team
πŸ“… 30.06.2026
asyncio in Python: Asynchronous Programming
🟑 Medium

asyncio in Python: Asynchronous Programming

asyncio is Python's standard library for asynchronous code. It lets you execute multiple tasks "simultaneously" within a single thread.

πŸ‘€ PyLand Team
πŸ“… 30.06.2026
Embeddings: Coordinates of Text in Semantic Space
πŸ”΄ Difficult

Embeddings: Coordinates of Text in Semantic Space

An embedding is a numerical vector that represents a piece of text. Texts that are similar in meaning get vectors...

πŸ‘€ PyLand Team
πŸ“… 30.06.2026
JSON Schema: Describing Data Structures
🟑 Medium

JSON Schema: Describing Data Structures

JSON Schema is a standard for describing the structure of JSON. In the Claude API it is used to define...

πŸ‘€ PyLand Team
πŸ“… 30.06.2026
What Is Kubernetes and Why You Need It
🟒 Easy

What Is Kubernetes and Why You Need It

Docker packages an application into a container. But what do you do when you have hundreds of containers, they keep...

πŸ‘€ PyLand Team
πŸ“… 30.06.2026
Helm: The Kubernetes Package Manager
🟣 Expert

Helm: The Kubernetes Package Manager

Deploying an application on K8s means writing 5–10 YAML files: Deployment, Service, Ingress, ConfigMap, Secret, HPA… and slightly different files...

πŸ‘€ PyLand Team
πŸ“… 30.06.2026
Bootstrap 5 Basics
🟑 Medium

Bootstrap 5 Basics

Bootstrap is the world's most popular CSS framework. It provides ready-made components and a utility class system that lets you...

πŸ‘€ 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
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
FastAPI: Basics
🟒 Easy

FastAPI: Basics

FastAPI is a modern Python framework for building APIs. Automatic documentation, type hints, high performance.

πŸ‘€ 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
🏷️

#ai

Related articles ai

πŸ“š 29 articles
🏷️

#api

Related articles api

πŸ“š 25 articles
🏷️

#html-css

Related articles html-css

πŸ“š 23 articles

Looking for more on the topic?

Study all our materials or subscribe to updates