Vtome.ru - электронная библиотека

  • Добавил: literator
  • Дата: 9-08-2024, 15:53
  • Комментариев: 0
Название: Windows Native API Programming
Автор: Pavel Yosifovich
Издательство: Leanpub
Год: 2024-06-21
Страниц: 391
Язык: английский
Формат: pdf (true)
Размер: 10.1 MB

Low-level user-mode programming for Windows usually involves working with the documented Windows API, exported from subsystem DLLs, such as Kernel32.dll, user32.dll, advapi32.dll, kernelbase.dll, and more. Lurking beneath most of these APIs are system calls, invoked under the covers to access the kernel. Anything worthwhile in Windows (or any other OS for that matter) must talk to the kernel to get system-level things done, such as allocating memory, creating processes and threads, performing I/O operations, and more. The native API, implemented in a couple of DLLs is used to make the transition to the kernel. The most important one is NtDll.dll - a system wide user-mode DLL that serves this critical role. This book is about this DLL’s API, as it pertains to invoking system calls that transition the processor to kernel-mode to perform the requested operation. Other APIs discussed are not system calls per-se, but are still part of NtDll, and are interesting to get to know. Most of these functions start with Rtl (Runtime Library). As a simple example, the CreateFile documented Windows API (provided by kernel32.dll) invokes NtCreateFile in NtDll.Dll to ask the kernel to perform the operation. Most of the native APIs are undocumented - hence this book. The sample code for this book can be found on Github. The book is for anyone interested in learning about the Windows native API provided by NtDll.dll. The reader should have a solid understanding of the foundations of Windows, such as processes, threads, virtual memory, and DLLs. Also recommended is a good familiarity of the Windows documented API.
  • Добавил: literator
  • Дата: 9-08-2024, 15:08
  • Комментариев: 0
Название: Data Structures for Engineers and Scientists Using Python
Автор: Rakesh Nayak, Nishu Gupta
Издательство: CRC Press
Год: 2025
Страниц: 410
Язык: английский
Формат: pdf (true)
Размер: 10.1 MB

The text covers the fundamentals of Python programming and the implementation of data structures using Python programming with the help of worked-out examples. It provides a learning tool for engineers as well as for researchers and scientists of advanced level. The text further discusses important concepts such as polynomial manipulation, sparse matrices, implementation of stack using the queue model and topological sorting. A programming language is a formal computer language that is used to send commands and data to a machine. Many languages were created with specific goals in mind, such as data processing and scientific calculations. The Python programming language is a very versatile language that can be used for both data processing and scientific calculations. It is primarily written for senior undergraduate, graduate students and academic researchers in the fields of electrical engineering, electronics and communication engineering, computer engineering and information technology.
  • Добавил: Chipa
  • Дата: 9-08-2024, 13:19
  • Комментариев: 0

Название: Data mesh в действии
Автор: Майхжак Я., Балноян С., Сивяк М.
Издательство: питер
Год: 2024
Формат: PDF
Страниц: 368
Размер: 23 Mb
Язык: Русский

Потребность эффективно хранить большие объемы данных и обращаться к ним стала одной из ключевых потребностей любого бизнеса. Сетка данных (data mesh) — это новый способ децентрализовать управление данными, радикально повышая их безопасность и доступность. Хорошо спроектированная сетка данных позволяет потреблять данные в режиме самообслуживания и помогает избавляться от узких мест, которые свойственны монолитным архитектурам данных.

  • Добавил: literator
  • Дата: 9-08-2024, 05:51
  • Комментариев: 0
Название: Python GUI Applications using PyQt5 : The hands-on guide to build apps with Python
Автор: George W New, Leire Verdugo
Издательство: Independently published
Год: 2024
Страниц: 344
Язык: английский
Формат: epub
Размер: 10.1 MB

