Monday, April 22, 2019

Basics for Python


Python is (programming language) high level, Scripting, dynamic, strongly typed, Object Oriented, Open Source.
Python software, contains over 117,000 packages with a wide range of functionality, including:
·         Graphical user interfaces
·         Web frameworks
·         Multimedia
·         Databases
·         Networking
·         Test frameworks
·         Automation
·         Web scraping
·         Documentation
·         System administration
·         Scientific computing
·         Text processing
·         Image processing

IDE’s used for Python

·         PyCharm
·         Visual Studio + Python Tools
·         Spyder
·         Eclipse + PyDev /Aptana Studio
Editors
  • IDLE
  • SublimeText + PyLint/Anaconda/PythonAutoComplete
  • VIM + PyLint + PEP
  • PythonScriptEditor

Azure Cloud shell commands cheetsheet

  Certainly! Here's a cheat sheet of commonly used Azure Cloud Shell commands: Azure Account az login : Authenticate and log in to your ...