Skip to content

alaurie/Python-for-PowerShell-Users-Talk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python for PowerShell Users

What is Python

Python is an open source interpreted programming language with dynamic typing created in 1991 by Guido Van Rossum. Used in Web, System, Desktop, DataScience and IOT devices.

Python programs are whitespace indented and have the file extension .PY

Installation

  • Install Python
  • Setup .PY executable env variable
  • Set python as the executable when calling .PY files
  • Pip install Black
  • Pip install Pylint

Setup VSCode

Basic Python Syntax

  • Assign variable
  • Assign List (Array)
  • Assign Dict (Hash Table)
  • For Loop
  • Try / Except
  • Print f strings

Basic Script

  • Setup hashbang
  • Import modules
  • Write script
  • PyDocs
  • Run on both Windows and Linux

Follow up reading

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published