#lazy-evaluation

[ follow ]
Realpython
1 week ago
Python

Episode #204: Querying OpenStreetMaps via API & Lazy Evaluation in Python - The Real Python Podcast

Exploring APIs in Python, including Overpass for OpenStreetMap and lazy evaluation techniques. [ more ]
Pycoders
2 weeks ago
Python

PyCoder's Weekly | Issue #627

PEP 686 proposes making UTF-8 the default in Python, leveraging Unicode fully.
Lazy evaluation in Python discusses advantages and disadvantages of lazy and eager evaluation methods. [ more ]
Realpython
3 weeks ago
Python

What's Lazy Evaluation in Python? Quiz - Real Python

Lazy evaluation delays expression evaluation until needed, optimizing performance and enabling infinite data structures in Python. [ more ]
Medium
1 month ago
Scala

Caching in Spark | What? How? Why?

Lazy evaluation in Spark allows for optimized execution plans.
Caching within Spark helps in avoiding recomputation of RDDs. [ more ]
Medium
2 months ago
Scala

Analisis de la Felicidad Mundial

Spark can execute processes directly in RAM for faster data processing compared to traditional disk systems.
Lazy evaluation in Spark optimizes memory usage by executing transformations only when required. [ more ]
[ Load more ]