data-prototype
TUI-apps
Our great sponsors
data-prototype | TUI-apps | |
---|---|---|
1 | 24 | |
4 | 360 | |
- | - | |
10.0 | 8.1 | |
3 months ago | about 1 month ago | |
Python | Python | |
BSD 3-clause "New" or "Revised" License | MIT License |
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.
data-prototype
-
What are you guys using for making GUIs nowadays?
haha matplotlib devs and us are BFFs, matplotlib's new software engineer in residence is a pyqtgraph maintainer funny enough. We serve different purposes so you won't catch up speaking badly of each other. That said, they're working on a new "data-prototype" which may provide a way for us to have more compatible APIs.
TUI-apps
-
Show HN: CLI text processing with GNU sed (eBook)
Hello!
I am pleased to announce a new version of my "CLI text processing with GNU sed" ebook. This book heavily leans on examples to present features one by one. In addition to sed commands and options, regular expressions are also discussed in detail.
Links:
* PDF/EPUB versions: https://learnbyexample.gumroad.com/l/gnu_sed (free for a few days)
* Web version: https://learnbyexample.github.io/learn_gnused/ (always free)
* Markdown source, example files, etc: https://github.com/learnbyexample/learn_gnused
* Interactive TUI app for exercises: https://github.com/learnbyexample/TUI-apps/blob/main/SedExercises
I would highly appreciate it if you'd let me know how you felt about this book. It could be anything from a simple thank you, pointing out a typo, mistakes in code snippets, which aspects of the book worked for you (or didn't!) and so on. Reader feedback is essential and especially so for self-published authors.
Happy learning :)
-
Learn GNU grep and ripgrep with hundreds of examples and exercises
I also wrote an interactive TUI app based on some of the exercises from the ebook. Reference solutions are provided for both GNU grep and ripgrep.
-
What are some good online resources with regex problems (and solutions)?
This year I started updating my existing books and I'm also creating interactive apps. Here's one for Python regex: https://github.com/learnbyexample/TUI-apps/blob/main/PyRegexExercises. Next is grep.
-
TUI app with 100+ interactive Python Regex exercises
Having an interactive program that automatically loads questions and checks the solution is wonderful to have while learning a topic. I wrote a TUI app that has beginner to advanced level exercises for Python regular expressions. There are more than 100 exercises covering both the builtin re and third-party regex modules.
- Show HN: Interactive Exercises for Python Regular Expressions
-
Textual (TUI framework) widget gallery
My first app with Textual was a board game. Like Tic Tac Toe but make a square on a 4x4 board: https://github.com/learnbyexample/TUI-apps/tree/main/SquareTicTacToe
-
Understanding Python re(gex)? with hundreds of examples and exercises (free till Feb 5)
To make it easier to experiment, I'm currently working on an interactive app. See PyRegexPlayground repo for installation instructions and usage guide. A sample screenshot is shown below:
-
What are you guys using for making GUIs nowadays?
Python regex playground
-
Are there any online classes/practice problems that focus on solidifying knowledge of bash
I also made an interactive TUI app with 40 cli text processing exercises - I plan to cover all the 200+ exercises sometime later this year.
-
Bored with terminal but like the cli? Try my hybrid graphical shell
I wrote an interactive CLI exercises TUI with textual a few weeks back. Having a fixed location to play with commands interactively felt nice and I did wonder if something like could be expanded to make a nice terminal alternative for some tasks.
What are some alternatives?
textual - Textual is a Rapid Application Development framework for Python. Build sophisticated user interfaces with a simple Python API. Run your apps in the terminal and (coming soon) a web browser!
bubbletea - A powerful little TUI framework 🏗
CustomTkinter - A modern and customizable python UI-library based on Tkinter
epy - CLI Ebook (epub2, epub3, fb2, mobi) Reader
fastapi - FastAPI framework, high performance, easy to learn, fast to code, ready for production
cupy - NumPy & SciPy for GPU
typer - Typer, build great CLIs. Easy to code. Based on Python type hints.
dagster - An orchestration platform for the development, production, and observation of data assets.
streamlit - Streamlit — A faster way to build and share data apps.
pydantic - Data validation using Python type hints
py_regular_expressions - Learn Python Regular Expressions step by step from beginner to advanced levels
lf - Terminal file manager