Setup a Testing Environment with Docker and Pytest-Django: PostreSQL schema issue
https://blog.koladev.xyz/setup-a-testing-environment-with-docker-and-pytest-django-postresql-schema-issue-9efb36a501e8
https://blog.koladev.xyz/setup-a-testing-environment-with-docker-and-pytest-django-postresql-schema-issue-9efb36a501e8
Medium
Setup a Testing Environment with Docker and Pytest-Django: PostreSQL schema issue
I am working on a fintech project where there are a lot of products. The whole project is built on Django, and products are just applications with their own logic, but all rely on a core application…
Python para coletar dados do Spotify — Buscando por Albúns e Músicas
https://ealexbarros.medium.com/python-para-coletar-dados-do-spotify-buscando-por-alb%C3%BAns-e-m%C3%BAsicas-617e32f29b56
https://ealexbarros.medium.com/python-para-coletar-dados-do-spotify-buscando-por-alb%C3%BAns-e-m%C3%BAsicas-617e32f29b56
Medium
Python para coletar dados do Spotify — Buscando por Albúns e Músicas
Aprenda como utilizar a API do Spotify para coletar dados das músicas e álbuns mais tocados da atualidade.
Os gastos do Senado em Gráficos — 7 Days of Code — Dia 02
https://medium.com/@conversandoemcodigos/os-gastos-do-senado-em-gr%C3%A1ficos-7-days-of-code-dia-02-68fcdbf8eca4
https://medium.com/@conversandoemcodigos/os-gastos-do-senado-em-gr%C3%A1ficos-7-days-of-code-dia-02-68fcdbf8eca4
Medium
Os gastos do Senado em Gráficos— 7 Days of Code — Dia 02
Dando continuidade ao 7 Days of Code, o desafio dessa vez era de criar gráficos e conseguir encontrar curiosidades e estatísticas…
Why do data scientists choose Python as a programming language?
https://medium.com/@gabyrahau/why-do-data-scientists-choose-python-as-a-programming-language-9ae6cea27dc5
https://medium.com/@gabyrahau/why-do-data-scientists-choose-python-as-a-programming-language-9ae6cea27dc5
Medium
Why do data scientists choose Python as a programming language?
With a very simple syntax, Python is a rather full language. When developing an algorithm in pseudo-code on a whiteboard, you could…
How to build a game recommendation system based on steam data
https://medium.com/@kendrickliu316/how-to-build-a-game-recommendation-system-based-on-steam-data-cbd9e4cb2f21
https://medium.com/@kendrickliu316/how-to-build-a-game-recommendation-system-based-on-steam-data-cbd9e4cb2f21
Medium
How to build a game recommendation system based on steam data
Part 1: Algorithms and data for our recommendation system
The Zen of grinding LeetCode problems: Day 11 — Blast from the past
https://medium.com/@mateidanut/the-zen-of-grinding-leetcode-problems-day-11-blast-from-the-past-9b726acd5a2
https://medium.com/@mateidanut/the-zen-of-grinding-leetcode-problems-day-11-blast-from-the-past-9b726acd5a2
Medium
The Zen of grinding LeetCode problems: Day 11 — Blast from the past
The one where I talk about how to do the thing you said you would
Finding repeating temporal signatures in a time-series
https://medium.com/mlearning-ai/finding-repeating-temporal-signatures-in-a-time-series-27310d8b6d51
https://medium.com/mlearning-ai/finding-repeating-temporal-signatures-in-a-time-series-27310d8b6d51
Medium
Finding repeating temporal signatures in a time-series
An idea that I have had for a while is automating the process to find repeating temporal signatures in a time-series. I have been looking…
Grid Trading Bot Deployment and Automation
https://medium.com/@craigmariani47/grid-trading-bot-deployment-and-automation-3d66c3df7dcb
https://medium.com/@craigmariani47/grid-trading-bot-deployment-and-automation-3d66c3df7dcb
Medium
Grid Trading Bot Deployment and Automation
In this article we will be deploying our grid trading bot using a Linode server. See the previous article below if you haven’t already.