<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: I am a Programmer</title>
    <description>The latest articles on DEV Community by I am a Programmer (@iam_aprogrammer).</description>
    <link>https://dev.to/iam_aprogrammer</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F184413%2F7b1b7ae8-6ff2-42cd-a6ae-7a48490764b7.jpg</url>
      <title>DEV Community: I am a Programmer</title>
      <link>https://dev.to/iam_aprogrammer</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/iam_aprogrammer"/>
    <language>en</language>
    <item>
      <title>Building Intercom's Inbox Clone Using Tailwind CSS</title>
      <dc:creator>I am a Programmer</dc:creator>
      <pubDate>Tue, 11 May 2021 03:11:01 +0000</pubDate>
      <link>https://dev.to/iam_aprogrammer/building-intercom-s-inbox-clone-using-tailwind-css-1hjj</link>
      <guid>https://dev.to/iam_aprogrammer/building-intercom-s-inbox-clone-using-tailwind-css-1hjj</guid>
      <description>&lt;p&gt;In this Tailwind CSS tutorial, Peter Meehan rebuilds Intercom's inbox UI from scratch with Tailwind CSS while explaining CSS and Tailwind utility class fundamentals.&lt;/p&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/tg007wz8cNg"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>tailwindcss</category>
      <category>css</category>
      <category>webdev</category>
    </item>
    <item>
      <title>Progressive Web Apps are the Future</title>
      <dc:creator>I am a Programmer</dc:creator>
      <pubDate>Sun, 28 Mar 2021 08:50:51 +0000</pubDate>
      <link>https://dev.to/iam_aprogrammer/progressive-web-apps-are-the-future-4pf1</link>
      <guid>https://dev.to/iam_aprogrammer/progressive-web-apps-are-the-future-4pf1</guid>
      <description>&lt;p&gt;Alian is a Google Developer Expert in Web Technologies / Angular.  Alian’s talk will introduce what Progressive Web Apps are all about and explain why they are the future for web / mobile development.&lt;/p&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/nHFneTsOdn0"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Further reading:&lt;/strong&gt;&lt;br&gt;
☞ &lt;a href="https://morioh.com/p/db01ec6fd2ef"&gt;Push Notifications in PWA Using Firebase and React&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;☞ &lt;a href="https://morioh.com/p/984afc91af1c"&gt;The Complete Guide to Service Worker and PWA in Angular&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;☞ &lt;a href="https://morioh.com/p/5842c169c80e"&gt;Vue PWA: Build A Progressive Web Application With Nuxt.js&lt;/a&gt;&lt;/p&gt;

</description>
      <category>pwa</category>
      <category>webdev</category>
    </item>
    <item>
      <title>Post-Modern CSS (In-Depth on CSS Grid, Flexbox and Other New Properties)</title>
      <dc:creator>I am a Programmer</dc:creator>
      <pubDate>Fri, 26 Mar 2021 03:02:55 +0000</pubDate>
      <link>https://dev.to/iam_aprogrammer/post-modern-css-in-depth-on-css-grid-flexbox-and-other-new-properties-4a2k</link>
      <guid>https://dev.to/iam_aprogrammer/post-modern-css-in-depth-on-css-grid-flexbox-and-other-new-properties-4a2k</guid>
      <description>&lt;p&gt;CSS has changed. It’s moving away from the mired mess of its origin and toward a bright future of interesting layout and easy design. If you’ve been focused on other important skills in the past 5 years, you’ve missed out on a lot of new, helpful techniques, including Flexbox and CSS Grid Layout.&lt;/p&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/Vgdcub3URHQ"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Further reading:&lt;/strong&gt;&lt;br&gt;
☞ &lt;a href="https://morioh.com/p/6d422fc49bd2"&gt;HTML6 is Coming – What’s new in HTML6&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;☞ &lt;a href="https://morioh.com/p/48f03acd7ec6"&gt;How To Convert HTML To PDF using JavaScript&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;☞ &lt;a href="https://morioh.com/p/bd6b4702d394"&gt;Animated Counter using JavaScript with HTML &amp;amp; CSS&lt;/a&gt;&lt;/p&gt;