Python is one of the most popular and easiest programming languages out there. Learning it -- and mastering the craft -- is a walk in the park when you have the right guidance. This tutorial deals with the basic features of PyQt5. The given example codes were written with Python3 and tested under Windows and macOS. PyQt5 is the Python version for Qt5 application framework. Qt is a powerful cross-platform C++ library and development tool. PyQt5 is a collection of Python modules that includes 1000+ such classes. This Book Is Perfect For:- Total beginners with zero programming experience; - Returning professionals who haven’t written code in years; - Seasoned professionals looking for a fast, simple, crash course in Python.
  • Добавил: literator
  • Дата: 8-08-2024, 16:43
  • Комментариев: 0
Название: Elegant Java : Hands-on Guide to write Clean Code in Java
Автор: Martin Hock
Издательство: Leanpub
Год: 2023-12-20
Язык: английский
Формат: pdf (true), azw3, mobi, epub
Размер: 10.1 MB

This book gives many examples which help you to write clean code. For more information like principles, patterns, techniques, and tools have a look at my book Clean Code Fundamentals. Nothing affects the work of a team as much as bad, illegible, sloppy, and quickly written code that has not been designed carefully. Team dynamics can be improved, requirements can be redefined, and the schedule can be modified. However, if bad code takes over, it becomes more and more a burden for the team. Programmers should develop all the time. Even if they think that they have sufficient skills and knowledge to move around in current projects, they should not stop there, and it is worthwhile for them to learn new concepts, approaches, language, and frameworks from time to time. Learning should be a journey and not a destination. This book discusses the best practices of writing better code. It also contains many code examples in Java of increasing complexity. The book will use the latest Java version for the examples provided.
  • Добавил: literator
  • Дата: 8-08-2024, 15:36
  • Комментариев: 0
Название: LangChain and LlamaIndex Projects Lab Book: Hooking Large Language Models Up to the Real World: Using GPT-4, ChatGPT, Hugging Face, and local Ollama Models in Applications
Автор: Mark Watson
Издательство: Leanpub
Год: 2024-02-01
Язык: английский
Формат: pdf (true), azw3, mobi, epub
Размер: 10.1 MB

LangChain and LlamaIndex introduce new paradigms for developing software by blending together Large Language Models and conventional software written in Python. LangChain is a framework for hooking large language models like GPT-4 together, and adding processing steps that might be web search, database lookups, calling APIs, etc. This is a tutorial on effectively using LLMs and a projects book that will provide you with ideas and projects to get you started. Most book examples require either an OpenAI or Hugging Face API keys (free tiers are sufficient). New examples (added 2024) include running local models using Ollama. Large language models are a subset of Artificial Intelligence that use Deep Learning and neural networks to process natural language. Transformers are a type of neural network architecture that can learn context in sequential data using self-attention mechanisms. LangChain is a framework for building applications with large language models (LLMs) through chaining different components together. Some of the applications of LangChain are chatbots, generative question-answering, summarization, data-augmented generation and more. LangChain can save time in building chatbots and other systems by providing a standard interface for chains, agents and memory, as well as integrations with other tools and end-to-end examples.
  • Добавил: literator
  • Дата: 8-08-2024, 14:29
  • Комментариев: 0
Название: Python Desktop Applications with Kivy
Автор: Ona Prado, Leire Verdugo
Издательство: Independently published
Год: 2024
Страниц: 437
Язык: английский
Формат: pdf, epub
Размер: 10.1 MB

Python is one of the most versatile high-level programming languages ever developed. Rather than having to jump into strict syntax rules, Python reads like English and is simple to understand for someone new to programming. This allows you to obtain a basic knowledge of coding practices without having to obsess over smaller details that are often important in other languages. Kivy is an opensource multi-platform GUI development library for Python and can run on iOS, Android, Windows, OS X, and GNU/Linux. It helps develop applications that make use of innovative, multi-touch UI. The fundamental idea behind Kivy is to enable the developer to build an app once and use it across all devices, making the code reusable and deployable, allowing for quick and easy interaction design and rapid prototyping. This Book Is Perfect For: - Total beginners with zero programming experience; - Returning professionals who haven’t written code in years; - Seasoned professionals looking for a fast, simple, crash course in Python.
  • Добавил: literator
  • Дата: 8-08-2024, 13:16
  • Комментариев: 0
