This week we talk with Sambhavi Dhanabalan about productivity as a developer. She shares 11 tips from her experience: 3 around planning and 8 generic tips. Watch here: Or listen here: We also talk about her background, wins and a book she’s reading. Enjoy this insightful conversation with Sambhavi. We’re sure that if you follow… Continue reading 11 Planning and Productivity tips for Python developers
Articles on vim
A super simple Zettelkasten note taking system
By Bob Belderbos on 7 September 2022
Yesterday I found this amazing gist that got me running with Zettelkasten in no time 💪 Check out this short YouTube video where the author demos this workflow: As the Zen of Python wisely taught us: Simple is better than complex – and this is so true for what can easily be an overwhelming task… Continue reading A super simple Zettelkasten note taking system
The Benefits of Using GitHub Actions
By Bob Belderbos on 13 August 2021
If you’re not using GitHub Actions you’re missing out! This tool is a great way to catch any errors in the central place of the GitHub repo. Catch errors early Of course this is always second best, developers should do their due diligence locally first before pushing code: Some of my favorites in that regard… Continue reading The Benefits of Using GitHub Actions
Get to Python source code instantly using importlib and inspect
By Bob Belderbos on 14 December 2020
Have you ever wondered how to get Python source code quickly? It turns out the Standard Library can do this pretty effortlessly. Here is some code to read more Python source.
Effective Developers Leverage Their Toolset
By Bob Belderbos on 6 April 2020
Last week I did a couple of shared screen sessions debugging and teaching. I paused and reflected on the tools I used and how I sharpened my sword over the years.
Twitter digest 2017 week 30
By PyBites Team on 30 July 2017
Every weekend we share a curated list of 15 cool things (mostly Python) that we found / tweeted throughout the week.
Twitter digest 2017 week 20
By PyBites Team on 21 May 2017
Every weekend we share a curated list of 15 cool things (mostly Python) that we found / tweeted throughout the week.
5 Vim Tricks to Speed up Your Python Development
By Bob Belderbos on 28 March 2017
In this article 5 Vim shortcuts to speed up your Python development.
Twitter digest 2017 week 05
By PyBites Team on 4 February 2017
On Saturdays we will share a curated list of 15 cool things (mostly Python) we found / tweeted during the week.
Twitter digest 2017 week 04
By PyBites Team on 28 January 2017
On Saturdays we will share a curated list of 15 cool things (mostly Python) we found / tweeted during the week.