Catalogue Search | MBRL
Search Results Heading
Explore the vast range of titles available.
MBRLSearchResults
-
DisciplineDiscipline
-
Is Peer ReviewedIs Peer Reviewed
-
Item TypeItem Type
-
SubjectSubject
-
YearFrom:-To:
-
More FiltersMore FiltersSourceLanguage
Done
Filters
Reset
1,063
result(s) for
"COMPUTERS / Programming Languages / Python."
Sort by:
Raspberry Pi 3 Cookbook for Python Programmers
by
Fernandes, Steven Lawrence
,
Cox, Tim
in
COMPUTERS / Computer Architecture
,
Python (Computer program language)
,
Raspberry Pi (Computer)-Programming
2018,2024
Raspberry Pi 3 is a tiny affordable chip used to learn and program through interactive projects. It has gained a lot of traction as the first choice in single-board computers due to its versatility. It extends a wide range of support to Python programming. This recipe-based guide will allow you to showcase the capabilities of Raspberry Pi 3.
Hands-On Data Visualization with Bokeh
by
Jolly, Kevin
in
COMPUTERS / Computer Science
,
Information visualization
,
Python (Computer program language)
2018,2024
Adding a layer of interactivity to your plots and converting these plots into applications hold immense value in the field of data science. The standard approach to adding interactivity would be to use paid software such as Tableau, but the Bokeh package in Python offers users a way to create both interactive and visually aesthetic plots for free.
Functional Python Programming
Python is an easy-to-learn and extensible programming language that offers a number of functional programming features. This practical guide demonstrates the Python implementation of a number of functional programming techniques and design patterns. Through this book, you'll understand what functional programming is all about, its impact on.
Python Penetration Testing Essentials
by
Raj, Mohit
in
COMPUTERS / Computer Science
,
Penetration testing (Computer security)
,
Python (Computer program language)
2018,2024
This book gives you the skills you need to use Python for penetration testing, with the help of detailed code examples. This book has been updated for Python 3.6.3 and Kali Linux 2018.1.
Django RESTful web services
by
C. Hillar, Gaston
in
Application program interfaces (Computer software)
,
COMPUTERS / Computer Science
,
Django (Electronic resource)
2018,2024
Django is a Python web framework that makes the web development process very easy. It reduces the amount of trivial code, which simplifies the creation of web applications and results in faster development. It is very powerful and a great choice for creating RESTful web services. If you are a Python developer and want to efficiently create RESTful web services with Django for your apps, then this is the right book for you. The book starts off by showing you how to install and configure the environment, required software, and tools to create RESTful web services with Django and the Django REST framework. We then move on to working with advanced serialization and migrations to interact with SQLite and non-SQL data sources. We will use the features included in the Django REST framework to improve our simple web service. Further, we will create API views to process diverse HTTP requests on objects, go through relationships and hyperlinked API management, and then discover the necessary steps to include security and permissions related to data models and APIs. We will also apply throttling rules and run tests to check that versioning works as expected. Next we will run automated tests to improve code coverage. By the end of the book, you will be able to build RESTful web services with Django.
Building SPAs with Django and HTML Over the Wire
by
Fenollosa, Andros
in
Application software-Development
,
COMPUTERS / Computer Science
,
Computing and Processing
2022,2024
Discover how to construct real-time applications with Python and Django without the hassle of learning JavaScript
Key Features
Learn to put together an SPA using Python and very little JavaScriptCreate WebSocket communication between the backend and frontendBuild a real-world project with Django using the techniques provided in this book
Book Description
The HTML over WebSockets approach simplifies single-page application (SPA) development and lets you bypass learning a JavaScript rendering framework such as React, Vue, or Angular, moving the logic to Python. This web application development book provides you with all the Django tools you need to simplify your developments with real-time results. You’ll learn state-of-the-art WebSocket techniques to realize real-time applications with minimal reliance on JavaScript. This book will also show you how to create a project with Docker from the ground up, test it, and deploy it on a server. You’ll learn how to create a project, add Docker, and discover development libraries, Django channels, and bidirectional communication, and from then, on you’ll create real projects of all kinds using HTML over WebSockets as a chat app or a blog with real-time comments. In addition, you’ll modernize your development techniques by moving from using an SSR model to creating web pages using WebSockets over HTML. With Django, you’ll be able to create SPAs with professional real-time projects where the logic is in Python. By the end of this Django book, you’ll be able to build real-time applications, as well as gaining a solid understanding of WebSockets with Django.
What you will learn
Explore real-time site realizationUnderstand the proper use of Django channelsFind out how to set up Docker with DjangoDiscover how to use a JavaScript framework such as StimulusManage a database asynchronously in DjangoBring dynamic rendering logic to the backend
Who this book is for
This book is for developers looking to build applications where they want to bring logic to the backend, learn WebSockets, and not depend on JavaScript heavily to create a single-page application. Basic knowledge of HTML and Python and familiarity with basic web development concepts is expected.
Hands-On Natural Language Processing with Python
by
Arumugam, Rajesh
,
Joshi, Chaitanya
,
Byiringiro, Auguste
in
COMPUTERS / Computer Science
,
Natural language processing (Computer science)
,
Python (Computer program language)
2018,2024
This book teaches you to leverage deep learning models in performing various NLP tasks along with showcasing the best practices in dealing with the NLP challenges. The book equips you with practical knowledge to implement deep learning in your linguistic applications using NLTk and Python's popular deep learning library, TensorFlow.
Mastering Machine Learning for Penetration Testing
by
Chebbi, Chiheb
in
COMPUTERS / Computer Science
,
Penetration testing (Computer security)
,
Python (Computer program language)
2018,2024
We live in an era where cyber security plays an important role. As systems are getting smarter, we now see machine learning interrupting computer security. With the adoption of machine learning in upcoming security products, it's important for pentesters and security researchers to understand how these systems work, and to breach them for.