Download WordPress Themes, Happy Birthday Wishes
Home » Tag Archives: Python (page 4)

Tag Archives: Python

Programming Computer Vision with Python: Tools and Algorithms for Analyzing Images

This book is a hands-on introduction to computer vision using Python.The idea behind this book is to give an easily accessible entry point to hands-on computer vision with enough understanding of the underlying theory and algorithms to be a foundatio

Read More »

Problem Solving with Algorithms and Data Structures Using Python

THIS TEXTBOOK is about computer science. It is also about Python. However, there is much more. The study of algorithms and data structures is central to understanding what computer science is all about. Learning computer science is not unlike learnin

Read More »

Think Python – How to Think Like a Computer Scientist

Think Python is an introduction to Python programming for students with no programming experience. It starts with the most basic concepts of programming, and is carefully designed to define all terms when they are first used and to develop each new c

Read More »

Hacking Secret Ciphers with Python: A Beginner’s Guide to Cryptography with Python

Hacking Secret Ciphers with Python not only teaches you how to write in secret ciphers with paper and pencil. This book teaches you how to write your own cipher programs and also the hacking programs that can break the encrypted messages from these c

Read More »

Python for Kids: A Playful Introduction to Programming

Python is a powerful, expressive programming language that’s easy to learn and fun to use! But books about learning to program in Python can be kind of dull, gray, and boring, and that’s no fun for anyone.This book brings Python to life and bring

Read More »

Gui Programming With Python: Using the Qt Toolkit

The main topic of this book is application development using PyQt, a library extension to the Python programming language that is meant to form the basis for GUI programming. Part I and II of this book concern themselves with concepts: here the examp

Read More »

Think DSP: Digital Signal Processing in Python

This book is an introduction to signal processing and system analysis using a computational approach, using Python as the programming language. The premise of this book (like the others in the Think X series) is that if you know how to program, you c

Read More »

Natural Language Processing with Python – Analyzing Text with the Natural Language Toolkit

This online version of the NLTK book is updated for Python 3 and NLTK 3 on 2015.This book offers a highly accessible introduction to natural language processing, the field that supports a variety of language technologies, from predictive text and ema

Read More »

The Full Stack Python

Learn everything you need to know to deploy Python web applications to a server. In each chapter, we'll perform a manual deployment to fully understand what we're doing, then automate each step with Fabric and Ansible.Throughout the book we'll take a

Read More »

Algorithmic Problem Solving with Python

This book uses Python to introduce folks to programming and algorithmic thinking. It is sharply focused on classical algorithms, but it also gives a solid understanding of fundamental algorithmic problem-solving techniques.The book deals with some of

Read More »