/how-to-python-code

A collection of Jupyter Notebooks from the How to Python series

Primary LanguageJupyter NotebookMIT LicenseMIT

How to Python - Source Code

Welcome to a collection of Jupyter Notebooks from the How to Python series on The Renegade Coder. For convenience, you can access all of the articles and source code below. Alternatively, I keep an enormous article up to date with all these snippets as well.

Index Title Publish Date Article Notebook
1 How to Write a Loop Jan 27, 2020 Here Here
2 How to Comment Code Jan 17, 2020 Here
3 How to Add an Item to a List Jan 10, 2020 Here
4 How to Check If a String Contains a Substring Jan 6, 2020 Here
5 How to Perform a Reverse Dictionary Lookup Jan 3, 2020 Here
6 How to Performance Test Code Dec 2, 2019 Here
7 How to Print on the Same Line Sep 13, 2019 Here
8 How to Format a String Sep 6, 2019 Here
9 How to Merge Two Dictionaries June 7, 2019 Here
10 How to Write a List Comprehension May 3, 2019 Here Here
11 How to Sort a List of Dictionaries Mar 25, 2019 Here
12 How to Parse a Spreadsheet Mar 4, 2019 Here
13 How to Sort a List of Strings Dec 7, 2019 Here
14 How to Make a Python Script Shortcut Apr 9, 2018 Here
15 How to Get the Last Item of a List Mar 14, 2018 Here
16 How to Clone a List Mar 8, 2018 Here
17 How to Check if a List is Empty Mar 7, 2018 Here
18 How to Convert Two Lists into a Dictionary Mar 1, 2018 Here
19 How to Check if a File Exists Feb 17, 2018 Here
20 How to Sum Elements of Two Lists Dec 9, 2017 Here
21 How to Invert a Dictionary Dec 4, 2017 Here