自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(0)
  • 资源 (85)
  • 收藏
  • 关注

空空如也

Mastering.Object-Oriented.Python.2nd.Edition.(2019).pdf

This book uses advanced Python. You'll need to be relatively familiar with Python 3. It helps to learn a programming language when you have a problem of your own to solve. If you are a skilled programmer in other languages, then you may find this book useful if you want to switch to Python. Note that this book doesn't introduce any syntax or other foundational concepts.

2019-10-20

Expert Python Programming-3rd edition (2019).pdf

This book is written for Python developers who wish to go further in mastering Python. And by developers, I mean mostly professionals, so programmers who write Python software for their living. This is because it focuses mostly on tools and practices that are crucial for creating performant, reliable, and maintainable software in Python.

2019-10-20

Advanced-Guide-to-Python-3-Programming (2019).pdf

1. It assumes knowledge of Python 3 and of concepts such as functions, classes, protocols, Abstract Base Classes, decorators, iterables, collection types (such as List and Tuple) etc. 2. However, the book assumes very little knowledge or experience of the topics presented. 3. The book is divided into eight topic areas; Computer graphics, Games, Testing, File Input/Output, Database Access, Logging, Concurrency and Parallelism and Network Programming. 4. Each topic in the book has an introductory chapter followed by chapters that delve into that topic. 5. The book includes exercises at the end of most chapters. 6. All code examples (and exercise solutions) are provided on line in a GitHub repository.

2019-10-20

Defending IoT Infrastructures with the Raspberry Pi (2019).pdf

The Internet of Things (IoT) and industrial control systems (ICS) require special attention from a cybersecurity point of view. This is based on the well-known and -documented fact that the protocols and implementations have vulnerabilities that when exploited can produce considerable damage and provide an avenue for the exfiltration of data.

2019-10-20

Practical.Data.Science.with.Python.3.(2019).pdf

This book amalgamates data science and software engineering in a pragmatic manner. It guides the reader through topics from these worlds and exemplifies concepts through software. As a reader, you will gain insight into areas rarely covered in textbooks, since they are hard to explain and illustrate. You will see the Cynefin framework in action via examples that give an overarching context and systematic approach for your data science endeavors.

2019-10-20

An Introduction to C & GUI Programming (2019).pdf

The first part of this book is an introduction to programming in C for absolute beginners; the second part shows how to use C to create desktop applications for Raspbian, using the GTK toolkit. You don’t need any programming experience, and a Raspberry Pi running Raspbian is all you need to get started

2019-10-20

Windows Kernel Programming (2019).pdf

There is nothing like the power of the kernel in Windows - but how do you write kernel drivers to take advantage of that power? This book will show you how.The book describes software kernel drivers programming for Windows. These drivers don't deal with hardware, but rather with the system itself: processes, threads, modules, registry and more. Kernel code can be used for monitoring important events, preventing some from occurring if needed. Various filters can be written that can intercept calls that a driver may be interested in.

2019-10-20

Linux Basics for Hackers (2019)

This book is not intended for the experienced hacker or the experienced Linux admin. Instead, it is intended for those who want to get started along the exciting path of hacking, cybersecurity, and pentesting. It is also intended not as a complete treatise on Linux or hacking but rather a starting point into these worlds. It begins with the essentials of Linux and extends into some basic scripting in both bash and Python. Wherever appropriate, I have tried to use examples from the world of hacking to teach Linux principles.

2019-08-14

Raspbian OS Programming with the Raspberry Pi 1st Edition (2019).pdf

This book is designed for anyone who wants to get started with Raspberry Pi and Raspbian. Readers do not need knowledge of the Linux OS or of embedded systems.

2019-08-14

Applied Machine Learning (2019).pdf

The book is revised and corrected from class notes written for a course I've taught on numerous occasions to very broad audiences. Most students were at the final year undergraduate/first year graduate student level in a US university. About half of each class consisted of students who weren’t computer science students but still needed a background in learning methods. The course stressed applying a wide range of methods to real datasets, and the book does so, too.

2019-08-14

Indoor Positioning (2019).pdf

The two main reasons for the book are to take stock of the real performances, i.e. in fact the limitations, of the various indoor positioning technologies and its corollary, to show that it is already possible to produce many systems, meeting real needs, on the simple condition of very slightly changing the angle of our vision of positioning.

2019-08-14

Industrial System Engineering for Drones (2019).pdf

The focus of this book is a typical electromechanical system design, with emphasis on electrical hardware system design concepts. You will be taken through the processes and methodologies comprehensively using the fairly complex electromechanical system of a drone as an example.

