Earlier quoted context omitted.
I got the same error message - "Unable to send e-mail. Please contact the site admin, if the problem persists." Packt also signs me up to 5 newsletters (not that Amazon doesn't, but that's a problem I already had :)). Still, an ebook this substantial for $10 is awesome. I hope the Packt discount isn't eating into the author's profits :(
I bought the book for $10 also. Yes it does cut into the author's profits, but tech book authors generally don't write motivated for making a lot of money :-) Rather, the advantages are sharing knowledge and meeting a lot of cool people. I have written several books, and writing is a pathway to meeting interesting people.
Today I published an introductory book on Haskell Data Analysis
31–38 of 38 posts
Re: Today I published an introductory book on Haskell Data Analysis
#32Earlier quoted context omitted.
I bought the book for $10 also. Yes it does cut into the author's profits, but tech book authors generally don't write motivated for making a lot of money :-) Rather, the advantages are sharing knowledge and meeting a lot of cool people. I have written several books, and writing is a pathway to meeting interesting people.
Agreed! :)
Re: Today I published an introductory book on Haskell Data Analysis
#33I found it weird that Packt Publishing changed the currency from USD to British pounds when I input my address, which is in Brazil.
Re: Today I published an introductory book on Haskell Data Analysis
#34I'm excited to read this, I just bought a copy. I'm presently debating between using Haskell or Clojure for data analysis here at work (or most likely some combination of the two), so the timing couldn't be better.
For Clojure, there's the Clojure Data Analysis Cookbook[0] and Clojure for Machine Learning[1]. Both on my reading list. [0] http://www.packtpub.com/clojure-data-analysis-cookbook/book [1] http://www.packtpub.com/clojure-for-machine-learning/book
While I don't know for certain I'm going to theorize the Haskell Data Analysis Cookbook began as a Haskell version of the Clojure books since they've were written by a student and professor, respectively, at UVA.
Both of the Clojure books are excellent - you can look at them as a practical hands on way of learning Clojure as an experienced programmer. I'm familiar with Nishant's excellent quality of work so I imagine the Haskell Data Analysis Cookbook would help a curious programmer learn practical Haskell. (I intend to pick up a copy for just this purpose.)
[0] http://www.packtpub.com/mastering-clojure-data-analysis/book
Re: Today I published an introductory book on Haskell Data Analysis
#35Earlier quoted context omitted.
Yup! The eBook is here: http://www.packtpub.com/haskell-data-analysis-cookbook/book
Easy enough to get it onto a Kindle after buying from the Packt site, but +1 to looking into getting it on Amazon's Kindle store as dealing with Packt was less than stellar. On first visiting Packt site (thru link on your website) the paper+ebook bundle was shown as $43.99, and I sometimes spring for those if they're discounted enough, especially pre-order (as this is, or used to be anyway). On clicking through that…
Re: Today I published an introductory book on Haskell Data Analysis
#36Earlier quoted context omitted.
Easy enough to get it onto a Kindle after buying from the Packt site, but +1 to looking into getting it on Amazon's Kindle store as dealing with Packt was less than stellar. On first visiting Packt site (thru link on your website) the paper+ebook bundle was shown as $43.99, and I sometimes spring for those if they're discounted enough, especially pre-order (as this is, or used to be anyway). On clicking through that…
Same here. Was showing $43.99 for the bundle, ends up as $54.99 when checking out. Going back to the main page still shows it at $43.99 (but it says "Print cover: $54.99" in small print, whatever this means).
I also picked Paypal because I'm not sure if this is some clever dynamic pricing/optimization engine or if the site is buggy!
Re: Today I published an introductory book on Haskell Data Analysis
#37Earlier quoted context omitted.
Yup! The eBook is here: http://www.packtpub.com/haskell-data-analysis-cookbook/book
Thanks! I lazily only clicked through to Amazon and didn't see it there. I don't know what's involved in getting the Kindle version into Amazon's store, but it might be worth it, as their buying experience is very slick - one click and you're reading the book in 60 seconds.
Re: Today I published an introductory book on Haskell Data Analysis
#38Earlier quoted context omitted.
libraries. I expect Python and R to have much more available libraries for machine learning than Haskell/
Exactly. There is not yet a pandas equivalent, there is no scikit-learn, etc. Hopefully this will happen.