Skip to content
DelftStack logo
Menu
  • Explore topics
  • Tutorials
  • HowTos
  • Reference
English ⌄
  • English
  • Italiana
  • Português
  • Español
  • Français
  • Deutsche
  • 한국어
  • 日本語
  • 正體中文
  • 简体中文

Mo Abdelazim

howto · 2025-02-09

How to Loop Through Multiple Lists in Python

It demonstrates how to use zip() function and its siblings to iterate through multiple iterables in Python. Also provides code snippets of zip(), itertools.izip() and itertools.zip_longest() functions and explains how to use them in both Python 2 and 3

howto · 2024-02-02

How to Show Pyplot Grid in Matplotlib

It demonstrates how to draw a grid on a plot in Python Matplotlib. Uses grid() function to draw a grid and explains how to change grid color and line type.

DelftStack logo

DelftStack is a practical home for quick coding references, tutorials, and practical examples.

  • About US
  • Write For Us
  • Privacy Policy
  • Advertising
  • Contact

© 2026 DelftStack