Arguments in Python

Arguments are passed inside parentheses.

def our_second_function(firstname):

print(firstname + “Raj”)

our_second_function(“Mohan”)

our_second_function(“Narasimha”)

our_second_function(“Krishna”)

There can be as many arguments as required, separated by a comma(,).

 

US Consulate in Bengaluru

According to White House sources US will soon open Consulate Offices in Bengaluru and Ahmedabad.

This development will help Visa seekers within Karnataka and nearby states to get their Visa’s approved in Bengaluru.

Apache Gremlin

  • Gremlin is used for data in a graph.
  • Entities are defined as vertices that form nodes.
  • Nodes are connected by edges that represent relationships.

Azure cosmos DB APIs

API

Used for

Gremlin API

Graph Databases

MongoDB API

Store BSON Format Data

Table API

Retrieve Key/Value Pair

Cassandra API

Retrieve Tabular Data

Azure Files – Network File Sharing Protocols:

  • Server Message Block (SMB) file sharing is commonly used across multiple operating systems (Windows, Linux, macOS).

 

  • Network File System (NFS) shares are used by some Linux and macOS versions. To create an NFS share, you must use a premium tier storage account and create and configure a virtual network through which access to the share can be controlled.