Python and collective intelligence

I am currently reading a large book called Tobi Segaran's Programming Collective Intelligence (which I highly recommend)

All code examples are written in Python, and since this year I have already learned one new language (from the end of VB.net to C #), I do not want to skip to another learning curve.

This leaves me with the problem of translating python examples in C #.

Question: how important is it to keep the code in python? Is there anything in python that I cannot do in a regular controlled statically typed language?

+3
source share
6 answers

, , , , Python, , Python, BeautifulSoup, Numpy, PIL (. A).

, - , , . , , Python, ?

Python. IronPython, #.

+19

Turing. SQL. : , .

, , , Python .

+2

#. 2 "" VB.Net. Python . Python.

Python - . Ndelicious pyDelicious, ( !).

+2

XKCD: http://xkcd.com/353/

, , Python ( ), Python # . !

+1

, , - . : " Python... , ". (p. xv)

Python - , , , . , , : 1) , , , , , , ​​Python, , , . 2) , ; , .

It depends on how well you know C # and what you lose by leaving it.

+1
source

Python seems to relate to AI programming, which for many decades has been LISP. The famous Russell / Norwig book AI: The Modern Approach also provides many examples in Python .

0
source

Source: https://habr.com/ru/post/1708337/


All Articles