From 30 to 11 Lines of Code: Rock Paper Scissors in Python
https://betterprogramming.pub/from-30-to-11-lines-of-code-rock-paper-scissors-in-python-5bfa4313a8a7
https://betterprogramming.pub/from-30-to-11-lines-of-code-rock-paper-scissors-in-python-5bfa4313a8a7
Medium
From 30 to 11 Lines of Code: Rock Paper Scissors in Python
Revisiting the popular beginner game
Comprehensive Guide on Hosting Django Apps / Website on Linode
https://medium.com/@johntovor/comprehensive-guide-on-hosting-django-apps-website-on-linode-11b9d84f146d
https://medium.com/@johntovor/comprehensive-guide-on-hosting-django-apps-website-on-linode-11b9d84f146d
Medium
Comprehensive Guide on Hosting Django Apps / Website on Linode
In this article, I will take you through a step by step guide on how to deploy Python Django applications on the Linode server.
Instantaneous phase and magnitude with the Hilbert transform
https://peterbbryan.medium.com/instantaneous-phase-and-magnitude-with-the-hilbert-transform-40a73985be07
https://peterbbryan.medium.com/instantaneous-phase-and-magnitude-with-the-hilbert-transform-40a73985be07
Medium
Instantaneous phase and magnitude with the Hilbert transform
Applying the Hilbert transform to better understand periodic data
Pandas Sum DataFrame Columns With Examples
https://medium.com/@rakesh.trri/pandas-sum-dataframe-columns-with-examples-5afb307056ae
https://medium.com/@rakesh.trri/pandas-sum-dataframe-columns-with-examples-5afb307056ae
Medium
Pandas Sum DataFrame Columns With Examples
To sum pandas DataFrame columns (given selected multiple columns) using either sum(), iloc[], eval() and loc[] functions. Among these…
12 Python Built-In Functions for Data Science and Analytics
https://medium.com/@siglimumuni/12-python-built-in-functions-for-data-science-and-analytics-bee752aceab1
https://medium.com/@siglimumuni/12-python-built-in-functions-for-data-science-and-analytics-bee752aceab1
Medium
12 Python Built-In Functions for Data Science and Analytics
With use cases and example code
Lowest Common Ancestor in a Binary Tree for noobs like me.
https://medium.com/@chandradhar.rao/lowest-common-ancestor-in-a-binary-tree-for-noobs-like-me-fa4c6304e81d
https://medium.com/@chandradhar.rao/lowest-common-ancestor-in-a-binary-tree-for-noobs-like-me-fa4c6304e81d
Medium
Lowest Common Ancestor in a Binary Tree for noobs like me.
Source to the problem: https://leetcode.com/problems/lowest-common-ancestor-of-a-binary-tree/submissions/
The Six Most Important Things to Know About Python Functions
https://petergrant-81989.medium.com/the-six-most-important-things-to-know-about-python-functions-e1eacaab412
https://petergrant-81989.medium.com/the-six-most-important-things-to-know-about-python-functions-e1eacaab412
Medium
The Six Most Important Things to Know About Python Functions
How you can use these powerful tools to make better Python code
Data preprocessing — Scaling vs Normalizing data using sklearn.preprocessing in python
https://medium.com/@wkelsick_87597/data-preprocessing-scaling-vs-normalizing-data-using-sklearn-preprocessing-in-python-870cd8e1da90
https://medium.com/@wkelsick_87597/data-preprocessing-scaling-vs-normalizing-data-using-sklearn-preprocessing-in-python-870cd8e1da90
Medium
Data preprocessing — Scaling vs Normalizing data using sklearn.preprocessing in python
In todays article we are going to deep dive into scaling vs normalizing data. We will compare how the two methods react to a…
Picking a Disneyland — Natural Language Processing of Reviews. Part 2
https://medium.com/@sashakorovkina/picking-a-disneyland-natural-language-processing-of-reviews-part-2-a74658c2b16d
https://medium.com/@sashakorovkina/picking-a-disneyland-natural-language-processing-of-reviews-part-2-a74658c2b16d
Medium
Picking a Disneyland — Natural Language Processing of Reviews. Part 2
In the first part of this series, Disney California topped our list by the average ranking, but will its reviews support its position?
How to start Jupyter in Google Cloud — the Python way
https://medium.com/@michalmrazek/how-to-start-jupyter-in-google-cloud-the-python-way-7a70adb7b4b1
https://medium.com/@michalmrazek/how-to-start-jupyter-in-google-cloud-the-python-way-7a70adb7b4b1
Medium
How to start Jupyter in Google Cloud — the Python way
Did you know that you can easily start a Jupyter notebook in Google Cloud with Python SDK? And automatically mount GCS buckets, add GPUs…
Auto ML in Python — An Overview of the MLBox Package
https://towardsdatascience.com/auto-ml-in-python-an-overview-of-the-mlbox-package-66668c6b1bfb
https://towardsdatascience.com/auto-ml-in-python-an-overview-of-the-mlbox-package-66668c6b1bfb
Medium
Auto ML in Python — An Overview of the MLBox Package
Learn about MLBox to quickly and efficiently train an automated machine learning pipeline for a classification problem in python.
VAE: Variational Autoencoders — How to Employ Neural Networks to Generate New Images
https://towardsdatascience.com/vae-variational-autoencoders-how-to-employ-neural-networks-to-generate-new-images-bdeb216ed2c0
https://towardsdatascience.com/vae-variational-autoencoders-how-to-employ-neural-networks-to-generate-new-images-bdeb216ed2c0
Towards Data Science
VAE: Variational Autoencoders - How to Employ Neural Networks to Generate New Images | Towards Data Science
An overview of VAEs with a complete Python example that teaches you how to build one yourself
6 Things to Know About Subclassing in Python — Why and How
https://betterprogramming.pub/6-things-to-know-about-subclassing-in-python-why-and-how-296003b62a75
https://betterprogramming.pub/6-things-to-know-about-subclassing-in-python-why-and-how-296003b62a75
Medium
6 Things to Know About Subclassing in Python — Why and How
Touching base on some core features in Python as an OOP language
Making Operations Between Pandas DataFrames and Series
https://medium.com/@betofc89/making-operations-between-pandas-dataframes-and-series-fdf80c1116f2
https://medium.com/@betofc89/making-operations-between-pandas-dataframes-and-series-fdf80c1116f2
Medium
Making Operations Between Pandas DataFrames and Series
Different from conventional mathematics, Pandas allows you to sum matrices-like structures of different sizes. But in order to do that, we…
Release/Deployment approvals in Azure DevOps using REST APIs
https://medium.com/@khandelwal.praful/release-deployment-approvals-in-azure-devops-using-rest-apis-6beaa1c3a782
https://medium.com/@khandelwal.praful/release-deployment-approvals-in-azure-devops-using-rest-apis-6beaa1c3a782
Medium
Release/Deployment approvals in Azure DevOps using REST APIs
As part of gating criteria for release/deployment, we often put approval processes in place, which can cover both pre-deploy and…
Basic data analysis combining Python, SPSS and PowerBI.
https://hangmortimer.medium.com/basic-data-analysis-combining-python-spss-and-powerbi-5a207d8b8f9
https://hangmortimer.medium.com/basic-data-analysis-combining-python-spss-and-powerbi-5a207d8b8f9
Medium
Basic data analysis combining Python, SPSS and PowerBI.
Last week I had to do a presentation on a data analysis project and allow me to share with you the procedure in this post. For the slides…