| title | Articles |
|---|---|
| description | Explore the latest articles on data science, machine learning, and AI from the DataTalks.Club community. Insights, tutorials, and best practices from industry experts. |
| image | images/cover.jpg |
| layout | page |
-
{% for post in site.posts %}
- {{ post.h1 | default: post.title }} by {% for a in post.authors %} {% assign author = site.people | where: "short", a | first %} {{ author.title }}{% unless forloop.last %}, {% endunless %} {% endfor %} {% endfor %}