Basic type checking in Python
Learn how to use Python’s type() and isinstance() functions, the Pythonic counterparts to PHP’s gettype() and instanceof.
Learn how to use Python’s type() and isinstance() functions, the Pythonic counterparts to PHP’s gettype() and instanceof.
It’s nice to be nice. But even if you’re a meanie deep down inside, being good to your team is strategically the way to go.
A look at Python’s random module – how it differs from PHP’s rand() and what it adds.
PHP supports multiline strings with the heredoc text syntax. We take a look at a commonly used Python equivalent.
Where is the beauty in beautiful code? Can code be art or even poetry? Let’s kick that around a little.
Most programs of any complexity must change their behaviour according to circumstances. Conditional statements are among the principle tools for the job.
How is the Hidden Hat project doing after two weeks? What is the plan to build traffic?
Accepting and processing raw materials, rendering back useful products, functions are the magic machines at the heart of your programs.