Skip to content
The Renegade Coder Transparent Logo
Menu
  • Articles
    • Blog
    • Code
    • Meta
    • Teach
  • Series
    • A String of Unfavorable Roles
    • Classroom Concepts
    • Coding Tangents
    • Data Structures
    • How to Python
    • Java Basics
    • Journey to a PhD
    • Renegade Curriculum
    • Renegade Travel Tips
    • Sample Programs in Every Language
    • Subscriber Spotlight
    • The Legacy Newsletter
  • Shop
  • Portfolio
  • About
    • Privacy Policy
    • Terms of Service
    • Wall of Fame
    • Wall of Shame
    • World Domination Checklist

Tag: Lists

The Renegade CoderArticlesLists
How to Write a List Comprehension in Python Featured Image
Code

How to Write a List Comprehension in Python: Modifying and Filtering

After covering so many common problems, I thought it would be fun just to explore a chunk of syntax known as the list comprehension in Python.

How to Sort a List of Dictionaries in Python Featured Image
Code

How to Sort a List of Dictionaries in Python: Sort and Sorted

When you work with data in Python, sometimes it’s handy to be able to sort a list of dictionaries. Luckily, I know just the way to do it!

How to Sort a List of Strings in Python Featured Image
Code

How to Sort a List of Strings in Python: Sort, Sorted, and More

Looking for a quick and dirty way to sort a list of strings in Python? Look now further than this The Renegade Coder tutorial which covers several methods.

Reverse a String in Scheme Featured Image
Code

Reverse a String in Scheme

In this community installment of Reverse a String in Every Language, let’s learn how to reverse a string in Scheme.

How to Get the Last Item of a List in Python Featured Image
Code

How to Get the Last Item of a List in Python: Iterable Unpacking and More

When you’re playing around in Python, sometimes it’s nice to be able to get the last item of a list. In this tutorial, we’ll cover just that.

How to Clone a List in Python Featured Image
Code

How to Clone a List in Python: Slice, Copy, and More

Sometimes when we’re playing lists, we need to copy them, so we can modify them independently. In this tutorial, we’ll cover several ways to clone a list in Python.

How to Check if a List is Empty in Python Featured Image
Code

How to Check if a List is Empty in Python: Type Flexibility and More

Manipulating lists can be fun, but it can also lead to some frustrating bugs if we’re not careful. After all, some lists are empty. Today, we’ll learn how to check if a list is empty in Python.

How to Convert Two Lists into a Dictionary in Python Featured Image
Code

How to Convert Two Lists into a Dictionary in Python: Zip, Comprehensions, and Loops

Tired of iterating over a pair of lists? Want easy access to whatever you need from your data set? Lucky for you, this tutorial covers just how to convert two lists into a dictionary.

How to Sum Elements of Two Lists in Python Featured Image
Code

How to Sum Elements of Two Lists in Python: Comprehensions and More

What’s the best way to add each pair of elements of two lists? As it turns out, it’s easier than you think to sum elements of two lists.

Jeremy Grifski Nature Wedding

Welcome to The Renegade Coder, a coding curriculum website run by myself, Jeremy Grifski. If you like what you see, check out the 5 Ways You Can Support The Renegade Coder. I appreciate the help!

Amazon Affiliate

The Renegade Coder is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com.

Recent Comments

  • Jeremy Grifski on How to Format a String in Python: Interpolation, Concatenation, and More
  • Jeremy Grifski on How to Check if a List is Empty in Python: Type Flexibility and More
  • A. Genchev on How to Check if a List is Empty in Python: Type Flexibility and More
  • Jeremy Grifski on How to Get the Last Item of a List in Python: Iterable Unpacking and More
  • Jeremy Grifski on How to Clone a List in Python: Slice, Copy, and More

Recent Posts

  • How to Improve Coding Comprehension Using Peer Instruction December 6, 2019
  • How to Performance Test Python Code: timeit, cProfile, and More December 2, 2019
  • Guide: Type Hinting in Python 3.5 November 29, 2019
  • I Took StrengthsQuest Twice November 25, 2019
  • Why My Second Hackathon Was Better Than My First November 22, 2019
Love Free Content? Get the Newsletter.
Want to stay updated? Connect on Social Media.
Copyright © 2016-2019 The Renegade Coder