py icon indicating copy to clipboard operation
py copied to clipboard

Repository to store sample python programs for python learning

Results 232 py issues
Sort by recently updated
recently updated
newest added

Here is an word "Pepal" was written by mistake, instead of "Petal" I'll show it to you in the screenshot. ![error ](https://user-images.githubusercontent.com/63791516/160271499-dd61b57e-db12-48b4-b41c-3506aced55e8.png)

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...

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")