These 17 Python Projects Will Teach You Way Better Than “Hello World”
https://towardsdatascience.com/these-17-python-projects-will-teach-you-way-better-than-hello-world-14b28aa4c308
https://towardsdatascience.com/these-17-python-projects-will-teach-you-way-better-than-hello-world-14b28aa4c308
Medium
These 17 Projects Will Teach You Python Way Better Than “Hello World”
These projects are fascinating, rewarding, and maybe a little challenging.
My pain with Serverless and AWS Lambda
https://medium.com/@jolo-dev/my-pain-with-serverless-and-aws-lambda-52278429ae33
https://medium.com/@jolo-dev/my-pain-with-serverless-and-aws-lambda-52278429ae33
Medium
My pain with Serverless and AWS Lambda
Just recently, I got to work with Serverless on AWS Lambda. It’s a great technology, and I love the idea not to manage and provision underlying servers. I do much programming in Python, and luckily…
Time Moves Forward — RAPIDS Hits Its Three Year Milestone
https://medium.com/rapids-ai/time-moves-forward-rapids-hits-its-three-year-milestone-ab34afead003
https://medium.com/rapids-ai/time-moves-forward-rapids-hits-its-three-year-milestone-ab34afead003
Medium
Time Moves Forward — RAPIDS Hits Its Three Year Milestone
Release 21.10 continues to work toward the vision of making GPU speed available to everyone
Checking if a solution exists — Intermediate Value Theorem
https://medium.com/@andrewdaviesul/checking-if-a-solution-exists-intermediate-value-theorem-53d85890350
https://medium.com/@andrewdaviesul/checking-if-a-solution-exists-intermediate-value-theorem-53d85890350
Medium
Checking if a solution to a function exists using the Intermediate Value Theorem
Using the IVT to test whether a solution to a function exists within a particular interval
Automate the Structure of Your Data Science Projects with Cookiecutter
https://towardsdatascience.com/automate-the-structure-of-your-data-science-projects-with-cookiecutter-937b244114d8
https://towardsdatascience.com/automate-the-structure-of-your-data-science-projects-with-cookiecutter-937b244114d8
Medium
Automate the Structure of Your Data Science Projects with Cookiecutter
Stop the manual work, reuse project templates instead
Structuring Text with Graph Representations
https://medium.com/@diogoapnunes/structuring-text-with-graph-representations-41dd4f2a3ab3
https://medium.com/@diogoapnunes/structuring-text-with-graph-representations-41dd4f2a3ab3
Medium
Structuring Text with Graph Representations
Text is a type of data that, when explored correctly, can be a source of valuable information. However, it can be challenging to explore…
How to create custom argparse types in Python?
https://medium.com/@zackbunch/how-to-create-custom-argparse-types-in-python-608c17d1f94a
https://medium.com/@zackbunch/how-to-create-custom-argparse-types-in-python-608c17d1f94a
Medium
How to create custom argparse types in Python?
As a developer, I find myself writing many scripts that require taking in arguments from the command line and dynamically changing how a…
Supervised Machine Learning: Classification — Boosting and Stacking
https://medium.com/the-quant-journey/supervised-machine-learning-classification-boosting-and-stacking-e23e77963191
https://medium.com/the-quant-journey/supervised-machine-learning-classification-boosting-and-stacking-e23e77963191
Medium
Supervised Machine Learning: Classification — Boosting and Stacking
This is a comprehensive guide to classification tasks for Boosting and Stacking methods.
Q#52: Largest elements in an array
https://medium.com/foundational-data-science-interview-questions/q-52-largest-elements-in-an-array-e49695044d29
https://medium.com/foundational-data-science-interview-questions/q-52-largest-elements-in-an-array-e49695044d29
Medium
Q#52: Largest elements in an array
Given an array with k distinct elements, write a function to return all elements that have at least two elements greater than themselves in…