{"id":9091,"date":"2026-08-10T10:03:29","date_gmt":"2026-08-10T10:03:29","guid":{"rendered":"https:\/\/nokobox.com\/index.php\/item\/oreilly-a-pythonic-adventure-2024-1\/"},"modified":"2026-08-10T10:03:29","modified_gmt":"2026-08-10T10:03:29","slug":"oreilly-a-pythonic-adventure-2024-1","status":"publish","type":"digital_item","link":"https:\/\/nokobox.com\/index.php\/item\/oreilly-a-pythonic-adventure-2024-1\/","title":{"rendered":"Oreilly \u2013 A Pythonic Adventure 2024-1"},"content":{"rendered":"<div class=\"w-post-elm post_content\">\n<h2 style=\"text-align: left\"><span style=\"vertical-align: inherit\">Description<\/span><\/h2>\n<div class=\"presented-response-container ng-tns-c1863031514-20\">\n<div class=\"response-container-content ng-tns-c1863031514-20\">\n<div class=\"response-content ng-tns-c1863031514-20\">\n<div id=\"model-response-message-contentr_dc93c4cbe1c03950\" class=\"markdown markdown-main-panel tutor-markdown-rendering stronger\">\n<p style=\"text-align: left\" data-sourcepos=\"7:1-7:330\"><span style=\"vertical-align: inherit\">A Pythonic Adventure. In this course, you\u2019ll join Eric and Simon, two brothers who are just starting out on their Python journey. This course will help you understand complex concepts in an easy-to-understand way. Join them as they chat, learn the basics of Python, and build fun programs. This course is a great start for budding programmers (and their parents). In this adventure, you\u2019ll learn to code by asking questions, making mistakes, and trying different solutions. You\u2019ll build a web app for a coffee shop step by step, from your first online menu to storing orders in a database. You\u2019ll also learn and practice important skills like programming apps, finding bugs, and managing user expectations.<\/span><\/p>\n<h3 style=\"text-align: left\" data-sourcepos=\"9:1-9:25\"><span style=\"vertical-align: inherit\">What you will learn:<\/span><\/h3>\n<ul style=\"text-align: left\" data-sourcepos=\"11:1-17:0\">\n<li data-sourcepos=\"11:1-11:12\"><span style=\"vertical-align: inherit\">Installing Python<\/span><\/li>\n<li data-sourcepos=\"12:1-12:16\"><span style=\"vertical-align: inherit\">Working with files<\/span><\/li>\n<li data-sourcepos=\"13:1-13:39\"><span style=\"vertical-align: inherit\">Create text-based dialogs and menus<\/span><\/li>\n<li data-sourcepos=\"14:1-14:64\"><span style=\"vertical-align: inherit\">Using if\/then, loops, lists, dictionaries, and input\/output<\/span><\/li>\n<li data-sourcepos=\"15:1-15:28\"><span style=\"vertical-align: inherit\">Building web applications<\/span><\/li>\n<li data-sourcepos=\"16:1-17:0\"><span style=\"vertical-align: inherit\">Professionalizing the appearance of web applications<\/span><\/li>\n<\/ul>\n<h3 style=\"text-align: left\" data-sourcepos=\"18:1-18:32\"><span style=\"vertical-align: inherit\">Who is this course suitable for?<\/span><\/h3>\n<ul style=\"text-align: left\" data-sourcepos=\"20:1-22:0\">\n<li data-sourcepos=\"20:1-20:26\"><span style=\"vertical-align: inherit\">Readers 10 years and up<\/span><\/li>\n<li data-sourcepos=\"21:1-22:0\"><span style=\"vertical-align: inherit\">Suitable for adult beginners<\/span><\/li>\n<\/ul>\n<h3 style=\"text-align: left\"><span style=\"vertical-align: inherit\">Course details<\/span><\/h3>\n<ul style=\"text-align: left\">\n<li><span style=\"vertical-align: inherit\">Publisher: <\/span><a href=\"https:\/\/href.li\/?https:\/\/www.oreilly.com\/library\/view\/a-pythonic-adventure\/9781633438897AU\/\" target=\"_blank\" rel=\"noopener\"><span style=\"vertical-align: inherit\">Oreilly<\/span><\/a><\/li>\n<li><span style=\"vertical-align: inherit\">Instructor: <\/span><a class=\"author-name\" href=\"https:\/\/downloadlynet.ir\/tag\/pavel-anni\/\"><span style=\"vertical-align: inherit\">Pavel Anni<\/span><\/a><\/li>\n<li><span style=\"vertical-align: inherit\">Training level: Beginner to advanced<\/span><\/li>\n<li><span style=\"vertical-align: inherit\">Training duration: 5 hours and 21 minutes<\/span><\/li>\n<\/ul>\n<h3 style=\"text-align: left\"><span style=\"vertical-align: inherit\">Course headings<\/span><\/h3>\n<div class=\"ud-block-list-item ud-block-list-item-small ud-block-list-item-tight ud-block-list-item-neutral ud-text-sm\" style=\"text-align: left\">\n<ul>\n<li style=\"text-align: left\"><span style=\"vertical-align: inherit\">Chapter 1. Coffee for friends: First steps<\/span><\/li>\n<li style=\"text-align: left\"><span style=\"vertical-align: inherit\">Chapter 2. Lists: What\u2019s on the menu?<\/span><\/li>\n<li style=\"text-align: left\"><span style=\"vertical-align: inherit\">Chapter 3. Functions: Don\u2019t repeat yourself!<\/span><\/li>\n<li style=\"text-align: left\"><span style=\"vertical-align: inherit\">Chapter 4. User errors: Everybody makes mistakes<\/span><\/li>\n<li style=\"text-align: left\"><span style=\"vertical-align: inherit\">Chapter 5. Working with files: Being a shop manager<\/span><\/li>\n<li style=\"text-align: left\"><span style=\"vertical-align: inherit\">Chapter 6. Main menu: Next customer!<\/span><\/li>\n<li style=\"text-align: left\"><span style=\"vertical-align: inherit\">Chapter 7. Creating functions: Get the order and print it<\/span><\/li>\n<li style=\"text-align: left\"><span style=\"vertical-align: inherit\">Chapter 8. Working with JSON: Save the order<\/span><\/li>\n<li style=\"text-align: left\"><span style=\"vertical-align: inherit\">Chapter 9. Complete the menu: A real program<\/span><\/li>\n<li style=\"text-align: left\"><span style=\"vertical-align: inherit\">Chapter 10. Learning Flask: Your first web application<\/span><\/li>\n<li style=\"text-align: left\"><span style=\"vertical-align: inherit\">Chapter 11. Web form for orders: Coffee shop on the web<\/span><\/li>\n<li style=\"text-align: left\"><span style=\"vertical-align: inherit\">Chapter 12. Database: We need good storage<\/span><\/li>\n<li style=\"text-align: left\"><span style=\"vertical-align: inherit\">Chapter 13. Styles: Making it pretty<\/span><\/li>\n<li style=\"text-align: left\"><span style=\"vertical-align: inherit\">Chapter 14. Help from AI: Improving our code<\/span><\/li>\n<li style=\"text-align: left\"><span style=\"vertical-align: inherit\">Chapter 15. Next steps: Plans for the future<\/span><\/li>\n<\/ul>\n<\/div>\n<h3 style=\"text-align: left\"><span style=\"vertical-align: inherit\">Pictures of the course A Pythonic Adventure<\/span><\/h3>\n<p style=\"text-align: left\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-969952 size-full\" src=\"https:\/\/downloadly.ir\/wp-content\/uploads\/2025\/03\/A-Pythonic-Adventure.png\" alt=\"A Pythonic Adventure\" width=\"1247\" height=\"444\"><\/p>\n<h3 style=\"text-align: left\"><span style=\"vertical-align: inherit\">Sample course video<\/span><\/h3>\n<div style=\"width: 640px;\" class=\"wp-video\"><span class=\"mejs-offscreen\">Video Player<\/span><\/p>\n<div id=\"mep_0\" class=\"mejs-container mejs-container-keyboard-inactive wp-video-shortcode mejs-video\" tabindex=\"0\" role=\"application\" aria-label=\"Video Player\" style=\"width: 640px; height: 360px; min-width: 217px;\">\n<div class=\"mejs-inner\">\n<div class=\"mejs-mediaelement\"><mediaelementwrapper id=\"video-158143-1\"><video class=\"wp-video-shortcode\" id=\"video-158143-1_html5\" width=\"640\" height=\"360\" preload=\"metadata\" src=\"https:\/\/dl.downloadly.ir\/Files\/Elearning\/Sample\/A_Pythonic_Adventure_Downloadly.ir.mp4?_=1\" style=\"width: 640px; height: 360px;\"><source type=\"video\/mp4\" src=\"https:\/\/dl.downloadly.ir\/Files\/Elearning\/Sample\/A_Pythonic_Adventure_Downloadly.ir.mp4?_=1\"><a href=\"https:\/\/dl.downloadly.ir\/Files\/Elearning\/Sample\/A_Pythonic_Adventure_Downloadly.ir.mp4?nocache=1786114251891\">https:\/\/dl.downloadly.ir\/Files\/Elearning\/Sample\/A_Pythonic_Adventure_Downloadly.ir.mp4<\/a><\/video><\/mediaelementwrapper><\/div>\n<div class=\"mejs-layers\">\n<div class=\"mejs-poster mejs-layer\" style=\"display: none; width: 100%; height: 100%;\"><\/div>\n<div class=\"mejs-overlay mejs-layer\" style=\"display: none; width: 100%; height: 100%;\">\n<div class=\"mejs-overlay-loading\"><span class=\"mejs-overlay-loading-bg-img\"><\/span><\/div>\n<\/div>\n<div class=\"mejs-overlay mejs-layer\" style=\"display: none; width: 100%; height: 100%;\">\n<div class=\"mejs-overlay-error\"><\/div>\n<\/div>\n<div class=\"mejs-overlay mejs-layer mejs-overlay-play\" style=\"width: 100%; height: 100%;\">\n<div class=\"mejs-overlay-button\" role=\"button\" tabindex=\"0\" aria-label=\"Play\" aria-pressed=\"false\"><\/div>\n<\/div>\n<\/div>\n<div class=\"mejs-controls\">\n<div class=\"mejs-button mejs-playpause-button mejs-play\"><button type=\"button\" aria-controls=\"mep_0\" title=\"Play\" aria-label=\"Play\" tabindex=\"0\"><\/button><\/div>\n<div class=\"mejs-time mejs-currenttime-container\" role=\"timer\" aria-live=\"off\"><span class=\"mejs-currenttime\">00:00<\/span><\/div>\n<div class=\"mejs-time-rail\"><span class=\"mejs-time-total mejs-time-slider\" role=\"slider\" tabindex=\"0\" aria-label=\"Time Slider\" aria-valuemin=\"0\" aria-valuemax=\"0\" aria-valuenow=\"0\" aria-valuetext=\"00:00\"><span class=\"mejs-time-buffering\" style=\"display: none;\"><\/span><span class=\"mejs-time-loaded\"><\/span><span class=\"mejs-time-current\"><\/span><span class=\"mejs-time-hovered no-hover\"><\/span><span class=\"mejs-time-handle\"><span class=\"mejs-time-handle-content\"><\/span><\/span><span class=\"mejs-time-float\"><span class=\"mejs-time-float-current\">00:00<\/span><span class=\"mejs-time-float-corner\"><\/span><\/span><\/span><\/div>\n<div class=\"mejs-time mejs-duration-container\"><span class=\"mejs-duration\">00:00<\/span><\/div>\n<div class=\"mejs-button mejs-volume-button mejs-mute\"><button type=\"button\" aria-controls=\"mep_0\" title=\"Mute\" aria-label=\"Mute\" tabindex=\"0\"><\/button><a href=\"javascript:void(0);\" class=\"mejs-volume-slider\" aria-label=\"Volume Slider\" aria-valuemin=\"0\" aria-valuemax=\"100\" role=\"slider\" aria-orientation=\"vertical\"><span class=\"mejs-offscreen\">Use Up\/Down Arrow keys to increase or decrease volume.<\/span><\/p>\n<div class=\"mejs-volume-total\">\n<div class=\"mejs-volume-current\" style=\"bottom: 0px; height: 100%;\"><\/div>\n<div class=\"mejs-volume-handle\" style=\"bottom: 100%; margin-bottom: -3px;\"><\/div>\n<\/div>\n<p><\/a><\/div>\n<div class=\"mejs-button mejs-fullscreen-button\"><button type=\"button\" aria-controls=\"mep_0\" title=\"Fullscreen\" aria-label=\"Fullscreen\" tabindex=\"0\"><\/button><\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div style=\"text-align: left\">\n<h3><span style=\"vertical-align: inherit\">Installation Guide<\/span><\/h3>\n<p><span style=\"vertical-align: inherit\">After Extract, view with your favorite player.<\/span><\/p>\n<p><span style=\"vertical-align: inherit\">Subtitles: None<\/span><\/p>\n<p><span style=\"vertical-align: inherit\">Quality: 1080p<\/span><\/p>\n<\/div>\n<h3 style=\"text-align: left\"><span style=\"vertical-align: inherit\">Download link<\/span><\/h3>\n<p style=\"text-align: left\"><a href=\"https:\/\/dl2.downloadly.ir\/Files\/Elearning\/Oreilly_A_Pythonic_Adventure_2024-1_Downloadly.ir.rar?nocache=1786114250\"><span style=\"vertical-align: inherit\">Download file \u2013 618 MB<\/span><\/a><\/p>\n<p style=\"text-align: left\"><span style=\"vertical-align: inherit\">File(s) password: www.downloadly.ir<\/span><\/p>\n<h3 style=\"text-align: left\"><span style=\"vertical-align: inherit\">File size<\/span><\/h3>\n<p style=\"text-align: left\"><span style=\"vertical-align: inherit\">618 MB<\/span><\/p>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Description A Pythonic Adventure. In this course, you\u2019ll join Eric and Simon, two brothers who are just starting out on their Python journey. This course will h<\/p>\n","protected":false},"author":1,"template":"","dgi_category":[10458],"dgi_tag":[79055,79056,79057,79058,79059,79060],"class_list":["post-9091","digital_item","type-digital_item","status-publish","has-post-thumbnail","hentry","dgi_category-video-tutorials","dgi_tag-course-a-pythonic-adventure","dgi_tag-download-a-pythonic-adventure","dgi_tag-download-course-a-pythonic-adventure","dgi_tag-free-a-pythonic-adventure","dgi_tag-free-download-a-pythonic-adventure","dgi_tag-pavel-anni"],"_links":{"self":[{"href":"https:\/\/nokobox.com\/index.php\/wp-json\/wp\/v2\/digital_item\/9091","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/nokobox.com\/index.php\/wp-json\/wp\/v2\/digital_item"}],"about":[{"href":"https:\/\/nokobox.com\/index.php\/wp-json\/wp\/v2\/types\/digital_item"}],"author":[{"embeddable":true,"href":"https:\/\/nokobox.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"version-history":[{"count":0,"href":"https:\/\/nokobox.com\/index.php\/wp-json\/wp\/v2\/digital_item\/9091\/revisions"}],"wp:attachment":[{"href":"https:\/\/nokobox.com\/index.php\/wp-json\/wp\/v2\/media?parent=9091"}],"wp:term":[{"taxonomy":"dgi_category","embeddable":true,"href":"https:\/\/nokobox.com\/index.php\/wp-json\/wp\/v2\/dgi_category?post=9091"},{"taxonomy":"dgi_tag","embeddable":true,"href":"https:\/\/nokobox.com\/index.php\/wp-json\/wp\/v2\/dgi_tag?post=9091"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}