#basics
Study materials by tag "basics" from expert practitioners. Current articles and useful tips for development.
Articles with tag "#basics"
All materials on the topic basics
Anthropic SDK: Getting Started with the Claude API
Anthropic Python SDK is the official library for working with Claude. It hides the complexity of raw HTTP requests, adds...
Docker Compose: Multi-Container Applications
Docker Compose is a tool for running multiple related containers as a single application. The configuration is defined in a...
Dockerfile: Building Your Own Images
Dockerfile โ a text file with instructions for building an image. Each instruction becomes a layer.
GitHub Desktop: Interface for Beginners ๐จ
Opened GitHub Desktop for the first time and not sure where to start? Let's walk through the interface section by...
JSON: Persisting Data Like a Real Game ๐พ
Goal: Learn to save and load data in JSON format.
CSV: Working with Tables ๐
Goal: Learn to read and write tabular data in CSV format.
OOP: Program Like a World Builder ๐
Imagine: you're building a zombie-apocalypse game. You need zombies, humans, weapons. Every zombie has a name, health points, and can...
AI Startup Basics โ Build Your Own Thing! ๐ค๐ก
An AI startup is a young company that builds a product powered by artificial intelligence.
AI Model Basics โ Your Smart Model! ๐ง
An AI model is a program that learns from data and makes predictions.
Lists in Python: A Collection of Data ๐ฆ
Imagine you have a spaceport and need to store the names of all the planets for a flight. You could...
Lists and Dictionaries in Python: Working with Data ๐ฆ
So far: one variable = one value.
Loops in Python: while and for ๐
Imagine: you need to print numbers from 1 to 1000. Write 1000 print() calls? ๐ฑ
Similar tags
Study related topics
Looking for more on the topic?
Study all our materials or subscribe to updates