SlideShare ist ein Scribd-Unternehmen logo
1 von 32
Try F#:
From Zero to Data
Science
Phil Trelford | @ptrelford | trelford.com/blog/ | github: ptrelford
Rachel Reese | @rachelreese | rachelree.se | github: rachelreese
2:30pm Intro and Setup
2:45 Set 1: Getting Started in F#
3:10 F# in Finance
3:25 Set 2: Data Visualization
3:55 Break
4:05 Intro to Type Providers
4:20 Set 3: Data Science
4:50 Challenge!
5:20 Wrap up
5:30 Fin!
Agenda
Pair Up!
Recommend Chrome or IE
Explore Try F# site.
Set up
Bindings and values
and REPLs! Oh my!
●
Print a statement with a float.
Fun with Functional
Functions
●
Add to the toHackerTalk function by changing e
-> 3 and l -> 1.
Chaining Functions
with the Forward
Pipe Operator
●
Find the difference between the max high and
the min low for all the days.
●
Find the difference between open and close on
the day with the highest volume.
Using Data Structures
to Create Larger
Programs
●
Add a SuperLeaf to powerUp; test
handlePowerUp.
Set 1: Getting Started
F# in finance Progressive F# Tutorials
NYC 2013
F#UNCTIONAL
lONDONERS
600+ Members
Founded Feb 4, 2010
48 Meetings
New York City F#
User Group
500+ Members
Founded Nov 10, 2010
25 Meetings
Investment
Banks
Hedg
e
funds
Prop
shops
Utilitie
s
Insura
nce
Who?
F# for Profit
Time to Market
Efficiency
Correctness
Complexity
Time to market
speed development by 50 percent or more,
European IB
order of magnitude increase in productivity,
GameSys
Efficiency
processes that used to require hours now take just minutes, Grange Insurance
performance is 10× better than the C++ that it replaces, Aviva
Correctness
leads to virtually bug-free code,
Fixed Income
I am still waiting for the first bug to come in,
E-On
Complexity
everything becomes simple and clear when expressed in F#, Byron Cook
fsharp.org/testimonials
speed development by 50 percent or more, European IB
order of magnitude increase in productivity, GameSys
processes that used to require hours now take just minutes, Grange Insurance
performance is 10× better than the C++ that it replaces, Aviva
leads to virtually bug-free code, Fixed Income
I am still waiting for the first bug to come in, E-On
complex algorithms can be expressed succinctly, Microsoft
everything becomes simple and clear when expressed in F#, Byron Cook
Tickspec: debug examples
Joule Energy Trading Screen
Units of Measure
.Net 4.5 Garbage Collector
Latency Mode Application Scenarios
Batch Command line
Server Side
Interactive LOB applications
LowLatency Trading Screens
SustainedLowLatency Financial Applications
F# in Excel
Try F#: http://tryfsharp.org
Charting Quick-Start
●
Add a vertical line to the
“Combining Charts” example to
make an asterisk, then center the
figure on the chart.
Introduction to Data
Visualization
●
Add a title to the Column chart.
Sampling Functions
and Performance
●
Using DateTime.Now.Ticks, find the
difference in processing time for the
final samples.
Set 2: Data Visualization
Break
2:30pm Intro and Setup
2:45 Set 1: Getting Started in F#
3:10 F# in Finance
3:25 Set 2: Data Visualization
3:55 Break
4:05 Intro to Type Providers
4:20 Set 3: Data Science
4:50 Challenge!
5:20 Wrap up
5:30 Fin!
Agenda
Type Providers
TYPE ALL THE DATA
What are type providers?
A mechanism to provide types to the
compiler.
For me, part of the role of F# is about proving that statically-typed languages
can play fully in the modern world of connected programming, without losing
the simplicity, elegance or tooling that come with strong types.
Type providers are an essential part of tackling this, because we can no longer
ignore the information-richness of external data sources, and have to
change language and compiler architecture to adapt.
- Don Syme
Why do we need them?
Intellisense,
tooltips, & other
tooling available
No code
generation
●
Always in sync
with the source
●
No extra bloated
code
●
Scalable to
millions of types
(e.g. - freebase)
More natural with
REPL
Benefits
“Type Providers are about replacing our conventional notion of a “library” with a provider
model. This allows a type provider to project an external information source into F# and
makes it easier to access diverse sources of data.”
Demo
WSDL Mash-up
Using F# to visualize World Bank data in R
Set 3: Data Science
Challenge!
Use tryfsharp.org/Create to find the name of the country with the max gasoline
price in 2010.
Bonus: Graph the top 10 countries in that list with a bar or column chart.
Additional Resources
• MSDN F# home: http://fsharp.net
• F# 3 Sample Pack: F# 3.0 Sample Pack
• F# Koans: https://github.com/ChrisMarinos/FSharpKoans
• Try F#: http://www.tryfsharp.org or http://tryfs.net/
• Skills Matter: http://skillsmatter.com/go/scala
• Community contributed samples: http://fssnip.net/
• Wikibook: http://en.wikibooks.org/wiki/Programming:F_Sharp
• Chat rooms: http://jabbr.net/ or http://irc.freenode.net
• FPish: http://fpish.net/home/1/f~23
Try F#:
From Zero to Data Science
Rachel Reese | @rachelreese | rachelree.se | github: rachelreese

