Python Tutorial #5: Dictionary | List of Dictionaries | INDEPTH Tutorial | Tagalog | Filipino

preview_player
Показать описание
Hi Guys today ang pagaaralan natin ay ang tinatawag nating DICT or DICTIONARY kung saan papayagan tayo neto magdefine ng isang bagay / object pero hindi pa ito ang totoong Object Oriented Programming think of it as a practice ^_^

Python Tutorial #5: Dictionary | List of Dictionaries | INDEPTH Tutorial | Tagalog | Filipino

Timestamps

2nd Channel

Facebook Page

Join SDPT Exclusive Members
Рекомендации по теме
Комментарии
Автор

I'm taking BSCS here in California. I'd rather listen to you than my professors lol, thank you!

puffywaffle
Автор

thank you sayo SDPT, nagkaroon ako ng idea tungkol sa input a value into dictionary

zajahrisolar
Автор

Panibagong kaalaman nanaman SDPT maraming salamat po 😁😁

rameljaycuna
Автор

yung key pwede sya kahit ano basta immutable like tuple or boolean but dahil nga dapat maging descriptive tayo sa pagpapangalan, mas maganda if string nalang. Also yung difference nung pagiindex tsaka dun sa .get method is pag nag index ka tas wala pala sya dun sa dictionary it will produce error tapos hindi maeexecute yung mga kasunod na code na dapat nating iiwasan unlike sa .get method na if wala sya sa dictionary, None ang irereturn nya then maeexecute padin yung mga kasunod na code.

jazzpherauguis
Автор

Kudos Brod, very helpful sa mga Pino progrmmer

marlonalladamarlon
Автор

Hi po, beginner here. I'm having a problem with the list as a dictionary's value. Bale, and gusto ko pong mangyare ay:

1. Mag-input ang user ng mga sangkap.
2. Hanapin sa list values kung meron dun na kapareho ng input (kahit hindi lahat).
3. I-print yung keys ng dictionary na may kapareho sa values ng input (kahit hindi lahat ng input asa values.

Eto po code ko. Puro yung else staement lang ang napri-print ngayon.


recipes = {'Adobo' : ['Manok', 'Toyo', 'Suka', 'Paminta', 'Garlic'],
'Tinola' : ['Manok', 'Sayote', 'Paminta', 'Luya', 'Oil'],
'Pinakbet' : ['Kalabasa', 'Sitaw', 'Talong', 'Gata', 'Paminta']
}

what = input('Anong sangkap meron ka?: ').title()
what_list = what.split(', ')



if what_list in recipes.values():
print(f'Pwede ka magluto ng {recipes.keys()}')
else:
print('Sorry, mukhang walang recipe-ing ganyan sangkap.')

chasingbonee
Автор

Sakto sakto po ah ... hieght, weight at skin ko ah hahahaha

johnmichaeltiman
Автор

question lang po.
bakit hindi po gumagana yung
hindi lumlabas yung get na control
btw pycharm2024.1 yung version na gamit ko, hindi na po ba applicable sa latest yung ganon?

mykjamz
Автор

IDOL .... pa share naman ng files mo sa power point susulat ko lng parang pinaka note kona SALAMAT

karldrakelegaspi
Автор

sir mas natuto ako sa paliwanag mo kaysa ata sa bootcamp namin, , , pero gusto ko lang po sana liwanagin na ang dictionary po ba saan po madalas gamitin? sa game, app, web, analysis, automation or sa machine learning?, , , , salamat po canxa na po bago lang po sa coding

antoniojrobana
Автор

Patulong nga sir .

Situation: You are a programmer, and I am your client. So, you should be able
to fulfill most of my request.
Request: I want a python program that will allow me to store multiple
information of a single student. I, as a user should be able to:
1. Add a field/row/key that is ready to store a new data.
2. Update a value/data that is already in the dictionary.
3. Delete a specific value/data.
4. Delete the entire repository.
5. Clean/clear the repository without deleting it.
These are the student information that I want to be entered:
1. Id Number
2. First name
3. Last name
4. Middle name
5. Gender
6. Age
7. Address
8. Birthday
9. Course and year

sherwinjayelemento
Автор

normal lng po ba na wla nung pindutan po?(yung para hindi makalat) im using pydroid po kasi wla pa pc

MrKyrie
Автор

parang parehas po ata ng syntax nung assigning pati adding
(dictionary[key] = value) tapos dun sila nag kakaparehas ni adding item.
sana po masagot kahit matagal na ma upload hehe

briansosa
Автор

Good day po sir, meron ka din po bng tutorials para sa C++?

youngku
Автор

hello SDPT kapag napag-aralan ko ba lahat to pwede na ko mag proceed sa Backend development?

JZ-itug
Автор

hi medyo late na po sa 8:37
pano pag ang gusto ko lang iprint ay yung name lang tsaka course example ang lalabas eh
SDPT, BSIT

sheessh
Автор

{'id': 'L_646829496481105433', 'organizationId': '549236', 'name': 'DevNet Sandbox ALWAYS ON', 'timeZone': 'America/Los_Angeles', 'tags': None, 'productTypes': ['appliance', 'switch', 'wireless'], 'type': 'combined', 'disableMyMerakiCom': False, 'disableRemoteStatusPage': True}

Master HELP! :D
pano po pag gusto ko lang makuha yung id, organizationId,name ?

paolometin
Автор

Master may tanong ako, sino ba si bebang?

putingsombrero