Stay Curious, Keep Learning
CtrlK
  • Introduction
  • Python
    • Variable Length Arguments in Python
    • Implicit Continuation in Python
    • Working with Files in Python
    • Class vs Static Methods in Python
    • Special Methods in Python
    • Python Compilation
    • namedtuple, NamedTuple vs @dataclass
    • Encoding Formats Comparison
    • Possibility to Decode Random Bytes Using UTF-8 Encoding?
    • Container Sequence vs Flat Sequence
    • Unpacking in Python
    • Pattern Matching in Python
    • Strategy Pattern Using First-Class Function
  • Distributed Systems
    • REST vs RPC
    • REST and HTTP
    • RPC Overview
  • ML/AI
    • Offline Pipeline Orchestration
    • Hamilton Features and Online Inferencing
    • Online Inferencing Feature Store
    • Fennel, Feast, Tecton, Hopsworks vs AWS SageMaker as Feature Store
    • Sequence-to-Sequence Learning
    • Encoder-Decoder Architecture
    • Reasoning and Reflection in LLM
    • Langchain vs LLM-Index vs Custom Solution
  • Career Growth
    • Staff Engineer Onboarding Plan
  • Frontend
    • Reactive Native vs Ionic
Powered by GitBook
On this page

Was this helpful?

Introduction

This website captures the insights I’ve gained from my daily work and study.

NextVariable Length Arguments in Python

Last updated 10 months ago

Was this helpful?