Categories


Python Data Analytics

Explore the latest Python tools and techniques to help you tackle the world of data acquisition and analysis. You'll review scientific computing with NumPy, visualization with matplotlib, and machine learning with scikit-learn. 

This revision is fully updated with new content on social media data analysis, image analysis with OpenCV, and deep learning libraries. Each chapter includes multiple examples demonstrating how to work with each library. At its heart lies the coverage of pandas, for high-performance, easy-to-use data structures and tools for data manipulation


Programming Entity Framework: DbContext

The DbContext API captures Entity Framework’s (EF) most commonly used features and tasks, simplifying development with EF. This concise book shows you how to use the API to perform set operations with the DbSet class, handle change tracking and resolve concurrency conflicts with the Change Tracker API, and validate changes to your data with the Validation API.

With DbContext, you’ll be able to query and update data, whether you’re working with individual objects or graphs of objects and their related data. You’ll find numerous C# code samples to help you get started. All you need is experience with Visual Studio and database management basics.


Programming Collective Intelligence

Want to tap the power behind search rankings, product recommendations, social bookmarking, and online matchmaking? This fascinating book demonstrates how you can build Web 2.0 applications to mine the enormous amount of data created by people on the Internet. With the sophisticated algorithms in this book, you can write smart programs to access interesting datasets from other web sites, collect data from users of your own applications, and analyze and understand the data once you've found it. Programming Collective Intelligence takes you into the world of machine learning and statistics, and explains how to draw conclusions about user experience, marketing, personal tastes, and human behavior in general--all from information that you and others collect every day. Each algorithm is described clearly and concisely with code that can immediately be used on your web site, blog, Wiki, or specialized application.


The C Programming Language

The C Programming Language (Ansi C Version) is a programming guide written by authors Brian W. Kernighan and Dennis M. Ritchie. This book explains the concept of C language in an elaborate manner with respect to ANSI standards. This new edition has modified its contents related to function declarations and definitions. The motive of the book is to teach its learners how to create a program in C language.

The C language is a general purpose computer programming language developed by Dennis Ritchie. It is a structured programming language. C is one of the most widely used programming languages of all time. This book, The C Programming Language (Ansi C Version), comes from the author who indeed developed the language. This makes the book all the more prominent. The first edition of the book is acted as the key to the development and popularization of C programming language. With its updated edition, the book is of immense assistance to the present times as well. Having written by the person who developed the concept, this book is regarded as the authoritative reference on C.


Pro Git

Git is the version control system developed by Linus Torvalds for Linux kernel development. It took the open source world by storm since its inception in 2005, and is used by small development shops and giants like Google, Red Hat, and IBM, and of course many open source projects.

  • A book by Git experts to turn you into a Git expert
  • Introduces the world of distributed version control
  • Shows how to build a Git development workflow


PHP 7 Data Structures and Algorithms

  • Gain a complete understanding of data structures using a simple approach
  • Analyze algorithms and learn when you should apply each solution
  • Explore the true potential of functional data structures


Structure and Interpretation of Computer Programs

Structure and Interpretation of Computer Programs has had a dramatic impact on computer science curricula over the past decade. This long-awaited revision contains changes throughout the text. There are new implementations of most of the major programming systems in the book, including the interpreters and compilers, and the authors have incorporated many small changes that reflect their experience teaching the course at MIT since the first edition was published. A new theme has been introduced that emphasizes the central role played by different approaches to dealing with time in computational models: objects with state, concurrent programming, functional programming and lazy evaluation, and nondeterministic programming. There are new example sections on higher-order procedures in graphics and on applications of stream processing in numerical programming, and many new exercises. In addition, all the programs have been reworked to run in any Scheme implementation that adheres to the IEEE standard.


Decentralized Applications: Harnessing Bitcoin's Blockchain Technology