Weitere ähnliche Inhalte

Ähnlich wie Progressive f# tutorials nyc rachel reese & phil trelford on try f# from zero to data science

Succeeding with Functional-first Programming in Enterprise
Succeeding with Functional-first Programming in EnterpriseSucceeding with Functional-first Programming in Enterprise
Succeeding with Functional-first Programming in Enterprise
dsyme
 
London F-Sharp User Group : Don Syme on F# - 09/09/2010
London F-Sharp User Group : Don Syme on F# - 09/09/2010London F-Sharp User Group : Don Syme on F# - 09/09/2010
London F-Sharp User Group : Don Syme on F# - 09/09/2010
Skills Matter
 
Exploring SharePoint with F#
Exploring SharePoint with F#Exploring SharePoint with F#
Exploring SharePoint with F#
Talbott Crowell
 
Getting Started with F#
Getting Started with F#Getting Started with F#
Getting Started with F#
Rachel Reese
 
[CLPE] Novidades do .net Framework 4.0
[CLPE] Novidades do .net Framework 4.0[CLPE] Novidades do .net Framework 4.0
[CLPE] Novidades do .net Framework 4.0
Felipe Pimentel
 

Ähnlich wie Progressive f# tutorials nyc rachel reese & phil trelford on try f# from zero to data science (20)

Succeeding with Functional-first Programming in Enterprise
Succeeding with Functional-first Programming in EnterpriseSucceeding with Functional-first Programming in Enterprise
Succeeding with Functional-first Programming in Enterprise
 
[4DEV] Bartosz Sokół - Functional developer in object oriented world - how F#...
[4DEV] Bartosz Sokół - Functional developer in object oriented world - how F#...[4DEV] Bartosz Sokół - Functional developer in object oriented world - how F#...
[4DEV] Bartosz Sokół - Functional developer in object oriented world - how F#...
 
London F-Sharp User Group : Don Syme on F# - 09/09/2010
London F-Sharp User Group : Don Syme on F# - 09/09/2010London F-Sharp User Group : Don Syme on F# - 09/09/2010
London F-Sharp User Group : Don Syme on F# - 09/09/2010
 
F# for Trading NYC
F# for Trading NYCF# for Trading NYC
F# for Trading NYC
 
Data Science - Part II - Working with R & R studio
Data Science - Part II -  Working with R & R studioData Science - Part II -  Working with R & R studio
Data Science - Part II - Working with R & R studio
 
Domain Modeling & Full-Stack Web Development F#
Domain Modeling & Full-Stack Web Development F#Domain Modeling & Full-Stack Web Development F#
Domain Modeling & Full-Stack Web Development F#
 
Practical F#
Practical F#Practical F#
Practical F#
 
Google machine learning engineer exam dumps 2022
Google machine learning engineer exam dumps 2022Google machine learning engineer exam dumps 2022
Google machine learning engineer exam dumps 2022
 
F# for BLOBA, by brandon d'imperio
F# for BLOBA, by brandon d'imperioF# for BLOBA, by brandon d'imperio
F# for BLOBA, by brandon d'imperio
 
