83 private links
Another bibliography manager for the command line. This one seems fairly nice: It keeps everything in plain-text (unlike papis), seems fairly customizable and extensible (unlike bibman), has some quality of life features like doi/arxiv import, git versioning and a plugin system.
Having used it a little - it is fairly nice, except for two niggling issues: with around 1000 library entries it becomes pretty sloow and it does not allow for advanced query syntax, even though it seems like it would support it. Author search only search in last names and you can not use any boolean logic to search for anything not tagged a certain way for example. These two issues are pretty major for larger libraries.
Reproducible datasci - you create data ingestors, then create small modules of transformation (the engineering), then do whatever you want with the data (the science).
Seems quite nice for larger projects and like it could save you some time down the road (forking another project off an existing or returning to an old project with its standardized nature).
Poetry alternative, another package manager for python. Seems people are beginning to prefer it over poetry in many cases.
A whole recommendation flood of going about sql learning. Syntax, Fundamentals, some advanced advice. Can be used to comfortably build a personal learning path.
An exhaustive book, free and available online, on publishing workflow.
Getting, preparing, cleaning data. Exploratory analysis and modelling with regression. Creating reproducible documents with quarto. Seems really nice and good to delve into for data analysis.
Inspired by Gooey, just made for the click library. Does not currently have a pypi repository as far as I can see, which makes it a bit harder to integrate into projects.
A selection of data processing libraries for python - image, audio, video, text, tabular - it's all there.
Command line tool for improving typing skills - can do random sampling from entries you give it, or use machine learning training sets to give you typing tasks (for a variety of programming languages as well!)
Statistical inferrence, various python plot types and Correlation vs causation explained in a series of blog-posts. Very beginner-friendly with drawings etc
Python bindings for ripgrep. Seems simple enough!
RMarkdown for the python world, built on pandoc. This seems like an amazing alternative to the R world (though it includes support for R) and all the bookdown and blogdown alternatives.
A nicely compiled list, especially of de-facto fits-for-all standards for package/venv management, testing, linting and some learning resources thrown on top.
cli date and time processing - put in a query for some nlp time and it spits out the canonical iso version.
seems incredibly versatile (hundreds of examples on the github page) and could be incorporated into a wide variety of scripts
A way to extract the authenticator code from your steam account and add it as a OTP to other authenticator apps (aside from the using the official steam application)
Goes over advanced concepts of scraping (with Python):
- asynchronous loading pages / client-side rendering (Selenium)
- authentication
- blacklisting
- header inspection
- request frequency
- pattern detection
- honeypots
- captchas, redirects
Progress bars to implement either in python itself (as a library) or for shell operations (as a cli), seems fast and easy to implement.
An 8-part series on understanding the python pandas pipeline and concepts.
Amazing python plugin which makes interaction with local shell super simple.
Allows to import the 'local' machine and access commands from it, pipe them together, import commands from the PATH directly and even interact with other machines over ssh.
Can convert (and revert) jupyter notebooks to markdown and script files (i.e. plaintext files instead of singular json code files).
Could be useful for data tracking or converting between a jupyter-centric and a vim-centric data workflow.
Python library to parse timewarrior data. Has a simple example of creating a csv report, can be used for all sorts of fancy filtering and report creation ideas.