practical-python
Practical Python Programming (course by @dabeaz) (by dabeaz-course)
RxJava
RxJava – Reactive Extensions for the JVM – a library for composing asynchronous and event-based programs using observable sequences for the Java VM. (by ReactiveX)
| practical-python | RxJava | |
|---|---|---|
| 4 | 18 | |
| 10,736 | 48,239 | |
| 0.5% | -0.1% | |
| 4.7 | 9.2 | |
| 6 months ago | 7 days ago | |
| Python | Java | |
| Creative Commons Attribution Share Alike 4.0 | Apache License 2.0 |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.
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.
practical-python
Posts with mentions or reviews of practical-python.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-05-03.
-
Top 10 GitHub Repositories for Python and Java Developers
11. Dabeaz-course/Practical-python - This repository by David Beazley focuses on program organization, data manipulation, and script composition. It's a comprehensive course for enhancing understanding and proficiency with complex Python programs. https://github.com/dabeaz-course/practical-python
- Început?
-
How to I execute a .py file from the interpreter?
If it matters, the code defines a function that uses csv to enter data into a list of tuples. The function takes one argument : a csv file. I did all the sololearn courses in python and am now working through https://github.com/dabeaz-course/practical-python .
-
Been programming in Python for a few years and just found out about the collections module. Does anyone else have a similar revelation?
I was going through dabeaz practice-python course because my team wants to do some on-their-own Python training. One of the exercises uses the deque function (apparently pronounced "deck"), which basically creates a maxlength list and pops list elements off for you as you append to it.
RxJava
Posts with mentions or reviews of RxJava.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2026-02-10.
-
Mastering Reactive Programming in Modern Mobile Development
RxJava Documentation
- Why Ruby's Timeout is dangerous (and Thread.raise is terrifying) (2015)
-
Top 10 GitHub Repositories for Python and Java Developers
3. RxJava This repository contains the source code for ReactiveX, a library used to create asynchronous and event-based programs with observable sequences. https://github.com/ReactiveX/RxJava
-
Humble Chronicles: Managing State with Signals
Is this similar RxJava, the reactive extensions library for https://github.com/ReactiveX/RxJava ? I have made that work in Clojure in production.
-
How to do threading in Android.
Since you mentioned java, there is RxJava and RxAndroid. Google general recommendation now is to use kotlin coroutines if you're considering writing your app with that.
-
It hurts
It's very quick though. In terms of the correctness of the syntax, I've never seen an issue while translating a single file or a single function. When I took the entire RxJava code base 5 years ago, right clicked on the source folder and converted to Kotlin, I found lots of problems. File by file I've never seen any issues though, but I also haven't done it much.
-
must known frameworks/libs/tech, every senior java developer must know(?)
You all beat me to MapStruct and Testcontainers. Honorable mention to RxJava, which I use in Desktop apps.
-
What is your tech stack?
RxJava with RxRelay (and rx-combinetuple-kt)
-
Best libraries for Android Developers
RxJava2
-
Reactive Data Streams - quick rxJava Summary
More information about rxJava, check it out here: (HERE)[https://github.com/ReactiveX/RxJava]
What are some alternatives?
When comparing practical-python and RxJava you can also consider the following projects:
tutorials - Getting Started with Spring Boot 3:
Vert.x - Vert.x is a tool-kit for building reactive applications on the JVM
Java-programming-exercises - [GET https://api.github.com/repos/zhiwehu/Java-programming-exercises: 404 - Not Found // See: https://docs.github.com/rest/repos/repos#get-a-repository]
reactor-core - Non-Blocking Reactive Foundation for the JVM
30-Days-Of-Java - [GET https://api.github.com/repos/Asabeneh/30-Days-Of-Java: 404 - Not Found // See: https://docs.github.com/rest/repos/repos#get-a-repository]
Mutiny - An Intuitive Event-Driven Reactive Programming Library for Java