F# for Trading - QuantLabs 2014
F# for Trading -  QuantLabs 2014F# for Trading -  QuantLabs 2014
F# for Trading - QuantLabs 2014
 
vpTech - Practical F# in Finance
vpTech - Practical F# in FinancevpTech - Practical F# in Finance
vpTech - Practical F# in Finance
 
Présentation du FME World Tour 2018 à Québec
Présentation du FME World Tour 2018 à QuébecPrésentation du FME World Tour 2018 à Québec
Présentation du FME World Tour 2018 à Québec
 
Présentation du FME World Tour 2018 à Montréal
Présentation du FME World Tour 2018 à MontréalPrésentation du FME World Tour 2018 à Montréal
Présentation du FME World Tour 2018 à Montréal
 
Bay NET Aug 19 2009 presentation ppt
Bay  NET Aug 19 2009 presentation pptBay  NET Aug 19 2009 presentation ppt
Bay NET Aug 19 2009 presentation ppt
 
F# and the DLR
F# and the DLRF# and the DLR
F# and the DLR
 
Exploring SharePoint with F#
Exploring SharePoint with F#Exploring SharePoint with F#
Exploring SharePoint with F#
 
Mastering Python lesson3b_for_loops
Mastering Python lesson3b_for_loopsMastering Python lesson3b_for_loops
Mastering Python lesson3b_for_loops
 
Getting Started with F#
Getting Started with F#Getting Started with F#
Getting Started with F#
 
[CLPE] Novidades do .net Framework 4.0
[CLPE] Novidades do .net Framework 4.0[CLPE] Novidades do .net Framework 4.0
[CLPE] Novidades do .net Framework 4.0
 
Webinar: Taking your JMeter Test Monitoring To The Next Level (Ft. PerfAcademy)
Webinar: Taking your JMeter Test Monitoring To The Next Level (Ft. PerfAcademy)Webinar: Taking your JMeter Test Monitoring To The Next Level (Ft. PerfAcademy)
Webinar: Taking your JMeter Test Monitoring To The Next Level (Ft. PerfAcademy)
 

Mehr von Skills Matter

Oscar reiken jr on our success at manheim
Oscar reiken jr on our success at manheimOscar reiken jr on our success at manheim
Oscar reiken jr on our success at manheim
Skills Matter
 
Russ miles-cloudfoundry-deep-dive
Russ miles-cloudfoundry-deep-diveRuss miles-cloudfoundry-deep-dive
Russ miles-cloudfoundry-deep-dive
Skills Matter
 
I went to_a_communications_workshop_and_they_t
I went to_a_communications_workshop_and_they_tI went to_a_communications_workshop_and_they_t
I went to_a_communications_workshop_and_they_t
Skills Matter
 

Mehr von Skills Matter (20)

5 things cucumber is bad at by Richard Lawrence
5 things cucumber is bad at by Richard Lawrence5 things cucumber is bad at by Richard Lawrence
5 things cucumber is bad at by Richard Lawrence
 
Patterns for slick database applications
Patterns for slick database applicationsPatterns for slick database applications
Patterns for slick database applications
 
Scala e xchange 2013 haoyi li on metascala a tiny diy jvm
Scala e xchange 2013 haoyi li on metascala a tiny diy jvmScala e xchange 2013 haoyi li on metascala a tiny diy jvm
Scala e xchange 2013 haoyi li on metascala a tiny diy jvm
 
Oscar reiken jr on our success at manheim
Oscar reiken jr on our success at manheimOscar reiken jr on our success at manheim
Oscar reiken jr on our success at manheim
 
Progressive f# tutorials nyc dmitry mozorov & jack pappas on code quotations ...
Progressive f# tutorials nyc dmitry mozorov & jack pappas on code quotations ...Progressive f# tutorials nyc dmitry mozorov & jack pappas on code quotations ...
Progressive f# tutorials nyc dmitry mozorov & jack pappas on code quotations ...
 
Cukeup nyc ian dees on elixir, erlang, and cucumberl
Cukeup nyc ian dees on elixir, erlang, and cucumberlCukeup nyc ian dees on elixir, erlang, and cucumberl
Cukeup nyc ian dees on elixir, erlang, and cucumberl
 
