Speaker
Infos
15:45 - 16:30
Room D+E
Description
As a Java developer, you often feel right at home in your universe. But now, Python is becoming more and more popular, and it’s worth taking a look at it. In this session, we want to compare Java and Python. To make this entertaining and fun, we will use small programming challenges. We will compare solutions in the areas of numbers, strings, data structures, algorithms, and recursion, such as:
Prime numbers and the sieve of Eratosthenes
Guessing vowels
Well-formed braces
Flood Fill (even with patterns)
Quick Sort (finally understand it)
Besides, we’ll see how Pytest and JUnit do in formulating readable tests.