2019-08-14

Learn Keras for Deep Neural Networks 1st Edition (2019).pdf

This book is intended to gear the readers with a superfast crash course on deep learning. Readers are expected to have basic programming skills in any modern-day language; Python experience would be great, but is not necessary. Given the limitations on the size and depth of the subject we can cover, this short guide is intended to equip you as a beginner with sound understanding of the topic, including tangible practical experience in model development that will help develop a foundation in the deep learning domain.

2019-07-11

Linux Basics for Hackers (Kali) (2019).pdf

Hacking is an elite profession within the IT field. As such, it requires an extensive and detailed understanding of IT concepts and technologies. At the most fundamental level, Linux is a requirement. I strongly suggest you invest time and energy into using and understanding it if you want to make hacking and information security your career.

2019-07-11

Practical Machine Learning and Image Processing (2019).pdf

Practical Machine Learning and Image Processing gives readers deep insight into the basics of image processing and various image processing methodologies and algorithms, applications using various Python libraries, and real-time use case implementation using machine learning approaches.

2019-07-11

The Secret Life of Programs (2019).pdf

This book is for people who want to become good programmers. What makes a good programmer? First and foremost, a good programmer has good critical thinking and analysis skills. To solve complex problems, a programmer needs the ability to evaluate whether or not programs actually solve the right problem correctly. This is more difficult than it sounds. It’s not uncommon for an experienced programmer to look at someone else’s program and snarkily comment, “Why, that's a complex nonsolution to a simple nonproblem."

2019-07-11

Game Development Using Python 1st Edition (2019)

This book is about computer games. It’s about how to develop them using the Python language, but the book also includes some design instruction, ideas about handling assets, and a host of things that should be useful for a game developer.

2019-05-03

Cyber Operations_ Building, Defending, and Attacking 2nd Edition (2019)

This book is designed for readers who are comfortable with Windows, Linux, and networking who want to learn the operational side of cyber security. It is meant to be read hand in hand with systems; indeed, the only way to learn cyber operations is to lay hands on a keyboard and work. Set up the various systems described in the book, try out the attacks, and look for the traces left by the attacks. Initially you may want to follow the text closely; but as you gain proficiency, it is better to use the text only as a guide and starting place for your own explorations.

2019-05-03

Becoming the Hacker 1st Edition (2019)

The reader should have basic security experience, for example, through running a network or encountering security issues during application development. Formal education in security is useful, but not required. This title is suitable for people with at least two years of experience in development, network management, or DevOps, or with an established interest in security.

2019-05-03

Hands-On Penetration Testing with Python 1st Edition (2019)

If you are a security consultant, developer, or a cyber security enthusiast with little or no knowledge of Python, and require in-depth insights into how the pentesting ecosystem and Python combine to create offensive tools, exploits, automate cyber security use cases, and much more besides, then this book is for you. Hands-On Penetration Testing with Python guides you through the advanced uses of Python for cyber security and pentesting, helping you to better understand security loopholes within your infrastructure.

2019-05-03

Foundations of Blockchain 1st Edition (2019)

This book is designed for anyone who is looking to dive into the foundations of the blockchain technology space. Although this book builds a foundation for blockchain technology for beginners, it can also be used by blockchain developers as a quick reference guide and also to gain deeper insights on a few exciting topics of the technology

2019-05-03

Advanced JavaScript 1st Edition (2019)

In this book, you will gain a deep understanding of JavaScript. You will learn how to write JavaScript in a professional environment using the new JavaScript syntax in ES6, how to leverage JavaScript's asynchronous nature using callbacks and promises, and how to set up test suites and test your code. You will be introduced to JavaScript's functional programming style and you will apply everything you learn to build a simple application in various JavaScript frameworks and libraries for backend and frontend development.

2019-05-03

Learning Algorithms through Pprogramming and Puzzle (2018)

Our goal is to develop an Intelligent Tutoring System for learning algorithms through programming that can compete with the best professors in a traditional classroom.

2019-04-02

Pro Python 3, 3rd Edition (2019)

The goal is to bring intermediate programmers to a more advanced level; we wrote this book with the expectation that you’ll already be familiar with Python on some basic level. You should be comfortable using the interactive interpreter, writing control structures, and [using] a basic object-oriented approach.

2019-04-02

The IoT Hacker's Handbook (2019)

The ten chapters of this book cover a number of topics, ranging from hardware and embedded exploitation, to firmware exploitation, to radio communication, including BLE and ZigBee exploitation.

2019-04-02

PowerShell and Python Together (2019)

