| Position | Domaine | Page | Actes |
|---|---|---|---|
| 1 | docs.python.org | /3/extending/extendi... | |
|
URL complète
Titre
1. Extending Python with C or C++
Dernière mise à jour
N / A
Autorité de la page
N / A
Trafic:
N / A
Liens retour:
N / A
Partages sociaux:
N / A
Temps de chargement:
N / A
Aperçu de l'extrait:
These modules let you write Python code to interface with C code and are more portable between implementations of Python than writing and compiling a C ... |
|||
| 2 | stackoverflow.com | /questions/28336318/... | |
|
Titre
include in C++ vs import in python
Dernière mise à jour
N / A
Autorité de la page
N / A
Trafic:
N / A
Liens retour:
N / A
Partages sociaux:
N / A
Temps de chargement:
N / A
Aperçu de l'extrait:
# include in C and C++ is a textual include . import in Python is very different -- no textual inclusion at all! Rather, Python's import lets you access names ... |
|||
| 3 | en.wikipedia.org | /wiki/cpython | |
|
URL complète
Titre
CPython
Dernière mise à jour
N / A
Autorité de la page
N / A
Trafic:
N / A
Liens retour:
N / A
Partages sociaux:
N / A
Temps de chargement:
N / A
Aperçu de l'extrait:
CPython is the reference implementation of the Python programming language. Written in C and Python, CPython is the default and most widely used implementation ... |
|||
| 4 | reddit.com | /r/c_programming/com... | |
|
URL complète
Titre
If python is written in C, then why do any instructions ...
Dernière mise à jour
N / A
Autorité de la page
N / A
Trafic:
N / A
Liens retour:
N / A
Partages sociaux:
N / A
Temps de chargement:
N / A
Aperçu de l'extrait:
There is no C included in python . C is a compiled language, it is translated to machine code. There is no C anywhere in the machine code that ... |
|||
| 6 | github.com | /python/cpython/blob... | |
|
Titre
cpython/Include/pyport.h at main
Dernière mise à jour
N / A
Autorité de la page
N / A
Trafic:
N / A
Liens retour:
N / A
Partages sociaux:
N / A
Temps de chargement:
N / A
Aperçu de l'extrait:
* be either one of the five standard signed integer types (signed char,. * short, int, long, long long) or an extended signed integer ... |
|||
| 8 | realpython.com | /python-bindings-ove... | |
|
URL complète
Titre
Python Bindings
Dernière mise à jour
N / A
Autorité de la page
N / A
Trafic:
N / A
Liens retour:
N / A
Partages sociaux:
N / A
Temps de chargement:
N / A
Aperçu de l'extrait:
If so, then Python bindings allow you to call functions and pass data from Python to C or C++, letting you take advantage of the strengths of both languages. |
|||
| 9 | habr.com | /ru/articles/466181/ | |
|
URL complète
Titre
Python из C (C API)
Dernière mise à jour
N / A
Autorité de la page
N / A
Trafic:
N / A
Liens retour:
N / A
Partages sociaux:
N / A
Temps de chargement:
N / A
Aperçu de l'extrait:
4 сент. 2019 г. — Самое простое, загрузка интерпретатора Python и работа в нем. Для работы необходимо подключить заголовочный файл |
|||
| 10 | learn.microsoft.com | /en-us/visualstudio/... | |
|
URL complète
Titre
Create a C++ extension for Python in Visual Studio
Dernière mise à jour
N / A
Autorité de la page
N / A
Trafic:
N / A
Liens retour:
N / A
Partages sociaux:
N / A
Temps de chargement:
N / A
Aperçu de l'extrait:
2 июн. 2025 г. — In this article, you build a C++ extension module for CPython to compute a hyperbolic tangent and call it from Python code . |
|||
| 11 | cython.readthedocs.io | /en/latest/src/userg... | |
|
Titre
Language Basics - Cython's Documentation - Read the Docs
Dernière mise à jour
N / A
Autorité de la page
N / A
Trafic:
N / A
Liens retour:
N / A
Partages sociaux:
N / A
Temps de chargement:
N / A
Aperçu de l'extrait:
To make use of C data types in Python syntax, you need to import the special cython module in the Python module that you want to compile, e.g.. import cython. |
|||
| 12 | dev.to | /rapidnerd/using-pyt... | |
|
Titre
Using Python and C together
Dernière mise à jour
N / A
Autorité de la page
N / A
Trafic:
N / A
Liens retour:
N / A
Partages sociaux:
N / A
Temps de chargement:
N / A
Aperçu de l'extrait:
8 авг. 2018 г. — Many languages can communicate with each other very easily, but with Python and C it's a little tricky. |
|||