Skip to content

PRO TIP Block youtube.com at the DNS level β€” Pi-hole, NextDNS or your hosts file β€” but allow youtube-nocookie.com and i.ytimg.com. These tutorials keep playing; the rabbit hole does not.

Learning without distractions

Python Command Line Arguments tutorial for Beginners

24K views on YouTube

Web Dev Roadmap for Beginners (Free!): https://bit.ly/DaveGrayWebDevRoadmap

In this Python command line arguments tutorial for beginners, you will learn how to pass arguments to your Python programs from the command line in the terminal window and how to use those argument values within your Python programs.

πŸ’– Support me on Patreon ➜ https://patreon.com/davegray

⭐ Become a full-stack dev with Zero To Mastery Courses:
– The Complete Python Developer: https://bit.ly/CompPythonDev
– Complete Machine Learning & Data Science: https://bit.ly/CompMachineLearning
– Junior to Senior Dev Roadmap: https://bit.ly/WebDevRoadmap-JrtoSr

🚩 Subscribe ➜ https://bit.ly/3nGHmNn

πŸ“¬ Course Updates ➜ https://courses.davegray.codes/

❓ Questions – Please post them to my Discord ➜ https://discord.gg/neKghyefqh

β˜• Buy Me A Coffee ➜ https://www.buymeacoffee.com/davegray

πŸ‘‡ Follow Me On Social Media:
Github: https://github.com/gitdagray
Twitter: https://twitter.com/yesdavidgray
LinkedIn: https://www.linkedin.com/in/davidagray/

πŸ”— Source Code: https://github.com/gitdagray/python-course

πŸ”— Playlist for this Python Course: https://bit.ly/dg-beginners-python

Python Command Line Arguments tutorial for Beginners

(00:00) Intro
(00:05) Welcome
(00:14) Getting Started
(00:26) argparse module
(01:25) Example 1
(04:22) Passing an argument at the command line
(05:57) Example 2
(11:30) Personalizing Rock Paper Scissors
(12:09) Quick f-String update
(13:48) Applying command line arguments to RPS
(15:29) Refactoring to personalize output
(19:45) Playing the game

πŸ“š Tutorial References:
πŸ”— Python Official Site: https://www.python.org/
πŸ”— Visual Studio Code Official Site: https://code.visualstudio.com/
πŸ”— Python Module Index: https://docs.python.org/3/py-modindex.html
πŸ”— Python Standard Library: https://docs.python.org/3/library/index.html

Was this Python Command Line Arguments tutorial for beginners helpful? If so, please share. Let me know your thoughts in the comments.

#python #command #arguments