The purpose of the book along with the research and experimentation that went into it was to build a model, in fact two models, to integrate and leverage the best capabilities of Python and PowerShell and apply the result to digital investigation

2019-04-02

Linux The Textbook 2nd Edition (2019)

This second edition is guided by the same intentions and core principles as the first edition, particularly in terms of both its scope and its content. It is intended as a textbook on the modern, 21st-century Linux operating system. It uses an introductory pedagogic style, very similar to the explication and layout of the previous edition.

2019-03-10

Web Programming with HTML5, CSS, and JavaScript 1st Edition (2019)

Unlike many client-side web programming books, this book presents not only HTML and CSS, but also JavaScript, the document object model (DOM), and canvas. With that programming depth, the book works well for sophomore and junior Computer Science majors who have programming experience.

2019-03-10

Hands-On IoT Solutions with Blockchain 1st Edition (2019)

This book is for anyone who is responsible for the security mechanisms of an IoT infrastructure, and IT professionals who wish to develop solutions using blockchain and IoT on the IBM Cloud platform. A basic understanding of IoT is required.

2019-03-09

Computer Graphics Programming in OpenGL with C++ 1st Edition (2019)

This book is designed primarily as a textbook for a typical computer science undergraduate course in OpenGL 3D graphics programming. However, we have also endeavored to create a text that could be used to teach oneself, without an accompanying course. With both of those aims in mind, we have tried to explain things as clearly and simply as we can. All of the programming examples are stripped down and simplified as much as possible, but they are still complete so that the reader may run them all as presented.

2019-03-09

Natural Language Processing with PyTorch 1st Edition (2019)

This book aims to bring newcomers to natural language processing (NLP) and deep learning to a tasting table covering important topics in both areas. Both of these subject areas are growing exponentially. As it introduces both deep learning and NLP with an emphasis on implementation, this book occupies an important middle ground.

2019-03-09

Python for Data Science for Dummies 2nd edition (2019)

About This Book The main purpose of Python for Data Science For Dummies, 2nd Edition is to take the scare factor out of data science by showing you that data science is not only really interesting but also quite doable using Python. You might assume that you need to be a computer science genius to perform the complex tasks normally associated with data science, but that’s far from the truth.

2019-03-09

Jump Start Vue.js 1st edition (2019)

Who Should Read This Book? This books is for developers with experience of JavaScript. If you've already used a component based JavaScript framework such as React, you'll find this book an easy read, but it's also suitable for readers with no prior experience of such frameworks.

2019-03-09

Head First Kotlin (2019)

Who is this book for? If you can answer “yes” to all of these: Have you done some programming? Do you want to learn Kotlin? Do you prefer actually doing things and applying the stuff you learn over listening to someone in a lecture rattle on for hours on end?

2019-03-06

The Linux Command Line 2nd Edition (2019)

This book is for new Linux users who have migrated from other platforms. Most likely you are a “power user” of some version of Microsoft Windows.

2019-03-05

Learn Keras for Deep Neural Networks (2019)

The book is focused on a fast-paced approach to exploring practical deep learning concepts with math and programming-friendly abstractions. You will learn to design, develop, train, validate, and deploy deep neural networks using the industry's favorite Keras framework.

2019-02-03

Swift 4 Recipes_ Hundreds of Useful Hand-picked Code Snippets-Apress (2019)

No bullshit. Full of problem, solutions & how it works! Enjoy.

2019-02-03

Modern C Quick Syntax Reference, 2nd Edition (2019)

C is a general-purpose language, it is most often used for systems programming. This includes software that controls the computer hardware directly, such as drivers, operating systems, and software for embedded microprocessors. The language was concise, fast, and powerful.

2019-01-05

Impractical Python Projects 1st Edition (2018)

As you work through the projects, you’ll increase your knowledge of useful Python libraries and modules; learn more shortcuts, built-in functions, and helpful techniques; and practice designing, testing, and optimizing programs. Additionally, you’ll be able to relate what you’re doing to realworld applications, datasets, and issues.

2019-01-05

PHP and MySQL for Dynamic Web Sites Visual QuickPro Guide 5th Edition (2018)

What Are Dynamic Web Sites? Dynamic web sites are flexible and potent creatures, more accurately described as applications than merely sites. Dynamic web sites : - Respond to different parameters (for example, the time of day or the version of the visitor's browser) - Have a “memory,” allowing for user registration and login, e-commerce, and similar processes - Almost always integrate HTML forms, allowing visitors to perform searches, provide feedback, and so forth - Often have interfaces where administrators can manage the content - Are easier to maintain, upgrade, and build upon than statically made sites

2019-01-05

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除