Transformando um código de nove linhas em um código de duas linhas… E porque ninguém nos ensina…
https://medium.com/programadores-ajudando-programadores/transformando-um-c%C3%B3digo-de-nove-linhas-em-um-c%C3%B3digo-de-duas-linhas-e-porque-ningu%C3%A9m-nos-ensina-7c3d6d7f85de
https://medium.com/programadores-ajudando-programadores/transformando-um-c%C3%B3digo-de-nove-linhas-em-um-c%C3%B3digo-de-duas-linhas-e-porque-ningu%C3%A9m-nos-ensina-7c3d6d7f85de
Medium
Transformando um código de nove linhas em um código de duas linhas… E porque ninguém nos ensina isso?
Um pequeno comentário sobre paradigmas de programação
Como exibir o valor no topo de cada coluna em um gráfico feito em Python?
https://medium.com/@vitor_fontenele/como-exibir-o-valor-no-topo-de-cada-coluna-em-um-gr%C3%A1fico-feito-em-python-256da69e0f25
https://medium.com/@vitor_fontenele/como-exibir-o-valor-no-topo-de-cada-coluna-em-um-gr%C3%A1fico-feito-em-python-256da69e0f25
Medium
Como exibir o valor no topo de cada coluna em um gráfico feito em Python?
Para um profissional que trabalhe com dados, a elaboração de gráficos é logicamente um aspecto mais do que essencial. Quando entramos nesse…
Web scraping with Selenium: Why your code works but returns an empty list still.
https://tadeogundele.medium.com/web-scraping-with-selenium-why-your-code-works-but-returns-an-empty-list-still-f736cbe761a2
https://tadeogundele.medium.com/web-scraping-with-selenium-why-your-code-works-but-returns-an-empty-list-still-f736cbe761a2
Medium
Web scraping with Selenium: Why your code works but returns an empty list still.
In this article, I’ll show how I scraped the restaurant, type, rating, popular items and price details off a page on Doordash, San Diego’s…
Testing Gunicorn WSGI + Meinheld for serving Flask API
https://medium.com/@iskandre/testing-gunicorn-wsgi-meinheld-for-serving-flask-api-d3ee075d6d3
https://medium.com/@iskandre/testing-gunicorn-wsgi-meinheld-for-serving-flask-api-d3ee075d6d3
Medium
Testing Gunicorn WSGI + Meinheld for serving Flask API
Connection test results: Gunicorn vs Gunicorn+Meinheld
Speed Up Your Data Scraping Application with Concurrency in Python
https://medium.com/@stevelukis/speed-up-your-data-scraping-application-with-concurrency-in-python-987835f475d7
https://medium.com/@stevelukis/speed-up-your-data-scraping-application-with-concurrency-in-python-987835f475d7
Medium
Speed Up Your Data Scraping Application with Concurrency in Python
When I first learned about concurrency using C in class, I was so amazed with the idea of finishing tasks more quicker by leveraging…
How to adapt Machine Learning code for multiple numpy backends
https://medium.com/@jerryhe.trader/how-to-adapt-machine-learning-code-for-multiple-numpy-backends-8fdf88202fb4
https://medium.com/@jerryhe.trader/how-to-adapt-machine-learning-code-for-multiple-numpy-backends-8fdf88202fb4
Medium
How to adapt Machine Learning code for multiple numpy backends
The explosion in Data science has been accompanied by an arms race between different software packages with the Python programming language…
NodeJs Vs Python: What Backend Development Tech Stack to Choose?
https://medium.com/ashutec/nodejs-vs-python-what-backend-development-tech-stack-to-choose-1a7d22bb5633
https://medium.com/ashutec/nodejs-vs-python-what-backend-development-tech-stack-to-choose-1a7d22bb5633
Medium
NodeJs Vs Python: What Backend Development Tech Stack to Choose?
Python and NodeJs both are very popular backend development tech stacks but choosing one out of the two requires deep understanding. Let’s…
Machine Learning With Python: Foundations — Try The Course For Free!
https://medium.com/@theclickreader/machine-learning-with-python-foundations-try-the-course-for-free-d1486749286f
https://medium.com/@theclickreader/machine-learning-with-python-foundations-try-the-course-for-free-d1486749286f
Medium
Machine Learning With Python: Foundations — Try The Course For Free!
You’ve probably heard about machine learning before, but have you ever wondered what that term really means? How does a machine learn…
How to Build a GUI Quiz Application using Tkinter and Open Trivia DB
https://python.plainenglish.io/how-to-build-a-gui-quiz-application-using-tkinter-and-open-trivia-db-79b45391bba2
https://python.plainenglish.io/how-to-build-a-gui-quiz-application-using-tkinter-and-open-trivia-db-79b45391bba2
Medium
How to Build a GUI Quiz Application using Tkinter and Open Trivia DB
A guide to build a Graphical User Interface (GUI) application using the tkinter built-in Python module.