<?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: Fran</title>
    <description>The latest articles on DEV Community by Fran (@spw).</description>
    <link>https://dev.to/spw</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%2F2645865%2F5b7c6849-6286-4595-9e7b-c4ca5a81a3a6.jpg</url>
      <title>DEV Community: Fran</title>
      <link>https://dev.to/spw</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/spw"/>
    <language>en</language>
    <item>
      <title>Build a To-Do App in Python with Dash plotly (No JavaScript Needed!)</title>
      <dc:creator>Fran</dc:creator>
      <pubDate>Thu, 09 Jan 2025 13:40:25 +0000</pubDate>
      <link>https://dev.to/spw/build-a-to-do-app-in-python-with-dash-no-javascript-needed-3gfb</link>
      <guid>https://dev.to/spw/build-a-to-do-app-in-python-with-dash-no-javascript-needed-3gfb</guid>
      <description>&lt;p&gt;Creating interactive web applications in Python has never been easier. ⬇️&lt;br&gt;
In this post, I'll show you how I built a fully functional To-Do app using Dash, a Python framework that lets you create web apps without needing to touch JavaScript or other frontend technologies.&lt;/p&gt;

&lt;p&gt;The full step-by-step tutorial is available on my blog:&lt;br&gt;
👉 &lt;a href="https://dash-resources.com/build-a-to-do-app-in-python-with-dash-part-1-3/" rel="noopener noreferrer"&gt;Build a To-Do App in Python with Dash (Part 1/3)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;You can also find the source code on GitHub:&lt;br&gt;
📂 &lt;a href="https://github.com/Spriteware/dash-plotly-todo-app" rel="noopener noreferrer"&gt;https://github.com/Spriteware/dash-plotly-todo-app&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  What You'll Learn
&lt;/h2&gt;

&lt;p&gt;This &lt;a href="https://dash-resources.com/build-a-to-do-app-in-python-with-dash-part-1-3/" rel="noopener noreferrer"&gt;tutorial&lt;/a&gt; walks you through creating a simple To-Do app with features like:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Adding tasks&lt;/li&gt;
&lt;li&gt;Managing multiple task lists&lt;/li&gt;
&lt;li&gt;Saving tasks to persist data across page reloads&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;All of this is done entirely in Python. We will see how to use Dash plotly and pattern-matching callbacks to handle the interactivity (adding tasks, removing tasks, ...)&lt;/p&gt;

&lt;h2&gt;
  
  
  Why Dash?
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://dash.plotly.com/" rel="noopener noreferrer"&gt;Dash plotly&lt;/a&gt; is a Python framework built on top of Flask and React, allowing developers to create interactive and visually appealing web apps for data science, dashboards, or utilities like this To-Do app.&lt;/p&gt;

&lt;p&gt;If you've been thinking, "I want to build a web app, but I don’t want to learn JavaScript," then Dash is for you!&lt;/p&gt;

&lt;h2&gt;
  
  
  Why you should try to build a To-Do app
&lt;/h2&gt;

&lt;p&gt;🛠️ &lt;strong&gt;Minimal setup&lt;/strong&gt;: Only Python and Dash are required.&lt;br&gt;
🎨 &lt;strong&gt;Modern UI&lt;/strong&gt;: Powered by an open-source component library, Mantine components.&lt;br&gt;
😄 &lt;strong&gt;No Frontend Skills required&lt;/strong&gt;: the app is 95% Python and 5% CSS for styling.&lt;/p&gt;

&lt;p&gt;To-Do apps are a great example of CRUD operations (create, read, update, delete).&lt;/p&gt;

&lt;p&gt;If you're a Python developer curious about web development but don’t want to dive into HTML, CSS, or JavaScript, this project is a great starting point. &lt;/p&gt;

&lt;p&gt;Dash makes it easy to bring your Python skills into the world of web apps!&lt;/p&gt;




&lt;p&gt;Let me know what you think, and feel free to share your feedback or contributions. Happy coding! 🎉&lt;/p&gt;

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