1) Python Was Created by Guido Van Rossum, Began Developing in 1989 .
2) Most Widely used Language
3) Used in Automation & Scripting
4) Libraries= 1,37,000
5) A Programming Language is a way for programmers (Developers)to
communicate with Computers
6) Types of Language: High Level Programming Language
Low Level Programming Language
7) Compiler is a Specific Program that translate programming language’s
source code into machine code.
8) Ways to Run Python Code: 1)Jupiter Ly 2) IDLE
3) Colab (Google)
9) PIP : Package Installer for Python (It is a tool used to install Python
Libraries)
10) IDLE : Integrated Development Environment for Python.
11) Variables: Containers for storing Data. (Ex. A=10)
12) Data Type = Numeric: Integer: 1
Float: 1.2
Complex: 1+1a
13) Operator Precedence : Describes the Order in which operations
are performed. Parentheses has the highest precedence.
14) Stripping: strip() : Remove leading & trailing white space
lstrip(): Remove leading White space
rstrip(): Remove trailing White space
15) Checking Content: isalpha() : check all character are alphabetic
isdigit() : check all characters are digits
isalnum() : check all characters are
alphanumeric
16) ID Function: To know the memory assigned to a variable.
17) Data Structures:
a) List: Various data types stored in a list, Every Item in list has an
address allocated to it in form of index (Digits). Lists are created
using square brackets.
Methods of List are: List(), append(), insert(), extend(), sort(),
reverse(), remove(), pop(),clear() etc.
Types List:
# LIST OF INTEGERS (single data type)
a=[1,2,3,4,5]
# Mixed Data type
b=[1,2,"hii",4,5,"varad"]
#Nested List
c=[[1,2,3],["a","b","c"]]
#Empty List
d=[]
Characteristics of List: Ordered, Mutable, Allow Duplicates
b) Tuples: Similar to list but has some significant difference. 1. Once
the elements assigned to Tuple cant be changed. [Link] to store an
ordered series of elements and are defined by parentheses().
Methods: tuple(), count(), index()
Characteristics: Immutable, Ordered, Heterogeneous
Tuple Constructor: Already ready list can be used to make tuple.
c) Dictionary: Stores the data in value: Key pairs.
Methods: get(),keys(),values(),items(),update(),pop(),clear(),etc
Eg, A={1:”ABC”,2:”CBV”}
18) Conditional Formating:
a) If Statement : Execute only if the condition constructed in if is true.
b) If-Elif-Else Statement: for more than 2 conditions. You can use
multiple elif conditions between if & Else.
c)Nested if: Use If Multiple times
d)For Loop: execute block of code repeatedly.
c) WhileLoop: Enable to repeatedly run a block of code
19) File Operations: r: Open filr for Reading
a: Opens file for appendin
Machine Learning
1)it is making the computer learn from studying data & statistics.
2) Supervised Algorithm: Approach for ML & AI. Like Teacher & Student.
3) Unsupervised Algorithm: it is a branch of ML that deals with unlabeled
data. Finds hidden patterns and data without any human intervention.
4) Reinforcement Learning: teaches an agent how to make decision by
interacting with envt around it.
5)Scatter plot are one of the most fundamental and powerful tools for
visualizing relationships between two numerical variables.
6)Python library is a collection of related modules.
7) it contains bundle of codes that are use repeatedly in diff programs.
NumPy = Numerical Python for numeric & scientific computing.
Oracle Fusion
1) Cloude base ERP System.
2) Key Concepts:
a) P2P-Procure to pay: An audit that examines the flow of
goods and services from the initiation of purchase order to the
final payment.
Ensure accurate recording oh Trns.
Steps: Requisition Order-Approval-Vendor Selection-Order
creation-Order approval-receiving-invoice processing&
Approval-Payment.
b) O2C: An Audit that evaluates the sales process from the
placement of a customer order to the collection of cash
Accurate Revenue Recognition
Steps: Order Management & Fulfillment-Shipping &
Transportation-Invoicing-Acc Receivable & Collection-Reporting
c) Fusion Internal Control: An Audit that assesses the
effectiveness of internal controls within oracle fusion ERP
specially.