Python is a beautiful language to code in. It has a great package ecosystem, there’s much less noise than you’ll find in other languages, and it is super easy to use. Python is used for a number of things, from data analysis to server programming. And one exciting use-case of
Daily Archives: September 26, 2020
Hitting dead-ends is common with programming. We get stuck on a particular way of seeing the problem. Let’s use the advice of some of the greats of the field to help us rediscover our mojo.
Python is supposed to be one of the easiest programming languages to learn. Knowing that made me feel pretty bad the first time I tried and failed to learn it. It was even worse the second time I failed. But it turns out — and I learned this on the third
Snippets can add a touch of magic to your editor. The code editor I will use to showcase snippets is Visual Studio Code.
Do you want your team to enjoy your development workflow? Do you think building software should be fun and existentially fulfilling? If so, this is the post for you. I’ve been developing with Django for years, and I’ve never been happier with my Django project set up than
Icons are a way to visually communicate concepts and meaning without the use of words. This could be for categorization, an action, or even a warning. How can we add icons using SVG to our React apps to improve our visual communication?
