E-Book, Englisch, 233 Seiten, eBook
Joyce C and Python Applications
1. Auflage 2021
ISBN: 978-1-4842-7774-4
Verlag: APRESS
Format: PDF
Kopierschutz: 1 - PDF Watermark
Embedding Python Code in C Programs, SQL Methods, and Python Sockets
E-Book, Englisch, 233 Seiten, eBook
ISBN: 978-1-4842-7774-4
Verlag: APRESS
Format: PDF
Kopierschutz: 1 - PDF Watermark
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.
Zielgruppe
Professional/practitioner
Autoren/Hrsg.
Weitere Infos & Material
Chapter 1 :Review of C and PythonChapter goal: Load up all of the software eg sqlite3, C, Python etc
1.1 : Pythona. Defining different types of variablesb. Reading in data from command linec. Arithmetic operationsd. Switches (user-written)e. If-then-elsef. Arraysg. For loopsh. Stringsi. Math functionsj. User-written functionsk. Dictionariesl. File usem. Use of Matplotlibn. Create typical programs in Python using SDK1.2 : C
a. Read and write characters
b. Arithmetic operationsc. Switchesd. If-then-elsee. Arraysf. For loops and Do loopsg. Stringsh. Data arraysi. Structuresj. Math functionsk. User-written functionsl. File usem. Create typical programs in C using SDKExercises
Chapter 2: SQL in C Chapter goal: Load up all of the software eg sqlite3, C compiler, Python etc. Demonstrate using SQL in C by writing separate C programs to:-
a) create a table
b) insert a row of data into the tablec) select a row or rows of data in the tabled) amend a row of data in the tablee) delete a row of data from the tableExercises
Chapter 3 :SQL in Python Chapter goal: Load up appropriate eg sqlite3, Python etc. Demonstrate using SQL in Python by writing separate Python programs to:-a) create a table
b) insert a row of data into the tablec) select a row or rows of data in the tabled) amend a row of data in the tablee) delete a row of data from the tableExercises
Chapter 4 : Embedded Python in Ca. Introduction to why you might want to embed python in cb. Basic example “hello”c. Plot a graph with preset points in python program d. Plot a graph with user-entered points in pythone. Print from a dictionaryExercises
Chapter 5: Sockets in Python a. Show basic server-client programs
b. Show basic threaded programs
c. Show basic chat programs
Exercises
AppendicesC Programming Code GuidePython Programming Code Guide




