#ai
Explore materials tagged "ai" from expert practitioners. Up-to-date articles and useful tips to help you grow.
Articles with tag "#ai"
All materials on the topic ai
HTML Forms
A form is the primary way to collect data from users: logins, search queries, comments, settings. Understanding HTML forms also...
settings.py: Django Configuration
settings.py is the central configuration file for a Django project.
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...
Django Migrations
A migration is a file describing changes to the database schema. Django tracks the state of your models and generates...
Django Development Server
Django's built-in server is intended for local development: it runs the project and reloads Python code when files change.
Views in Django: Handling Requests
A view is a function or class that receives an HTTP request and returns an HTTP response.
Timezones in Django
Reliable timezone handling requires aware datetime values, UTC storage, and conversion to local time at the display boundary.
Deploying Django to Railway
Railway is a cloud platform with a free tier. Deploy from GitHub in minutes.
Django DetailView
DetailView is a CBV for displaying a single object by its pk or slug.
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...
Git Clone: Complete Guide π¦
git clone is the command for copying (cloning) a remote repository to your computer.
AI Startup: Basics
An AI Startup is a young company building a product powered by artificial intelligence.
Similar tags
Study related topics
Looking for more on the topic?
Study all our materials or subscribe to updates