Skip to content

Commit a9793fb

Browse files
committed
Regenerated README
1 parent 898ecd8 commit a9793fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Index | Title | Publish Date | Article | Video | Challenge | Notebook | Testing
1111
----- | ----- | ----- | ----- | ----- | ----- | ----- | -----
1212
1 | How to Empty a List in Python: Clear(), Del, and More! | Fri, 23 Apr 2021 14:00:00 +0000 | [Article](https://therenegadecoder.com/code/how-to-empty-a-list-in-python/) | [Video](https://www.youtube.com/watch?v=vf1EVGCLIFc&t=10s) | [Challenge](https://github.com/TheRenegadeCoder/how-to-python-code/tree/main/challenges/how-to-empty-a-list) | | [Test](https://github.com/TheRenegadeCoder/how-to-python-code/tree/main/testing/how_to_empty_a_list.py)
1313
2 | How to Capitalize a String in Python: Upper(), Capitalize(), And More | Fri, 15 Jan 2021 15:00:00 +0000 | [Article](https://therenegadecoder.com/code/how-to-capitalize-a-string-in-python/) | | [Challenge](https://github.com/TheRenegadeCoder/how-to-python-code/tree/main/challenges/how-to-capitalize-a-string) | | [Test](https://github.com/TheRenegadeCoder/how-to-python-code/tree/main/testing/how_to_capitalize_a_string.py)
14-
3 | How to Convert an Integer to a String in Python: Type Casting and f-Strings | Mon, 16 Nov 2020 15:00:00 +0000 | [Article](https://therenegadecoder.com/code/how-to-convert-an-integer-to-a-string-in-python/) | | | | [Test](https://github.com/TheRenegadeCoder/how-to-python-code/tree/main/testing/how_to_convert_an_integer_to_a_string.py)
14+
3 | How to Convert an Integer to a String in Python: Type Casting and f-Strings | Mon, 16 Nov 2020 15:00:00 +0000 | [Article](https://therenegadecoder.com/code/how-to-convert-an-integer-to-a-string-in-python/) | | [Challenge](https://github.com/TheRenegadeCoder/how-to-python-code/tree/main/challenges/how-to-convert-an-integer-to-a-string) | | [Test](https://github.com/TheRenegadeCoder/how-to-python-code/tree/main/testing/how_to_convert_an_integer_to_a_string.py)
1515
4 | How to Plot a Line Using Matplotlib in Python: Lists, DataFrames, and More | Fri, 09 Oct 2020 14:00:00 +0000 | [Article](https://therenegadecoder.com/code/how-to-plot-a-line-using-matplotlib-in-python/) | | | |
1616
5 | How to Swap Variables in Python: Temporary Variables and Iterable Unpacking | Mon, 05 Oct 2020 14:00:00 +0000 | [Article](https://therenegadecoder.com/code/how-to-swap-variables-in-python/) | | | |
1717
6 | How to Open a File in Python: open(), pathlib, and More | Fri, 24 Jul 2020 14:00:00 +0000 | [Article](https://therenegadecoder.com/code/how-to-open-a-file-in-python/) | | [Challenge](https://github.com/TheRenegadeCoder/how-to-python-code/tree/main/challenges/how-to-open-a-file) | |

0 commit comments

Comments
 (0)