@@ -7,13 +7,13 @@ module Summary
77We've covered a lot of ground in this guide:
88
99- ** Introduction** : What Fable.Python is and why it matters
10- - ** F` # ` for Python Developers** : Bridging the conceptual gap between languages
10+ - ** F# for Python Developers** : Bridging the conceptual gap between languages
1111- ** Getting Started** : Setting up your first Fable.Python project
12- - ** Interop** : Seamlessly calling Python libraries from F` # `
12+ - ** Interop** : Seamlessly calling Python libraries from F#
1313- ** Bindings** : Creating type-safe wrappers for Python code
14- - ** Compatibility** : Understanding what F` # ` features work (and which don't)
15- - ** Async Programming** : Mapping F` # ` async to Python's asyncio
16- - ** Testing** : Running F` # ` code with pytest and other Python test runners
14+ - ** Compatibility** : Understanding what F# features work (and which don't)
15+ - ** Async Programming** : Mapping F# async to Python's asyncio
16+ - ** Testing** : Running F# code with pytest and other Python test runners
1717- ** Fable v5** : The latest features including the Rust core and PyPI packages
1818- ** Pydantic** : Building validated data models with Python's favorite library
1919- ** Units of Measure** : Compile-time dimensional analysis that vanishes at runtime
@@ -24,7 +24,7 @@ We've covered a lot of ground in this guide:
2424If you're reading this, the code worked.
2525
2626This entire blog post - every chapter, every code example, every explanation -
27- was processed by F` # ` code compiled to Python, and output as Markdown.
27+ was processed by F# code compiled to Python, and output as Markdown.
2828The proof is in the reading.
2929
3030## Get Involved
@@ -34,7 +34,7 @@ The source code for this entire project is available on GitHub:
3434** [ github.com/cardamomcode/fable-python] ( https://github.com/cardamomcode/fable-python ) **
3535
3636The repository contains:
37- - All the chapter source files (literate F` # ` )
37+ - All the chapter source files (literate F# )
3838- The Fable.Literate converter
3939- Build scripts and configuration
4040- The generated blog post
@@ -47,8 +47,7 @@ from the community make it better for everyone.
4747
4848- [ Fable Documentation] ( https://fable.io/docs/ )
4949- [ Fable.Python on GitHub] ( https://github.com/fable-compiler/Fable.Python/ )
50- - [ F` # ` Software Foundation] ( https://fsharp.org/ )
51- - [ Fable Discord] ( https://discord.gg/8c3Ng9N ) - The Fable community is friendly and helpful
50+ - [ F# Software Foundation] ( https://fsharp.org/ )
5251
5352Welcome to Fable.Python. Now go build something.
5453*)
0 commit comments