Tag: python

Project 36: Joystick

OverviewFor some DIY projects, you perhaps use a component, that is, a joystick module, such…

 Posted in Microbit Tagged , ,

Python: Formatting methods

Sting formatting with .format() method A good way to format objects into the strings to…

 Posted in Python Tagged , , ,

PHP vs Python #2: Variables

What is variables? Variables are used to store information to be referenced and manipulated in a…

 Posted in Programming Tagged , , ,

PHP vs Python #1: Syntax

Let’s take a look at the syntax of both languages PHP & Python.

 Posted in Programming Tagged , , ,

PHP vs Python: Intro

PHP and Python both are really strong backend languages, in this article series we will compare PHP vs Python from scratch.

 Posted in Programming Tagged , , , ,

Tip: How to install pip on mac OS

Even though you are not coding Python, you might come across some time where you…

 Posted in osMac, Tips Tagged , , ,