arvind posted an update in the group Python programming 3 weeks, 4 days ago
Sarath joined the group Python programming 1 month, 1 week ago
arvind posted an update in the group Python programming 1 month, 1 week ago
Learn Python and you don’t have to worry about finding a job. Python is used right from scripting to constructing large websites. There is awesome support for machine learning and data science in form of libraries like numpy, scikit-learn, pandas , mllib. Python is used in big-data / map reduce through Apache Spark. Python is first choice for S…[Read more]
Satyajit Das posted an update in the group Python programming 5 months, 2 weeks ago
http://pychecker.sourceforge.net/ PyChecker a good tool for finding bugs in python source code.
Satyajit Das posted an update in the group Python programming 7 months, 1 week ago
Aadesh joined the group Python programming 7 months, 4 weeks ago
SubbaReddy G joined the group Python programming 8 months, 3 weeks ago
arvind posted an update in the group Python programming 8 months, 4 weeks ago
arvind posted an update in the group Python programming 9 months ago
there is a fundamental difference between Generators and
Coroutines:
• generators are data producers,
• coroutines are data consumers.
That is coroutines consume data produced by something else; where as a generator produces a sequence of values that something else can process.
The send() function is used to send values to a coroutine. These dat…[Read more]
NITIN joined the group Python programming 9 months ago
Satyajit Das posted an update in the group Python programming 9 months, 3 weeks ago
https://docs.dask.org/en/latest/delayed.html DASK API for parallelizing the Python code.
arvind posted an update in the group Python programming 10 months ago
arvind posted an update in the group Python programming 10 months ago
BOOK:
Python standard library by example
Python tricks – a buffet of awesome features
Functional programming with python
Fluent python
Python cookbook – receipes
arvind posted an update in the group Python programming 10 months, 2 weeks ago
Satyajit Das posted an update in the group Python programming 10 months, 3 weeks ago
payal joined the group Python programming 1 year ago
Shruti joined the group Python programming 1 year ago