Название: The Imposter's Roadmap: Essential skills and practices for self-taught professional developers
Автор: Rob Conery
Издательство: Big Machine, Inc
Год: 2024 (v.0.1.0)
Страниц: 846
Язык: английский
Формат: pdf (true)
Размер: 28.5 MB

If you're going to move up, you need master the art of source control, code reviews, DevOps, monitoring, reporting, project management, and, oh yeah, other people. I got you. There is a rush that comes over you when you're responsible for shipping software for your client or boss. You have delivered, brought value, and made an impact. This is why we do this job: building software and changing the lives of the users that use it. Sure, coding is fun, but shipping is magical. It takes more than just drive and determination. As a senior developer or project lead, you have to know your tools and processes. Source control management, Agile practices, container orchestration, how to test correctly, and how to debug a crashing application in a very short amount of time. These skills are cultivated over time, and if you're lucky, you have a lead who is showing you how to do these things, hopefully the right way. If you're unlucky, like I was, you're teaching yourself, learning on the fly. If that's you, then this book is for you. I’m going to start at the very beginning, discussing source control and the nuances of using it and, as you might expect, I’ll be focusing on Git. It’s become the de facto source control provider and even if you disagree and hate it, it’s still something you’ll need to know if you’re going to work on a team in the software industry. The power of Docker lies in its speed and simplicity. You can create a container to do just about anything, from running Node, Python or Ruby scripts to housing your application data. In fact, you can do it all at once! Each service can do its thing and communicate with other services using some kind of message transport. This practice is called microservices, and I’m getting ahead of myself talking about it right now. We’ll discuss it in a later chapter, but I felt it was a good example of how Docker has upended software development and created entirely new ways to build an application. And it all starts with the idea of orchestrating these containers together. That’s what we’ll get into in this chapter, and we’re going to start out gracefully using Docker Compose and then ramp it up to more industrial strength solutions, including Kubernetes and “cloud native” offerings from the Big Cloud Providers. Welcome to the wild, fun world of DevOps!
  • Добавил: Chipa
  • Дата: 8-08-2024, 11:23
  • Комментариев: 0

Название: PostgreSQL для начинающих: от основ SQL до администрирования БД
Автор: Максим Дуплей
Издательство: Stepik
Год: 2024
Формат: PDF
Страниц: много
Размер: 9 Mb
Язык: Русский

Курс «PostgreSQL для начинающих: от основ SQL до администрирования баз данных» предоставляет комплексное введение в мир одной из самых мощных и гибких реляционных СУБД. Он охватывает все аспекты работы с PostgreSQL, начиная от основ SQL и заканчивая продвинутыми методами администрирования баз данных. По окончании курса вы сможете эффективно использовать PostgreSQL для разработки и поддержки сложных баз данных в различных сферах деятельности.

  • Добавил: literator
  • Дата: 8-08-2024, 10:59
  • Комментариев: 0
Название: Hands-On Website Scraping with Python: Crawling data scraping with Beautiful Soup, Selenium and more
Автор: Ona Prado, Leire Verdugo
Издательство: Independently published
Год: 2024
Страниц: 291
Язык: английский
Формат: epub
Размер: 10.1 MB

Python is one of the most versatile high-level programming languages ever developed. Rather than having to jump into strict syntax rules, Python reads like English and is simple to understand for someone new to programming. This allows you to obtain a basic knowledge of coding practices without having to obsess over smaller details that are often important in other languages. Let’s suppose you want to get some information from a website? Let’s say an article from the geeksforgeeks website or some news article, what will you do? The first thing that may come in your mind is to copy and paste the information into your local media. But what if you want a large amount of data on a daily basis and as quickly as possible. In such situations, copy and paste will not work and that’s where you’ll need web scraping. In this book, we will discuss how to perform web scraping using the requests library and Beautiful Soup library in Python.