<?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: Michael65589</title>
    <description>The latest articles on DEV Community by Michael65589 (@michael65589).</description>
    <link>https://dev.to/michael65589</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%2F991206%2F1b865563-b79a-4f7d-b7a2-6815e56f724b.png</url>
      <title>DEV Community: Michael65589</title>
      <link>https://dev.to/michael65589</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/michael65589"/>
    <language>en</language>
    <item>
      <title>How to connect Python with Angular</title>
      <dc:creator>Michael65589</dc:creator>
      <pubDate>Fri, 16 Dec 2022 05:21:25 +0000</pubDate>
      <link>https://dev.to/michael65589/how-to-connect-python-with-angular-4992</link>
      <guid>https://dev.to/michael65589/how-to-connect-python-with-angular-4992</guid>
      <description>&lt;p&gt;Hello, &lt;br&gt;
maybe it is simple but I didn't find a satisfied answer yet.&lt;br&gt;
I have a python application that collects data over CAN bus (temperature, weight, ...) and I want to visualize them over Angular. &lt;br&gt;
On the one side I wrote the Python application that cyclic read the CAN-bus data and write them to the console and on the other hand I wrote a small Angular application that contains in the first step a simple table.&lt;br&gt;
Now I want to fill in the table every 10 seconds with data from the Python application instead of printing them to the console.. &lt;br&gt;
How can I connect this both?&lt;br&gt;
My first thought were a simple file where I save the values from Python and read them with Angular.&lt;br&gt;
Second solution a database, but I think this is to much for only a few values&lt;br&gt;
So is there a direct way to access to the Python data from Angular?&lt;/p&gt;

</description>
      <category>python</category>
      <category>angular</category>
      <category>backend</category>
      <category>frontend</category>
    </item>
  </channel>
</rss>
