Property-based testing #4: Unifying Random Generation and Shrinking
https://medium.com/@kurt2001/property-based-testing-4-unifying-random-generation-and-shrinking-abec7e53f53e
https://medium.com/@kurt2001/property-based-testing-4-unifying-random-generation-and-shrinking-abec7e53f53e
Medium
Property-based testing #4: Unifying Random Generation and Shrinking
This is the fourth post in a series about property-based testing. It describes how to restructure the original QuickCheck API so random…
Named Entity Recognition for ICAC Press Releases
https://medium.com/@hoyinli.r/named-entity-recognition-for-icac-press-releases-a18451d13a4e
https://medium.com/@hoyinli.r/named-entity-recognition-for-icac-press-releases-a18451d13a4e
Medium
Named Entity Recognition for ICAC Press Releases
using Python package “spaCy”
The Zen of grinding LeetCode problems: Day 10— Leveling up
https://medium.com/@mateidanut/the-zen-of-grinding-leetcode-problems-day-10-leveling-up-5e763b2bab8
https://medium.com/@mateidanut/the-zen-of-grinding-leetcode-problems-day-10-leveling-up-5e763b2bab8
Medium
The Zen of grinding LeetCode problems: Day 10— Leveling up
It’s the first day I attempted a medium-level problem. Spoiler alert: it went well
Simple URL shortener app in Python for Beginners (🔥 FastAPI Demo)
https://medium.com/@rahul-yr/simple-url-shortener-app-in-python-for-beginners-fastapi-demo-7978049f3532
https://medium.com/@rahul-yr/simple-url-shortener-app-in-python-for-beginners-fastapi-demo-7978049f3532
Medium
Simple URL shortener app in Python for Beginners (🔥 FastAPI Demo)
Introduction
10 Useful Python Tools For Python Developers in 2022
https://medium.com/quick-code/10-useful-python-tools-for-python-developers-in-2022-4c26de31b358
https://medium.com/quick-code/10-useful-python-tools-for-python-developers-in-2022-4c26de31b358
Medium
10 Useful Python Tools For Python Developers in 2022
Python is no longer surprising as one of the most popular languages among developers and in the community of data scientists. It is a…
Resolvendo o Letreco de maneira autônoma
https://medium.com/@conversandoemcodigos/resolvendo-o-letreco-de-maneira-aut%C3%B4noma-76373fcfbd36
https://medium.com/@conversandoemcodigos/resolvendo-o-letreco-de-maneira-aut%C3%B4noma-76373fcfbd36
Medium
Resolvendo o Letreco de maneira autônoma
O Letreco é uma das versões brasileiras não oficiais do jogo de palavras Wordle. O objetivo é tentar descobrir em até seis tentativas qual…
Bash for Data Scientists, Data Engineers & MLOps Engineers
https://towardsdatascience.com/bash-for-data-scientists-data-engineers-mlops-engineers-a8e389621e2e
https://towardsdatascience.com/bash-for-data-scientists-data-engineers-mlops-engineers-a8e389621e2e
Medium
Bash for Data Scientists, Data Engineers & MLOps Engineers
The Comprehensive Guide to Bash Programming
Why Pytorch is better than Tensorflow
https://medium.com/@VersuS_/why-pytorch-is-better-than-tensorflow-de130a87fadb
https://medium.com/@VersuS_/why-pytorch-is-better-than-tensorflow-de130a87fadb
Medium
Why Pytorch is better than Tensorflow
Because you can debug with print
How Not to be Fooled by Time Series Models
https://mikekeith52.medium.com/how-not-to-be-fooled-by-time-series-forecasting-8044f5838de3
https://mikekeith52.medium.com/how-not-to-be-fooled-by-time-series-forecasting-8044f5838de3
Medium
How Not to be Fooled by Time Series Models
Know when you are being presented with accurate-looking forecasts vs. when the forecast is actually highly accurate
Auto Insurance Fraud Detection Machine Learning Model
https://medium.com/@arjun0200/auto-insurance-fraud-detection-machine-learning-model-17d4fcdb897
https://medium.com/@arjun0200/auto-insurance-fraud-detection-machine-learning-model-17d4fcdb897
Medium
Auto Insurance Fraud Detection Machine Learning Model
Why Auto Insurance Fraud Detection: Insurance fraud occurs when a customer attempts to earn profit by exploiting the terms and conditions…
Introduction to “Strings” in Python
https://oindrila-chakraborty88.medium.com/introduction-to-strings-in-python-93225a15794c
https://oindrila-chakraborty88.medium.com/introduction-to-strings-in-python-93225a15794c
Medium
Introduction to “Strings” in Python
Strings are Sequences of Character data. The String Type in Python is called “str”. String Literals may be delimited using either Single…