Python

Python is a high-level, interpreted programming language that is known for its simplicity, readability, and versatility in a wide range of applications, including web development, data analysis, scientific computing, and artificial intelligence.

Python


Python Getting Started

A quick introduction to Python with some key areas explained at a high-level

Python Classes

Python classes are blueprints for creating objects that encapsulate data and methods, enabling code organization and facilitating object-oriented programming principles.

Python Dictionary

In Python, a dictionary is a collection of key-value pairs, while a file is a named location on disk or in memory used to store data that can be accessed or modified.

Python Files

In Python, a file is a named location on disk or in memory used to store data that can be accessed or modified.

Python inputs

Python inputs refer to the process of accepting user-provided data or values as input within a Python program, allowing for dynamic interaction and customization.

Python Lists

In Python, a list is an ordered collection of elements, which can be of any type, and is defined using square brackets [].

Python Functions

Python functions are reusable blocks of code that perform a specific task and can be called multiple times within a program to execute that task.

Python Regular Expressions

In Python, regular expressions are a powerful tool for matching and manipulating text patterns using a specialized syntax.

SDK for Azure

Python’s Azure SDK is a set of libraries, tools, and frameworks that enable developers to build and manage applications for Microsoft Azure cloud services using Python.

Setup a Python Virtual Env

A Python virtual environment is a self-contained directory or folder that contains all the files needed for a specific Python project.

Python Sorting

In Python, you can sort a list using the sort() method or the sorted() function.

Python Strings

In Python, strings are sequences of characters that can be manipulated and processed using a wide variety of string methods, including slicing, concatenation, formatting, and searching.

A Python style guide

The Python style guide was written with the understanding that code is read more often than it is written

The Zen of Python

The Zen of Python is a collection of guiding principles for writing computer programs in the Python programming language

Last modified July 21, 2024: update (e2ae86c)