</description>
      <category>css</category>
      <category>webdev</category>
    </item>
    <item>
      <title>Challenges in Building Multi-Cloud-Provider Platform With Kubernetes</title>
      <dc:creator>I am a Programmer</dc:creator>
      <pubDate>Thu, 25 Mar 2021 02:17:58 +0000</pubDate>
      <link>https://dev.to/iam_aprogrammer/challenges-in-building-multi-cloud-provider-platform-with-kubernetes-4o7o</link>
      <guid>https://dev.to/iam_aprogrammer/challenges-in-building-multi-cloud-provider-platform-with-kubernetes-4o7o</guid>
      <description>&lt;p&gt;Building a cloud-agnostic platform used to be a challenging task as one had to deal with a large number of different cloud APIs and service offerings. Today, there are many managed Kubernetes solution (e.g., Openshift, GKE, AKS, or EKS), it seems like developers could simply build a platform based on Kubernetes and be cloud-agnostic. While this assumption is mostly correct, there are still a number of differences and pitfalls when deploying across those managed Kubernetes solutions.&lt;/p&gt;

&lt;p&gt;This talk discusses the experiences made while building the ArangoDB Managed Service offering across different Kubernetes distributions.&lt;/p&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/hfuvWeR21H4"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Further reading:&lt;/strong&gt;&lt;br&gt;
☞ &lt;a href="https://morioh.com/p/ecb38c8342ba"&gt;Everything You Need to Know About Kubernetes Networking&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;☞ &lt;a href="https://morioh.com/p/28e310111760"&gt;Zero to Kubernetes: Learn Kubernetes from Beginner to Advanced&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;☞ &lt;a href="https://morioh.com/p/f1bba3df88e8"&gt;Build Microservice Architecture With Kubernetes, Spring Boot , and Docker&lt;/a&gt;&lt;/p&gt;

</description>
      <category>kubernetes</category>
    </item>
    <item>
      <title>High Performance NodeJS Powered by Rust and WebAssembly</title>
      <dc:creator>I am a Programmer</dc:creator>
      <pubDate>Mon, 01 Mar 2021 02:26:20 +0000</pubDate>
      <link>https://dev.to/iam_aprogrammer/high-performance-nodejs-powered-by-rust-and-webassembly-54a0</link>
      <guid>https://dev.to/iam_aprogrammer/high-performance-nodejs-powered-by-rust-and-webassembly-54a0</guid>
      <description>&lt;p&gt;In the post Moore’s Law era, we need to squeeze more performance from existing hardware. Native code provides the best performance. However, the prevalence of native code on the server-side presents challenges to application safety and manageability. The advent of Rust and WebAssembly offers new ways for developers to write high performance yet safe Node.js applications. The Rust programming language is Stackoverflow’s most beloved programming language for the past 4 years. WebAssembly, on the other hand, provides a fast and lightweight virtual machine for running and managing Rust programs. Through open source bridges between Node.js and WebAssembly / Rust, we can now create JavaScript and Rust hybrid applications for Node.js, and shift computing loads to Rust functions. In this talk, I will go over the basics of Rust and WebAssembly, as well as their integration into Node.js. You will learn when and how to design a hybrid web application, how to code the high performance functions in Rust, and how to tie everything together in a Node.js JavaScript application. At the end of this talk, you will have all the open source tools and resources you need to get started on your own. &lt;/p&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/9GMU5vT866I"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
    </item>
    <item>
      <title>How to Stay Fast and Fresh with Angular</title>
      <dc:creator>I am a Programmer</dc:creator>
      <pubDate>Thu, 25 Feb 2021 03:53:43 +0000</pubDate>
      <link>https://dev.to/iam_aprogrammer/how-to-stay-fast-and-fresh-with-angular-4c90</link>
      <guid>https://dev.to/iam_aprogrammer/how-to-stay-fast-and-fresh-with-angular-4c90</guid>
      <description>&lt;p&gt;Watch a live coding demo walking through the top principles and tools you can use to make your applications shine when it comes to startup performance and bundle size.&lt;/p&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/3fnta1_4tHI"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;Resources:&lt;br&gt;
Angular → &lt;a href="https://goo.gle/3dEhA6o"&gt;https://goo.gle/3dEhA6o&lt;/a&gt;&lt;br&gt;
Angular on web.dev → &lt;a href="https://goo.gle/2Zb2uQR"&gt;https://goo.gle/2Zb2uQR&lt;/a&gt;&lt;br&gt;
Angular Update Guide → &lt;a href="https://goo.gle/2ZhOhBs"&gt;https://goo.gle/2ZhOhBs&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Speaker:&lt;br&gt;
Stephen Fluin&lt;/p&gt;

