Explore >> Select a destination


You are here

pythontips.com
| | yasoob.me
0.3 parsecs away

Travel
| | For those of you who wish to begin learning Python for Data Science, here is a list of various resources that will get you up and running. Included are things like online tutorials and short interactive course, MOOCs, newsletters, books, useful tools and more. We decided to put this together so that you can begin learning Data Science with Python right of the bat, without having to spend hours surfing the web in search of resources.
| | gouthamanbalaraman.com
2.2 parsecs away

Travel
| | Updates on the QuantLib Python Cookbook
| | www.listendata.com
9.4 parsecs away

Travel
| | This tutorial explains how to count the number of cells in a range containing a particular word in Excel
| | www.softdevtube.com
35.1 parsecs away

Travel
| Passing data through a pipeline of transformations is an alternative approach to classic Object-Oriented Programming (OOP). The LINQ methods in .NET are designed around this, but the pipeline approach can be used for so much more than manipulating collections. This presentation looks at pipeline-oriented programming and how it relates to functional programming, the open-closed principle,