# Articles

My articles focus on Python programming, Machine Learning, and Data Science.

In this section, you find:

* [My best medium articles](#my-best-medium-articles)
* [My guest articles](#my-guest-articles)
* [Articles that have been repurposed on other websites or translated into other languages](#repurposed-and-translated-articles)

***

## My best Medium articles

With tens of published articles, I'm contributing as a writer on Medium, particularly with the established Towards Data Science website.

I have published articles about various topics, including Python programming, statistical concepts for Data Scientists, Machine Learning, technology, and programming in general.

Read a selected list of my best articles [here](https://github.com/federico-trotta/technical_articles).

***

## My guest articles

I'm contributing to writing for different the following established websites.

### Stack Abuse

[Stack Abuse](https://stackabuse.com/) is a firm that helps developers through programming tutorials and courses.

Read all my contributions [here](https://stackabuse.com/author/federico/).

### Codemotion

[Codemotion](https://www.codemotion.com/) is an Italian firm that helps developers grow.

Read all my contributions to the English magazine [here](https://www.codemotion.com/magazine/author/federico-trotta/) and to the Italian magazine [here](https://www.codemotion.com/magazine/it/author/federico-trotta/) (the articles in Spanish have been translated by the Codemotion staff).

### Butler Scientifics

Here's my contribution to [Butler Scientifics](https://www.butlerscientifics.com/), a Spanish firm developing AutoDiscovery, a software that automates the discovery phase when analyzing data:

* [Unlock the Power of Automation: Why Automating Data Exploration is Essential for Your Efficiency](https://www.butlerscientifics.com/single-post/unlock-the-power-of-automation-why-automating-data-exploration-is-essential-for-your-efficiency)

***

## Repurposed and translated articles

I'm honored that some of my Medium articles have been translated into other languages or repurposed on other websites.

### Translates articles

[Planeta ChatBot](https://planetachatbot.com/) translated into Spanish and published on their website some of the articles I wrote for Towards Data Science.

Read all of them [here](https://planetachatbot.com/author/federico-trotta/).

### Repurposed articles

[KDnuggets](https://www.kdnuggets.com/) repurposed some of the articles I wrote on Towards Data Science.

Read them [here](https://www.kdnuggets.com/author/federico-trotta).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://federico-trotta.gitbook.io/federico-trottas-portfolio/my-portfolio/articles.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
