Updating posts

This commit is contained in:
fundor333
2026-01-18 23:33:59 +01:00
parent 95d36ff6cd
commit c96b2cb943
2 changed files with 8 additions and 0 deletions

View File

@@ -18,6 +18,10 @@ series:
- Python's Reptile Env
---
> ⚠️ This post is obsolete. ⚠️
>
> I suggest to go to the newest post from the [Python's Reptile Env series](/series/pythons-reptile-env/)
I am a big fan of podcasts. I enjoy listening to them while I'm commuting or at the gym. One of my favorites is by [Kenneth Reitz](https://www.kennethreitz.org/), the author of several Python modules, including *Requests*, which every Pythonista knows and uses.
His latest project that caught my interest is PipEnv, the *"sacred marriage of pipfile, pip, and virtualenv."*

View File

@@ -23,6 +23,10 @@ series:
- Python's Reptile Env
---
> ⚠️ This post is obsolete. ⚠️
>
> I suggest to go to the newest post from the [Python's Reptile Env series](/series/pythons-reptile-env/)
Some time ago I wrote about my preference to write Terminal Commands for what I need [^1] and thant was not the end of it.
[^1]: [Why I Stop Making Script and Start to Make Bash Terminal Commands]({{< ref "/post/2023/why-i-stop-making-script-and-start-to-make-bash-terminal-commands" >}} "Why I Stop Making Script and Start to Make Bash Terminal Commands")