Python — Extract Data from Salesforce Marketing Cloud (ExactTarget)
https://macxima.medium.com/python-extract-data-from-salesforce-marketing-cloud-exacttarget-fd644e4cb060
https://macxima.medium.com/python-extract-data-from-salesforce-marketing-cloud-exacttarget-fd644e4cb060
Medium
Python — Extract Data from Salesforce Marketing Cloud (ExactTarget)
As we know that data is truly the new diamond in the rough and accelerated digital technologies have initiated new business models and…
12 Of My Favorite Python Practices For Better Functions
https://towardsdatascience.com/12-of-my-favorite-python-practices-for-better-functions-7a21d18cfb38
https://towardsdatascience.com/12-of-my-favorite-python-practices-for-better-functions-7a21d18cfb38
Medium
12 Of My Favorite Python Practices For Better Functions
It is easy to write bad functions, much harder to write exemplary ones — here are some of the ways I improve mine!
Verifying requests from Slack — Because the docs are bad
https://medium.com/@maxatko/verifying-requests-from-slack-because-the-docs-are-bad-5c013e33fdb
https://medium.com/@maxatko/verifying-requests-from-slack-because-the-docs-are-bad-5c013e33fdb
Medium
Verifying requests from custom Slack apps — Because the code examples aren’t code examples
The Slack docs for verifying Slack webhooks are pretty good, until you get to the code examples, which aren’t really code examples, more…
Identifying and Handling Missing Data in Python
https://pub.towardsai.net/identifying-and-handling-missing-data-in-python-ebe114776f78
https://pub.towardsai.net/identifying-and-handling-missing-data-in-python-ebe114776f78
Medium
Identifying and Handling Missing Data in Python
Cleaning and transforming the data
One Problem, Five Solutions: “Finding Duplicate Characters”
https://python.plainenglish.io/one-problem-five-solutions-finding-duplicate-characters-python-eb9a7a40cc0a
https://python.plainenglish.io/one-problem-five-solutions-finding-duplicate-characters-python-eb9a7a40cc0a
Medium
One Problem, Five Solutions: “Finding Duplicate Characters”
In this article, we are gonna solve a simple problem with five methods in Python
Try These 5 Tips To Optimize Your Python Code
https://towardsdatascience.com/try-these-5-tips-to-optimize-your-python-code-c7e0ccdf486a
https://towardsdatascience.com/try-these-5-tips-to-optimize-your-python-code-c7e0ccdf486a
Medium
Try These 5 Tips To Optimize Your Python Code
Quick tips to write better python code
Should we use on-hot encode in decision tree model from scikit-learn?
https://medium.com/mlearning-ai/should-we-use-on-hot-encode-in-decision-tree-model-from-scikit-learn-c77159c40912
https://medium.com/mlearning-ai/should-we-use-on-hot-encode-in-decision-tree-model-from-scikit-learn-c77159c40912
Medium
Should we use on-hot encode in decision tree model from scikit-learn?
The decision tree built in sklearn (sklearn.tree.DecisionTreeClassifier) uses Classification and Regression Tree (CART). We know it is a…
Make Python Run Faster: A Machine Learning Perspective
https://medium.com/@DataCanOrg/make-python-run-faster-c73137598bae
https://medium.com/@DataCanOrg/make-python-run-faster-c73137598bae
Medium
Make Python Run Faster: A Machine Learning Perspective
Python has a great ecosystem for machine learning, but deep learning is computationally intensive and Python is slow. In this post, I will…
How I used PyTorch to get on the Leaderboard of a Kaggle’s ventilator competition
https://medium.com/mlearning-ai/how-i-used-pytorch-to-get-on-the-leaderboard-of-a-kaggles-ventilator-competition-88eaa90dd0c3
https://medium.com/mlearning-ai/how-i-used-pytorch-to-get-on-the-leaderboard-of-a-kaggles-ventilator-competition-88eaa90dd0c3
Medium
How I used PyTorch to get on the Leaderboard of a Kaggle’s ventilator competition
I am always very pleased when Kaggle has a competition that I can enter. At the moment I am only competent in tabular competitions, but…
Resolvendo um problema mundial com matemática e Python
https://medium.com/@temis2st/resolvendo-um-problema-mundial-com-matem%C3%A1tica-e-python-f40d631845d5
https://medium.com/@temis2st/resolvendo-um-problema-mundial-com-matem%C3%A1tica-e-python-f40d631845d5
Medium
Resolvendo um problema mundial com matemática e Python
Hoje, resolveremos um problema mundial que afeta empresas aéreas. E utilizaremos programação, raciocínio lógico e matemática básica.