Showing posts with label Python. Show all posts
Showing posts with label Python. Show all posts

SC - 1603 | Chemical and Biomedical Engineering Calculations Using Python by Jeffrey J. Heys

Presents standard numerical approaches for solving common mathematical problems in engineering using Python.

Covers the most common numerical calculations used by engineering students
Covers Numerical Differentiation and Integration, Initial Value Problems, Boundary Value Problems, and Partial Differential Equations
Focuses on open ended, real world problems that require students to write a short report/memo as part of the solution process
Includes an electronic download of the Python codes presented in the book

SC - 1603

SC - 1493 | Advanced Analytics in Power BI with R and Python by Ryan Wade

This easy-to-follow guide provides R and Python recipes to help you learn and apply the top languages in the field of data analytics to your work in Microsoft Power BI. Data analytics expert and author Ryan Wade shows you how to use R and Python to perform tasks that are extremely hard, if not impossible, to do using native Power BI tools. For example, you will learn to score Power BI data using custom data science models and powerful models from Microsoft Cognitive Services.

The R and Python languages are powerful complements to Power BI. They enable advanced data transformation techniques that are difficult to perform in Power BI in its default configuration but become easier by leveraging the capabilities of R and Python. If you are a business analyst, data analyst, or a data scientist who wants to push Power BI and transform it from being just a business intelligence tool into an advanced data analytics tool, then this is the book to help you do that.

What You Will Learn

Create advanced data visualizations via R using the ggplot2 package
Ingest data using R and Python to overcome some limitations of Power Query
Apply machine learning models to your data using R and Python without the need of Power BI premium compacity
Incorporate advanced AI in Power BI without the need of Power BI premium compacity via Microsoft Cognitive Services, IBM Watson Natural Language Understanding, and pre-trained models in SQL Server Machine Learning Services Perform advanced string manipulations not otherwise possible in Power BI using R and Python

Who This Book Is For

Power users, data analysts, and data scientists who want to go beyond Power BI’s built-in functionality to create advanced visualizations, transform data in ways not otherwise supported, and automate data ingestion from sources such as SQL Server and Excel in a more concise way

SC - 1493

SC - 1447 | The Definitive Guide to Masonite by Christopher Pitt, Joe Mancuso

Build fast and effective applications using Masonite, a Python-based framework. This book covers creating a digital home assistant application, but it’s certainly not the only kind of application you could build. By working on this kind of project, you’ll cover the broad range of topics and requirements you’re likely to find as you establish your own web empire. 

 

You’ll see how Masonite is a developer-centric Python framework, which provides all the tools you’ll need to build powerful and maintainable web applications. After reading and using this book, you’ll have the tools to make and deploy your own web ecommerce application from scratch using the Masonite framework.

 

What You Will Learn

  • Customize your request and response cycle with middleware, route groups, and headers
  • Add security into your application and protect against possible vulnerabilities
  • Create and control your application’s maintenance features from a terminal
  • Manage a database, so your teammates and environments will always be in sync
  • Represent relational database data with object-oriented programming techniques
  • Read and write from the file system
  • Process large datasets and slow operations in the background
  • Add real-time features and recurring tasks to your application

Who This Book Is For

Web developers new to the Masonite framework. Some prior Python experience is helpful but is not required.

 

ID:  SC - 1447


SC - 1442 | Beginning PyQt by Joshua M. Willman

Learn GUI application development from the ground up, taking a practical approach by building simple projects that teach the fundamentals of using PyQt. Each chapter gradually moves on to teach more advanced and diverse concepts to aid you in designing interesting applications using the latest version of PyQt. 

 

You’ll start by reviewing the beginning steps of GUI development from, using different projects in every chapter to teach new widgets or concepts that will help you to build better UIs. As you follow along, you will construct more elaborate GUIs, covering topics that include storing data using the clipboard, graphics and animation, support for SQL databases, and multithreading applications. Using this knowledge, you’ll be able to build a photo editor, games, a text editor, a working web browser and an assortment of other GUIs.

 

Beginning PyQt will guide you through the process of creating UIs to help you bring your own ideas to life. Learn what is necessary to begin making your own applications and more with PyQt!

 

