<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>Ugrađene funkcije i metode za rad s listama - programski jezik Python by Stipe Radic</title>
      <link>https://padlet.com/stipe_radic86/qjskctdjzx856i5b</link>
      <description></description>
      <language>en-us</language>
      <pubDate>2022-01-26 09:14:09 UTC</pubDate>
      <lastBuildDate>2025-11-06 04:40:43 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url>https://padlet-uploads.storage.googleapis.com/355511900/b3613d129eef87d46a60fc732fffe9dd/Dan__kole_2022_.jpeg</url>
      </image>
      <item>
         <title>Uvodna aktivnost.</title>
         <author>stipe_radic86</author>
         <link>https://padlet.com/stipe_radic86/qjskctdjzx856i5b/wish/2523923014</link>
         <description><![CDATA[<div>Klikni na poveznicu i odgonetni što će biti tema današnjeg sata.<br><br><br></div>]]></description>
         <enclosure url="https://learningapps.org/watch?v=p26uvurik23" />
         <pubDate>2023-03-20 16:43:21 UTC</pubDate>
         <guid>https://padlet.com/stipe_radic86/qjskctdjzx856i5b/wish/2523923014</guid>
      </item>
      <item>
         <title>Ponovimo!</title>
         <author>stipe_radic86</author>
         <link>https://padlet.com/stipe_radic86/qjskctdjzx856i5b/wish/2525340670</link>
         <description><![CDATA[<div>&nbsp;Klikom na poveznicu ponovi sadržaje s prethodnih sati.</div>]]></description>
         <enclosure url="https://bit.ly/ponovimo7" />
         <pubDate>2023-03-21 13:03:22 UTC</pubDate>
         <guid>https://padlet.com/stipe_radic86/qjskctdjzx856i5b/wish/2525340670</guid>
      </item>
      <item>
         <title>Ugrađene funkcije u programskom jeziku Python</title>
         <author>stipe_radic86</author>
         <link>https://padlet.com/stipe_radic86/qjskctdjzx856i5b/wish/2525503806</link>
         <description><![CDATA[<div><strong>len (lista)&nbsp; &nbsp; &nbsp; &nbsp;- duljina liste<br>min (lista)&nbsp; &nbsp; &nbsp;- najmanja vrijednost liste<br>max (lista)&nbsp; &nbsp; - najveća vrijednost liste<br>sum (lista)&nbsp; &nbsp; - ukupan zbroj elemenata (brojčanih podataka)<br>del (lista[i]) &nbsp; - brisanje određenog elementa liste<br></strong><br></div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/355511900/d26da06f79f8aded410d9455970accde/New_Mind_Map.jpg" />
         <pubDate>2023-03-21 14:33:12 UTC</pubDate>
         <guid>https://padlet.com/stipe_radic86/qjskctdjzx856i5b/wish/2525503806</guid>
      </item>
      <item>
         <title>Ugrađene metode u programskom jeziku Python</title>
         <author>stipe_radic86</author>
         <link>https://padlet.com/stipe_radic86/qjskctdjzx856i5b/wish/2525531178</link>
         <description><![CDATA[<div><strong>lista.append(element)&nbsp; &nbsp; &nbsp; - dodaje element na kraj liste<br>lista.insert(</strong><strong><em>i</em></strong><strong>, element)&nbsp; &nbsp; &nbsp;    - dodaje element na indeks</strong><strong><em> i </em></strong><strong>u listi<br>lista.remove (element)&nbsp; &nbsp; &nbsp;- briše element iz liste<br>lista.reverse()&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; - okreće redoslijed elemenata liste<br>lista.sort()&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;- sortira elemente liste po veličini<br>lista.count(element)&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; - prebrojava elemente liste<br>lista.index(element)&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; - pronalazi indeks elementa liste</strong></div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/355511900/46fdc3a9d3a2a6be62ec34a4fbe1fc37/New_Mind_Map__1_.jpg" />
         <pubDate>2023-03-21 14:48:37 UTC</pubDate>
         <guid>https://padlet.com/stipe_radic86/qjskctdjzx856i5b/wish/2525531178</guid>
      </item>
      <item>
         <title>Stvaranje liste od ulaznih vrijednosti.</title>
         <author>stipe_radic86</author>
         <link>https://padlet.com/stipe_radic86/qjskctdjzx856i5b/wish/2525558326</link>
         <description><![CDATA[<div><br>Pomoću funkcije<strong> input() </strong>i metode <strong>split()</strong>.&nbsp;<br>Riješeni primjer možete vidjeti na fotografiji iznad.<br>Samostalno stvorite listu kao u primjeru i primijenite navedene funkcije i metode.<br><br></div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/355511900/b2c74d31ba5fa471454a89e9409d8c19/Zadatak.jpg" />
         <pubDate>2023-03-21 15:03:14 UTC</pubDate>
         <guid>https://padlet.com/stipe_radic86/qjskctdjzx856i5b/wish/2525558326</guid>
      </item>
      <item>
         <title>&quot;Voda je naše bogatstvo!&quot;</title>
         <author>stipe_radic86</author>
         <link>https://padlet.com/stipe_radic86/qjskctdjzx856i5b/wish/2525583452</link>
         <description><![CDATA[<div>Zadatak za samostalan rad.<br>Istraži na internetu koje države na svijetu imaju najviše pitke vode.&nbsp;<br>1. Otvori interaktivno sučelje u programskom jeziku Python.<br>2. Stvori novi, prazan dokument.<br>3. Stvori listu pod nazivom "voda" te pomoću funkcije input() i metode split() ispuni zadanu listu s 4 države.<br>4. Dodaj na kraj liste petu državu.&nbsp;<br>5. Pomoću funkcije len() izračunaj duljinu liste.<br>6. Sortiraj listu po abecedi.<br>7. Obrni redoslijed liste.<br>8. Spremi program u svoju mapu na računalu pod nazivom "Svjetski dan voda".<br>9. Dodaj programsku datoteku na oglasnu ploču razreda.<br>10. Vrednuj i komentiraj radove drugih učenika.<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2023-03-21 15:16:26 UTC</pubDate>
         <guid>https://padlet.com/stipe_radic86/qjskctdjzx856i5b/wish/2525583452</guid>
      </item>
      <item>
         <title>Pogodi pojam!</title>
         <author>stipe_radic86</author>
         <link>https://padlet.com/stipe_radic86/qjskctdjzx856i5b/wish/2525675639</link>
         <description><![CDATA[<div>Prisjeti se današnjih aktivnosti i pogodi tražene pojmove. Sretno!<br><br></div>]]></description>
         <enclosure url="https://learningapps.org/watch?v=pmrb2nnat23" />
         <pubDate>2023-03-21 16:09:37 UTC</pubDate>
         <guid>https://padlet.com/stipe_radic86/qjskctdjzx856i5b/wish/2525675639</guid>
      </item>
      <item>
         <title>Domaća zadaća.</title>
         <author>stipe_radic86</author>
         <link>https://padlet.com/stipe_radic86/qjskctdjzx856i5b/wish/2525702949</link>
         <description><![CDATA[<div>Promotri grafikon iznad.&nbsp;<br>1. Otvori poveznicu: https://www.programiz.com/python-programming/online-compiler/&nbsp;<br>2. Navedene brojčane podatke spremi u listu pod nazivom "izvori". Kreni s lijeve na desnu stranu.<br>2. Pomoću funkcija izračunaj duljinu liste te najveću i najmanju vrijednost.<br>3. Sortiraj listu od najmanje do najveće vrijednosti.&nbsp;<br>4. Napravi snimku zaslona svog rada i prenesi ovdje na oglasnu ploču. Pazi da navedeš svoje ime i prezime.&nbsp;Primjer: (Domaća zadaća Stipe Radić))</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/355511900/8ab5477d27499b98bce3268f025fb528/7.jpg" />
         <pubDate>2023-03-21 16:26:28 UTC</pubDate>
         <guid>https://padlet.com/stipe_radic86/qjskctdjzx856i5b/wish/2525702949</guid>
      </item>
      <item>
         <title>Ocijeni sam/a sebe!</title>
         <author>stipe_radic86</author>
         <link>https://padlet.com/stipe_radic86/qjskctdjzx856i5b/wish/2526028986</link>
         <description><![CDATA[<div>Na poveznici iznad procijeni svoje znanje na ljestvici od 1 do 5.</div>]]></description>
         <enclosure url="https://www.menti.com/als1p4x4zhdq" />
         <pubDate>2023-03-21 20:14:01 UTC</pubDate>
         <guid>https://padlet.com/stipe_radic86/qjskctdjzx856i5b/wish/2526028986</guid>
      </item>
      <item>
         <title>Ugrađene funkcije i metode za rad s listama             (nizovi podataka) - programski jezik Python.          </title>
         <author>stipe_radic86</author>
         <link>https://padlet.com/stipe_radic86/qjskctdjzx856i5b/wish/2526558547</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/355511900/d29a723ccb257603b8cd63cf737a52a8/electronics_5364.mp4" />
         <pubDate>2023-03-22 04:42:53 UTC</pubDate>
         <guid>https://padlet.com/stipe_radic86/qjskctdjzx856i5b/wish/2526558547</guid>
      </item>
      <item>
         <title>Ugrađene funkcije -video.</title>
         <author>stipe_radic86</author>
         <link>https://padlet.com/stipe_radic86/qjskctdjzx856i5b/wish/2554364770</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://www.youtube.com/watch?v=UzZswaAnCsw" />
         <pubDate>2023-04-14 09:44:34 UTC</pubDate>
         <guid>https://padlet.com/stipe_radic86/qjskctdjzx856i5b/wish/2554364770</guid>
      </item>
      <item>
         <title>Ugrađene funkcije i metode - video.</title>
         <author>stipe_radic86</author>
         <link>https://padlet.com/stipe_radic86/qjskctdjzx856i5b/wish/2554366102</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://www.youtube.com/watch?v=7-q872rxHgY&amp;t=24s" />
         <pubDate>2023-04-14 09:46:28 UTC</pubDate>
         <guid>https://padlet.com/stipe_radic86/qjskctdjzx856i5b/wish/2554366102</guid>
      </item>
   </channel>
</rss>