</description>
      <category>angular</category>
      <category>javascript</category>
    </item>
    <item>
      <title>Modern JavaScript for Python Developers</title>
      <dc:creator>I am a Programmer</dc:creator>
      <pubDate>Sun, 08 Nov 2020 08:12:47 +0000</pubDate>
      <link>https://dev.to/iam_aprogrammer/modern-javascript-for-python-developers-mko</link>
      <guid>https://dev.to/iam_aprogrammer/modern-javascript-for-python-developers-mko</guid>
      <description>&lt;p&gt;JavaScript is the lifeblood of the modern web application. You need it to do anything remotely complex on the web.&lt;/p&gt;

&lt;p&gt;But, for many Python developers, the modern JavaScript ecosystem is intimidating. The tools feel complex. There are often several ways to achieve the same goals. It's hard to choose a framework—and then once you do, it's hard to know exactly how to integrate it into a Flask or Django project.&lt;/p&gt;

&lt;p&gt;This talk aims to demystify modern JavaScript for Python-minded developers. It will cover major advances that have been made to JavaScript in recent years and how you can use the JavaScript ecosystem - including tools like npm, webpack and babel - to write Python applications for the modern web.&lt;/p&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/F9wFVM_6KcA"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>python</category>
      <category>javascript</category>
      <category>webdev</category>
    </item>
    <item>
      <title>Learn Data Science - Full Course for Absolute Beginners</title>
      <dc:creator>I am a Programmer</dc:creator>
      <pubDate>Tue, 22 Sep 2020 06:58:44 +0000</pubDate>
      <link>https://dev.to/iam_aprogrammer/learn-data-science-full-course-for-absolute-beginners-4b84</link>
      <guid>https://dev.to/iam_aprogrammer/learn-data-science-full-course-for-absolute-beginners-4b84</guid>
      <description>&lt;p&gt;Learn Data Science is this full tutorial course for absolute beginners. Data science is considered the "sexiest job of the 21st century." You'll learn the important elements of data science. You'll be introduced to the principles, practices, and tools that make data science the powerful medium for critical insight in business and research. You'll have a solid foundation for future learning and applications in your work. With data science, you can do what you want to do, and do it better. This course covers the foundations of data science, data sourcing, coding, mathematics, and statistics.&lt;/p&gt;