Take advantage of Bitcoin’s underlying technology, the blockchain, to build massively scalable, decentralized applications known as dapps. In this practical guide, author Siraj Raval explains why dapps will become more widely used—and profitable—than today’s most popular web apps. You’ll learn how the blockchain’s cryptographically stored ledger, scarce-asset model, and peer-to-peer (P2P) technology provide a more flexible, better-incentivized structure than current software models.

Once you understand the theory behind dapps and what a thriving dapp ecosystem looks like, Raval shows you how to use existing tools to create a working dapp. You’ll then take a deep dive into the OpenBazaar decentralized market, and examine two case studies of successful dapps currently in use.


Peopleware: Productive Projects and Teams

Few books in computing have had as profound an influence on software management as Peopleware . The unique insight of this longtime best seller is that the major issues of software development are human, not technical. They’re not easy issues; but solve them, and you’ll maximize your chances of success.

 

Peopleware has long been one of my two favorite books on software engineering. Its underlying strength is its base of immense real experience, much of it quantified. Many, many varied projects have been reflected on and distilled; but what we are given is not just lifeless distillate, but vivid examples from which we share the authors’ inductions. Their premise is right: most software project problems are sociological, not technological. The insights on team jelling and work environment have changed my thinking and teaching. The third edition adds strength to strength.”

— Frederick P. Brooks, Jr., Kenan Professor of Computer Science, University of North Carolina at Chapel Hill, Author of The Mythical Man-Month and The Design of Design


Natural Language Processing with Python

This practical book provides a highly accessible introduction to natural language processing, the field that supports a variety of language technologies, from predictive text and email filtering to automatic summarization and translation. With it, you'll learn how to write Python programs that work with large collections of unstructured text. You'll access richly annotated datasets using a comprehensive range of linguistic data structures, and you'll understand the main algorithms for analyzing the content and structure of written communication.


Mastering Object-oriented Python

An object-oriented approach to Python web development gives you a much more fully-realised experience of the language. The flexibility and power of Python, combined with the improvements in design, coding and software maintenance that object-oriented programming allows, is built to respond to the challenges of increasingly more complex and data-intensive application development, making difficult tasks much more manageable. This book has been designed to make this sophisticated approach to programming easier to learn quickly, providing you with a clear and coherent learning journey.

Beginning by looking at a range of design patterns for the _init_() method, you will learn how to effectively use a range of Python’s special methods to create classes that integrate with Python’s built-in features, and find detailed explorations and demonstrations of callables and contexts, containers and collections, numbers, and decorators and mixins, with a focus on best practices for effective and successful design. The book also features information that demonstrates how to create persistent objects using JSON, YAML, Pickle, CSV, XML, Shelve and SQL and shows you how to transmit objects between processes. Going further into OOP, you’ll find expert information on logging, warnings, unit testing as well as working with the command line.


Hands-On Programming with R: Write Your Own Functions and Simulations

Learn how to program by diving into the R language, and then use your newfound skills to solve practical data science problems. With this book, you’ll learn how to load data, assemble and disassemble data objects, navigate R’s environment system, write your own functions, and use all of R’s programming tools.

RStudio Master Instructor Garrett Grolemund not only teaches you how to program, but also shows you how to get more from R than just visualizing and modeling data. You’ll gain valuable programming skills and support your work as a data scientist at the same time.


Concepts of Programming Languages

Now in its Tenth Edition, Concepts of Programming Languages introduces students to the main constructs of contemporary programming languages and provides the tools needed to critically evaluate existing and future programming languages. Readers gain a solid foundation for understanding the fundamental concepts of programming languages through the author's presentation of design issues for various language constructs, the examination of the design choices for these constructs in some of the most common languages, and critical comparison of the design alternatives. In addition, Sebesta strives to prepare the reader for the study of compiler design by providing an in-depth discussion of programming language structures, presenting a formal method of describing syntax, and introducing approaches to lexical and syntactic analysis.


Introduction to the Design and Analysis of Algorithms

