Python Learning Notes

A new post to store some links to Python training/blogs/info!

PowerShell Scripting guide to Python | Part-1 | RidiCurious.com

  • A def is like a function.
  • A class is like a collection of functions that you can call with:
    • from pythonFileWithoutDotPy import Class


Comments