My take on Tower Raising

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

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

    The uncompromising Python code formatter

  • You need to get a linter + formatter for your code. A formatter makes your code all pretty. I use black. A linter will look at your code and then warn you about errors. For example, you import random despite never using it, and the temp variables that you assign your input to are also not used. Tiny things like this that are hard to spot quickly are the bread and butter of linters.

  • Visual Studio Code

    Visual Studio Code

  • I always recommend Visual Studio Code because it's Free.

  • 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