Judoscale integrates with Django, FastAPI, Celery, and RQ to make autoscaling easy and reliable. Save big, and say goodbye to request timeouts and backed-up task queues. Learn more →
Pyrsistent Alternatives
Similar projects and alternatives to Pyrsistent
-
-
Judoscale
Save 47% on cloud hosting with autoscaling that just works. Judoscale integrates with Django, FastAPI, Celery, and RQ to make autoscaling easy and reliable. Save big, and say goodbye to request timeouts and backed-up task queues.
-
-
-
-
-
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
-
-
-
Functional-Programming-Techniques-In-Python
Exploring functional centric designs and patterns in Python
-
-
-
-
-
-
-
Deal
🤝 Design by contract for Python. Write bug-free code. Add a few decorators, get static analysis and tests for free.
-
-
-
InfluxDB
InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
Pyrsistent discussion
Pyrsistent reviews and mentions
-
Text Parsing: Now You Have Three Problems (David Beazley)
There are python libraries that implement Clojure style functional data types. Have you tried pyrsistent - https://github.com/tobgu/pyrsistent
-
What are some amazing, great python external modules, libraries to explore?
Hissp is really interesting. Read through the docs and you'll understand Python more deeply. It works well with Toolz and Pyrsistent.
- When you discover deepcopy in python
-
What is the proper way to create a new copy for list, dictionary, tuples, and array
This is normal for some functional languages, since by definition they should prohibit assignment and hence mutation. But you can also achieve a similar (not the same) effect in python, using libraries like pyrsistent (https://github.com/tobgu/pyrsistent/)
-
Hello, HPy
It still is, and Cython is great for accelerating critical Python code.
A C extension is far preferable when you want to code in C, either to write a new data type[1], or write a Python frontend to a C library[2] that is too complex to be well supported by simple FFI.
I think people use Cython more internally when they value the maintainability of "mostly Python" over the fact that it's slower than what native C would get them.
[1]: https://github.com/tobgu/pyrsistent
[2]: https://github.com/libgit2/pygit2
-
Toolz: A functional standard library for Python
There's Pyrsistent[1], which provides persistent data structures.
[1] https://github.com/tobgu/pyrsistent
-
A note from our sponsor - Judoscale
judoscale.com | 24 Apr 2025
Stats
tobgu/pyrsistent is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of Pyrsistent is Python.