Open in app
Home
Notifications
Lists
Stories

Write
Nur Indah Pratiwi
Nur Indah Pratiwi

Home

Apr 5, 2021

Object Oriented Programming (OOP) in Python.

What is OOP ? OOP (Object Oriented Programming) is an object-oriented programming method. The purpose of the OOP was created to facilitate program development by following the existing models in everyday life. …

Python Programming

2 min read


Apr 5, 2021

Looping in Python.

What is Looping ? Looping is a statement or instruction given to the computer so that it wants to do something whether it is processing data, displaying data, or others repeatedly. By using loops, the time needed to create a program will be shorter. example : print (1,2,3,4,5) #output 1 2…

Python Programming

2 min read


Apr 5, 2021

Python Functions.

In making a complex program that has many features, we are required to use functions. Why we use a function? It could be difficult for us to write the program code, because there is a lot to write and the code will be difficult to read and maintenance. With functions…

Python Programming

2 min read


Apr 2, 2021

Python Operators.

Operators are constructs that can manipulate the value of an operand. The Python programming language supports a variety of operators, including: Arithmetic Operators Arithmetic operators are : a. Addition (+) : Add up the value of each operand or number. b. Subtraction (-) : Subtract the operand on the left using…

Python Programming

3 min read


Apr 2, 2021

Python Conditions.

If Condition. If Condition is used to anticipate the conditions that occur when the program is running and determine what actions will be taken in accordance with the conditions. In python there are several statements/conditions including if, else and elif. The if condition is used to execute code if the…

Python Programming

2 min read


Mar 31, 2021

Variables and Data Types of Python.

Variables of Python. Variable is a location in memory that is used to store values. When we create a variable, we “reserve” a place in memory. This place can be filled with data or objects, be it whole integers, floats, strings, and others. In python, variables don’t need to be…

Python

4 min read


Mar 30, 2021

Basic Syntax and Statement Python

Python Fundamental - Programming Language What is Python ?nurindahpratiwi286.medium.com The Python language has many similarities to Perl, C, and Java. However, there are some definite differences between the languages. First Python Program Let us execute programs in different modes of programming. Interactive Mode Programming. …

Python

2 min read


Mar 29, 2021

Python Fundamental - Programming Language

What is Python ? Python is a programming language that can execute a number of multi-use instructions directly (interpretive) with the object orientation method (Object Oriented Programming) and uses dynamic semantics to provide a level of syntax readability. Others define Python as a language that is capable, combines capabilities, and…

Programming Languages

4 min read

Nur Indah Pratiwi

Nur Indah Pratiwi

hi, welcome!

Following
  • Khoirunnisa

    Khoirunnisa

  • erizky ningtya

    erizky ningtya

  • Fangky Ristiawan

    Fangky Ristiawan

  • M. Rizky Maulana

    M. Rizky Maulana

  • Alvif Sandana Mahardika

    Alvif Sandana Mahardika

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable