py
py copied to clipboard
Repository to store sample python programs for python learning
Here is an word "Pepal" was written by mistake, instead of "Petal" I'll show it to you in the screenshot. 
File path: py/TechTopics/CodingBestPractices/coding_best_practices.md Line of code: 130 Current: "return live above is so tricky and cryptic that it could give a headache to a person reading that code" Correct: "return...
I have added a new playlist.
Some basic principles of linear algebra - Matrix definition - dot product - Rank and Trace - Determinant - Inverse
Added an example to illustrate how to add mathematical symbols in legends and headers.
try: print(emp.id) except AttributeError: !!!!!!!!! print("emp.id is not defined")
#code