Things I wish I did when I became a data scientist
https://preettheman.medium.com/things-i-wish-i-did-when-i-became-a-data-scientist-83ef3950b6d9
https://preettheman.medium.com/things-i-wish-i-did-when-i-became-a-data-scientist-83ef3950b6d9
Medium
Things I wish I did when I became a data scientist
Welcome back! I’ve been working as a data scientist for a few years now, and although I am definitely very early in my career (and have a…
Subtracting NumPy arrays of different shapes efficiently
https://medium.com/@macchiwaye/subtracting-numpy-arrays-of-different-shapes-efficiently-fee31d03c2a9
https://medium.com/@macchiwaye/subtracting-numpy-arrays-of-different-shapes-efficiently-fee31d03c2a9
Medium
Subtracting NumPy arrays of different shapes efficiently
The idea is to simply extend the dimensionality. There is a way to subtract a shape (n,3) array w X so that each row is subtracted from the…
This Python package checks the security of your project
https://preettheman.medium.com/this-python-package-checks-the-security-of-your-project-21e05d944d2f
https://preettheman.medium.com/this-python-package-checks-the-security-of-your-project-21e05d944d2f
Medium
This Python package checks the security of your project
Welcome back! Python is one of my favorite programming languages, it can practically do anything you can think of, but one thing I find…
Python on the Job: A few days work in a few hours
https://medium.com/@dennisyd/python-on-the-job-a-few-days-work-in-a-few-hours-f14effc3fae5
https://medium.com/@dennisyd/python-on-the-job-a-few-days-work-in-a-few-hours-f14effc3fae5
Medium
Python on the Job: A few days work in a few hours
Python is a great tool, if used properly, your team, boss and others will think that you are a guru. Please read through one such instance…
Django Custom User Model and Auth using JWT. SIMPLE BOILERPLATE
https://nimishverma.medium.com/django-custom-user-model-and-auth-using-jwt-simple-boilerplate-6acd78bf7767
https://nimishverma.medium.com/django-custom-user-model-and-auth-using-jwt-simple-boilerplate-6acd78bf7767
Medium
Django Custom User Model and Auth using JWT. SIMPLE BOILERPLATE
This is a ready-to-use boilerplate gathered from a bunch of different resources and explained briefly. Comes with a custom user model, log…
Daily Report Using Python and Spreadsheet.
https://medium.com/thelorry-product-tech-data/daily-report-using-python-and-spreadsheet-13a98f4aa279
https://medium.com/thelorry-product-tech-data/daily-report-using-python-and-spreadsheet-13a98f4aa279
Medium
Daily Report Using Python and Spreadsheet.
The aim of this article is to help you generate a daily report by using python and analyze the data using Spreadsheet. After reading this…
Automate Sending Email with Embedded Spreadsheet Table Using Python.
https://medium.com/thelorry-product-tech-data/automate-sending-email-with-embedded-spreadsheet-table-using-python-cf2710e350a9
https://medium.com/thelorry-product-tech-data/automate-sending-email-with-embedded-spreadsheet-table-using-python-cf2710e350a9
Medium
Automate Sending Email with Embedded Spreadsheet Table Using Python.
The ways how to observe company growth are by producing daily, weekly and monthly report that help upper management to get an overview…
Accessing Formula -1 Race's 🏎 historical data using Python
https://pandeyparul.medium.com/accessing-formula-1-races-historical-data-using-python-b7c80e544f50
https://pandeyparul.medium.com/accessing-formula-1-races-historical-data-using-python-b7c80e544f50
Medium
Accessing Formula -1 Race's 🏎 historical data using Python
Analyzing the 2021 Russian Grand Prix with the Fast F1 library
Which city has the better food options?
https://medium.com/@jpritcha/which-city-has-the-better-food-options-1f9cfa94a705
https://medium.com/@jpritcha/which-city-has-the-better-food-options-1f9cfa94a705
Medium
Which city has the better food options? Comparative data analysis of Chicago & Philadelphia through Yelp ratings
Have you ever taken part in a friendly argument over which city has the better food?
Concurrency to the rescue or how to be effective as an SRE
https://blog.25region.net/concurrency-to-the-rescue-or-how-to-be-effective-as-an-sre-3d7a6b6ff400
https://blog.25region.net/concurrency-to-the-rescue-or-how-to-be-effective-as-an-sre-3d7a6b6ff400
Medium
Concurrency to the rescue or how to be effective as an SRE
Comparing concurrency performance between common backend automation programming languages
Multidimensional Scaling (MDS) for Dimensionality Reduction and Data Visualization
https://towardsdatascience.com/multidimensional-scaling-mds-for-dimensionality-reduction-and-data-visualization-d5252c8bc4c0
https://towardsdatascience.com/multidimensional-scaling-mds-for-dimensionality-reduction-and-data-visualization-d5252c8bc4c0
Towards Data Science
Multidimensional Scaling (MDS) for Dimensionality Reduction and Data Visualization | Towards Data Science
Explaining and reproducing Multidimensional Scaling (MDS) using different distance approaches with python implementation
How to Use Conditional Ternary Operator in Python
https://alvisonhunter.medium.com/using-ternary-operator-in-python-34338272beef
https://alvisonhunter.medium.com/using-ternary-operator-in-python-34338272beef
Medium
How to Use Conditional Ternary Operator in Python
Does Python have a ternary conditional operator? Let’s find out!