Based on a new classification of algorithm design techniques and a clear delineation of analysis methods, Introduction to the Design and Analysis of Algorithms presents the subject in a coherent and innovative manner. Written in a student-friendly style, the book emphasizes the understanding of ideas over excessively formal treatment while thoroughly covering the material required in an introductory algorithms course. Popular puzzles are used to motivate students' interest and strengthen their skills in algorithmic problem solving. Other learning-enhancement features include chapter summaries, hints to the exercises, and a detailed solution manual.


Digital Fundamentals

Digital Fundamentals, Eleventh Edition, continues its long and respected tradition of offering students a strong foundation in the core fundamentals of digital technology, providing basic concepts reinforced by plentiful illustrations, examples, exercises, and applications. The text’s teaching and learning resources include an Instructor’s Manual, PowerPoint lecture slides, and Test Bank, as well as study resources for students.


Algorithms Unlocked

Have you ever wondered how your GPS can find the fastest way to your destination, selecting one route from seemingly countless possibilities in mere seconds? How your credit card account number is protected when you make a purchase over the Internet? The answer is algorithms. And how do these mathematical formulations translate themselves into your GPS, your laptop, or your smartphone? This book offers an engagingly written guide to the basics of computer algorithms. In Algorithms Unlocked, Thomas Cormen―coauthor of the leading college textbook on the subject―provides a general explanation, with limited mathematics, of how algorithms enable computers to solve problems.


Algorithms Unlocked

Have you ever wondered how your GPS can find the fastest way to your destination, selecting one route from seemingly countless possibilities in mere seconds? How your credit card account number is protected when you make a purchase over the Internet? The answer is algorithms. And how do these mathematical formulations translate themselves into your GPS, your laptop, or your smartphone? This book offers an engagingly written guide to the basics of computer algorithms. In Algorithms Unlocked, Thomas Cormen―coauthor of the leading college textbook on the subject―provides a general explanation, with limited mathematics, of how algorithms enable computers to solve problems.


Data Structures: A Pseudocode Approach with C

This second edition expands upon the solid, practical foundation established in the first edition of the text. A new four-part organizational structure increases the flexibility of the text, and all material is presented in a straightforward manner accompanied by an array of examples and visual diagrams.


প্রোগ্রামিং এক্সারসাইজ

