Over the last 2 years, I've been building up a list of answers to common Python questions:
TheRenegadeCoder / how-to-python-code
A collection of Jupyter Notebooks from the How to Python series
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, videos, challenges, and source code below. Alternatively, I keep an enormous article up to date with all these snippets as well.
Index | Title | Publish Date | Article | Video | Challenge | Notebook | Testing |
---|---|---|---|---|---|---|---|
1 | How to Empty a List in Python: Clear(), Del, and More! | Fri, 23 Apr 2021 14:00:00 +0000 | Article | Video | Challenge | Test | |
2 | How to Capitalize a String in Python: Upper(), Capitalize(), And More | Fri, 15 Jan 2021 15:00:00 +0000 | Article | Video | Challenge | Test | |
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 | Challenge | Test | ||
4 | How to Plot a Line Using Matplotlib in Python: Lists, DataFrames, and More | Fri, 09 Oct 2020 14:00:00 +0000 |
In that time, I've sort of "run out" of things to talk about despite the enormous amount of complexity of programming.
As a result, I thought it would be fun to start a discussion around things you find yourself constantly Googling. For instance, I probably search up "how to read a CSV in Python" once a month. Do you have any similar searches?
Top comments (3)
How to make a python loop run faster for inputs bigger than 10^ 6 😂
Is the repo open for PR? I am willing to contribute.
Yeah, of course!