What You’ll Learn

  • Create your own cross-platform GUIs with PyQt and Python
  • Use PyQt’s many widgets and apply them to building real applications
  • Build larger applications and break the steps into smaller parts for deeper understanding
  • Work with complex applications in PyQt, from animation to databases and more
Who This Book Is For
Individuals who already have a fundamental understanding of the Python programming language and are looking to either expand their skills in Python or have a project where they need to create a UI, but may have no prior experience or no idea how to begin.
 
ID:  SC - 1442

SC - 1429 | Thinking in Pandas by Hannah Stepanek

Understand and implement big data analysis solutions in pandas with an emphasis on performance. This book strengthens your intuition for working with pandas, the Python data analysis library, by exploring its underlying implementation and data structures.

 

Thinking in Pandas introduces the topic of big data and demonstrates concepts by looking at exciting and impactful projects that pandas helped to solve. From there, you will learn to assess your own projects by size and type to see if pandas is the appropriate library for your needs. Author Hannah Stepanek explains how to load and normalize data in pandas efficiently, and reviews some of the most commonly used loaders and several of their most powerful options. You will then learn how to access and transform data efficiently, what methods to avoid, and when to employ more advanced performance techniques. You will also go over basic data access and munging in pandas and the intuitive dictionary syntax. Choosing the right DataFrame format, working with multi-level DataFrames, and how pandas might be improved upon in the future are also covered.

 

By the end of the book, you will have a solid understanding of how the pandas library works under the hood. Get ready to make confident decisions in your own projects by utilizing pandas―the right way.

 

What You Will Learn

  • Understand the underlying data structure of pandas and why it performs the way it does under certain circumstances
  • Discover how to use pandas to extract, transform, and load data correctly with an emphasis on performance
  • Choose the right DataFrame so that the data analysis is simple and efficient.
  • Improve performance of pandas operations with other Python libraries
Who This Book Is For
Software engineers with basic programming skills in Python keen on using pandas for a big data analysis project. Python software developers interested in big data.

 

ID:  SC - 1429


SC - 1412 | Python Workout: 50 Essential Exercises by Reuven M. Lerner

Python Workout presents 50 exercises designed to deepen the reader's skill with Python.

Readers will not only tackle exercises using built-in data structures, but also more advanced techniques, such as functional programming, object-oriented programming, iterators, and generators. With each engaging challenge, readers will practice a new skill and learn how to apply it to everyday coding tasks. 

 

ID:  SC - 1412


SC - 1410 | Python for the Life Sciences by Alexander Lancaster, Gordon Webster

Written in a fun, accessible and engaging style, this book will introduce you to the Python language with fully worked examples of Python code drawn from all aspects of life sciences, including bioinformatics, structural biology, developmental biology, and evolutionary biology and ecology.
Using familiar examples designed specifically for life scientists, you'll learn the basics of the language from the very first chapters and progress from there. You'll find out how to use Python to automate lab calculations, search for gene promoter sequences, rotate a molecular bond, build a cellular toggle switch, model animal coat pattern formation, grow a virtual plant, simulate a flu epidemic, or evolve populations.
Python for the Life Sciences provides the tools, confidence and inspiration to start crafting your own Python solutions for the challenges you face in your research. If you are a life scientist interested in learning Python to jump-start your research, this book is for you.

What You'll Learn
• Write Python scripts to automate your lab calculations
• Search for important motifs in genome sequences
• Use object-oriented programming with Python
• Study mining interaction network data for patterns
• Review dynamic modeling of biochemical switches

Who This Book Is For
Life scientists with little or no programming experience, including undergraduate and graduate students, postdoctoral researchers in academia and industry, medical professionals, and teachers/lecturers. 

 

ID:  SC - 1410


SC - 1405 | Supervised Learning with Python by Vaibhav Verdhan

Gain a thorough understanding of supervised learning algorithms by developing use cases with Python. You will study supervised learning concepts, Python code, datasets, best practices, resolution of common issues and pitfalls, and practical knowledge of implementing algorithms for structured as well as text and images datasets.

You’ll start with an introduction to machine learning, highlighting the differences between supervised, semi-supervised and unsupervised learning. In the following chapters you’ll study regression and classification problems, mathematics behind them, algorithms like Linear Regression, Logistic Regression, Decision Tree, KNN, Naïve Bayes, and advanced algorithms like Random Forest, SVM, Gradient Boosting and Neural Networks. Python implementation is provided for all the algorithms. You’ll conclude with an end-to-end model development process including deployment and maintenance of the model.After reading Supervised Learning with Python you’ll have a broad understanding of supervised learning and its practical implementation, and be able to run the code and extend it in an innovative manner.