Cukeup nyc peter bell on getting started with cucumber.js
Cukeup nyc peter bell on getting started with cucumber.jsCukeup nyc peter bell on getting started with cucumber.js
Cukeup nyc peter bell on getting started with cucumber.js
 
Agile testing & bdd e xchange nyc 2013 jeffrey davidson & lav pathak & sam ho...
Agile testing & bdd e xchange nyc 2013 jeffrey davidson & lav pathak & sam ho...Agile testing & bdd e xchange nyc 2013 jeffrey davidson & lav pathak & sam ho...
Agile testing & bdd e xchange nyc 2013 jeffrey davidson & lav pathak & sam ho...
 
Progressive f# tutorials nyc don syme on keynote f# in the open source world
Progressive f# tutorials nyc don syme on keynote f# in the open source worldProgressive f# tutorials nyc don syme on keynote f# in the open source world
Progressive f# tutorials nyc don syme on keynote f# in the open source world
 
Agile testing & bdd e xchange nyc 2013 gojko adzic on bond villain guide to s...
Agile testing & bdd e xchange nyc 2013 gojko adzic on bond villain guide to s...Agile testing & bdd e xchange nyc 2013 gojko adzic on bond villain guide to s...
Agile testing & bdd e xchange nyc 2013 gojko adzic on bond villain guide to s...
 
Dmitry mozorov on code quotations code as-data for f#
Dmitry mozorov on code quotations code as-data for f#Dmitry mozorov on code quotations code as-data for f#
Dmitry mozorov on code quotations code as-data for f#
 
A poet's guide_to_acceptance_testing
A poet's guide_to_acceptance_testingA poet's guide_to_acceptance_testing
A poet's guide_to_acceptance_testing
 
Russ miles-cloudfoundry-deep-dive
Russ miles-cloudfoundry-deep-diveRuss miles-cloudfoundry-deep-dive
Russ miles-cloudfoundry-deep-dive
 
Serendipity-neo4j
Serendipity-neo4jSerendipity-neo4j
Serendipity-neo4j
 
Simon Peyton Jones: Managing parallelism
Simon Peyton Jones: Managing parallelismSimon Peyton Jones: Managing parallelism
Simon Peyton Jones: Managing parallelism
 
Plug 20110217
Plug   20110217Plug   20110217
Plug 20110217
 
Lug presentation
Lug presentationLug presentation
Lug presentation
 
I went to_a_communications_workshop_and_they_t
I went to_a_communications_workshop_and_they_tI went to_a_communications_workshop_and_they_t
I went to_a_communications_workshop_and_they_t
 
Plug saiku
Plug   saikuPlug   saiku
Plug saiku
 
Huguk lily
Huguk lilyHuguk lily
Huguk lily
 

Kürzlich hochgeladen

Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Victor Rentea
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
WSO2
 

Kürzlich hochgeladen (20)

presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptx
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
 
Platformless Horizons for Digital Adaptability
Platformless Horizons for Digital AdaptabilityPlatformless Horizons for Digital Adaptability
Platformless Horizons for Digital Adaptability
 
Vector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptxVector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptx
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor Presentation
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectors
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
 
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfRising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024
 
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
 

