Start programming from scratch, no experience required. This beginners’ guide to software engineering starts with a discussion of the different editors used to create software and covers setting up a Docker environment. Next, you will learn about repositories and version control along with its uses. Now that you are ready to program, you’ll go through the basics of Python, the ideal language to learn as a novice software engineer. Many modern applications need to talk to a database of some kind, so you will explore how to create and connect to a database and how to design one for your app. Additionally you will discover how to use Python’s Flask microframework and how to efficiently test your code. Finally, the book explains best practices in coding, design, deployment, and security.
Software Engineering for Absolute Beginners answers the question of what topics you should know when you start out to learn software engineering. This book covers a lot of topics, and aims to clarify the hidden, but very important, portions of the software development toolkit.
After reading this book, you, a complete beginner, will be able to identify best practices and efficient approaches to software development. You will be able to go into a work environment and recognize the technology and approaches used, and set up a professional environment to create your own software applications.
What You Will Learn
Explore the concepts that you will encounter in the majority of companies doing software development Create readable code that is neat as well as well-designed Build code that is source controlled, containerized, and deployable Secure your codebase Optimize your workspace
Who This Book Is For
A reader with a keen interest in creating software. It is also helpful for students.
Publisher : Apress
Publication date : January 31, 2021
Edition : 1st ed.
Language : English
Print length : 360 pages
ISBN-10 : 1484266218
ISBN-13 : 978-1484266212
Item Weight : 1 pounds
Dimensions : 6.1 x 0.82 x 9.25 inches
Best Sellers Rank: #538,400 in Books (See Top 100 in Books) #140 in Microsoft Programming (Books) #344 in Software Development (Books) #1,141 in Business Technology
Customer Reviews: 4.3 4.3 out of 5 stars (45) var dpAcrHasRegisteredArcLinkClickAction; P.when(‘A’, ‘ready’).execute(function(A) { if (dpAcrHasRegisteredArcLinkClickAction !== true) { dpAcrHasRegisteredArcLinkClickAction = true; A.declarative( ‘acrLink-click-metrics’, ‘click’, { “allowLinkDefault”: true }, function (event) { if (window.ue) { ue.count(“acrLinkClickCount”, (ue.count(“acrLinkClickCount”) || 0) + 1); } } ); } }); P.when(‘A’, ‘cf’).execute(function(A) { A.declarative(‘acrStarsLink-click-metrics’, ‘click’, { “allowLinkDefault” : true }, function(event){ if(window.ue) { ue.count(“acrStarsLinkWithPopoverClickCount”, (ue.count(“acrStarsLinkWithPopoverClickCount”) || 0) + 1); } }); });

Amazon Customer –
A Must Have For The Beginner
So I’ve had an the opportunity to spend time with this book and I have to say that I’m very satisfied. Normally when you’re reading tech books that claim to be for beginners they assume that you know things and skips steps, but this book doesn’t do that. I went from being super intimidated about programming and back end development, but this book eases your mind and makes you feel like you can do anything. And after reading it you start looking at programming in a completely different way.Pros:* Easy to comprehend* Well laid out* The tone of the author is very pleasant and not boring at all* Encourages you to experiment with what you’ve learned and encourages you to go out explore even further* He makes you feel smart* He makes you feel like you actually have a shot at being a paid developerCons:* There were a few typos and some missing syntax in a few of the coding examples, but even with that being the case this book is still awesomeOnce I land a gig here in the next three months it’ll be thanks to this book and this amazing author. Thanks =)