Use your Jira Service Management as your “User & Roles” frontend solution
https://julianpleli.medium.com/use-your-jira-service-management-as-your-user-roles-frontend-solution-9f88995329a0
https://julianpleli.medium.com/use-your-jira-service-management-as-your-user-roles-frontend-solution-9f88995329a0
Medium
Use your Jira Service Management as your “User & Roles” frontend solution
We manage our access to an application in a Postgres database. To create a user interface for the users & roles as quickly as possible, we…
Introduction To Data Science: Data Preprocessing In Python
https://python.plainenglish.io/introduction-to-data-science-data-preprocessing-in-python-e27301286326
https://python.plainenglish.io/introduction-to-data-science-data-preprocessing-in-python-e27301286326
Medium
Introduction To Data Science: Data Preprocessing In Python
Learn about different data preprocessing techniques using the Sklearn library.
How to find if a point is inside polygon shape using Python
https://medium.com/@marin.bouthemy/how-to-find-if-a-point-is-inside-polygon-shape-using-python-5225f9b09c3
https://medium.com/@marin.bouthemy/how-to-find-if-a-point-is-inside-polygon-shape-using-python-5225f9b09c3
Medium
How to find if a point is inside polygon shape using Python
Introduction
An Unbounce API wrapper written in Python.
https://ronnie-joshua.medium.com/unbounce-api-python-connector-706aecc3c201
https://ronnie-joshua.medium.com/unbounce-api-python-connector-706aecc3c201
Medium
An Unbounce API wrapper written in Python.
10 useful Python libraries & packages for automated trading
https://medium.com/lemon-markets/10-useful-python-libraries-packages-for-automated-trading-5ee4367f1771
https://medium.com/lemon-markets/10-useful-python-libraries-packages-for-automated-trading-5ee4367f1771
Medium
10 useful Python libraries & packages for automated trading
Hey! I’m Joanne, an intern at lemon.markets, and I’m here to share some invaluable Python libraries & packages to use when you’re working…
Top 10 Python Packages For Machine Learning
https://datafans.medium.com/top-10-python-packages-for-machine-learning-55685ba220e9
https://datafans.medium.com/top-10-python-packages-for-machine-learning-55685ba220e9
Medium
Top 10 Python Packages For Machine Learning
The field of data science relies heavily on the predictive capability of Machine Learning (ML) algorithms. Python offers an opportune…
pandas-stubs — How we enhanced pandas with type annotations
https://medium.com/virtuslab/pandas-stubs-how-we-enhanced-pandas-with-type-annotations-1f69ecf1519e
https://medium.com/virtuslab/pandas-stubs-how-we-enhanced-pandas-with-type-annotations-1f69ecf1519e
Medium
pandas-stubs — How we enhanced pandas with type annotations
This article is co-authored by Zbigniew Królikowski and Joanna Sendorek.
How i ran into production issue with python default arguments?
https://medium.com/@BowrnaPrabhu/how-i-ran-into-production-issue-with-python-default-arguments-44ed1ea92a9e
https://medium.com/@BowrnaPrabhu/how-i-ran-into-production-issue-with-python-default-arguments-44ed1ea92a9e
Medium
How i ran into production issue with python default arguments?
Overview
Choosing between Python and Java: A beginner software tester’s guide to automation
https://medium.com/@libint20/choosing-between-python-and-java-a-beginner-software-testers-guide-to-automation-8af3005bb1d1
https://medium.com/@libint20/choosing-between-python-and-java-a-beginner-software-testers-guide-to-automation-8af3005bb1d1
Medium
Choosing between Python and Java: A beginner software tester’s guide to automation
If you’re someone who wants to venture into software testing or boost your career prospects if you’re a manual tester, you may have come…
Pickle Quickstart — Saving & Loading Python Objects for Beginners
https://zl-liu.medium.com/pickle-quickstart-saving-loading-python-objects-for-beginners-338fab482b06
https://zl-liu.medium.com/pickle-quickstart-saving-loading-python-objects-for-beginners-338fab482b06
Medium
Pickle Quickstart — Saving & Loading Python Objects for Beginners
Did you know that you can save Python objects like lists, dictionaries and whatnot (most things in Python) in a file? We can do this…
Multiple Linear Regression from Scratch using Python
https://medium.com/analytics-vidhya/multiple-linear-regression-from-scratch-using-python-db9368859f
https://medium.com/analytics-vidhya/multiple-linear-regression-from-scratch-using-python-db9368859f
Medium
Multiple Linear Regression from Scratch using Python
In the previous post, you learned how to implement a simple linear regression from scratch using only NumPy. In today’s post, I will show…
SQLAlchemy: merging two of the greatest tools for data science
https://medium.com/analytics-vidhya/sqlalchemy-merging-two-of-the-greatest-tools-for-data-science-bd75137a3bf9
https://medium.com/analytics-vidhya/sqlalchemy-merging-two-of-the-greatest-tools-for-data-science-bd75137a3bf9
Medium
SQLAlchemy: merging two of the greatest tools for data science
How to get started on using SQL with Python the right way!