OPEN SOURCE

USES OF OPEN SOURCE SOFTWARE : Software programmers and application developers are the primary users of open source software. Depending on the software selected, developers can use the open source code, programming language and operating system to create new applications and other resources (e.g., web pages) without the need to obtain proprietary software (typically called closed source software) and their proprietary licenses. While open source software licenses must be approved, the flexibility of open source software ensures that apps can be created for a nominal investment and tailored to an organization's needs. Dynamically type programming language(python). statically typed programming language(c,c++,c#,java). Data type: int- 100,200,10,20---->int 1.23,2.54,6.8,3.5----->float mathan kuhan salman--->str(string) true (or) false --->bool(boolean) 4+5i(real,imaginary)-->complex python eg mathan_age=20 greetings="happy birthday" height=2.8 raining=false hotday =true. DYNAMIC TYPED PROGRAMMING LANGUAGE: There is no need to explicity tell the data type. python will automatically understand.The datatype for the given reference variable. eg.age=20 Terminal copy -->ctrl+shift+c Terminal copy -->ctrl+shift+v PYTHON: addition ---> (+) subtraction ---> (-) multiplication-->() division -->(/) madulo devision->(%) floor division-->(//) power -->(*) Benefits of open source: Open source is generally much more cost-effective than a proprietary solution. Not only are open source solutions typically much more inexpensive in an enterprise environment for equivalent or superior capability, but they also give enterprises the ability to start small and scale .

Mar 29, 2025 - 21:30
 0
OPEN SOURCE

USES OF OPEN SOURCE SOFTWARE :
Software programmers and application developers are the primary users of open source software. Depending on the software selected, developers can use the open source code, programming language and operating system to create new applications and other resources (e.g., web pages) without the need to obtain proprietary software (typically called closed source software) and their proprietary licenses. While open source software licenses must be approved, the flexibility of open source software ensures that apps can be created for a nominal investment and tailored to an organization's needs.

       Dynamically type programming language(python).
       statically typed programming language(c,c++,c#,java).

Data type:

      int- 100,200,10,20---->int
      1.23,2.54,6.8,3.5----->float
      mathan kuhan salman--->str(string)
      true (or) false    --->bool(boolean)
      4+5i(real,imaginary)-->complex

      python eg
             mathan_age=20
             greetings="happy birthday"
             height=2.8
             raining=false
             hotday =true.

DYNAMIC TYPED PROGRAMMING LANGUAGE:

  There is no need to explicity tell the data type.
  python will automatically understand.The datatype for the given reference variable.
eg.age=20

Terminal copy -->ctrl+shift+c
Terminal copy -->ctrl+shift+v

PYTHON:

addition ---> (+)
subtraction ---> (-)
multiplication-->()
division -->(/)
madulo devision->(%)
floor division-->(//)
power -->(
*)

Benefits of open source:
Open source is generally much more cost-effective than a proprietary solution. Not only are open source solutions typically much more inexpensive in an enterprise environment for equivalent or superior capability, but they also give enterprises the ability to start small and scale .