Sunday Daily Thread: What's everyone working on this week?

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

    Metaclasses in Python

  • This week I continued working on the metaclasses in Python and created three repositories. The first repository is my notes about metaclasses, you can find them here https://github.com/hakancelikdev/metaclasses. The second repository is a just-for-fun project, I wanted to show people metaclasses power. ( Defineif is the project name ), here is https://github.com/hakancelikdev/defineif You can define any method if the given condition is True, so if you want you can two methods with the same name ( mind-blow ). You can find an example in the readme. The final repository is a real project for using [dbm](https://docs.python.org/3/library/dbm.html) more pythonic. The project name is pydbm, here is https://github.com/hakancelikdev/pydbm. I will add a tutorial as soon as possible, you can install via pip with pip install pythonic-dbm. Here is a quick example

  • defineif

    :trollface: If the condition is true, define the method. [ Just for fun ]

  • This week I continued working on the metaclasses in Python and created three repositories. The first repository is my notes about metaclasses, you can find them here https://github.com/hakancelikdev/metaclasses. The second repository is a just-for-fun project, I wanted to show people metaclasses power. ( Defineif is the project name ), here is https://github.com/hakancelikdev/defineif You can define any method if the given condition is True, so if you want you can two methods with the same name ( mind-blow ). You can find an example in the readme. The final repository is a real project for using [dbm](https://docs.python.org/3/library/dbm.html) more pythonic. The project name is pydbm, here is https://github.com/hakancelikdev/pydbm. I will add a tutorial as soon as possible, you can install via pip with pip install pythonic-dbm. Here is a quick example

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

    :balloon: Pythonic way to use dbm.

  • This week I continued working on the metaclasses in Python and created three repositories. The first repository is my notes about metaclasses, you can find them here https://github.com/hakancelikdev/metaclasses. The second repository is a just-for-fun project, I wanted to show people metaclasses power. ( Defineif is the project name ), here is https://github.com/hakancelikdev/defineif You can define any method if the given condition is True, so if you want you can two methods with the same name ( mind-blow ). You can find an example in the readme. The final repository is a real project for using [dbm](https://docs.python.org/3/library/dbm.html) more pythonic. The project name is pydbm, here is https://github.com/hakancelikdev/pydbm. I will add a tutorial as soon as possible, you can install via pip with pip install pythonic-dbm. Here is a quick example

  • TUI-apps

    Terminal User Interface (TUI) apps

  • Here's what I've done so far: https://github.com/learnbyexample/TUI-apps/tree/main/CLI-Exercises

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