Web scraping using python, selenium , beautifulsoup
https://medium.com/@mustak.ahmed.m.u/web-scraping-using-python-selenium-beautifulsoup-1657a1963de5
https://medium.com/@mustak.ahmed.m.u/web-scraping-using-python-selenium-beautifulsoup-1657a1963de5
Medium
Web scraping using python, selenium and beautifulsoup
Websites are built using HTML, CSS, and JavaScript. By using these 3 languages one can build interactive Websites.
Machine Translation Evaluation with sacreBLEU and BERTScore
https://towardsdatascience.com/machine-translation-evaluation-with-sacrebleu-and-bertscore-d7fdb0c47eb3
https://towardsdatascience.com/machine-translation-evaluation-with-sacrebleu-and-bertscore-d7fdb0c47eb3
Medium
Machine Translation Evaluation with sacreBLEU and BERTScore
Two useful packages for evaluating MT models performance
Modelling pipelay dynamics with second order ordinary differential equation using Python
https://gigatskhondia.medium.com/modelling-pipelay-dynamics-with-second-order-ordinary-differential-equation-using-python-4d6fc24055b
https://gigatskhondia.medium.com/modelling-pipelay-dynamics-with-second-order-ordinary-differential-equation-using-python-4d6fc24055b
Medium
Modelling pipelay dynamics with second order ordinary differential equation using Python
Modern demand for operating oil and gas fields has boosted the number of subsea pipeline installation projects in deepwaters. The S-lay…
Install custom Python Libraries from private PyPI on Databricks
https://towardsdatascience.com/install-custom-python-libraries-from-private-pypi-on-databricks-6a7669f6e6fd
https://towardsdatascience.com/install-custom-python-libraries-from-private-pypi-on-databricks-6a7669f6e6fd
Medium
Install custom Python Libraries from private PyPI on Databricks
Step by step guide on how to integrate your private PyPI repositories on Databricks clusters.
Recursion vs Dynamic Programming — Fibonacci
https://towardsdatascience.com/dynamic-programming-i-python-8b20387870f5
https://towardsdatascience.com/dynamic-programming-i-python-8b20387870f5
Medium
Recursion vs Dynamic Programming — Fibonacci(Leetcode 509)
In this blog, I will use Leetcode 509. Fibonacci Number as our example to illustrate the coding logic and complexity of recursion vs…
How to visualize data categories in python with pandas
https://code-jedi.medium.com/how-to-visualize-data-categories-in-python-with-pandas-97d74e9cec4e
https://code-jedi.medium.com/how-to-visualize-data-categories-in-python-with-pandas-97d74e9cec4e
Medium
How to visualize data categories in python with pandas
If you have a dataset which is divided into categories of data like: kickstarter projects, flower species or most popular car brands, then…
Build a DIY Mini Radar Using Arduino, Python and Streamlit
https://towardsdatascience.com/build-a-diy-mini-radar-using-arduino-python-and-streamlit-c333006681d7
https://towardsdatascience.com/build-a-diy-mini-radar-using-arduino-python-and-streamlit-c333006681d7
Towards Data Science
Build a DIY Mini Radar Using Arduino, Python and Streamlit | Towards Data Science
How to build an inexpensive mini radar system with a live dashboard
Are You a Beginner Programmer? Build a Strong Foundation with These Projects
https://imsanjams.medium.com/are-you-a-beginner-programmer-build-a-strong-foundation-with-these-projects-6d9dfa2bf1c4
https://imsanjams.medium.com/are-you-a-beginner-programmer-build-a-strong-foundation-with-these-projects-6d9dfa2bf1c4
Medium
Are You a Beginner Programmer? Build a Strong Foundation with These Projects
Programming is one of the professions that demands a significant amount of mental effort. It is, nevertheless, entertaining. The rush of…
Python 3.10 just came out! Here’s what’s new?
https://preettheman.medium.com/python-3-10-just-came-out-heres-what-s-new-bd7727ad4662
https://preettheman.medium.com/python-3-10-just-came-out-heres-what-s-new-bd7727ad4662
Medium
Python 3.10 just came out! Here’s what’s new?
Welcome back! Guess what? Python 3.10 just officially came out! This is an awesome update coming from Python 3.9. Now, this specific…
Funciones de error con Entropia: Cross Entropy y Binary Cross Entropy
https://rubialesalberto.medium.com/funciones-de-error-con-entropia-cross-entropy-y-binary-cross-entropy-8df8442cdf35
https://rubialesalberto.medium.com/funciones-de-error-con-entropia-cross-entropy-y-binary-cross-entropy-8df8442cdf35
Medium
Funciones de error con Entropia: Cross Entropy y Binary Cross Entropy
En este artículo vamos a descifrar el funcionamiento de la entropía cruzada, la entropía cruzada binaria y programar ambas funciones en…