Tag

Advanced

0 views collected around this technical thread.

Test Development Learning Exchange
Test Development Learning Exchange
Feb 13, 2025 · Fundamentals

Python Function Fundamentals: Arguments, Lambdas, Decorators, and Advanced Techniques

This tutorial showcases Python function fundamentals such as default and keyword arguments, *args and **kwargs, lambda expressions, higher‑order functions, decorators (with and without parameters), closures, scope modifiers, type hints, and utility modules like functools, inspect, and operator, providing concise code examples for each concept.

AdvancedClosuresFunctions
0 likes · 8 min read
Python Function Fundamentals: Arguments, Lambdas, Decorators, and Advanced Techniques
php中文网 Courses
php中文网 Courses
Feb 10, 2025 · Backend Development

PHP Tips: Writing More Efficient and Concise Code

This article presents practical PHP syntactic sugar, hidden features, best practices, and advanced techniques—including null‑coalescing, short ternary, arrow functions, the spaceship operator, generators, match expressions, traits, and performance optimizations—to help developers of all levels write cleaner, faster, and more maintainable code.

AdvancedPHPbackend
0 likes · 8 min read
PHP Tips: Writing More Efficient and Concise Code
Python Programming Learning Circle
Python Programming Learning Circle
Nov 23, 2024 · Fundamentals

Advanced Python Concepts: Exception Handling, Collections, itertools, Lambdas, Decorators, Generators, Threads, Dunder Methods, Logging, and Context Managers

This article introduces ten advanced Python topics—including exception handling, the collections and itertools modules, lambda functions, decorators, generators, threading, dunder methods, logging, and context managers—providing explanations, code examples, and practical tips to help developers deepen their programming skills and prepare for interviews.

AdvancedCollectionsGenerators
0 likes · 13 min read
Advanced Python Concepts: Exception Handling, Collections, itertools, Lambdas, Decorators, Generators, Threads, Dunder Methods, Logging, and Context Managers
Deepin Linux
Deepin Linux
Nov 2, 2024 · Fundamentals

Curated List of C++ Open‑Source Projects for Learning from Beginner to Advanced

This article presents a curated collection of C++ open‑source projects ranging from beginner-friendly tutorials and simple games to intermediate libraries and advanced frameworks, offering detailed descriptions, difficulty levels, and GitHub links to help developers progressively enhance their coding skills and understand complex system design.

AdvancedBeginnerC++
0 likes · 29 min read
Curated List of C++ Open‑Source Projects for Learning from Beginner to Advanced
Practical DevOps Architecture
Practical DevOps Architecture
Sep 29, 2024 · Databases

Comprehensive Oracle Database Tutorial Series (Download, Installation, SQL Basics, PL/SQL, and Advanced Topics)

This article provides a detailed list of 51 video tutorials covering Oracle database download, installation, basic SQL operations, DML/DQL commands, PL/SQL programming, advanced features, and related database administration topics, offering a complete learning path for Oracle practitioners.

AdvancedDatabaseInstallation
0 likes · 6 min read
Comprehensive Oracle Database Tutorial Series (Download, Installation, SQL Basics, PL/SQL, and Advanced Topics)
Python Programming Learning Circle
Python Programming Learning Circle
Apr 28, 2024 · Fundamentals

13 Lesser‑Known Python Tricks for Cleaner and More Efficient Code

This article introduces thirteen lesser‑known Python tricks—including ternary operators, enumerate, zip, list comprehensions, lambda functions, any/all, itertools, generators, decorators, argument unpacking, dynamic imports, dictionary comprehensions, and mutable collections—each explained with concise examples to help developers write cleaner, more efficient code.

AdvancedFunctionsPython
0 likes · 10 min read
13 Lesser‑Known Python Tricks for Cleaner and More Efficient Code
Python Programming Learning Circle
Python Programming Learning Circle
Apr 22, 2024 · Fundamentals

Advanced Python Concepts: Exception Handling, Collections, itertools, Decorators, Generators, and More

This tutorial covers a range of advanced Python topics—including exception handling, the collections module, itertools utilities, lambda functions, decorators, generators, threading, dunder methods, logging, and context managers—to help developers deepen their programming expertise and apply these techniques in real projects.

AdvancedCollectionsGenerators
0 likes · 13 min read
Advanced Python Concepts: Exception Handling, Collections, itertools, Decorators, Generators, and More
Test Development Learning Exchange
Test Development Learning Exchange
Apr 13, 2024 · Fundamentals

