🏷️ 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

HTML Forms
🟒 Easy

HTML Forms

A form is the primary way to collect data from users: logins, search queries, comments, settings. Understanding HTML forms also...

πŸ‘€ PyLand Team
πŸ“… 30.06.2026
settings.py: Django Configuration
🟒 Easy

settings.py: Django Configuration

settings.py is the central configuration file for a Django project.

πŸ‘€ PyLand Team
πŸ“… 30.06.2026
CSRF Protection in Django
🟑 Medium

CSRF Protection in Django

CSRF (Cross-Site Request Forgery) is an attack in which an adversary tricks the user's browser into sending a request on...

πŸ‘€ PyLand Team
πŸ“… 30.06.2026
Django Migrations
🟒 Easy

Django Migrations

A migration is a file describing changes to the database schema. Django tracks the state of your models and generates...

πŸ‘€ PyLand Team
πŸ“… 30.06.2026
Django Development Server
🟒 Easy

Django Development Server

Django's built-in server is intended for local development: it runs the project and reloads Python code when files change.

πŸ‘€ PyLand Team
πŸ“… 30.06.2026
Views in Django: Handling Requests
🟒 Easy

Views in Django: Handling Requests

A view is a function or class that receives an HTTP request and returns an HTTP response.

πŸ‘€ PyLand Team
πŸ“… 30.06.2026
Timezones in Django
🟑 Medium

Timezones in Django

Reliable timezone handling requires aware datetime values, UTC storage, and conversion to local time at the display boundary.

πŸ‘€ PyLand Team
πŸ“… 30.06.2026
Deploying Django to Railway
πŸ”΄ Difficult

Deploying Django to Railway

Railway is a cloud platform with a free tier. Deploy from GitHub in minutes.

πŸ‘€ PyLand Team
πŸ“… 30.06.2026
Django DetailView
🟑 Medium

Django DetailView

DetailView is a CBV for displaying a single object by its pk or slug.

πŸ‘€ PyLand Team
πŸ“… 30.06.2026
Tokens in LLMs: How the Model Sees Text
🟑 Medium

Tokens in LLMs: How the Model Sees Text

When you send a request to a language model, it doesn't see words or letters. It sees tokens β€” chunks...

πŸ‘€ PyLand Team
πŸ“… 04.06.2026
Git Clone: Complete Guide πŸ“¦
🟒 Easy

Git Clone: Complete Guide πŸ“¦

git clone is the command for copying (cloning) a remote repository to your computer.

πŸ‘€ PyLand Team
πŸ“… 06.05.2026
AI Startup: Basics
🟣 Expert

AI Startup: Basics

An AI Startup is a young company building a product powered by artificial intelligence.

πŸ‘€ PyLand Team
πŸ“… 03.04.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