18:59
Python Configuration for Emacs 29
In this video, I extend my config from the first Emacs 29 video to build a full Python development environment. I use the built-in ...
11:04
From vanilla Emacs to Python IDE
Turn Emacs into an Python IDE using the pyright language server. In this video, I show you how to get IDE features like auto ...
1:05:50
Emacs IDE - Python Development Configuration
In this video, we'll learn how to use the python-mode, Projectile, lsp-mode and dap-mode packages to create a Python ...
8:33
Using Emacs Episode 65 - Live Python
Blog post: http://cestlaz.github.io/post/using-emacs-65-live-python Series page: http://cestlaz.github.io/stories/emacs Emacs ...
55:14
Emacs UV Mode - Python Command VOD
Launching a python interpreter buffer with UV and exploring python.el.
19:07
Video Summary: I go over what packages I use for my python workflow in Emacs Please let me know if there are other ...
10:26
Best Python IDE: Vim, Emacs, PyCharm, or Visual Studio Code? | Guido van Rossum and Lex Fridman
Lex Fridman Podcast full episode: https://www.youtube.com/watch?v=-DVyjdw4t9I Please support this podcast by checking out ...
18:57
Python Interactive Programming in Emacs
Wondering how it's like to coding python in Emacs? or not sure if Emacs is right for you? In this video, I'm writing a Python script to ...
10:08
Python in Emacs 0003 -- Why I insist using Emacs for Python coding? And what is elpy mode?
Best books for learning Emacs and Lisp: 1. Learning GNU Emacs, 3rd Edition (https://amzn.to/3cWgTuL) 2. Writing GNU Emacs ...
6:15
Debug multi threaded Python apps with Emacs
In this video, I show how you can use the new dape debugger with eglot in Emacs to get a pretty neat debugging experience, that ...
10:08
Python in Emacs 0003 (Vol Adjusted) -- Why I insist using Emacs for Python? And what is elpy mode?
Thanks to a viewer's comment for the problem of the voice level, and this one is renewed with volume adjusted!
1:44
Python in Emacs 0079 - How to use ChatGPT in Python / Emacs code development?
"Emacs + Python + ChatGPT" is now my perfect TRIO ;-) !!
20:14
Evan Misshula provides an introduction to incremental analysis through IPython moderated by the editing features of Emacs.
21:04
EmacsConf 2025: Swanky Python: Interactive development for Python - Scott Zimmermann (he/him)
https://emacsconf.org/2025/talks/swanky You can view this and other resources using free/libre software at ...
4:36
Emacs as a Python Editor and IDE (Part 2): All the tricks of elpy.el, jedi and rope modes
How to use Emacs as a Python Editor/IDE. We explore the tricks of auto-complete, snippet expansion, simultaneous editing, ...
1:15
Github: https://github.com/kskkwn/.emacs.d (Japanese blog post): http://ksknw.hatenablog.com/entry/2017/01/08/205854.
8:28
Python in Emacs 0004 -- How to test python code in Emacs using pylint and ipython
C-c C-p for ipython C-c C-v for pylint (or C-c ml) #python #emacs #lisp #ipython #pylint #elpy.
6:58
Python in Emacs 0006 -- What is Python's zip function, and why it is so beautiful!
Use zip to merge two lists (or more) together as a matrix, show them nicely in Pandas dataframe! This is an illustration for how it ...
1:18
Emacs as Python IDE. How does it compare to other IDEs?https://pythonprogramminglanguage.com/ide/ Learn Python?