Tag

#python

3 articles tagged #python. See all tags →

Learning Python When You Already Know Java
Tech··7 min

Learning Python When You Already Know Java

Java to Python is one of the more common transitions in the industry, and it's mostly easy. The places it's not easy are the places where Python's flexibility produces patterns that look wrong to a Java brain.

pythonjavaprogramming
Python vs Java Syntax: A Side-by-Side
Tech··6 min

Python vs Java Syntax: A Side-by-Side

Java is verbose and explicit. Python is terse and dynamic. Most of what you actually need to know to switch between them fits in one comparison page.

pythonjavaprogramming