প্রোগ্রামিং শেখাটা ঠিক অন্য লেখাপড়ার মতো নয় যে, বই পড়লাম, উদহারণ দেখলাম, কয়েকটি অনুশীলনীর সমাধান করে পরীক্ষার জন্য প্রস্তুত হয়ে গেলাম কিংবা কিছু প্রশ্নের উত্তর মুখস্থ করে ফেললাম। প্রোগ্রামিং হচ্ছে একটি বিশেষ দক্ষতা (skill), যেটি অর্জন করার জন্য প্রয়োজন বিষয়টির ওপর পরিষ্কার ধারণা এবং পর্যাপ্ত চর্চা। শুধু বই পড়ে গেলে এবং চর্চা না করলে প্রোগ্রামিং শেখা হয় না। আবার কেন কী করছি, সেটি না বুঝে শুধু চর্চা করলেও কাজ হয় না। বাংলাদেশে শিক্ষার্থীদের কাছে প্রোগ্রামিং বিষয়টি একটু কঠিন মনে হওয়ার পেছনে বেশ কিছু কারণ আছে, যার একটি হচ্ছে, বাংলা ভাষায় ভালো বইয়ের অভাব। এই অভাবটি আমরা পূরণ করার চেষ্টা করছি বেশ কয়েক বছর ধরেই। আমার সৌভাগ্য যে, এক্ষেত্রে কিছুটা সফলও হয়েছি, কারণ আজকাল কম্পিউটার বিজ্ঞানের শিক্ষার্থীদের পড়ার টেবিলে আমার ‘কম্পিউটার প্রোগ্রামিং ১ম খণ্ড’ বইটি থাকে, এমনকি স্কুল-কলেজের অনেক ছেলেমেয়েরাও বইটি পড়ে প্রোগ্রামিং শিখছে। বইটির দ্বিতীয় খণ্ড, তৃতীয় খণ্ড, প্রোগ্রামিং সমস্যা সমাধান শুরু করার জন্য ‘৫২টি প্রোগ্রামিং সমস্যা ও সমাধান’ এবং প্রোগ্রামিং শিখতে গিয়ে যারা নিজেদেরকে গণিতে দুর্বল ভাবে, তাদের জন্য ‘গণিত করব জয়’ আমরা প্রকাশ করেছি। তারপরও আমার মনে হচ্ছিল, শিক্ষার্থীরা যখন কম্পিউটার প্রোগ্রামিং ১ম খণ্ড বইটি পড়ে, তখন তাদের আরো বেশি প্রোগ্রামিং চর্চা করা দরকার, অনুশীলন করা দরকার। তাই এমন একটি বইয়ের চিন্তা মাথায় আসে, যেখানে প্রচুর উদাহরণ থাকবে, সেই সঙ্গে থাকবে অনুশীলনী। তাহমিদ রাফির সঙ্গে আলোচনার পরে সে বইটি লিখতে সানন্দে রাজি হয়ে যায়। আমাদের দেশে একাদশ-দ্বাদশ শ্রেণির শিক্ষার্থীদের আইসিটি কোর্সে ‘সি প্রোগ্রামিং’ আছে। আবার দেশের হাতেগোনা কয়েকটি বাদে সব বিশ্ববিদ্যালয়েই সি ভাষা দিয়ে প্রোগ্রামিং শেখানো শুরু করা হয়। সেসব শিক্ষার্থী ছাড়াও যে-কেউ যখন প্রথম সি ভাষায় প্রোগ্রামিং শিখবে, তখন বইটি তার কাজে লাগবে। বইটি কেবল পড়লে হবে না, বইয়ের উদাহরণগুলো দেখে বুঝে তারপরে কম্পিউটারে টাইপ করে কম্পাইল ও রান করতে হবে। আউটপুট সঠিক আসলো কি না, বোঝার চেষ্টা করতে হবে, না বুঝলে বন্ধুদের সঙ্গে আলোচনা করতে হবে। তারপর অনুশীলনীর প্রতিটি সমস্যার সমাধান করতে হবে। আশা করি, বইটির সমস্যাগুলো অনুশীলন করলে শিক্ষার্থীদের প্রোগ্রামিংয়ের ভিত্তি মজবুত হবে।


Essentials Of Computer Organization And Architecture

The Essentials of Computer Organization and Architecture, Fourth Edition was recently awarded a "Textbook Excellence Award" ("Texty") from the Text and Academic Authors Association (TAA) the only association devoted solely to serving textbook and academic authors since 1987 (www.TAAonline.net). The "Textbook Excellence Award" recognizes works for their excellence in the areas of content, presentation, appeal, and teachability. This is the third Texty award for Null and Lobur. They also won for their Second and Third Editions of this text. Each new print copy of Essentials of Computer Organization and Architecture also includes Navigate 2 Advantage Access that unlocks a comprehensive and interactive eBook, student practice activities and assessments, a full suite of instructor resources, and learning analytics reporting tools. Updated and revised to reflect the most current data in the field, perennial bestseller The Essentials of Computer Organization and Architecture, Fourth Edition is comprehensive enough to address all necessary organization and architecture topics, but concise enough to be appropriate for a single-term course.


Computer System Architecture

Focused primarily on hardware design and organization" and the impact of software on the architecture" this volume first covers the basic organization, design, and programming of a simple digital computer, then explores the separate functional units in detail.


Computer Organization and Architecture

Fundamentals of Processor and Computer Design

Computer Organization and Architecture is a comprehensive coverage of the entire field of computer design updated with the most recent research and innovations in computer structure and function. With clear, concise, and easy-to-read material, the Tenth Edition is a user-friendly source for people studying computers. Subjects such as I/O functions and structures, RISC, and parallel processors are explored integratively throughout, with real world examples enhancing the text for reader interest. With brand new material and strengthened pedagogy, this text engages readers in the world of computer organization and architecture.