Posts tagged as python
Sending Mail with Python and Googleapi for Emacs
So I love Emacs. Why I love it would be the subject of another blog post, but as I love it I want to do everything from it, including sending and reading mail as it is very convenient for me. Emacs can automate a lot of tasks for me. Anyway so mu4e does a really good job of indexing and reading mails in emacs. It has a good compose feature also and it leaves receiving and sending mail up to the mail client of user’s choice....Posted on: 2020-12-01, in Category: emacs
Python Functional Programming Example
So I was working on my ref-man emacs package and I had made some additions which incorporate a local python flask server running on it which fetches data from from dblp API, arXiv API and also I’m adding semantic scholar support. Originally there was only dblp calls so I had to modify the functions and I took a functional programming approach, by generating partial functions and using them to modify the existing code as I modified my existing implementation....Posted on: 2020-06-09, in Category: programming