Hi Arjan, Can you do a video on how to correctly package a python codebase so that it is easy to move it everywhere? There seems to be multiple approaches and it would be great if you can show a complete demo of this. Thank you!
I recently moved from vscode to vim. I share the "I'm old" sentiment, but I was having a hard time with syncing and updates using vscode in different computers. Vim solved all these issues for me, trivially. And I gained modal editing from it. With only the cost of a lot of researching hours and a couple of weeks of severely hampered productivity... totally worth it!
I didn't even finish the video and just liked it and got subscribed to your channel. I actually like the style and the effort you put into your content! Keep it up!
If you use WSL on Windows, you can setup oh-my-zsh and use a terminal like the Windows Terminal or Hyper intead of iTerm2...
Nice video. I used to code using Sublime Text, but I really like vscode extensions. Some of my favorites are: peacock - to set the color of the window (similar to what you did) todo tree - to highlight and bookmark FIXMEs and TODOs bookmark - pretty self-explanatory fix json - for unindented json files the "Remote" extensions - to work on remote servers and/or attach to containers
@arjancodes .. 2 really nice navigation tips .. CTL-E and CTL-Y will scroll your window, retaining cursor position. H M L (I always think of it as High, Middle, Low) will put your cursor at the top, middle, bottom of the visible area.
Gelukkig nieuwjaar alvast, Arjan! Ga zo door met je video's want ze zijn top Notch!
1:37 I'm old too this is why I'm sticking with C++ builder and Delphi. Been using it for 24 years now.
As usual, your video pours more into my brain than it can handle. But I keep trying. I have been using VSCode for a couple of years and have barely touched the surface. Great video.
I just found your content and I'm so excited!! As an intermediate software engineer that loves Python your content is exactly what I've been looking for to level myself up.
There are few channels where i switch adblocker off. Great content.
I use mypy strict for type checking. The built in type checker provided by PyLance is Pyright for anyone who is interested.
I actually started using vscodevim once I saw you use it in your videos
About the first one: There's also one called Oh My Posh, which not only visual customization is available for Zsh, but for all the others terminals: cmd, powershell, bash, etc.
Maybe it’s not so much for Python, but my current favorite extension has to be Rainbow Brackets. It is exactly what it sounds like, and is amazing for all the Latex that I write in Vscode
Nice presentation, gonna check out Mermaid for sure.
Thanks Arjan. really liked the Mermaid extension👍
Great suggestion with titleBar color change! Always messed up when several windows were open. May inspiration be with you!✊👍
Cool thanks for the pointer to the mermaid plugin 😀
@ArjanCodes