C and Python Applications  (e-bog) af Joyce, Philip
Joyce, Philip (forfatter)

C and Python Applications e-bog

403,64 DKK (inkl. moms 504,55 DKK)
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 languag...
E-bog 403,64 DKK
Forfattere Joyce, Philip (forfatter)
Forlag Apress
Udgivet 20 november 2021
Genrer Open source and other operating systems
Sprog English
Format pdf
Beskyttelse LCP
ISBN 9781484277744
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.           What You Will LearnReview basic Python and C coding Understand the methods of embedding Python code within a C programCreate typical programs in Python and C using SDKWork with socket applications in PythonWho This Book Is ForProgrammers and computational modelers with at least some prior experience with programming in C and Python as well as programming in general.