What You’ll Learn

  • Review the fundamental building blocks and concepts of supervised learning using Python
  • Develop supervised learning solutions for structured data as well as text and images
  • Solve issues around overfitting, feature engineering, data cleansing, and cross-validation for building best fit models
  • Understand the end-to-end model cycle from business problem definition to model deployment and model maintenance
  • Avoid the common pitfalls and adhere to best practices while creating a supervised learning model using Python

Who This Book Is For
Data scientists or data analysts interested in best practices and standards for supervised learning, and using classification algorithms and regression techniques to develop predictive models.
 
ID:  SC - 1405

SC - 1403 | Beginning Sensor Networks with XBee, Raspberry Pi, and Arduino, Second Edition

Build sensor networks with Python and MicroPython using XBee radio modules, Raspberry Pi, and Arduino boards. This revised and updated edition will put all of these together to form a sensor network, and show you how to turn your Raspberry Pi into a MySQL database server to store your sensor data!

You`ll review the different types of sensors and sensor networks, along with new technology, including how to build a simple XBee network. You`ll then walk through building an sensor nodes on the XBee, Raspberry Pi, and Arduino, and also learn how to collect data from multiple sensor nodes. The book also explores different ways to store sensor data, including writing to an SD card, sending data to the cloud, and setting up a Raspberry Pi MySQL server to host your data. You`ll even learn how to connect to and interact with a MySQL database server directly from an Arduino! Finally you`ll see how to put it all together by connecting your sensor nodes to your new Raspberry Pi database server.


If you want to see how well XBee, Raspberry Pi, and Arduino can get along, especially to create a sensor network, then Beginning Sensor Networks with XBee, Raspberry Pi, and Arduino is just the book you need.


