Tagged articles

Beginner Tutorial

13 articles · Page 1 of 1
liandk
liandk
Aug 8, 2026 · Databases

SQL for Absolute Beginners: Core Database Operations (Create, View, Delete)

This tutorial walks SQL newcomers through the three essential database commands—creating a database, listing all databases, switching to a specific one, and safely dropping a database—providing copy‑paste code, practical scenarios, and beginner‑focused pitfalls.

Beginner TutorialDatabase BasicsSQL
0 likes · 3 min read
SQL for Absolute Beginners: Core Database Operations (Create, View, Delete)
Code of Duty
Code of Duty
May 14, 2026 · Fundamentals

Master Git in 5 Minutes: Install and Make Your First Commit

This guide walks beginners through installing Git, configuring user identity, initializing a repository, adding files, and completing the first commit, while also explaining core concepts, common pitfalls, and the minimal workflow in a concise five‑minute tutorial.

Beginner TutorialCommand LineGit
0 likes · 7 min read
Master Git in 5 Minutes: Install and Make Your First Commit
liandk
liandk
May 10, 2026 · Fundamentals

Python Basics in 3 Minutes: What It Can Do and How to Get Started

This guide explains Python's main uses—automation, web scraping, and simple web apps—walks through Windows/macOS installation, shows how to run the first program, lists four common beginner pitfalls with solutions, and summarizes key takeaways for rapid onboarding.

Beginner TutorialCommon pitfallsFirst program
0 likes · 4 min read
Python Basics in 3 Minutes: What It Can Do and How to Get Started
AI Architecture Hub
AI Architecture Hub
Apr 3, 2026 · Artificial Intelligence

Build Your First Real AI Agent: Step‑by‑Step Guide for Beginners

This tutorial walks you through creating a functional AI agent that can receive goals, plan steps, invoke tools, and iterate until task completion, covering environment setup, core loop implementation, tool integration, error handling, and testing without requiring prior programming experience.

AI AgentAutonomous LoopBeginner Tutorial
0 likes · 9 min read
Build Your First Real AI Agent: Step‑by‑Step Guide for Beginners
MaGe Linux Operations
MaGe Linux Operations
Mar 11, 2022 · Fundamentals

Unlock Python from Scratch: A Complete Zero‑to‑Hero Tutorial

This post announces a free, beginner‑friendly Python tutorial that covers everything from installation and basic syntax to advanced topics like decorators and serialization, providing a detailed curriculum, video links, and downloadable courseware to help learners start coding without any prior experience.

Beginner TutorialCurriculumPython
0 likes · 5 min read
Unlock Python from Scratch: A Complete Zero‑to‑Hero Tutorial
Programmer DD
Programmer DD
Sep 3, 2021 · Frontend Development

Build a Himalaya Lite WeChat Mini‑Program: Beginner’s Front‑End Demo

This article introduces a beginner‑friendly WeChat mini‑program demo that replicates the Himalaya Lite audio app, explains its core features, setup steps, and notes on API limitations, providing a practical learning project for developers with basic HTML, CSS, and JavaScript skills.

Beginner TutorialDemo ProjectHimalaya Lite
0 likes · 3 min read
Build a Himalaya Lite WeChat Mini‑Program: Beginner’s Front‑End Demo
Python Programming Learning Circle
Python Programming Learning Circle
Feb 24, 2020 · Fundamentals

Beginner's Python Web Crawler for High‑Resolution Game Skins and Hero Background Stories

This tutorial introduces a lightweight Python web crawler that, without relying on third‑party scraping frameworks, fetches high‑resolution skin images and all hero background stories from a popular game, explaining required libraries, implementation steps, and showing the resulting outputs.

Beginner TutorialWeb Scrapinggame data
0 likes · 3 min read
Beginner's Python Web Crawler for High‑Resolution Game Skins and Hero Background Stories
MaGe Linux Operations
MaGe Linux Operations
Aug 24, 2017 · Fundamentals

Kickstart Your Python Journey: Essential Basics for Beginners

This article introduces newcomers to programming by explaining why Python is an ideal first language and walks through its core syntax, data types, operators, functions, classes, modules, and advanced features, offering practical guidance and motivational advice to help beginners confidently start coding.

Beginner TutorialData StructuresPython
0 likes · 7 min read
Kickstart Your Python Journey: Essential Basics for Beginners
MaGe Linux Operations
MaGe Linux Operations
Mar 15, 2017 · Fundamentals

25 Essential Linux Shell Script Examples for Beginners

This article presents 25 basic Linux shell script examples, ranging from simulating a login shell and comparing numbers to file management, process control, and network queries, providing clear illustrations to help beginners understand and apply fundamental scripting techniques in real-world tasks.

Beginner Tutorial
0 likes · 5 min read
25 Essential Linux Shell Script Examples for Beginners