
How to code in Python on Sublime Text
August 12, 2021
/
6 -min read
Sublime Text Editor has been around since 2008 and has remained one of the most…

The ultimate guide to Python Dictionary comprehension
July 21, 2021
/
5 -min read
Python dictionaries -- or dict in Python -- is a way of storing elements similar…

How to use Brython: A guide to writing Python for the frontend
June 2, 2021
/
5 -min read
Python for frontend seems a bit counter-intuitive for anyone who has ever developed the frontend…

The essential guide to Python switch statements
May 17, 2021
/
4 -min read
Switch statements are one of the building blocks of logic in code. It's a way…

PyCharm vs. Visual Studio Code for Python development
June 4, 2020
/
5 -min read
Python is one of the most popular programming languages in the world in 2020 and…

7 must-have Python plugins for IntelliJ IDEA
January 9, 2020
/
5 -min read
It's so lonely at the top of Olympus. Zeus, the eternal king of the gods,…