Book picks similar to
Game Development Using Python by James R. Parker
curious
game-design
mercury-learning-and-information
other
Regular Expressions Cookbook
Jan Goyvaerts - 2009
Every programmer can find uses for regular expressions, but their power doesn't come worry-free. Even seasoned users often suffer from poor performance, false positives, false negatives, or perplexing bugs. Regular Expressions Cookbook offers step-by-step instructions for some of the most common tasks involving this tool, with recipes for C#, Java, JavaScript, Perl, PHP, Python, Ruby, and VB.NET.With this book, you will:Understand the basics of regular expressions through a concise tutorial Use regular expressions effectively in several programming and scripting languages Learn how to validate and format input Manage words, lines, special characters, and numerical values Find solutions for using regular expressions in URLs, paths, markup, and data exchange Learn the nuances of more advanced regex features Understand how regular expressions' APIs, syntax, and behavior differ from language to language Write better regular expressions for custom needs Whether you're a novice or an experienced user, Regular Expressions Cookbook will help deepen your knowledge of this unique and irreplaceable tool. You'll learn powerful new tricks, avoid language-specific gotchas, and save valuable time with this huge library of proven solutions to difficult, real-world problems.
Python Tricks: A Buffet of Awesome Python Features
Dan Bader - 2017
Discover the “hidden gold” in Python’s standard library and start writing clean and Pythonic code today.
Who Should Read This Book:
If you’re wondering which lesser known parts in Python you should know about, you’ll get a roadmap with this book. Discover cool (yet practical!) Python tricks and blow your coworkers’ minds in your next code review.
If you’ve got experience with legacy versions of Python, the book will get you up to speed with modern patterns and features introduced in Python 3 and backported to Python 2.
If you’ve worked with other programming languages and you want to get up to speed with Python, you’ll pick up the idioms and practical tips you need to become a confident and effective Pythonista.
If you want to make Python your own and learn how to write clean and Pythonic code, you’ll discover best practices and little-known tricks to round out your knowledge.
What Python Developers Say About The Book:
"I kept thinking that I wished I had access to a book like this when I started learning Python many years ago." — Mariatta Wijaya, Python Core Developer"This book makes you write better Python code!" — Bob Belderbos, Software Developer at Oracle"Far from being just a shallow collection of snippets, this book will leave the attentive reader with a deeper understanding of the inner workings of Python as well as an appreciation for its beauty." — Ben Felder, Pythonista"It's like having a seasoned tutor explaining, well, tricks!" — Daniel Meyer, Sr. Desktop Administrator at Tesla Inc.
Python Crash Course: A Hands-On, Project-Based Introduction to Programming
Eric Matthes - 2015
You'll also learn how to make your programs interactive and how to test your code safely before adding it to a project. In the second half of the book, you'll put your new knowledge into practice with three substantial projects: a Space Invaders-inspired arcade game, data visualizations with Python's super-handy libraries, and a simple web app you can deploy online.As you work through Python Crash Course, you'll learn how to: Use powerful Python libraries and tools, including matplotlib, NumPy, and PygalMake 2D games that respond to keypresses and mouse clicks, and that grow more difficult as the game progressesWork with data to generate interactive visualizationsCreate and customize simple web apps and deploy them safely onlineDeal with mistakes and errors so you can solve your own programming problemsIf you've been thinking seriously about digging into programming, Python Crash Course will get you up to speed and have you writing real programs fast. Why wait any longer? Start your engines and code!
The Graveyard: Classified Paranormal Thriller Series: Collected Edition Box Set - Books 1-3
Desmond Doane - 2017
Unlike the unfortunate souls who have passed on to the other side, grudges held by an ancient entity never seem to die.Part supernatural thriller, part ghost story, part horror novel, be sure to keep the lights on as you embark on one truly terrifying journey with ghost hunters 'Almighty' Ford Atticus Ford and Mike 'The Exterminator' Long.The Graveyard: Classified Paranormal Thriller Series Box Set contains all three highly rated novels at a discounted bargain price: The Dark Man, The White Night, and The Belly of the Beast.***Book 1 - The Dark Man - (4.4 stars - 385 reviews) Ford Atticus Ford, former host of the hit ghost-hunting reality show Graveyard: Classified, has more than a few regrets--especially after young Chelsea Hopper was attacked by a demon.Assisting police departments by conducting paranormal investigations and uncovering buried clues now provides Ford with an ounce of redemption, but it will never be enough.What occurred on that long-ago Halloween night was unforgivable, and Ford, chasing ratings and stardom, let it happen. With Graveyard cancelled and his reputation destroyed, Ford sets out to avenge little Chelsea, and to save his own soul--if he can.Book 2 - The White Night - (4.6 stars - 247 reviews)Book 3 - The Belly of the Beast - (4.8 stars - 137 reviews)What Amazon Reviewers are Saying:"Fans of Stephen King and Dean Koontz will love this.""Well done Mr. Doane." "This is a great start for a new series.""Good writing, good first-person narrative, and fast paced adventure and scares keep those Kindle pages turning.""The Dark Man (The Graveyard #1) by Desmond Doane is a good scary story that had me hooked right away.""Masterpiece of horror.""There is so much to recommend this novel that I don't quite know where to start.""It's a fun story. Creepy at times, but that's a good thing.""The characters were engaging, and the mysteries and evil entities were intriguing and scary.""I watch just about all the ghost hunting and paranormal shows out there and I could swear Desmond Doane was more than a pen name for an author but rather for someone who actually worked on one of those shows as I marveled at his expertise at the back of the scene dynamics of these shows.""Is it astonishing to call a paranormal novel both scary and heartwarming? Both in-your-face horrifying and also touching?""My new best friend, Ford Atticus Ford. He's quite the flawed character but I love him anyway.""Well written and highly recommended. Two thumbs up.""Desmond Doane aka Ernie Lindsey has created a tale as good and as frightening as Koontz or King.""The Dark Man was a delicious discovery for a cool autumn evening.""If you're a fan of Ghost Hunters or Ghost Adventures, The Dark Man will deliver the terrifying "thrill" of hauntings that their cameras will never be so lucky to catch."
Practical SQL: A Beginner's Guide to Storytelling with Data
Anthony DeBarros - 2018
The book focuses on using SQL to find the story your data tells, with the popular open-source database PostgreSQL and the pgAdmin interface as its primary tools.You'll first cover the fundamentals of databases and the SQL language, then build skills by analyzing data from the U.S. Census and other federal and state government agencies. With exercises and real-world examples in each chapter, this book will teach even those who have never programmed before all the tools necessary to build powerful databases and access information quickly and efficiently.You'll learn how to: •Create databases and related tables using your own data •Define the right data types for your information •Aggregate, sort, and filter data to find patterns •Use basic math and advanced statistical functions •Identify errors in data and clean them up •Import and export data using delimited text files •Write queries for geographic information systems (GIS) •Create advanced queries and automate tasks Learning SQL doesn't have to be dry and complicated. Practical SQL delivers clear examples with an easy-to-follow approach to teach you the tools you need to build and manage your own databases. This book uses PostgreSQL, but the SQL syntax is applicable to many database applications, including Microsoft SQL Server and MySQL.
Learning Java
Patrick Niemeyer - 1996
With Java 5.0, you'll not only find substantial changes in the platform, but to the language itself-something that developers of Java took five years to complete. The main goal of Java 5.0 is to make it easier for you to develop safe, powerful code, but none of these improvements makes Java any easier to learn, even if you've programmed with Java for years. And that means our bestselling hands-on tutorial takes on even greater significance."Learning Java" is the most widely sought introduction to the programming language that's changed the way we think about computing. Our updated third edition takes an objective, no-nonsense approach to the new features in Java 5.0, some of which are drastically different from the way things were done in any previous versions. The most essential change is the addition of "generics," a feature that allows developers to write, test, and deploy code once, and then reuse the code again and again for different data types. The beauty of generics is that more problems will be caught during development, and "Learning Java" will show you exactly how it's done.Java 5.0 also adds more than 1,000 new classes to the Java library. That means 1,000 new things you can do without having to program it in yourself. That's a huge change. With our book's practical examples, you'll come up to speed quickly on this and other new features such as loops and threads. The new edition also includes an introduction to Eclipse, the open source IDE that is growing in popularity. "Learning Java," 3rd Edition addresses all of the important uses of Java, such as web applications, servlets, and XML that are increasingly driving enterprise applications.
The Flat-Earth Conspiracy
Eric Dubay - 2014
For almost 500 years, the masses have been thoroughly deceived by a cosmic fairy-tale of astronomical proportions. We have been taught a falsehood so gigantic and diabolical that it has blinded us from our own experience and common sense, from seeing the world and the universe as they truly are. Through pseudo-science books and programs, mass media and public education, universities and government propaganda, the world has been systematically brain-washed, slowly indoctrinated over centuries into the unquestioning belief of the greatest lie of all time. A multi-generational conspiracy has succeeded, in the minds of the masses, to pick up the fixed Earth, shape it into a ball, spin it in circles, and throw it around the Sun! The greatest cover-up of all time, NASA and Freemasonry's biggest secret, is that we are living on a plane, not a planet, that Earth is the flat, stationary center of the universe.
Enterprise JavaBeans 3.0
Richard Monson-Haefel - 1999
In fact, EJB 3.0 is being hailed as the new standard of server-side business logic programming. And O'Reilly's award-winning book on EJB has been refreshed just in time to capitalize on the technology's latest rise in popularity.This fifth edition, written by Bill Burke and Richard Monson-Haefel, has been updated to capture the very latest need-to-know Java technologies in the same award-winning fashion that drove the success of the previous four strong-selling editions. Bill Burke, Chief Architect at JBoss, Inc., represents the company on the EJB 3.0 and Java EE 5 specification committees. Richard Monson-Haefel is one of the world's leading experts on Enterprise Java."Enterprise JavaBeans 3.0," 5th Edition is organized into two parts: the technical manuscript followed by the JBoss workbook. The technical manuscript explains what EJB is, how it works, and when to use it. The JBoss workbook provides step-by-step instructions for installing, configuring, and running the examples from the manuscript on the JBoss 4.0 Application Server.Although EJB makes application development much simpler, it's still a complex and ambitious technology that requires a great deal of time to study and master. But now, thanks to "Enterprise JavaBeans 3.0," 5th Edition, you can overcome the complexities of EJBs and learn from hundreds of practical examples that are largeenough to test key concepts but small enough to be taken apart and explained in the detail that you need. Now you can harness the complexity of EJB with just a single resource by your side.
Evernote for your Life: A Practical Guide for the Use of Evernote in Your Everyday Life
Tyler Collins - 2012
Whether you are... -A student struggling with reams of lecture notes, references, and recordings of talks -A journalist who needs to compile ideas, log interviews, and communicate on the move -A busy individual who wants to keep and share photos, store business cards and notes “Evernote is your new, virtual filing cabinet.” Mastering Evernote will show you how to navigate and enhance your experience of this wonderful tool in just two hours. Start slicing through the multi-layered functions and various possibilities within Evernote. Discover the tool that will change the way you remember things forever. Whether you are an advanced user wanting to push Evernote to its limits or a beginner ready to explore the impact of this free app on your life, Mastering Evernote will evolve your proficiency by stacking up tip after trick till you reach the top. We are committed to providing an up-to-date experience. Buy the book once and get access to unlimited updates as they are released. Keep reading to see how the book has already been improved and expanded since the original release in October 2012. Let us know what you think should be added in future editions! What's included in Mastering Evernote? -Amazing and creative ways to use Evernote to its fullest -Charts, and illustrations for understanding the inner workings of Evernote -How to use both the web, Desktop, and Mobile version of the Evernote application -Evernote vs. OneNote, Google Docs and other systems of organization and why it crushes the competition -How to use Evernote along with other social media including Facebook, Twitter, and blogs -How to use Evernote as file storage facilitator - never use file trees again! -How to dominate the Evernote search feature to find everything in your digital library including office documents or personal pictures -How to set up an "Evernote scanner" to get rid of all the paper in your life -How to set up the perfect Evernote user interface -Tagging best practices -The "Temporary Notebook System" that organizes any project -BONUS: The Evernote Cheat Sheet! A quick look guide for advanced searches Each section of the book takes you deeper into the functionality and inner workings of Evernote, making this book an excellent reference guide. If you’re an advanced Evernote user skip the beginner sections and jump straight to the advanced. If you’re new to Evernote just read the book front to back as each new strategy, technique, and Evernote tip builds on the one before it.
The Elements of Statistical Learning: Data Mining, Inference, and Prediction
Trevor Hastie - 2001
With it has come vast amounts of data in a variety of fields such as medicine, biology, finance, and marketing. The challenge of understanding these data has led to the development of new tools in the field of statistics, and spawned new areas such as data mining, machine learning, and bioinformatics. Many of these tools have common underpinnings but are often expressed with different terminology. This book describes the important ideas in these areas in a common conceptual framework. While the approach is statistical, the emphasis is on concepts rather than mathematics. Many examples are given, with a liberal use of color graphics. It should be a valuable resource for statisticians and anyone interested in data mining in science or industry. The book's coverage is broad, from supervised learning (prediction) to unsupervised learning. The many topics include neural networks, support vector machines, classification trees and boosting—the first comprehensive treatment of this topic in any book. Trevor Hastie, Robert Tibshirani, and Jerome Friedman are professors of statistics at Stanford University. They are prominent researchers in this area: Hastie and Tibshirani developed generalized additive models and wrote a popular book of that title. Hastie wrote much of the statistical modeling software in S-PLUS and invented principal curves and surfaces. Tibshirani proposed the Lasso and is co-author of the very successful An Introduction to the Bootstrap. Friedman is the co-inventor of many data-mining tools including CART, MARS, and projection pursuit.
The Web Application Hacker's Handbook: Discovering and Exploiting Security Flaws
Dafydd Stuttard - 2007
The authors explain each category of vulnerability using real-world examples, screen shots and code extracts. The book is extremely practical in focus, and describes in detail the steps involved in detecting and exploiting each kind of security weakness found within a variety of applications such as online banking, e-commerce and other web applications. The topics covered include bypassing login mechanisms, injecting code, exploiting logic flaws and compromising other users. Because every web application is different, attacking them entails bringing to bear various general principles, techniques and experience in an imaginative way. The most successful hackers go beyond this, and find ways to automate their bespoke attacks. This handbook describes a proven methodology that combines the virtues of human intelligence and computerized brute force, often with devastating results.The authors are professional penetration testers who have been involved in web application security for nearly a decade. They have presented training courses at the Black Hat security conferences throughout the world. Under the alias "PortSwigger," Dafydd developed the popular Burp Suite of web application hack tools.
Effective Devops: Building a Culture of Collaboration, Affinity, and Tooling at Scale
Jennifer Davis - 2015
Authors Katherine Daniels and Jennifer Davis provide with actionable strategies you can use to engineer sustainable changes in your environment regardless of your level within your organization.
Practical Django Projects
James Bennett - 2008
You'll work through the development of each project, implementing and running the applications while learning new features along the way.Web frameworks are playing a major role in the creation of today's most compelling web applications, because they automate many of the tedious tasks, allowing developers to instead focus on providing users with creative and powerful features. Python developers have been particularly fortunate in this area, having been able to take advantage of Django, a very popular open source web framework whose stated goal is to make it easier to build better web applications more quickly with less code.Practical Django Projects is the first book to introduce this popular framework by way of a series of realworld projects. What you'll learn Capitalize upon Django's welldefined framework architecture to build web applications faster than ever before Learn by doing by working through the creation of three realworld projects, including a content management system, blog, and social networking site Build userfriendly web sites with wellstructured URLs, session tracking, and syndication options Let Django handle tedious tasks such as database interaction while you focus on building compelling applications Who this book is forWeb developers seeking to use the powerful Django framework to build powerful web sites. "
Unity in Action
Joseph Hocking - 2015
You'll master the Unity toolset from the ground up, adding the skills you need to go from application coder to game developer. Based on Unity version 5.About the BookThis book helps readers build successful games with the Unity game development platform. You will use the powerful C# language, Unity's intuitive workflow tools, and a state-of-the-art rendering engine to build and deploy mobile, desktop, and console games. Unity's single codebase approach minimizes inefficient switching among development tools and concentrates your attention on making great interactive experiences.Unity in Action teaches you how to write and deploy games. You'll master the Unity toolset from the ground up, adding the skills you need to go from application coder to game developer. Each sample project illuminates specific Unity features and game development strategies. As you read and practice, you'll build up a well-rounded skill set for creating graphically driven 2D and 3D game applications.You'll need to know how to program, in C# or a similar OO language. No previous Unity experience or game development knowledge is assumed.
The Kobold Guide to Board Game Design
Mike Selinker - 2011
Author Mike Selinker (Betrayal at House on the Hill) has invited some of the world's most talented and experienced game designers to share their secrets on game conception, design, development, and presentation. In these pages, you'll learn about storyboarding, balancing, prototyping, and playtesting from the best in the business.