Get to grips with processing large volumes of data and presenting it as engaging, interactive insights using Spark and Python.Key FeaturesGet a hands-on, fast-paced introduction to the Python data science stackExplore ways to create useful metrics and statistics from large datasetsCreate detailed analysis reports with real-world dataBook DescriptionProcessing big data in real time is challenging due to scalability, information inconsistency, and fault tolerance. Big Data Analysis with Python tea...
Building Serverless Python Web Services with Zappa
by Abdulwahid Abdulhaque Barguzar
Master serverless architectures in Python and their implementation, with Zappa on three different frameworks.Key Features Scalable serverless Python web services using Django, Flask, and Pyramid. Learn Asynchronous task execution on AWS Lambda and scheduling using Zappa. Implementing Zappa in a Docker container.Book DescriptionServerless applications are becoming very popular these days, not just because they save developers the trouble of managing the servers, but also because they provide seve...
Introdução à Programação Científica
by Layse Boere and Vinícius Simionatto
How can you take advantage of the Django framework to integrate complex client-side interactions and real-time features into your web applications? Through a series of rapid application development projects, this hands-on book shows experienced Django developers how to include REST APIs, WebSockets, and client-side MVC frameworks such as Backbone.js into new or existing projects. Learn how to make the most of Django's decoupled design by choosing the components you need to build the lightweight...
Explore the world of practical ethical hacking by developing custom network scanning and remote access tools that will help you test the system security of your organization Key Features Get hands-on with ethical hacking and learn to think like a real-life hacker Build practical ethical hacking tools from scratch with the help of real-world examples Leverage Python 3 to develop malware and modify its complexities Book DescriptionPenetration testing enables you to evaluate the security or stre...
Python Coding - One Year Later (Visual Programming)
by R L Zimmerman
12 Ejercicios de Juegos básicos para aprender Python
by Reinventors Republic
Computer Vision Projects with PyTorch
by Akshay Kulkarni, Adarsha Shivananda, and Nitin Ranjan Sharma
Design and develop end-to-end, production-grade computer vision projects for real-world industry problems. This book discusses computer vision algorithms and their applications using PyTorch. The book begins with the fundamentals of computer vision: convolutional neural nets, RESNET, YOLO, data augmentation, and other regularization techniques used in the industry. And then it gives you a quick overview of the PyTorch libraries used in the book. After that, it takes you through the implementatio...
Hands-On Machine Learning with scikit-learn and Scientific Python Toolkits
by Tarek Amr
Integrate scikit-learn with various tools such as NumPy, pandas, imbalanced-learn, and scikit-surprise and use it to solve real-world machine learning problemsKey FeaturesDelve into machine learning with this comprehensive guide to scikit-learn and scientific PythonMaster the art of data-driven problem-solving with hands-on examplesFoster your theoretical and practical knowledge of supervised and unsupervised machine learning algorithmsBook DescriptionMachine learning is applied everywhere, from...
Understand the core concepts of deep learning and deep reinforcement learning by applying them to develop gamesKey FeaturesApply the power of deep learning to complex reasoning tasks by building a Game AIExploit the most recent developments in machine learning and AI for building smart gamesImplement deep learning models and neural networks with PythonBook DescriptionThe number of applications of deep learning and neural networks has multiplied in the last couple of years. Neural nets has enable...
Applied Unsupervised Learning with Python
by Benjamin Johnston, Aaron Jones, and Christopher Kruger
Design clever algorithms that can uncover interesting structures and hidden relationships in unstructured, unlabeled dataKey FeaturesLearn how to select the most suitable Python library to solve your problemCompare k-Nearest Neighbor (k-NN) and non-parametric methods and decide when to use themDelve into the applications of neural networks using real-world datasetsBook DescriptionUnsupervised learning is a useful and practical solution in situations where labeled data is not available. Applied...
The Hacker's Guide to Python will teach you how to fine tune your Python code and give you a deeper understanding of how the language works under the hood. This essential guide distils years of Python experience into a handy collection of general advice and specific tips that will help you pick the right libraries, distribute your code correctly, build future-proof programs, and optimise your programs down to the bytecode.
Practical Machine Learning with Python
by Dipanjan Sarkar, Raghav Bali, and Tushar Sharma
Master the essential skills needed to recognize and solve complex problems with machine learning and deep learning. Using real-world examples that leverage the popular Python machine learning ecosystem, this book is your perfect companion for learning the art and science of machine learning to become a successful practitioner. The concepts, techniques, tools, frameworks, and methodologies used in this book will teach you how to think, design, build, and execute machine learning systems and proje...
Discover clean ways to write code that will run on both Python 2 and 3.This book is tutorial-oriented with detailed examples of how to convert existing Python 2-compatible code to code that will run reliably on both Python 2 and 3. Although Python 3 is considered the future of Python, Python 2.x will be maintained for several more years, alongside Python 3, which is not backwards compatible. For those who need to support both versions, this book guides you through the process. Python 2 and 3 C...
Python For Data Analysis (Step-By-Step Tutorial for Beginners, #1)
by Samuel Burns
This easy-to-read, hands-on guide demystifies concurrency concepts like threading, asynchronous programming, and parallel processing in any language. For readers who know the basics of programming. Grokking Concurrency is the ultimate guide to effective concurrency practices that will help you leverage multiple cores, excel with high loads, handle terabytes of data, and continue working after hardware and software failures. The core concepts in this guide will remain eternally relevant, whether...