March 7, 2024, 3:19 a.m. | ahmed elboshi

DEV Community dev.to

🎩✨ Python Party Trick vs. Stone Age Code! ✨🎩


Hey Python pals! 👋 Tired of coding like a caveman? 🦕 Let's upgrade that Stone Age script with a slick Python party trick! 🧙‍♂️


The Long Way (aka Caveman Coding):



names = ['Alice', 'Bob', 'Charlie']
ages = [30, 25, 35]

for i in range(len(names)):
name = names[i]
age = ages[i]
print(f'{name} is {age} years old')



The Pythonic Party Trick (aka Zip & Star Power):



names = ['Alice', 'Bob', 'Charlie']
ages = …

age bob code coding hey python stone tips tips & tricks trick tricks upgrade

Founding AI Engineer, Agents

@ Occam AI | New York

AI Engineer Intern, Agents

@ Occam AI | US

AI Research Scientist

@ Vara | Berlin, Germany and Remote

Data Architect

@ University of Texas at Austin | Austin, TX

Data ETL Engineer

@ University of Texas at Austin | Austin, TX

Sr. Software Development Manager, AWS Neuron Machine Learning Distributed Training

@ Amazon.com | Cupertino, California, USA