PythonToScala icon indicating copy to clipboard operation
PythonToScala copied to clipboard

A short guide for transitioning from Python to Scala

Results 4 PythonToScala issues
Sort by recently updated
recently updated
newest added

So It's not known how this content can be legaly reused with other open content/source materials

The output is meant to be immutable maps not mutable.

Updated file: conditionals.md. PR Change: Update of Map declaration from val to var to allow update.

isinstance function was checking the String "foo" instead of the variable foo. And added a check for int to match the scala example.