Tag

Beginner Tutorial

2 views collected around this technical thread.

IT Xianyu
IT Xianyu
Jun 18, 2025 · Databases

Master MySQL Stored Procedures: Create, Call, and Debug Your First Procedure

Learn how to create, execute, and troubleshoot a simple MySQL stored procedure using MySQL 8.0, covering delimiter changes, basic SQL syntax, result verification, common beginner mistakes, and extending the concept with parameterized examples.

Beginner TutorialDDLDatabase
0 likes · 6 min read
Master MySQL Stored Procedures: Create, Call, and Debug Your First Procedure
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 TutorialGame DataPython
0 likes · 3 min read
Beginner's Python Web Crawler for High‑Resolution Game Skins and Hero Background Stories