I didn't get the memo, but apparently #elpy is deprecated? So I had to install a newer emacs version. Since I now have to collaborate more, I also wanted to reacquaint myself with magit. Now everything is working again - and all in all #emacs really is a low-maintenance environment, so I don't want to bicker.

On the plus side, I hadn't coded Python in years and my #Emacs #elpy configuration was hilariously crippled; I had to delete an ancient ~/.emacs.d/elpy/rpc-venv that regenerated into a proper work environment.

Also, as with outsourcing, AI specifications may need to be brutally comprehensive, another time-waster. "Efficiently copy large files" used shutils.copyfileobj using 1MB blocks, seemed clever, but was 11% slower than just using shutils.copy on 5-15MB files — is 10MB not 'large' enough?

Went down the rabbit hole of seeing if I could setup #elpy for #emacs on #Windows. Mixed results. Of course it installs, however it doesn't seem capable of finding anything. I have all the Python dependencies installed, and C:/Python311/Scripts and C:/Python311 are the top two paths. It finds Python just dandy. Yet it still cannot find autopep8, jedi, and black. It DID find flake... right where autopep8 and black are located. I have no idea what it's trying to accomplish nor how to help it along.

I've just completed the 6th day of the course #100daysofcode

I'm loving #python even more! And btw, I'm using #emacs to follow the course!

Have to say that the combination of #yasnippets and #elpy is fantastic!

#Elpy is in #Gentoo!

Elpy is a
"Emacs Python Development Environment".

https://packages.gentoo.org/packages/app-emacs/elpy

app-emacs/elpy – Gentoo Packages

Gentoo Packages Database

#FOSS that I use.

4. I spend most of my time in my editor, #GNU #Emacs. I use the nifty 'use-package' macro to install and configure various emacs packages. Since I work with #Python in my day job & hobby projects, I use #elpy. I ❤ #magit.

L. Guruprasad (@LGuruprasad)

Elpy Autocomplete in org-edit-special

I'm using org-babel with python source blocks to put break my code into sections. The issue I'm having is I don't get any autocomplete suggestions based on the code in other blocks. Is there an...