LinuxBloc
2K subscribers
49 photos
45 files
33.2K links
Anotaciones , enlaces , programas y ajustes para GNU/Linux
Download Telegram
Comenzando a programar en C++
Beginning C++ Programming by Richard Grimes
--------------------
C++ has come a long way and is now adopted in several contexts. Its key strengths are its software infrastructure and resource-constrained applications, including desktop applications, servers, and performance-critical applications, not to forget its importance in game programming. Despite its strengths in these areas, beginners usually tend to shy away from learning the language because of its steep learning curve.
The main mission of this book is to make you familiar and comfortable with C++. You will finish the book not only being able to write your own code, but more importantly, you will be able to read other projects. It is only by being able to read others' code that you will progress from a beginner to an advanced programmer. This book is the first step in that progression.
The first task is to familiarize you with the structure of C++ projects so you will know how to start reading a project. Next, you will be able to identify the main structures in the language, functions, and classes, and feel confident being able to identify the execution flow through the code. You will then become aware of the facilities of the standard library and be able to determine whether you need to write a routine yourself, or use an existing routine in the standard library.
Throughout the book, there is a big emphasis on memory and pointers. You will understand memory usage, allocation, and access, and be able to write code that does not leak memory. Finally, you will learn about C++ classes and get an introduction to object orientation and polymorphism.
------------------
2017 | Inglés | PDF | 516 páginas | 4,58 MB
Beginning Programming with Python For Dummies, 2nd Edition by John Paul Mueller #python #programming
—---------------------—
Learn Python—the fun and easy way—and get in the programming game today!
Python is one of the fastest growing programming languages, and no wonder. It requires three to five times less time than developing in Java, is a great building block for learning both procedural and object-oriented programming concepts, and is an ideal language for data analysis. Beginning Programming with Python For Dummies is the perfect guide to this dynamic and powerful programming language—even if you've never coded before! Author John Paul Mueller draws on his vast programming knowledge and experience to guide you step-by-step through the syntax and logic of programming with Python and provides several real-world programming examples to give you hands-on experience trying out what you've learned.
Provides a solid understanding of basic computer programming concepts and helps familiarize you with syntax and logic
Explains the fundamentals of procedural and object-oriented programming
Shows how Python is being used for data analysis and other applications
Includes short, practical programming samples to apply your skills to real-world programming scenarios
Whether you've never written a line of code or are just trying to pick up Python, there's nothing to fear with the fun and friendly Beginning Programming with Python For Dummies leading the way.
—---------------------—
2014 | Inglés | PDF & EPUB | 493 páginas | 19,7 MB
—---------------------