Python script to calculate air parameters

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

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

    Simple script to calculate parameters of air (relative and absolute humidities, enthalpy, dew point)

  • black

    The uncompromising Python code formatter

  • I have some feedback for you on the code itself. Typically, you should follow PEP8 naming conventions, your function names should have all lower case. Your classes should be camel case (CamelCase). Getting used to a good naming convention is vital and will make things easier for you in the long run. I also use a code format tool called black. It helps to make things very consistent. It isn't mandatory, just an FYI.

  • 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
  • cribbage

    Cirbbage mathematics and code.

  • If you are interested, here is an article I wrote on a game called cribbage. Here is the code repo and a link to a notebook in that repo to use as an example.

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