Cómo crear componentes personalizados en React
El autor seleccionó Creative Commons para recibir una donación como parte del programa Write for DOnations. En este tutorial, aprenderá a crear componentes personalizados en React. Los…
El autor seleccionó Creative Commons para recibir una donación como parte del programa Write for DOnations. En este tutorial, aprenderá a crear componentes personalizados en React. Los…
El autor seleccionó a Open Internet/Free Speech Fund para recibir una donación como parte del programa Write for DOnations. Es casi imposible crear sitios web que desde el principio…
Twitter bots are a powerful way for managing your social media as well as for extracting information from the microblogging network. In this tutorial, you’ll build a Twitter bot using this Twitter API library for Python. You’ll program your bot to alternately tweet content from these two websites and at set time intervals.
Muitos projetos de análise de dados, big data, e aprendizado de máquina exigem o scraping de websites para coletar os dados com os quais você irá trabalhar. A linguagem de programação Python é largamente utilizada na comunidade de data science, e, portanto, tem um ecossistema de…
In this tutorial, we will create Django views that enable our web application to properly handle web requests and return the required web responses. As defined in the Django docs, a web response can be the HTML content of a Web page, a redirect, or an HTTP error.
In this tutorial, we will introduce some common techniques used in time-series analysis and walk through the iterative steps required to manipulate and visualize time-series data.
El autor seleccionó el COVID-19 Relief Fund para que reciba una donación como parte del programa Write for DOnations. Cuando visualiza una página web en su navegador,…
In this tutorial, you will learn how to set up the initial foundation for a blog website with connections to a MySQL database. This will involve creating the skeleton structure of the blog web application using django-admin, creating the MySQL database and then connecting the web application to the database.
El autor seleccionó Creative Commons para recibir una donación como parte del programa Write for DOnations. A través de este tutorial, creará componentes personalizados pasando props a su componente. Los props…
This tutorial will walk you through best practices for embedding a React application in a WordPress site. You will create a widget intended to be embedded on multiple pages and sometimes multiple times on a page. On the server side, it will be implemented as a WordPress shortcode. By the end of this tutorial, you will have created your own shortcode, inserted it into a page in WP Admin, and published that page.