||| Default shell version in macOS Big Sur (Version 11.6.3) ||| -----------------------------------…
Read more### TITLE $Host.UI.RawUI.WindowTitle = "SystemInfo - Developed by RoboticScript (roboti…
Read more### CLEAR SCREEN Clear-Host ### TITLE $Host.UI.RawUI.WindowTitle = "SystemInfo+ v 21.07 - Dev…
Read morePython - Running a simple local HTTP server C:\> python -m http.server Start server from URL h…
Read moreUseful Links https://docs.python.org/3/tutorial/ https://www.w3schools.com/python/ https://www.jav…
Read moreObject Oriented Programming
Read moreLoops in Python # Example 1: while loop i= 0 while i< 5 : i=i+ 1 print (i) OUTPUT 1 2 3 4…
Read moreConditional Expressions # Example 1: if (condition 1): print("Yes") elif (condition…
Read moreModules, Comments, & Pip
Read morePython Introduction Python is an easy to learn, powerful programming language. Python is high-leve…
Read more01 - Introduction Example 1: # Check the python version, some operating system use python3 python -…
Read more