Computer Programming Like A Pro: Fundamentals of Programming, Tutorials For Beginners
English | 2021 | ASIN: B09PHP7T27 | 130 Pages | PDF AZW EPUB | 2.47 MB
English | 2021 | ASIN: B09PHP7T27 | 130 Pages | PDF AZW EPUB | 2.47 MB
Programming involves activities such as analysis, developing understanding, generating algorithms, verification of requirements of algorithms including their correctness and resource consumption, and implementation (commonly referred to as coding) of algorithms in a target programming language.
If you are a newcomer to programming it's easy to get lost in the technical jargon, before even getting to the language you want to learn.
What are statements, operators, and functions?
How to structure, build and deploy a program?
What are functional programming and object-oriented programming?
How to store, manage and exchange data?
Key Topics
What Is a Programming Language?
Why Do We Need a Programming Language?
The History of Programming Languages
Popular Programming Languages
Understanding the Structure of a Program
What Are the Different Types of Programs?
How Is a Program Built?
How Is a Program Executed?
What Are Program Statements?
What Are Data Types?
Storing Data in Files
Storing Data in Databases
Data Exchange Formats
Error Handling
Logging in Programs
Logical Grouping of Programs
Deploying Programs
Programming for the Internet
Serverless Programming
Programming for Mobile Devices
Design Practices