&lt;p&gt;💻 Course created by Barton Poulson from datalab.cc.&lt;br&gt;
🔗 Check out the datalab.cc YouTube channel: &lt;a href="https://www.youtube.com/user/datalabcc"&gt;https://www.youtube.com/user/datalabcc&lt;/a&gt;&lt;br&gt;
🔗 Watch more free data science courses at &lt;a href="http://datalab.cc/"&gt;http://datalab.cc/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;⭐️ Course Contents ⭐️&lt;br&gt;
⌨️ Part 1: Data Science: An Introduction: Foundations of Data Science&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Welcome (1.1)&lt;/li&gt;
&lt;li&gt;Demand for Data Science (2.1)&lt;/li&gt;
&lt;li&gt;The Data Science Venn Diagram (2.2)&lt;/li&gt;
&lt;li&gt;The Data Science Pathway (2.3)&lt;/li&gt;
&lt;li&gt;Roles in Data Science (2.4)&lt;/li&gt;
&lt;li&gt;Teams in Data Science (2.5)&lt;/li&gt;
&lt;li&gt;Big Data (3.1)&lt;/li&gt;
&lt;li&gt;Coding (3.2)&lt;/li&gt;
&lt;li&gt;Statistics (3.3)&lt;/li&gt;
&lt;li&gt;Business Intelligence (3.4)&lt;/li&gt;
&lt;li&gt;Do No Harm (4.1)&lt;/li&gt;
&lt;li&gt;Methods Overview (5.1)&lt;/li&gt;
&lt;li&gt;Sourcing Overview (5.2)&lt;/li&gt;
&lt;li&gt;Coding Overview (5.3)&lt;/li&gt;
&lt;li&gt;Math Overview (5.4)&lt;/li&gt;
&lt;li&gt;Statistics Overview (5.5)&lt;/li&gt;
&lt;li&gt;Machine Learning Overview (5.6)&lt;/li&gt;
&lt;li&gt;Interpretability (6.1)&lt;/li&gt;
&lt;li&gt;Actionable Insights (6.2)&lt;/li&gt;
&lt;li&gt;Presentation Graphics (6.3)&lt;/li&gt;
&lt;li&gt;Reproducible Research (6.4)&lt;/li&gt;
&lt;li&gt;Next Steps (7.1)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;⌨️ Part 2: Data Sourcing: Foundations of Data Science (1:39:46)&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Welcome (1.1) &lt;/li&gt;
&lt;li&gt;Metrics (2.1)&lt;/li&gt;
&lt;li&gt;Accuracy (2.2)&lt;/li&gt;
&lt;li&gt;Social Context of Measurement (2.3)&lt;/li&gt;
&lt;li&gt;Existing Data (3.1)&lt;/li&gt;
&lt;li&gt;APIs (3.2)&lt;/li&gt;
&lt;li&gt;Scraping (3.3)&lt;/li&gt;
&lt;li&gt;New Data (4.1)&lt;/li&gt;
&lt;li&gt;Interviews (4.2)&lt;/li&gt;
&lt;li&gt;Surveys (4.3)&lt;/li&gt;
&lt;li&gt;Card Sorting (4.4)&lt;/li&gt;
&lt;li&gt;Lab Experiments (4.5)&lt;/li&gt;
&lt;li&gt;A/B Testing (4.6)&lt;/li&gt;
&lt;li&gt;Next Steps (5.1)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;⌨️ Part 3: Coding (2:32:42)&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Welcome (1.1)&lt;/li&gt;
&lt;li&gt;Spreadsheets (2.1)&lt;/li&gt;
&lt;li&gt;Tableau Public (2.2)&lt;/li&gt;
&lt;li&gt;SPSS (2.3)&lt;/li&gt;
&lt;li&gt;JASP (2.4)&lt;/li&gt;
&lt;li&gt;Other Software (2.5)&lt;/li&gt;
&lt;li&gt;HTML (3.1)&lt;/li&gt;
&lt;li&gt;XML (3.2)&lt;/li&gt;
&lt;li&gt;JSON (3.3)&lt;/li&gt;
&lt;li&gt;R (4.1)&lt;/li&gt;
&lt;li&gt;Python (4.2)&lt;/li&gt;
&lt;li&gt;SQL (4.3)&lt;/li&gt;
&lt;li&gt;C, C++, &amp;amp; Java (4.4)&lt;/li&gt;
&lt;li&gt;Bash (4.5)&lt;/li&gt;
&lt;li&gt;Regex (5.1)&lt;/li&gt;
&lt;li&gt;Next Steps (6.1)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;⌨️ Part 4: Mathematics (4:01:09)&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Welcome (1.1)&lt;/li&gt;
&lt;li&gt;Elementary Algebra (2.1)&lt;/li&gt;
&lt;li&gt;Linear Algebra (2.2)&lt;/li&gt;
&lt;li&gt;Systems of Linear Equations (2.3)&lt;/li&gt;
&lt;li&gt;Calculus (2.4)&lt;/li&gt;
&lt;li&gt;Calculus &amp;amp; Optimization (2.5)&lt;/li&gt;
&lt;li&gt;Big O (3.1)&lt;/li&gt;
&lt;li&gt;Probability (3.2)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;⌨️ Part 5: Statistics (4:44:03)&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Welcome (1.1)&lt;/li&gt;
&lt;li&gt;Exploration Overview (2.1)&lt;/li&gt;
&lt;li&gt;Exploratory Graphics (2.2)&lt;/li&gt;
&lt;li&gt;Exploratory Statistics (2.3)&lt;/li&gt;
&lt;li&gt;Descriptive Statistics (2.4)&lt;/li&gt;
&lt;li&gt;Inferential Statistics (3.1)&lt;/li&gt;
&lt;li&gt;Hypothesis Testing (3.2)&lt;/li&gt;
&lt;li&gt;Estimation (3.3)&lt;/li&gt;
&lt;li&gt;Estimators (4.1)&lt;/li&gt;
&lt;li&gt;Measures of Fit (4.2)&lt;/li&gt;
&lt;li&gt;Feature Selection (4.3)&lt;/li&gt;
&lt;li&gt;Problems in Modeling (4.4)&lt;/li&gt;
&lt;li&gt;Model Validation (4.5)&lt;/li&gt;
&lt;li&gt;DIY (4.6)&lt;/li&gt;
&lt;li&gt;Next Step (5.1)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/pRJkERVL2qE"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>datascience</category>
      <category>python</category>
      <category>machinelearning</category>
    </item>
    <item>
      <title>Rust Programming Language - Error Handling Isn't All About Errors</title>
      <dc:creator>I am a Programmer</dc:creator>
      <pubDate>Mon, 24 Aug 2020 03:56:16 +0000</pubDate>
      <link>https://dev.to/iam_aprogrammer/rust-programming-language-error-handling-isn-t-all-about-errors-2g16</link>
      <guid>https://dev.to/iam_aprogrammer/rust-programming-language-error-handling-isn-t-all-about-errors-2g16</guid>
      <description>&lt;p&gt;Error handling in Rust is incredibly diverse and constantly evolving. As such it is often a source of confusion for new and experienced rustaceans alike. This talk aims to clarify what error handling in rust means, the patterns that exist, when to apply them, and what libraries currently exist to help with the task.&lt;/p&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/7X59hZ5ZUfc"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>rust</category>
      <category>webdev</category>
    </item>
    <item>
      <title>Responsive Layouts with CSS Grid</title>
      <dc:creator>I am a Programmer</dc:creator>
      <pubDate>Fri, 07 Aug 2020 03:19:41 +0000</pubDate>
      <link>https://dev.to/iam_aprogrammer/responsive-layouts-with-css-grid-48ki</link>
      <guid>https://dev.to/iam_aprogrammer/responsive-layouts-with-css-grid-48ki</guid>
      <description>&lt;p&gt;CSS Grid is pretty cool for a lot of things. Let’s see some examples (+live coding) where you can use it to make responsive designs!&lt;/p&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/uIx6sZNSxEI"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>css</category>
      <category>webdev</category>
      <category>developer</category>
    </item>
    <item>
      <title>Spring Boot with Docker and Kubernetes</title>
      <dc:creator>I am a Programmer</dc:creator>
      <pubDate>Mon, 13 Jul 2020 03:20:36 +0000</pubDate>
      <link>https://dev.to/iam_aprogrammer/spring-boot-with-docker-and-kubernetes-4nn7</link>
      <guid>https://dev.to/iam_aprogrammer/spring-boot-with-docker-and-kubernetes-4nn7</guid>
      <description>&lt;p&gt;Docker and Kubernetes have revolutionized the software industry in the latest years. But how can we containerize our Spring Boot apps? In this presentation, we’ll see different options, from creating our Dockerfile, to tools like Jib and we’ll focus on the new support for Docker in Spring Boot 2.3 that leverages Buildpacks. After having our container, we’ll see how to deploy and run it on Kubernetes.&lt;/p&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/DYA1xAfXjF8"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>docker</category>
      <category>kubernetes</category>
      <category>java</category>
    </item>
    <item>
      <title>Python Data Structures Tutorial</title>
      <dc:creator>I am a Programmer</dc:creator>
      <pubDate>Thu, 18 Jun 2020 01:59:05 +0000</pubDate>
      <link>https://dev.to/iam_aprogrammer/python-data-structures-tutorial-1i54</link>
      <guid>https://dev.to/iam_aprogrammer/python-data-structures-tutorial-1i54</guid>
      <description>&lt;p&gt;Tutorial on data structures in Python: Lists, Tuples, Sets and Dictionaries. Also explains sequence and string functions, slicing, concatenating, iterating, sorting, etc. with code examples. &lt;/p&gt;

&lt;p&gt;This course combines conceptual lectures to explain how a data structure works, and code lectures that walk through how to implement a data structure in Python code. All the code lectures are based on Python 3 code in a Jupyter notebook. &lt;/p&gt;

&lt;p&gt;Data structures covered in this course include native Python data structures String, List, Tuple, Set, and Dictionary, as well as Stacks, Queues, Heaps, Linked Lists, Binary Search Trees, and Graphs.&lt;/p&gt;

&lt;p&gt;What you’ll learn&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;An in-depth look at native Python data structures: Strings, Lists, Tuples, Sets and Dictionaries&lt;/li&gt;
&lt;li&gt;Introduction to Queues, Stacks, Heaps, Linked Lists, Binary Search Trees and Graphs, including concepts of how they work, pros and cons, and how to Implement and use them in Python.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/a_agPzERnKI"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>python</category>
      <category>webdev</category>
      <category>machinelearning</category>
    </item>
  </channel>
</rss>