Progressive f# tutorials nyc rachel reese & phil trelford on try f# from zero to data science

  • 1. Try F#: From Zero to Data Science Phil Trelford | @ptrelford | trelford.com/blog/ | github: ptrelford Rachel Reese | @rachelreese | rachelree.se | github: rachelreese
  • 2. 2:30pm Intro and Setup 2:45 Set 1: Getting Started in F# 3:10 F# in Finance 3:25 Set 2: Data Visualization 3:55 Break 4:05 Intro to Type Providers 4:20 Set 3: Data Science 4:50 Challenge! 5:20 Wrap up 5:30 Fin! Agenda
  • 3. Pair Up! Recommend Chrome or IE Explore Try F# site. Set up
  • 4. Bindings and values and REPLs! Oh my! ● Print a statement with a float. Fun with Functional Functions ● Add to the toHackerTalk function by changing e -> 3 and l -> 1. Chaining Functions with the Forward Pipe Operator ● Find the difference between the max high and the min low for all the days. ● Find the difference between open and close on the day with the highest volume. Using Data Structures to Create Larger Programs ● Add a SuperLeaf to powerUp; test handlePowerUp. Set 1: Getting Started
  • 5. F# in finance Progressive F# Tutorials NYC 2013
  • 7. New York City F# User Group 500+ Members Founded Nov 10, 2010 25 Meetings
  • 9. F# for Profit Time to Market Efficiency Correctness Complexity
  • 10. Time to market speed development by 50 percent or more, European IB order of magnitude increase in productivity, GameSys
  • 11. Efficiency processes that used to require hours now take just minutes, Grange Insurance performance is 10× better than the C++ that it replaces, Aviva
  • 12. Correctness leads to virtually bug-free code, Fixed Income I am still waiting for the first bug to come in, E-On
  • 13. Complexity everything becomes simple and clear when expressed in F#, Byron Cook
  • 14. fsharp.org/testimonials speed development by 50 percent or more, European IB order of magnitude increase in productivity, GameSys processes that used to require hours now take just minutes, Grange Insurance performance is 10× better than the C++ that it replaces, Aviva leads to virtually bug-free code, Fixed Income I am still waiting for the first bug to come in, E-On complex algorithms can be expressed succinctly, Microsoft everything becomes simple and clear when expressed in F#, Byron Cook
  • 18. .Net 4.5 Garbage Collector Latency Mode Application Scenarios Batch Command line Server Side Interactive LOB applications LowLatency Trading Screens SustainedLowLatency Financial Applications
  • 21. Charting Quick-Start ● Add a vertical line to the “Combining Charts” example to make an asterisk, then center the figure on the chart. Introduction to Data Visualization ● Add a title to the Column chart. Sampling Functions and Performance ● Using DateTime.Now.Ticks, find the difference in processing time for the final samples. Set 2: Data Visualization
  • 22. Break
  • 23. 2:30pm Intro and Setup 2:45 Set 1: Getting Started in F# 3:10 F# in Finance 3:25 Set 2: Data Visualization 3:55 Break 4:05 Intro to Type Providers 4:20 Set 3: Data Science 4:50 Challenge! 5:20 Wrap up 5:30 Fin! Agenda
  • 25. What are type providers? A mechanism to provide types to the compiler.
  • 26. For me, part of the role of F# is about proving that statically-typed languages can play fully in the modern world of connected programming, without losing the simplicity, elegance or tooling that come with strong types. Type providers are an essential part of tackling this, because we can no longer ignore the information-richness of external data sources, and have to change language and compiler architecture to adapt. - Don Syme Why do we need them?
  • 27. Intellisense, tooltips, & other tooling available No code generation ● Always in sync with the source ● No extra bloated code ● Scalable to millions of types (e.g. - freebase) More natural with REPL Benefits “Type Providers are about replacing our conventional notion of a “library” with a provider model. This allows a type provider to project an external information source into F# and makes it easier to access diverse sources of data.”
  • 28. Demo WSDL Mash-up Using F# to visualize World Bank data in R
  • 29. Set 3: Data Science
  • 30. Challenge! Use tryfsharp.org/Create to find the name of the country with the max gasoline price in 2010. Bonus: Graph the top 10 countries in that list with a bar or column chart.
  • 31. Additional Resources • MSDN F# home: http://fsharp.net • F# 3 Sample Pack: F# 3.0 Sample Pack • F# Koans: https://github.com/ChrisMarinos/FSharpKoans • Try F#: http://www.tryfsharp.org or http://tryfs.net/ • Skills Matter: http://skillsmatter.com/go/scala • Community contributed samples: http://fssnip.net/ • Wikibook: http://en.wikibooks.org/wiki/Programming:F_Sharp • Chat rooms: http://jabbr.net/ or http://irc.freenode.net • FPish: http://fpish.net/home/1/f~23
  • 32. Try F#: From Zero to Data Science Rachel Reese | @rachelreese | rachelree.se | github: rachelreese

Hinweis der Redaktion

  1. Leverage