Learn Python from AI – Lesson: 03 Product List #python #pythontutorial #artificialintelligence

Learn Python programming with the power of AI! In this video, we will learn how can we create a Python script to generate a product list in JSON format for a supermarket.

Table of Contents

#PythonTutorial #AIProgramming #PythonCoding #pythonforbeginners
#pythonprogramming #pythoncourse #learnpython

Documents

Requirements for Product List: https://bitbucket.org/humanity-uturn/python/commits/4ec2c851ed484bb47447c7ab183c929c2bdd3ab9
Sample Output Product List: https://bitbucket.org/humanity-uturn/python/src/main/03_Sample_output_product_list.json

The Python Standard Library: https://docs.python.org/3/library/
sys Module: https://docs.python.org/3/library/sys.html
json Module: https://docs.python.org/3/library/json.html
datetime Module: https://docs.python.org/3/library/datetime.html
os Module: https://docs.python.org/3/library/os.path.html
re module: https://docs.python.org/3/library/re.html

Video: 03