Skip to content

Programming & Web Development · Blog

The code desk

Techniques, workflows and honest advice from the Programming & Web Development school, written for people learning the craft.

Career5 min read

Is a SQL certification worth it?

SQL is unusually easy to test in an interview, which changes the value of a certificate. Here is when one helps, when it does not, and what to bring instead.

Read the post
Guide5 min read

What does // mean in Python?

It is floor division: divide, then round down to a whole number. Here is what it returns, the negative-number surprise, and the rest of Python's operators in one place.

Read the post
Guide7 min read

How to learn SQL, the most underrated skill in tech

You can learn enough SQL to be genuinely useful in two to four weeks of short daily practice. It has one of the fastest skill-to-payoff ratios in tech, which is exactly why it stays quietly valuable. Here is how to learn it, and in what order.

Read the post
Guide6 min read

How to write a function in Python

def, a name, brackets, a colon, an indented body. Then the parts that matter: parameters, return values, defaults, and the mutable default trap that catches everyone.

Read the post

Want to go deeper than reading? Explore the Programming & Web Development courses