import%20marimo%0A%0A__generated_with%20%3D%20%220.16.0%22%0Aapp%20%3D%20marimo.App(width%3D%22medium%22)%0A%0A%0A%40app.cell(hide_code%3DTrue)%0Adef%20_()%3A%0A%20%20%20%20import%20marimo%20as%20mo%0A%20%20%20%20import%20pandas%20as%20pd%0A%20%20%20%20return%20mo%2C%20pd%0A%0A%0A%40app.cell(hide_code%3DTrue)%0Adef%20_(mo)%3A%0A%20%20%20%20mo.md(%0A%20%20%20%20%20%20%20%20r%22%22%22%0A%20%20%20%20%23%20Machine%20Learning%20Zoomcamp%0A%0A%20%20%20%20%23%23%20Course%20Launch%0A%20%20%20%20%22%22%22%0A%20%20%20%20)%0A%20%20%20%20return%0A%0A%0A%40app.cell(hide_code%3DTrue)%0Adef%20_(pd)%3A%0A%20%20%20%20chapters%20%3D%20pd.DataFrame(%5B%0A%20%20%20%20%20%20%20%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%22title%22%3A%20%222025%20Course%20Launch%20Stream%22%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%22youtube_id%22%3A%20%22z064DoidiKg%22%0A%20%20%20%20%20%20%20%20%7D%2C%0A%20%20%20%20%5D)%0A%0A%20%20%20%20chapters.insert(loc%3D0%2C%20column%3D%22snapshot%22%2C%20value%3D%22https%3A%2F%2Fimg.youtube.com%2Fvi%2F%22%2Bchapters.youtube_id.astype(str)%2B%22%2Fhqdefault.jpg%22)%0A%20%20%20%20chapters.insert(loc%3D2%2C%20column%3D%22youtube%22%2C%20value%3D%22https%3A%2F%2Fyoutube.com%2Fwatch%3Fv%3D%22%2Bchapters.youtube_id.astype(str))%0A%0A%20%20%20%20videos%20%3D%20chapters%5Bchapters%5B%22youtube_id%22%5D.notnull()%5D%0A%20%20%20%20videos%5B%5B%22snapshot%22%2C%20%22title%22%2C%20%22youtube%22%5D%5D%0A%20%20%20%20return%0A%0A%0A%40app.cell(hide_code%3DTrue)%0Adef%20_(mo)%3A%0A%20%20%20%20mo.md(%0A%20%20%20%20%20%20%20%20r%22%22%22%0A%20%20%20%20%23%23%20Quick%20start%20checklist%0A%0A%20%20%20%20*%20Check%20%5Bthe%20course%20repository%5D(https%3A%2F%2Fgithub.com%2FDataTalksClub%2Fmachine-learning-zoomcamp)%20on%20GitHub%20and%20star%20it.%20All%20the%20materials%20are%20stored%20in%20this%20repo.%0A%20%20%20%20*%20Subscribe%20to%20%5BDataTalks.Club's%20YouTube%20channel%5D(https%3A%2F%2Fwww.youtube.com%2Fc%2FDataTalksClub)%20and%20check%20%5Bthe%20course%20playlist%5D(https%3A%2F%2Fwww.youtube.com%2Fplaylist%3Flist%3DPL3MmuxUbc_hIhxl5Ji8t4O6lPAOpHaCLR).%0A%20%20%20%20*%20Check%20the%20%5BFAQ%5D(https%3A%2F%2Fdocs.google.com%2Fdocument%2Fd%2F1LpPanc33QJJ6BSsyxVg-pWNMplal84TdZtq10naIhD8%2Fedit%3Ftab%3Dt.0)%20for%20the%20list%20of%20frequently%20asked%20questions.%0A%20%20%20%20*%20Join%20the%20%5BSlack%5D(https%3A%2F%2Fdatatalks-club.slack.com%2Fssb%2Fredirect)%20course%20channel%20for%20discussions%20and%20the%20%5BTelegram%20channel%5D(https%3A%2F%2Ft.me%2Fmlzoomcamp)%20for%20announcements.%0A%20%20%20%20*%20Check%20the%20%5Bcourse%20platform%5D(https%3A%2F%2Fcourses.datatalks.club%2F)%20for%20deadlines%20and%20open%20submissions.%0A%0A%20%20%20%20%22%22%22%0A%20%20%20%20)%0A%20%20%20%20return%0A%0A%0Aif%20__name__%20%3D%3D%20%22__main__%22%3A%0A%20%20%20%20app.run()%0A
308be7af1250bd269c6753bcae040bbc2fdfb08295a8df9cff3a4ea93e554b20