On this page:
pyffi - Use Python from Racket
8.4

pyffi - Use Python from Racket

Jens Axel Søgaard <jensaxel@soegaard.net>

 (require pyffi) package: pyffi-lib

This library pyffi allows you to use Python from Racket.

    1 Introduction

    2 Release Information

    3 Supported Platforms

    4 Installation

      4.1 Python 3.10

      4.2 One-time Configuration

      4.3 Optional: NumPy for scientific computing

    5 An introduction to pyffi

      5.1 Atomic values: numbers, Booleans and None

      5.2 Compound Values: strings, tuples, lists, and, dictionaries

      5.3 Builtin functions and modules

      5.4 Objects, Callable objects, Functions, Methods and Properties

      5.5 Exceptions

    6 Initialization of the Python Interpreter

      6.1 The Big Picture

      6.2 Reference

    7 Evaluation

    8 Datatypes

      8.1 Python Lists - pylist

      8.2 Python Tuples - pytuple

      8.3 Python Dictionaries - pydict

      8.4 Python Strings - pystring

      8.5 Python Generators

    Index