poetry-cookiecutter VS table2anki

Compare poetry-cookiecutter vs table2anki and see what are their differences.

poetry-cookiecutter

🍪 Poetry Cookiecutter is a modern Cookiecutter template for scaffolding Python packages and apps (by radix-ai)

table2anki

HTML tables to Anki card packages. Does what it says on the tin! (by hiAndrewQuinn)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
poetry-cookiecutter table2anki
1 2
222 3
6.8% -
7.4 4.3
13 days ago about 1 month ago
Dockerfile Python
GNU Affero General Public License v3.0 Creative Commons Zero v1.0 Universal
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.

poetry-cookiecutter

Posts with mentions or reviews of poetry-cookiecutter. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-10-24.
  • Things I've learned about building CLI tools in Python
    16 projects | news.ycombinator.com | 24 Oct 2023
    I can't say I can relate at all. If you do things from scratch that might be true, but there is a pretty popular python tool called cookiecutter that allows you to generate the basic skeleton of the app. I usually pick something that contains poetry, click(I guess there is typed now) and some linting choices.

    For fun I just googled a template and tried: https://github.com/radix-ai/poetry-cookiecutter

    And the result is quite good.

table2anki

Posts with mentions or reviews of table2anki. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-10-24.
  • Augmenting Long-Term Memory
    1 project | news.ycombinator.com | 17 Dec 2023
    Anki is great. I am gigging asking 33,000 cards among all of my decks right now, with about 6000 in active rotation. I built what one person called the highest quality Finnish flashcard deck on the Internet, and it was the project that finally convinced me that software was my calling.

    Some very scattershot hacker's notes.

    - The underlying Anki database is "just" an SQLite database. You can copy it, run Datasette on it, turn on full text search, stream it with Litestream, the works. Anki itself can be very poorly described as a tiny local only web browser-server chimera running one cronjob per entry in this database, written in Rust and JS, which is just phenomenally weird and cool.

    - Image Occlusion Enhanced is S-tier. If you don't believe me, use it to memorize the names and locations on the map of the 5 closest restaurants.

    - If you can turn it into a CSV, you can import it into Anki, no questions asked. This is the bottom floor for automating Anki stuff.

    - If you have what you want to memorize in an HTML table, take a look at running my table2anki (https://github.com/hiAndrewQuinn/table2anki) or writing your own scraper for it. This isn't useful as often as you would think, but sometimes you see a blob of information already ready to go and just want to dive in.

    - Don't obsess about the "20 rules of formulating knowledge", or anyone else's way for that matter. They're helpful, but you know what's more helpful? Actually using Anki every day and figuring out for yourself which cards are helpful and which aren't through ruthless practice.

    - Once you get good enough at making cards, IME it can basically replace having Obsidian or whatever for taking notes. I have somewhere around 30 books' worth of notes in Anki, and I attribute probably 20% of my overall career's success so far to them, whereas I'd probably attribute like 5% to traditional notes, because I would never actually review them of my own accord if I did that. If those both sound low, I consider the top ten EE and math degree I got to hover around 10%.

    - Making time for Anki is the most annoying part of it. Sucking on a nicotine lozenge while doing reviews helps a lot with habit formation once you have crested the difficulty curve of making cards that are actually interesting and helpful to you personally, but you have to make sure to take the lozenge out or chew it up and swallow it the instant you're done. Pavlov knew what he was doing!

    - Anki + LISS cardio is a similar match made in heaven. The hardest part is figuring out how to get a screen in a comfortable position for you to watch while you review. Anki actually has a "Controller Mode"you can rig up to help a lot with this.

    - This is extremely niche, but: Having trouble remembering a step in a math problem? Do the work out on paper. Take a photo. Image Occlude just the step you're blanking on. Review this regularly. Boom - instant, targeted, low effort high reward deliberate practice in mathematics, tuned to what your own brain reports it is having trouble on.

  • Things I've learned about building CLI tools in Python
    16 projects | news.ycombinator.com | 24 Oct 2023
    I build little CLI tools in Python non-stop. ChatGPT and some basic knowledge of how the `click` library works has made it almost completely trivial to get the ball rolling for whatever need I have for it, `--help` text included.

    The fact that the barrier for creation is so low means I'm even willing to do them to solve very niche problems in generalizable ways. [1] is common enough that a few people have starred it. [2] is niche enough that other Anki folks haven't used it AFAICT. [3] is likely something I'll never personally need again, even though Azure VM reservations not letting you customize your reminders for when they're about to expire is probably a costly mistake for a great many firms. All generated with this same starting methodology, because what I wanted was just a little too fiddly to want to hack together with my shell toolkit.

    [1]: https://github.com/hiAndrewQuinn/finstem

    [2]: https://github.com/hiAndrewQuinn/table2anki

    [3]: https://github.com/hiAndrewQuinn/AzureReservations2ICS

What are some alternatives?

When comparing poetry-cookiecutter and table2anki you can also consider the following projects:

typer - Typer, build great CLIs. Easy to code. Based on Python type hints.

finstem - Simple Finnish stem word finder

python_script_cc - A personal cookiecutter template for simple python3 scripts

AzureReservations2ICS - Given the CSV of the Azure Reservations website, create an ICS file of reminder events leading up to the expiration.

blender-docker-cli - :monkey_face: Blender in :whale: Docker

docopt - This project is no longer maintained. Please see https://github.com/jazzband/docopt-ng

Nim - Nim is a statically typed compiled systems programming language. It combines successful concepts from mature languages like Python, Ada and Modula. Its design focuses on efficiency, expressiveness, and elegance (in that order of priority).

bu - B)asic|But-For U)tility Code/Programs (in Nim & Often Unix/POSIX/Linux Context)

trogon - Easily turn your Click CLI into a powerful terminal application