Tags
Language
Tags
August 2025
Su Mo Tu We Th Fr Sa
27 28 29 30 31 1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31 1 2 3 4 5 6
    Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

    ( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
    SpicyMags.xyz

    C and Python Applications Embedding Python Code in C Programs, SQL Methods, and Python Sockets

    Posted By: GFX_MAN
    C and Python Applications Embedding Python Code in C Programs, SQL Methods, and Python Sockets

    C and Python Applications Embedding Python Code in C Programs, SQL Methods, and Python Sockets
    English | 2021 | ISBN: 9781484277744 | 241 pages | True PDF,EPUB | 6.65 Mb

    Solve problems by embedding Python code in a C programs, SQL methods, Python sockets. This book uses rudimentary mathematics and basic programming to create practical Python applications for embedding.

    You'll start with an introduction to C and Python, assuming a fundamental understanding of what programming is. You will also review the basics of the database management language, SQL. You will learn how to use SQL from a C program and from a Python program. C and Python have different programming strengths, and you will learn how to write a Python program embedded within a C program to profit from the strength of each, in one program. Finally, you will explore how socket programs enable two computers to communicate with each other. Here the book covers basic server-client, basic threaded, and basic chat programs.

    You will:
    Review basic Python and C coding
    Understand the methods of embedding Python code within a C program
    Create typical programs in Python and C using SDK
    Work with socket applications in Python