Tagged articles
2 articles
Page 1 of 1
BirdNest Tech Talk
BirdNest Tech Talk
Jan 1, 2025 · Fundamentals

Master Rust: From Basics to Advanced Concepts in One Comprehensive Guide

This article outlines a Rust programming book that starts with fundamental syntax, variables, and memory management, then progressively explores ownership, lifetimes, error handling, concurrency, async programming, traits, macros, and practical examples, providing code snippets and core concepts for each topic.

Advanced ConceptsAsyncMacros
0 likes · 16 min read
Master Rust: From Basics to Advanced Concepts in One Comprehensive Guide
Code Mala Tang
Code Mala Tang
Dec 14, 2024 · Fundamentals

Master Python’s Core Concepts: OOP, Decorators, Concurrency & More

This guide explores essential Python concepts for advanced developers, covering object‑oriented programming, first‑class and higher‑order functions, closures, decorators, iterators, generators, context managers, memory management, concurrency models, the Global Interpreter Lock, and asynchronous programming with practical code examples.

Advanced ConceptsAsyncPython
0 likes · 21 min read
Master Python’s Core Concepts: OOP, Decorators, Concurrency & More