CPython
Camunda BPM
CPython | Camunda BPM | |
---|---|---|
1,426 | 17 | |
64,629 | 4,152 | |
1.5% | 0.4% | |
10.0 | 9.4 | |
6 days ago | 3 days ago | |
Python | Java | |
GNU General Public License v3.0 or later | Apache License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
CPython
-
UV has a killer feature you should know about
Just for the record, `venv` has been in since Python 3.3, although it didn't bootstrap Pip into the environment until 3.4 and wasn't the officially blessed way of doing things until 3.5 (which was still over 9 years ago).
Pip isn't part of the standard library; the standard library `ensurepip` (called from `venv`) includes a vendored wheel for Pip (https://github.com/python/cpython/tree/main/Lib/ensurepip/_b...), and imports Pip from within that wheel to bootstrap it. (Wheels are zip files, and Python natively knows how to import code from a zip file, so this just involves some `sys.path` manipulation. The overall process is a bit complex, but it's all in https://github.com/python/cpython/blob/main/Lib/ensurepip/__... .)
This is why you get prompted to upgrade Pip all the time in new virtual environments (unless you preempt that with `--upgrade-deps`). The core development team still wants to keep packaging at arms length. This also allows Pip to be developed, released and versioned independently.
-
2025’s Must-Know Tech Stacks
Python
-
From Idea To Development: My Journey Completing the Cloud Resume Challenge AWS
I used Python and Boto3 to write a Lambda function which retrieves and updates the visitors_count in DynamoDB. Boto3 is an AWS SDK for managing AWS resources through code. For testing, I used Pytest and Moto, which mocks AWS services for testing purposes. Although I had no prior experience with Boto3 or Moto, I relied heavily on documentation to understand and implement them.
- A new tail-calling interpreter for significantly better interpreter performance
-
Keyboard Sounds — Make any keyboard sound mechanical
To install this application as a CLI utility via the Python package, you will need to have Python installed on your system. You can download Python from the official website.
-
Can LLMs write better code if you keep asking them to "write better code"?
All of this is missing the point that doing basic arithmetic like this in Python drowns in the overhead of manipulating objects (at least with the reference C implementation).
For that matter, the naive "convert to string and convert each digit to int" approach becomes faster in pure Python than using explicit div/mod arithmetic for very large numbers. This is in part thanks to algorithmic improvements implemented at least partially in Python (https://github.com/python/cpython/blob/main/Lib/_pylong.py#L...). But I can also see improved performance even for only a couple hundred digits (i.e. less than DIGLIM for the recursion) which I think comes from being able to do the div/mod loop in C and dump values directly into a storage array, rather than constantly creating objects to represent the modulo results (https://github.com/python/cpython/blob/main/Objects/longobje... seems to be the relevant part of the code).
- "Escapando" de IntelliJ
-
Databases in 2024: A Year in Review
Yep! Not every operation you can do on a dict is thread safe but if you find a situation where it isn't it's a bug.
https://github.com/python/cpython/issues/112075
Google is recommending people not rely on it because it does make dict subclasses not substitutable.
- AI + Data Weekly 169 for 23 December 2024
-
Open Source for Non-Developers: Opportunities Beyond Code
Example: The success of Python is partly due to its vibrant group of advocates who actively as a versatile and beginner-friendly programming language.
Camunda BPM
-
Workflow, from stateless to stateful
In addition, I developed a Spring Boot application with Kotlin based on the Camunda platform. Camunda is a workflow engine.
- Smart Working, orari flessibili, carriere e settori. Qual è la situazione?
-
Camunda BPM VS javactrl-kafka - a user suggested alternative
2 projects | 2 Feb 2023
-
Optimizing Decision Making with a Trie Tree-Based Rules Engine: An Experience Report
In Pictet Technologies, my team relies a lot on decision models. These models allow our business analysts to input Compliance business rules directly into the systems with minimal developer intervention. When I joined the company, we used to use both Drools and Camunda. However, we faced severe memory and performance issues, specifically with Camunda, prompting me to explore alternatives.
-
How to Communicate Your Process Visually using BPMN as Code
BPMN is actually a set of standards has been used for years for complex enterprise processes, and nowadays it's becoming more accessible thanks to the development of the new techniques. Web based tooling (like Camunda, BPMN.io), more platforms supporting integrating diagrams into the flows, and remote work culture all helps us to use BPMN easier. Besides all of that, we drive/lead more and more initiatives together and we're keep looking for the efficiency and improvement.
-
Achieving Rule-based observability using Sidekick and Camunda
The Universal Process Orchestrator | Camunda
-
How to Achieve Geo-redundancy with Zeebe
Bernd Ruecker is co-founder and chief technologist of Camunda as well as the author ofPractical Process Automation with O’Reilly. He likes speaking about himself in the third person. He is passionate about developer-friendly process automation technology. Connect viaLinkedIn or follow him onTwitter. As always, he loves getting your feedback. Comment below orsend him an email.
-
Ask HN: Who is hiring? (June 2022)
Camunda | Senior Frontend Engineer | REMOTE EMEA (Europe, Middle East and Africa) | Full-time
At Camunda - https://camunda.com - we have a simple goal: automate any processes, anywhere. All the way from Zalando's online shop to NASA's space missions, processes are everywhere, and at Camunda we have made it our mission to enable organizations to design, automate and improve these processes — no matter where they are and what they entail.
Camunda is an open-source software company innovating process automation with a developer-friendly approach that is standards-based, highly scalable, and collaborative for business and IT.
You'd be joining our Optimize team that builds the Business Intelligence component of the Camunda Stack - we do this with highly specialized visualizations that leave our customers in awe.
I'm looking for a keen Senior Frontend Engineer who is passionate about building beautiful and reliable web applications with React and modern JavaScript while enjoying collaborating closely within a diverse, cross-functional team of Engineers, a Product Manager, and a Product Designer.
Frontend-Stack: React, Chart.js, Jest, Enzyme, Testcafe, Node.js
Learn more and apply at: https://camunda.com/career/career-details/?gh_jid=5093941003...
-
Book notes: Turn the Ship Around!
Camuda and Zeebe are targeted to microservices developers.
-
Do you use low-code BPM solutions?
I'm still looking for a better solution. Do you know any other good solutions? Do you know lowcodeplatform.io or camunda.com?
What are some alternatives?
RustPython - A Python Interpreter written in Rust
Flowable (V6) - A compact and highly efficient workflow and Business Process Management (BPM) platform for developers, system admins and business users.
ipython - Official repository for IPython itself. Other repos in the IPython organization contain things like the website, documentation builds, etc.
kogito-runtimes - This repository is a fork of apache/incubator-kie-kogito-runtimes. Please use upstream repository for development.
Vulpix - Fast, unopinionated, minimalist web framework for .NET core inspired by express.js
Activiti - Activiti is a light-weight workflow and Business Process Management (BPM) Platform targeted at business people, developers and system admins. Its core is a super-fast and rock-solid BPMN 2 process engine for Java. It's open-source and distributed under the Apache license. Activiti runs in any Java application, on a server, on a cluster or in the cloud. It integrates perfectly with Spring, it is extremely lightweight and based on simple concepts.
Visual Studio Code - Visual Studio Code
jbpm - a Business Process Management (BPM) Suite
Automatic-Udemy-Course-Enroller-GET-PAID-UDEMY-COURSES-for-FREE - Do you want to LEARN NEW STUFF for FREE? Don't worry, with the power of web-scraping and automation, this script will find the necessary Udemy coupons & enroll you for PAID UDEMY COURSES, ABSOLUTELY FREE!
Drools - This repository is a fork of apache/incubator-kie-drools. Please use upstream repository for development.
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
camunda - Process Orchestration Framework