Comment installer TensorFlow sur Ubuntu 20.04
TensorFlow est une bibliothèque de logiciels d’apprentissage automatique open-source, utilisée pour former des réseaux neuronaux. Exprimé sous la forme de [graphiques de flux de données…
TensorFlow est une bibliothèque de logiciels d’apprentissage automatique open-source, utilisée pour former des réseaux neuronaux. Exprimé sous la forme de [graphiques de flux de données…
Anaconda — диспетчер пакетов с открытым исходным кодом, диспетчер среды и дистрибутив языков программирования Python и R. В этом обучающем модуле мы установим версию Anaconda для Python 3 на сервере Ubuntu 20.04. Более детальный вариант настоящего руководства с подробным…
El autor seleccionó la Free and Open Source Fund para recibir una donación como parte del programa Write for DOnations. Flask es un marco web de Python pequeño y ligero…
Visualization is a quick and easy way to convey concepts in a universal manner, especially to those who aren’t familiar with your data. This tutorial will describe how to plot data in Python using the 2D plotting library matplotlib. We’ll go through generating a scatter plot using a small set of data, adding information such as titles and legends to plots, and customizing plots by changing how plot points look.
Django is a powerful web framework that can help you get your Python application or website off the ground. Django includes a simplified development server for testing your code locally, but for anything even slightly production related, a more secure and powerful web server…
In this guide, we will be setting up a simple Python application using the Flask microframework on Ubuntu 18.04. The bulk of this article will be about how to set up the uWSGI application server to launch the application and how to configure Nginx to act as a front-end reverse proxy.
Django is a powerful web framework that can help you get your Python application or website off the ground. Django includes a simplified development server for testing your code locally, but for anything even slightly production related, a more secure and powerful web server…
This tutorial will walk you through setting up Jupyter Notebook to run from an Ubuntu 18.04 server, as well as teach you how to connect to and use the notebook. By the end of this guide, you will be able to run Python 3 code using Jupyter Notebook running on a remote server.
Great Expectations is an open source data validation and documentation library written in Python. It allows you to establish assertions about your data called Expectations, and validate any data using those Expectations. In this tutorial, you will set up a local deployment of Great Expectations, connect it to your data, create a suite of Expectations, validate a batch of data using those Expectations, and generate a data quality report with the results.
Neste tutorial, vamos analisar as instruções break, continue e pass em Python, que permitem usar loops for e while com maior efetividade em seu código.