Advanced Python Techniques: 10 In-Depth Code Examples

This article presents ten advanced Python techniques—including list comprehensions, lambda functions, decorators, context managers, generators, metaclasses, asyncio coroutines, enums, slicing, and exception handling—each illustrated with detailed code examples to help readers deepen their mastery of Python programming.

AdvancedGeneratorasyncio
0 likes · 6 min read
Advanced Python Techniques: 10 In-Depth Code Examples
Python Programming Learning Circle
Python Programming Learning Circle
Dec 21, 2023 · Fundamentals

Advanced Python Concepts: Exception Handling, Collections, itertools, Lambdas, Decorators, Generators, and More

This article presents a comprehensive guide to advanced Python topics—including exception handling, the collections and itertools modules, lambda functions, decorators, generators, process/thread basics, dunder methods, logging, and context managers—providing code examples and explanations to help developers deepen their expertise.

AdvancedCollectionsException Handling
0 likes · 12 min read
Advanced Python Concepts: Exception Handling, Collections, itertools, Lambdas, Decorators, Generators, and More
Sohu Tech Products
Sohu Tech Products
Dec 21, 2022 · Artificial Intelligence

23 Classic Machine Learning Project Ideas for Beginners, Intermediate, and Advanced Levels

This article presents 23 curated machine learning project ideas—ranging from beginner-friendly tasks like Iris classification to advanced challenges such as sentiment analysis—complete with dataset links, brief project descriptions, and source code references to help learners build practical AI skills.

AdvancedBeginnerIntermediate
0 likes · 12 min read
23 Classic Machine Learning Project Ideas for Beginners, Intermediate, and Advanced Levels
Python Programming Learning Circle
Python Programming Learning Circle
Mar 3, 2022 · Fundamentals

Advanced Python Dictionary and Set Techniques

This article introduces several high‑level Python dictionary and set methods—including fromkeys, merge, setdefault, defaultdict, OrderedDict, as well as set comprehensions and custom hashing—to simplify code, improve readability, and demonstrate practical usage patterns with clear examples.

AdvancedOrderedDictcomprehension
0 likes · 11 min read
Advanced Python Dictionary and Set Techniques
Python Programming Learning Circle
Python Programming Learning Circle
Mar 12, 2020 · Fundamentals

Python Advanced Topics: Properties, Descriptors, Metaclasses, Concurrency, and Built‑in Modules

This article explores advanced Python programming techniques, including using properties and descriptors to replace getters/setters, leveraging metaclasses for validation and registration, implementing concurrency with threads, subprocesses, queues, and coroutines, and utilizing built‑in modules such as functools, contextlib, copyreg, datetime, and decimal for robust development.

AdvancedBuilt-in ModulesMetaclasses
0 likes · 16 min read
Python Advanced Topics: Properties, Descriptors, Metaclasses, Concurrency, and Built‑in Modules
NetEase Game Operations Platform
NetEase Game Operations Platform
Nov 9, 2019 · Fundamentals

Comprehensive Guide to Python Decorators: From Basic to Advanced Usage

This article provides a thorough tutorial on Python decorators, covering simple decorators without parameters, decorators with optional arguments, class‑based decorators, and advanced techniques such as preserving function metadata with functools.wraps, illustrating each concept with clear code examples and explanations.

AdvancedPythondecorator
0 likes · 11 min read
Comprehensive Guide to Python Decorators: From Basic to Advanced Usage
Python Programming Learning Circle
Python Programming Learning Circle
Oct 5, 2019 · Fundamentals

6 Tricky Python Questions That Reveal Hidden Pitfalls (With Answers)

This article presents six challenging Python quizzes covering list comprehensions, decorators, descriptors, inheritance, metaclasses, and special methods, each accompanied by code illustrations and detailed solutions to help developers uncover common pitfalls and deepen their understanding of the language.

AdvancedMetaclassesPython
0 likes · 6 min read
6 Tricky Python Questions That Reveal Hidden Pitfalls (With Answers)
Ctrip Technology
Ctrip Technology
Dec 27, 2017 · Fundamentals

Advanced Python Programming: Mastering Decorators for Cleaner, More Maintainable Code

This article introduces Python decorators, explains their underlying principles, demonstrates practical examples such as logging and retry mechanisms, and shows how to combine multiple decorators and class‑based decorators to create reusable, non‑intrusive enhancements for functions and methods.

AdvancedPythoncode reuse
0 likes · 8 min read
Advanced Python Programming: Mastering Decorators for Cleaner, More Maintainable Code