Grafos, Kevin Bacon e os 6 Graus de Separação
https://medium.com/@guipaixao2000/grafos-kevin-bacon-e-os-6-graus-de-separa%C3%A7%C3%A3o-5adfdc1d75af
https://medium.com/@guipaixao2000/grafos-kevin-bacon-e-os-6-graus-de-separa%C3%A7%C3%A3o-5adfdc1d75af
Medium
Grafos, Kevin Bacon e os 6 Graus de Separação
Dessa vez o artigo será mais técnico que meus últimos dois, onde expus uma análise mais sociológica do estado da Internet hoje, com o…
How to Create Plots With Pandas and Matplotlib — Andres Berejnoi
https://medium.com/@andresberejnoi/how-to-create-plots-with-pandas-and-matplotlib-andres-berejnoi-920038c1002
https://medium.com/@andresberejnoi/how-to-create-plots-with-pandas-and-matplotlib-andres-berejnoi-920038c1002
Medium
How to Create Plots With Pandas and Matplotlib — Andres Berejnoi
Today’s post is about data visualization with pandas and Matplotlib in Python. This will be useful to anyone who wants to learn how to…
Python Flask — A Powerful And Flexible Web App Framework | #CrystalizeMyLearning (Mar 2022)
https://medium.com/@lyejiajun/python-flask-a-powerful-and-flexible-web-app-framework-crystalizemylearning-mar-2022-6890e39e6c1e
https://medium.com/@lyejiajun/python-flask-a-powerful-and-flexible-web-app-framework-crystalizemylearning-mar-2022-6890e39e6c1e
Medium
Python Flask — A Powerful And Flexible Web App Framework | #CrystalizeMyLearning (Mar 2022)
This article is written part of the #CrystalizeMyLearning movement I founded where I seek to learn through writing | Mar 2022 Edition
Análise exploratória dos dados do Airbnb — Cidade do Porto, Portugal
https://medium.com/@tmsapia/an%C3%A1lise-explorat%C3%B3ria-dos-dados-do-airbnb-cidade-do-porto-portugal-1436730cc0d
https://medium.com/@tmsapia/an%C3%A1lise-explorat%C3%B3ria-dos-dados-do-airbnb-cidade-do-porto-portugal-1436730cc0d
Medium
Análise exploratória dos dados do Airbnb — Cidade do Porto, Portugal
A cidade do Porto — que deu o nome a Portugal — fica localizada no noroeste de Portugal, na margem norte do Rio Douro e é a segunda maior…
Text Generation with Markov Decision Processes.
https://tarek-samaali.medium.com/text-generation-with-markov-decision-processes-168251ef937c
https://tarek-samaali.medium.com/text-generation-with-markov-decision-processes-168251ef937c
Medium
Text Generation with Markov Decision Processes.
Markov Decision Processes seem to be an efficient way to handle sequences, tame them, or use them as building blocks to eventually…
How to Pull Stock Data into your Python Program
https://gautamankul.medium.com/how-to-pull-stock-data-into-your-python-program-f4c96e013fe0
https://gautamankul.medium.com/how-to-pull-stock-data-into-your-python-program-f4c96e013fe0
Medium
How to Pull Stock Data into your Python Program
Grab Stock Data using Python Programming: yfinance
Introduction to Machine Learning with Decision Trees
https://medium.com/accel-ai/introduction-to-machine-learning-with-decision-trees-fc05a83ac56c
https://medium.com/accel-ai/introduction-to-machine-learning-with-decision-trees-fc05a83ac56c
Medium
Introduction to Machine Learning with Decision Trees
A machine learning model is a program that combs through data to learn, find patterns and make predictions. A model is trained with…
How to use Python and Pagespeed API to Optimize Images
https://python.plainenglish.io/how-to-use-python-and-pagespeed-api-to-optimize-images-part-1-da26a1595406
https://python.plainenglish.io/how-to-use-python-and-pagespeed-api-to-optimize-images-part-1-da26a1595406
Medium
How to use Python and Pagespeed API to Optimize Images
Part 1: Finding images that need to be resized.
Stop Hardcoding Values in Python Apps — Use YAML Configuration Files Instead
https://towardsdatascience.com/stop-hardcoding-values-in-python-apps-use-yaml-configuration-files-instead-4a30290a91dd
https://towardsdatascience.com/stop-hardcoding-values-in-python-apps-use-yaml-configuration-files-instead-4a30290a91dd
Medium
Stop Hardcoding Values in Python Apps — Use YAML Configuration Files Instead
Hardcoded configurations are a terrible idea. Consider this alternative instead
How to Read a Text File and Keep Only the Relevant Lines with Python
https://python.plainenglish.io/read-a-text-file-and-keep-only-relevant-lines-with-python-1957a6bcbcdd
https://python.plainenglish.io/read-a-text-file-and-keep-only-relevant-lines-with-python-1957a6bcbcdd
Medium
How to Read a Text File and Keep Only the Relevant Lines with Python
How to read a text file line by line and keep only the relevant lines using Python.