You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update _ja/overviews/scala3-book/scala-for-python-devs.md. I imported the commits and made corrections such as translating omissions and unifying the expressions at the ends of sentences.
Copy file name to clipboardExpand all lines: _ja/overviews/scala3-book/scala-for-python-devs.md
+22-19
Original file line number
Diff line number
Diff line change
@@ -24,8 +24,8 @@ It’s more like thinking, “Python developers will appreciate Scala’s perfor
24
24
TODO: We should probably go through this document and add links to our other detail pages, when time permits.
25
25
{% endcomment %}
26
26
27
-
This section provides a comparison between the Python and Scala programming languages.
28
-
It’s intended for programmers who know Python and want to learn about Scala, specifically by seeing examples of how Python language features compare to Scala.
Match expressions and pattern matching are a big part of the Scala programming experience, but only a few `match` expression features are shown here. See the [Control Structures][control-structures] page for many more examples.
This section compares the [collections classes][collections-classes] that are available in Python and Scala, including lists, dictionaries/maps, sets, and tuples.
0 commit comments