Is there something above this....?
Is there something above this....?
💬 Users praise simple dev environments like IPython and Lisp, but lament modern IDE bloating. Nostalgia for 70s simplicity reigns. 😅
https://news.ycombinator.com/item?id=46257410
💬 Users praise simple dev environments like IPython and Lisp, but lament modern IDE bloating. Nostalgia for 70s simplicity reigns. 😅
https://news.ycombinator.com/item?id=46257410
Interest | Match | Feed
Interest | Match | Feed
My feed repeater has been bringing up great gems from the past, such as: https://nbviewer.org/url/norvig.com/ipython/xkcd1313.ipynb by Peter Norvig.
My feed repeater has been bringing up great gems from the past, such as: https://nbviewer.org/url/norvig.com/ipython/xkcd1313.ipynb by Peter Norvig.
wait i can just call the qalc CLI from ipython :O
wait i can just call the qalc CLI from ipython :O
gonna use this (in tandem with `qalc`), and tack on functions as i experiment and have this in my toolbelt
gonna use this (in tandem with `qalc`), and tack on functions as i experiment and have this in my toolbelt
Same interpreter, but in the shell.
Same interpreter, but in the shell.
(Btw I found out about top-level statements only today...)
And btw uv is *incredible*. Solves most Python problems (except for packages requiring C builds, sucks for them).
(Btw I found out about top-level statements only today...)
And btw uv is *incredible*. Solves most Python problems (except for packages requiring C builds, sucks for them).
github.com/ipython/xkcd...
github.com/ipython/xkcd...
This version adds support for IPython 9.7.
github.com/passagemath/...
This version adds support for IPython 9.7.
github.com/passagemath/...
>How to create and manage databases with SQLite
>How to use ipython-sql for seamless SQL queries in notebooks
>How to load data using Pandas or the CSV module
gumroad.com/a/83423507/h...
>How to create and manage databases with SQLite
>How to use ipython-sql for seamless SQL queries in notebooks
>How to load data using Pandas or the CSV module
gumroad.com/a/83423507/h...
Las cosas que pruebo:
Las cosas que pruebo:
You can get the list of paths to the different environments you've installed with conda, using "conda env list"... And then add /bin/ to the path to get to the executables, like ipython or jupyter
You can get the list of paths to the different environments you've installed with conda, using "conda env list"... And then add /bin/ to the path to get to the executables, like ipython or jupyter
Ie if I write 'ipython', I might not get the ipython I installed for the environment I've activated. So you need to use nameOfEnvionment/bin/ipython to get the ipython you installed, which allows you to use the libraries you installed for that environment
Ie if I write 'ipython', I might not get the ipython I installed for the environment I've activated. So you need to use nameOfEnvionment/bin/ipython to get the ipython you installed, which allows you to use the libraries you installed for that environment