How to Justify the use of Python at work

This page summarizes the projects mentioned and recommended in the original post on /r/learnpython

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • SQLAlchemy

    The Database Toolkit for Python

  • Keeping data in an Access database which is single-user orientated is problematic as soon as you want multiple users to access the data including some who need to make changes. Converting that to a standard SQL database, be that Microsoft SQL Server, PostgreSQL, MariaDB and accessing it with Python would make for more performant, secure and reliable data access and management. (You could still use VBA to talk to the SQL database.) Look at SQLAlchemy

  • Pandas

    Flexible and powerful data analysis / manipulation library for Python, providing labeled data structures similar to R data.frame objects, statistical functions, and much more

  • Python can process more data than Excel and do it faster. Look at pandas.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts