You are on page 1of 4

Hi Guys!!!! Thank you for warm welcome and great introduction Mr.

[Emcee]

Good Afternoon everyone and Good afternoon to all of participant

Let me share my screen FIRST ! Okay

Again Good afternoon everyone and Welcome to this webinar workshop for Non-coders
collaboration of STACKTrek Code your Future with DICT

And You are lucky to join us this webinars because you creating your 1st coding in 40 minutes

So Again I’ am Raslany Mambuay and I’am from Mindanao also.

So please Note that we will using PYTHON

PYTHON is a programming language to create your coding. And it is also a a friendly using to
the basic coders.

And wag natin kalimotan yung mga Note and variable na ituturo ko ngayon. Kasi ang Python is
masyadong napaka higpit for the indention.

Okay Data Types:

Integers

So before we start we begin with your Program

I’d like to discuss yung mga important fo na kakailangin natin for this program.

So In Programming, we have this thing called Data Types

And Data type are Different of data that you actually get from the user and you actually use with
your Program.

So isa sa Sa Data types yung integers.

So Integers is a number with no decimal or fractional part and it includes negative and positive
numbers, including zero. A few examples of integers are :

In particular, zero is also an integer, but it is not positive nor negative. "Integer" is another word
for "whole". 
Next

Floating point are data type  and floating-point or float is a variable type that is used to store
floating-point number values. A floating-point number is one where the position of the decimal
point can "float" rather than being in a fixed position within a number. So For Examples of
floating-point numbers are 1.23, 87.425, 

Phyton

And we have here Phyhon Strings are series of Character, and equivalent of alphabet Strings
can be created by enclosing characters inside a single quote or double-quotes. Even triple
quotes can be used in Python but generally used to represent multiline strings and docstrings.

Okay so

This is how we display the string

Like many other popular programming languages, strings in Python are arrays
of bytes representing unicode characters.

However, Python does not have a character data type, a single character is
simply a string with a length of 1.

So Usually programming or encoding are open something closed.

So Next we have Conditionals

IF/ ELSE Statement

Conditional is a Supports one additional decision-making entity called a conditional expression

So Statement is used for Decision making if something is true the block will execute,

Like for example, yung nakikita niyo sa screen, is yan yung tinatawag natin na Flowchart

So we use Flow charting to visualize the situation if you decide in our program,

If income is Greater than 500 so that means you still have money to buy a Fried chicken , Else I don’t
Have money to buy Fried Chicken

Another example For the student


Adulting will always be a part of our lives and that, as we are closer to the real world, we tend to know
how to budget our funds and save for our future family. As the economy slowing down, we need to
budget wisely and practically. Money isn’t just something we see outside our doors . We earn them thru
hardwork

So itong Program na ito is makakatulong ito sa pag bubudget natin

People are struggling nowadays knowing where their money goes. AKA Budgeting. Having a proper
budget will let you save a lot of money.

Inputs

So What are the Inputs that will be needed, So From the user

You might also like