Today we're solving the Day 24 Project for 30 Days Of Python. 30 Days Of Python is a free, comprehensive series of blog posts and videos we're publishing over in our blog!
30 Days Of Python: https://python30.com
In today's project, we will learn about configuring the repl.it run button, passing arguments to command-line scripts, and using argparse.ArgumentParser to receive those arguments and use them in our code!
Remember to try the project first before watching the solution walkthrough, link below!
-- Links mentioned in the video --
Day 24 post: https://blog.tecladocode.com/python-3...
Day 24 project brief: https://blog.tecladocode.com/python-3...
argparse.ArgumentParser documentation: https://docs.python.org/3/library/arg...
Final code for this project: https://repl.it/@tecladocode/30DaysOf...
Discord server: / discord
Twitter: / tecladocode