What You`ll Learn

Code your sensor nodes with Python and MicroPython
Work with new XBee 3 modules
Host your data on Raspberry Pi
Get started with MySQL
Create sophisticated sensor networks


Who This Book Is For

Those interested in building or experimenting with sensor networks and IoT solutions, including those with little or no programming experience. A secondary target includes readers interested in using XBee modules with Raspberry Pi and Arduino, those interested in controlling XBee modules with MicroPython.


By: Charles Bell

ID:  SC - 1403


SC - 1391 | Tiny Python Projects by Ken Youens-Clark

A long journey is really a lot of little steps. The same is true when you’re learning Python, so you may as well have some fun along the way! Written in a lighthearted style with entertaining exercises that build powerful skills, Tiny Python Projects takes you from amateur to Pythonista as you create 19 bitesize programs.

 

ID:  SC - 1391


SC - 1390 | Python One-Liners by Christian Mayer

Python programmers will improve their computer science skills with these useful one-liners.

Python One-Liners will teach you how to read and write “one-liners”: concise statements of useful functionality packed into a single line of code. You’ll learn how to systematically unpack and understand any line of Python code, and write eloquent, powerfully compressed Python like an expert.

The book’s five chapters cover tips and tricks, regular expressions, machine learning, core data science topics, and useful algorithms. Detailed explanations of one-liners introduce key computer science concepts and boost your coding and analytical skills. You’ll learn about advanced Python features such as list comprehension, slicing, lambda functions, regular expressions, map and reduce functions, and slice assignments. You’ll also learn how to:

•  Leverage data structures to solve real-world problems, like using Boolean indexing to find cities with above-average pollution
•  Use NumPy basics such as array, shape, axis, type, broadcasting, advanced indexing, slicing, sorting, searching, aggregating, and statistics
•  Calculate basic statistics of multidimensional data arrays and the K-Means algorithms for unsupervised learning
•  Create more advanced regular expressions using grouping and named groups, negative lookaheads, escaped characters, whitespaces, character sets (and negative characters sets), and greedy/nongreedy operators
•  Understand a wide range of computer science topics, including anagrams, palindromes, supersets, permutations, factorials, prime numbers, Fibonacci numbers, obfuscation, searching, and algorithmic sorting

By the end of the book, you’ll know how to write Python at its most refined, and create concise, beautiful pieces of “Python art” in merely a single line.

 

ID:  SC - 1390


SC - 1363 | Machine Learning Concepts with Python and the Jupyter Notebook Environment


Create, execute, modify, and share machine learning applications with Python and TensorFlow 2.0 in the Jupyter Notebook environment. This book breaks down any barriers to programming machine learning applications through the use of Jupyter Notebook instead of a text editor or a regular IDE.

 ID:  SC - 1363


SC - 1354 | Genetic Algorithms with Python

Clinton Sheppard

Get a hands-on introduction to machine learning with genetic algorithms using Python. Step-by-step tutorials build your skills from Hello World! to optimizing one genetic algorithm with another, and finally genetic programming; thus preparing you to apply genetic algorithms to problems in your own field of expertise.

Genetic algorithms are one of the tools you can use to apply machine learning to finding good, sometimes even optimal, solutions to problems that have billions of potential solutions. This book gives you experience making genetic algorithms work for you, using easy-to-follow example projects that you can fall back upon when learning to use other machine learning tools and techniques. Each chapter is a step-by-step tutorial that helps to build your skills at using genetic algorithms to solve problems using Python.

Python is a high-level, low ceremony and powerful language whose code can be easily understood even by entry-level programmers. If you have experience with another programming language then you should have no difficulty learning Python by induction.

Categories: Computers\\Programming: Programming Languages
Year: 2016
Language: english
Pages: 433
File: PDF, 9.34 MB

ID:  SC - 1354


SC - 1348 | Data Analysis From Scratch With Python: Beginner Guide using Python, Pandas, NumPy, Scikit-Learn, IPython, TensorFlow and Matplotlib

Peters Morgan

Are you thinking of becoming a data analyst using Python? If you are looking for a complete guide to data analysis using Python language and its library that will help you to become an effective data scientist, this book is for you.
From AI Sciences Publisher Our books may be the best one for beginners; it's a step-by-step guide for any person who wants to start learning Artificial Intelligence and Data Science from scratch. It will help you in preparing a solid foundation and learn any other high-level courses.

To get the most out of the concepts that would be covered, readers are advised to adopt hands on approach, which would lead to better mental representations.

Step By Step Guide and Visual Illustrations and Examples The Book give complete instructions for manipulating, processing, cleaning, modeling and crunching datasets in Python. This is a hands-on guide with practical case studies of data analysis problems effectively.

You will learn pandas, NumPy, IPython, and Jupiter in the Process. Target Users This book is a practical introduction to data science tools in Python. It is ideal for analyst's beginners to Python and for Python programmers new to data science and computer science. Instead of tough math formulas, this book contains several graphs and images.

What's Inside This Book?

Introduction
Why Choose Python for Data Science & Machine Learning
Prerequisites & Reminders
Python Quick Review
Overview & Objectives
A Quick Example
Getting & Processing Data
Data Visualization
Supervised & Unsupervised Learning
Regression
Simple Linear Regression
Multiple Linear Regression
Decision Tree
Random Forest

Classification
Logistic Regression
K-Nearest Neighbors
Decision Tree Classification
Random Forest Classification

Clustering
Goals & Uses of Clustering
K-Means Clustering
Anomaly Detection

Association Rule Learning
Explanation
Apriori

Reinforcement Learning
What is Reinforcement Learning
Comparison with Supervised & Unsupervised Learning
Applying Reinforcement Learning

Neural Networks
An Idea of How the Brain Works
Potential & Constraints
Here's an Example

Natural Language Processing
Analyzing Words & Sentiments
Using NLTK

Model Selection & Improving Performance
Sources & References
Frequently Asked Questions

Q: Is this book for me and do I need programming experience? A: if you want to smash Python for data analysis, this book is for you. Little programming experience is required. If you already wrote a few lines of code and recognize basic programming statements, you'll be OK.

Q: Does this book include everything I need to become a data science expert? A: Unfortunately, no. This book is designed for readers taking their first steps in data analysis and further learning will be required beyond this book to master all aspects.

Categories: Computers\\Algorithms and Data Structures: Pattern Recognition
Year: 2018
Edition: Kindle Edition
Publisher: AI Sciences LLC
Language: english
Pages: 153 / 104

ID:  SC - 1348


SC - 1336 | Practical Video Game Bots: Automating Game Processes using C++, Python, and AutoIt

Ilya Shpigor

Develop and use bots in video gaming to automate game processes and see possible ways to avoid this kind of automation. This book explains how bots can be very helpful in games such as multiplayer online games, both for training your character and for automating repetitious game processes in order to start a competition with human opponents much faster.

Some players might use bots for cheating or avoiding game rules to gain an advantage over opponents - a sophisticated form of hacking that includes some elements of artificial intelligence (AI). However, whilePractical Video Game Botsconsiders these topics, it is not a cheater's guide. Rather, this book is an attempt to overcome the information vacuum regarding bot development in video game applications. Through the use of three case study game examples, it covers most methods and technologies that are used by bot developers, and the details of anti-cheating systems.

This book provides answers and useful advice for topics such as process automation, reverse engineering, and network applications. Modern bot applications use technologies from all these domains. You will also consider the work mechanisms of different kinds of bots and will write simple prototypes.

What You Will Learn
Discover bots and apply them to game applications Use clicker bots with OS-level embedding data, output-device capture, and more Develop in-game bots, with process memory analysis and access Work with out-game bots, with network interception and embedding data Deal with input device emulation and OS-level interception data

Who This Book Is For
Those with some prior experience in game development and coding experience in Python, C++, and Windows APIs.

Categories: Computers\\Programming: Games
Year: 2018
Publisher: Apress
Language: english
Pages: 328 / 336
ISBN 10: 1484237358
ISBN 13: 9781484237359

ID:  SC - 1336


SC - 1334 | Python, Pygame, and Raspberry Pi Game Development

Sloan Kelly

Expand your basic knowledge of Python and use PyGame to create fast-paced video games with great graphics and sounds. This second edition shows how you can integrate electronic components with your games using the build-in general purpose input/output (GPIO) pins and some Python code to create two new games.

You'll learn about object-oriented programming (OOP) as well as design patterns, such as model-view-controller (MVC) and finite-state machines (FSMs). Whether using Windows, macOS, Linux, or a Raspberry Pi, you can unleash the power of Python and PyGame to create great looking games.
The book also includes complete code listings and explanations for "Bricks," "Snake," and "Invaders"―three fully working games.
These allow you to get started in making your own great games and then modify them or build your own exciting titles. The concepts are further explained using games such as “Copycat,” where the player must concentrate and repeat the sequence of lights and sounds, and “Couch Quiz,” in which PyGame and electronic components create a quiz game for 2–4 players.

What You’ll Learn
• Gain basic knowledge of Python and employ it for game development
• Study game projects you can use as templates, such as Bricks, Snake, and Invaders
• Work with user-defined functions, inheritance, composition, and aggregation
• Implement finite state machines
• Integrate your game with electronics using the GPIO pins

Who This Book Is For
Experienced coders or game developers new to Python, PyGame and Raspberry Pi would find this book helpful. It is also for beginners interested in getting into game development.

Categories: Computers\\Programming: Games
Year: 2019
Edition: 2
Publisher: Apress
Language: english
Pages: 389 / 395
ISBN 10: 1484245326
ISBN 13: 978-1484245323

ID:  SC - 1334


SC - 1333 | Applied Text Analysis with Python: Enabling Language-Aware Data Products with Machine Learning

Benjamin Bengfort, Tony Ojeda, Rebecca Bilbro

From news and speeches to informal chatter on social media, natural language is one of the richest and most underutilized sources of data. Not only does it come in a constant stream, always changing and adapting in context; it also contains information that is not conveyed by traditional data sources. The key to unlocking natural language is through the creative application of text analytics. This practical book presents a data scientist’s approach to building language-aware products with applied machine learning.

You’ll learn robust, repeatable, and scalable techniques for text analysis with Python, including contextual and linguistic feature engineering, vectorization, classification, topic modeling, entity resolution, graph analysis, and visual steering. By the end of the book, you’ll be equipped with practical methods to solve any number of complex real-world problems.

● Preprocess and vectorize text into high-dimensional feature representations
● Perform document classification and topic modeling
● Steer the model selection process with visual diagnostics
● Extract key phrases, named entities, and graph structures to reason about data in text
● Build a dialog framework to enable chatbots and language-driven interaction
● Use Spark to scale processing power and neural networks to scale model complexity

Categories: Computers\\Cybernetics: Artificial Intelligence
Year: 2018
Edition: 1
Publisher: O’Reilly Media
Language: english
Pages: 332
ISBN 10: 1491963042
ISBN 13: 9781491963043

ID:  SC - 1333


SC - 1332 | Python Data Analytics: With Pandas, NumPy, and Matplotlib

Fabio Nelli

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

Author Fabio Nelli expertly demonstrates using Python for data processing, management, and information retrieval. Later chapters apply what you've learned to handwriting recognition and extending graphical capabilities with the JavaScript D3 library. Whether you are dealing with sales data, investment data, medical data, web page usage, or other data sets, Python Data Analytics, Second Edition is an invaluable reference with its examples of storing, accessing, and analyzing data.

What You'll Learn
Understand the core concepts of data analysis and the Python ecosystem
Go in depth with pandas for reading, writing, and processing data
Use tools and techniques for data visualization and image analysis
Examine popular deep learning libraries Keras, Theano,TensorFlow, and PyTorch

Who This Book Is For
Experienced Python developers who need to learn about Pythonic tools for data analysis

Categories: Computers\\Cybernetics: Artificial Intelligence
Year: 2018
Edition: 2
Publisher: Apress
Language: english
Pages: 569 / 576
ISBN 10: 1484239121
ISBN 13: 978-1484239124

ID:  SC - 1332


SC - 1329 | Practical Computer Vision Applications Using Deep Learning with CNNs: With Detailed Examples in Python Using TensorFlow and Kivy

Ahmed Fawzy Gad

Deploy deep learning applications into production across multiple platforms. You will work on computer vision applications that use the convolutional neural network (CNN) deep learning model and Python. This book starts by explaining the traditional machine-learning pipeline, where you will analyze an image dataset. Along the way you will cover artificial neural networks (ANNs), building one from scratch in Python, before optimizing it using genetic algorithms.

For automating the process, the book highlights the limitations of traditional hand-crafted features for computer vision and why the CNN deep-learning model is the state-of-art solution. CNNs are discussed from scratch to demonstrate how they are different and more efficient than the fully connected ANN (FCNN). You will implement a CNN in Python to give you a full understanding of the model.

After consolidating the basics, you will use TensorFlow to build a practical image-recognition model that you will deploy to a web server using Flask, making it accessible over the Internet. Using Kivy and NumPy, you will create cross-platform data science applications with low overheads.
This book will help you apply deep learning and computer vision concepts from scratch, step-by-step from conception to production.

What You Will Learn
• Understand how ANNs and CNNs work
• Create computer vision applications and CNNs from scratch using Python
• Follow a deep learning project from conception to production using TensorFlow
• Use NumPy with Kivy to build cross-platform data science applications

Who This Book Is For
Data scientists, machine learning and deep learning engineers, software developers.

Categories: Computers\\Cybernetics: Artificial Intelligence
Year: 2019
Edition: 1
Publisher: Apress
Language: english
Pages: 405 / 421
ISBN 10: 1484241665
ISBN 13: 978-1484241660

ID:  SC - 1329


SC - 1323 | Neural Networks A Visual Introduction for Beginners by Michael Taylor

Michael Taylor

A step-by-step visual journey through the mathematics of neural networks, and making your own using Python and Tensorflow.

Categories: Computers\\Cybernetics: Artificial Intelligence
Year: 2017
Edition: Paperback
Publisher: Blue Windmill Media
Language: english
Pages: 250
ISBN 10: 1549869132
ISBN 13: 9781549869136

ID:  SC - 1323



Napomene:
- clanovima nase biblioteke omogucen je pristup resursima Svetske elektronske biblioteke (World electronic library - WELIB), na linku WELIBRS, gde se mogu pronaci knjige na srpskom jeziku. Napominjemo da mi samo ostvarujemo saradnju sa ovom bibliotekom, a nismo njen deo.

- u jednom postu se nalazi onoliko knjiga od istog autora koliko smo ih dobili u tom trenutku - ako zelite da vidite kompletan spisak svih postavljenih knjiga istog autora na celom blogu - mozete ih pronaci putem stranice sa spiskom autora ili putem taga sa imenom autora ispod naslova odgovarajuceg posta.