Street Photography: 50 Ways to Capture Better Shots of Ordinary Life


Eric Kim - 2013
    There is no need for the latest gadgets or trips to “exotic” places. Amazing images can be captured everywhere, all the time, and with the simplest equipment. All you need is a camera, an interest in ordinary people doing everyday things, and—of course—this book. In Street Photography, acclaimed photographer Eric Kim shares everything you need to develop your own street photography skills: how to conquer your fear of shooting in public, tips on choosing your gear, and inspiring techniques to discover the beauty in the mundane. You’ll learn how to chase the all-important “decisive moment,” and even how to find your own style. As a bonus, you’ll get insights from renowned street photographers Ludmilla Morais, Blake Andrews, Thomas Leuthard, and Kramer O’Neill. Street photography is all about discovering the wonderful things most of us are too busy to notice. Let this book inspire you to hit the streets—and turn everyday moments into extraordinary photos! About the author Eric Kim is a street photographer whose blog and sold-out workshops have become today’s most popular resources for aspiring “streettogs.” Eric has exhibited at Gulf Photo Plus, the ThinkTank Gallery in Los Angeles, and Leica stores internationally, and has been featured in Popular Photographer, Black+White, VICE, pixelperfect.com, Salon.com, and on the BBC. He can be found at erickimphotography.com, as well as on Facebook, Twitter, Instagram, and YouTube. Eric lives in Berkeley, CA.

Two Scoops of Django: Best Practices for Django 1.6


Daniel Roy Greenfeld - 2014
    

A Whirlwind Tour of Python


Jake Vanderplas - 2016
    This report provides a brief yet comprehensive introduction to Python for engineers, researchers, and data scientists who are already familiar with another programming language.Author Jake VanderPlas, an interdisciplinary research director at the University of Washington, explains Python’s essential syntax and semantics, built-in data types and structures, function definitions, control flow statements, and more, using Python 3 syntax.You’ll explore:- Python syntax basics and running Python codeBasic semantics of Python variables, objects, and operators- Built-in simple types and data structures- Control flow statements for executing code blocks conditionally- Methods for creating and using reusable functionsIterators, list comprehensions, and generators- String manipulation and regular expressions- Python’s standard library and third-party modules- Python’s core data science tools- Recommended resources to help you learn more

Redefining Normal


Justin Black - 2020
    Together, they are building forever. Alexis Black persevered through her mother’s death and her father’s imprisonment. And after escaping a long and abusive relationship, the college junior promised her foster parents not to date for at least a year. But when she meets an incoming freshman on the first day of their scholarship program, she feels the world melt away, as though it were only the two of them in the room. Justin Black lived in abandoned houses before going through the child welfare system. But when he grabs the chance for better opportunities by pursuing higher education, he can’t help but be drawn to a beautiful third-year student. Recognizing a fellow survivor, he cherishes the ease of their deep conversations and her wonderful moments of raw vulnerability that makes him fall hard. In a stark and wholehearted true story that shares how two individuals on separate paths found each other, Alexis and Justin merge their course into one full of hope and purpose. And hand-in-hand, they learn to communicate effectively and avoid patterns of trauma to intentionally break the cycle of unhealthy behaviors. Written in an engaging novelistic style, the authors put forward a thoughtful exchange of ideas and personal experiences illustrating how anybody, no matter their backgrounds, can have a life of self-empowerment and joy. Broken down into four sections that cover crucial topics such as “Worthiness” and “Mental Health,” this compelling narrative will help any who are learning to love themselves and want to end the line of toxic relationships. Redefining Normal: How Two Foster Kids Beat The Odds and Discovering Healing, Happiness, and Love is a page-turning memoir that will open your eyes to possibilities and dreams. If you like honest tales of triumph, refreshing transparency, and resilient faith in God, then you’ll adore Justin Black and Alexis Black’s inspirational autobiography. This story contains mentions of domestic violence, trauma, sexual assault, and other difficult issues faced on the road to healing.

Coaching: The 7 Laws Of Coaching: Powerful Coaching Skills That Will Predict Your Team’s Success (7 Laws, coaching questions, coaching books, the coaching habit)


Brian Cagneey - 2016
    By answering the crucial coaching questions and developing genuine leadership and integrity, you can instill these attributes in those around you. When you put these proven steps and strategies to use, people will follow you willingly – because you’ve shown yourself to be an excellent coach! All business books and coaching books will tell you that the coaching habit is a difficult challenge, and how to coach is no easy task, but when you put these coaching skills to the test, you’ll be coaching teams to winning performances in no time! When you purchase The 7 Laws of Coaching, you’ll get a FREE bonus e-book: Developing Powerful Visions: Learn the Art of Empowering People Around You and Live With Purpose In The 7 Laws of Coaching, Brian Cagneey explains: The 1st Law of Coaching: Developing the Right Mindset The 2nd Law of Coaching: Being Strong Without Being Mean The 3rd Law of Coaching: The Secret to Finding Solutions The 4th Law of Coaching: A Special Ingredient for Motivating People The 5th Law of Coaching: The Forgotten Law of Getting Results The 6th Law of Coaching: The Only Way Someone Can Improve The 7th Law of Coaching: Keeping Everyone on Track Don’t wait another minute – Purchase The 7 Laws of Coaching: Powerful Coaching Skills that will Predict Your Team’s Success! today! Just Scroll Up and Hit the “Buy With One Click” Button – It’s Fast and Easy! This book has a 100% Money Back Guarantee. If these principles don’t work for you, send it back. No questions asked! DON'T WAIT! LEARN THE SECRETS OF COACHING WITH THESE 7 LAWS! PURCHASE your copy NOW Tags: coaching, coaching business, coaching questions, questions for coaches, coaching books, coaching sports, books on coaching, habits of coaching, habits of a coach, the coaching habit, coaching skills, coaching skill, how to be a good coach, how to coach, coaching teams, coaching business teams, life coaching

Python Pocket Reference


Mark Lutz - 1998
    Hundreds of thousands of Python developers around the world rely on Python for general-purpose tasks, Internet scripting, systems programming, user interfaces, and product customization. Available on all major computing platforms, including commercial versions of Unix, Linux, Windows, and Mac OS X, Python is portable, powerful and remarkable easy to use.With its convenient, quick-reference format, "Python Pocket Reference," 3rd Edition is the perfect on-the-job reference. More importantly, it's now been refreshed to cover the language's latest release, Python 2.4. For experienced Python developers, this book is a compact toolbox that delivers need-to-know information at the flip of a page. This third edition also includes an easy-lookup index to help developers find answers fast!Python 2.4 is more than just optimization and library enhancements; it's also chock full of bug fixes and upgrades. And these changes are addressed in the "Python Pocket Reference," 3rd Edition. New language features, new and upgraded built-ins, and new and upgraded modules and packages--they're all clarified in detail.The "Python Pocket Reference," 3rd Edition serves as the perfect companion to "Learning Python" and "Programming Python."

Making Games with Python & Pygame


Al Sweigart - 2012
    Each chapter gives you the complete source code for a new game and teaches the programming concepts from these examples. The book is available under a Creative Commons license and can be downloaded in full for free from http: //inventwithpython.com/pygame This book was written to be understandable by kids as young as 10 to 12 years old, although it is great for anyone of any age who has some familiarity with Python.

Fluent Python: Clear, Concise, and Effective Programming


Luciano Ramalho - 2015
    With this hands-on guide, you'll learn how to write effective, idiomatic Python code by leveraging its best and possibly most neglected features. Author Luciano Ramalho takes you through Python's core language features and libraries, and shows you how to make your code shorter, faster, and more readable at the same time.Many experienced programmers try to bend Python to fit patterns they learned from other languages, and never discover Python features outside of their experience. With this book, those Python programmers will thoroughly learn how to become proficient in Python 3.This book covers:Python data model: understand how special methods are the key to the consistent behavior of objectsData structures: take full advantage of built-in types, and understand the text vs bytes duality in the Unicode ageFunctions as objects: view Python functions as first-class objects, and understand how this affects popular design patternsObject-oriented idioms: build classes by learning about references, mutability, interfaces, operator overloading, and multiple inheritanceControl flow: leverage context managers, generators, coroutines, and concurrency with the concurrent.futures and asyncio packagesMetaprogramming: understand how properties, attribute descriptors, class decorators, and metaclasses work"

Read Better Faster: How to Triple Your Reading Speed and Comprehension Without Speed Reading, Skimming, or Skipping


Debbie Drum - 2017
    These poor reading habits hold us back, and it’s why so many people don’t enjoy reading. You see, your brain is a lot like Goldilocks. When you read too slow, your mind wanders, you get distracted, and reading feels like a chore. When you try to read too fast, you can't comprehend what you're reading. The key is to read at the right speed using the best reading strategies for your learning type. In this short read, you’ll discover proven strategies to read faster without having to: Practice speed-reading techniques for hours and hours Skim text and risk missing crucial information Read cliff notes or shortened versions of a book This book combines the best lessons from speed reading techniques, neuroscience, and modern technology to allow you to read faster and comprehend more than you ever thought possible—and you can start to see the results today! Say Goodbye to Slow Reading Forever! I was always a slow reader. I could never focus long enough to read an entire book. I often forgot what I had just read, and had to re-read sentences over and over again. Reading was a frustrating, slow, and painful experience, so I tried to make up for my poor reading skills by studying more and working harder. But studying hard will only get you so far when you're using the wrong strategies. I wanted to be able to read more, learn more, and, most importantly, remember more of what I was reading. If you’ve quit reading more books than you can remember because of boredom or frustration, this book will change your life—and every book from now on will be a “quick read” for you. Everything changed when I developed a better way to read entire books very fast… Incredible Reading Results in 7 Days I was able to read four large books in my first week of using these methods. In Read Better Faster: How to Triple Your Reading Speed and Comprehension Without Speed Reading, Skimming, or Skipping you will discover: The exact methods anyone can use to read books faster than you ever imagined Never again struggle to finish a book, no matter how big or complex it is Start reading (and finishing) more books your friends and colleagues recommend to you How to guarantee laser-focused reading so you never have to re-read or forget what you just read How to comprehend and retain everything you read using a method that forces your brain to turn what you read into long-term memory storage How to accelerate your ability to learn more by reading faster and remembering more information than ever before This book is perfect for you if: You need to study for an exam, improve your grades, or do better in school You need to learn new business skills to improve your career or company You want to easily breeze through your favorite fiction books so you can enjoy reading even more You’ve always wanted to read more books but just can’t find the time or struggle to get through a book I encourage you to in

Writing Idiomatic Python 2.7.3


Jeff Knupp - 2013
    Each idiom comes with a detailed description, example code showing the "wrong" way to do it, and code for the idiomatic, "Pythonic" alternative. *This version of the book is for Python 2.7.3+. There is also a Python 3.3+ version available.* "Writing Idiomatic Python" contains the most common and important Python idioms in a format that maximizes identification and understanding. Each idiom is presented as a recommendation to write some commonly used piece of code. It is followed by an explanation of why the idiom is important. It also contains two code samples: the "Harmful" way to write it and the "Idiomatic" way. * The "Harmful" way helps you identify the idiom in your own code. * The "Idiomatic" way shows you how to easily translate that code into idiomatic Python. This book is perfect for you: * If you're coming to Python from another programming language * If you're learning Python as a first programming language * If you're looking to increase the readability, maintainability, and correctness of your Python code What is "Idiomatic" Python? Every programming language has its own idioms. Programming language idioms are nothing more than the generally accepted way of writing a certain piece of code. Consistently writing idiomatic code has a number of important benefits: * Others can read and understand your code easily * Others can maintain and enhance your code with minimal effort * Your code will contain fewer bugs * Your code will teach others to write correct code without any effort on your part

Advanced Apex Programming for Salesforce.com and Force.com


Dan Appleman - 2012
    Intended for developers who are already familiar with the Apex language, and experienced Java and C# developers who are moving to Apex, this book starts where the Force.com documentation leaves off. Instead of trying to cover all of the features of the platform, Advanced Apex programming focuses entirely on the Apex language and core design patterns. You’ll learn how to truly think in Apex – to embrace limits and bulk patterns. You’ll see how to develop architectures for efficient and reliable trigger handling, and for asynchronous operations. You’ll discover that best practices differ radically depending on whether you are building software for a specific organization or for a managed package. And you’ll find approaches for incorporating testing and diagnostic code that can dramatically improve the reliability and deployment of Apex software, and reduce your lifecycle and support costs. Based on his experience both as a consultant and as architect of a major AppExchange package, Dan Appleman focuses on the real-world problems and issues that are faced by Apex developers every day, along with the obscure problems and surprises that can sneak up on you if you are unprepared.

Service-Oriented Design with Ruby and Rails


Paul Dix - 2010
    Today, Rails developers and architects need better ways to interface with legacy systems, move into the cloud, and scale to handle higher volumes and greater complexity. In Service-Oriented Design with Ruby and Rails Paul Dix introduces a powerful, services-based design approach geared toward overcoming all these challenges. Using Dix's techniques, readers can leverage the full benefits of both Ruby and Rails, while overcoming the difficulties of working with larger codebases and teams. Dix demonstrates how to integrate multiple components within an enterprise application stack; create services that can easily grow and connect; and design systems that are easier to maintain and upgrade. Key concepts are explained with detailed Ruby code built using open source libraries such as ActiveRecord, Sinatra, Nokogiri, and Typhoeus. The book concludes with coverage of security, scaling, messaging, and interfacing with third-party services. Service-Oriented Design with Ruby and Rails will help you Build highly scalable, Ruby-based service architectures that operate smoothly in the cloud or with legacy systems Scale Rails systems to handle more requests, larger development teams, and more complex code bases Master new best practices for designing and creating services in Ruby Use Ruby to glue together services written in any language Use Ruby libraries to build and consume RESTful Web services Use Ruby JSON parsers to quickly represent resources from HTTP services Write lightweight, well-designed API wrappers around internal or external services Discover powerful non-Rails frameworks that simplify Ruby service implementation Implement standards-based enterprise messaging with Advanced Message Queuing Protocol (AMQP) Optimize performance with load balancing and caching Provide for security and authentication

Web Hacking 101


Peter Yaworski
    With few exceptions, existing books are overly technical, only dedicate a single chapter to website vulnerabilities or don't include any real world examples. This book is different.Using publicly disclosed vulnerabilities, Web Hacking 101 explains common web vulnerabilities and will show you how to start finding vulnerabilities and collecting bounties. With over 30 examples, the book covers topics like:HTML InjectionCross site scripting (XSS)Cross site request forgery (CSRF)Open RedirectsRemote Code Execution (RCE)Application Logicand more...Each example includes a classification of the attack, a report link, the bounty paid, easy to understand description and key takeaways. After reading this book, your eyes will be opened to the wide array of vulnerabilities that exist and you'll likely never look at a website or API the same way.

Star Man: The Right Hand Man of Rock 'n' Roll


Michael Francis - 2003
    Paul hired Michael as his security guard, beginning a thirty-year music business career in which he worked with such legendary names as Led Zeppelin, Bad Company, The Osmonds, Sheena Easton, Frank Sinatra, Bon Jovi, Cher, and Kiss. As tour manager, Michael was responsible for every aspect of their safety and their comfort, from making sure they were not mobbed on stage to making sure they got paid. To some of them he became close. He was best man at Jon Bon Jovi's wedding, and provided personal security for Cher at her Malibu home. He shared their wildest excesses, their highs and their lows; he saw their fears, and all too often, their loneliness and paranoia. Sometimes hilarious, frequently shocking, always perceptive, Star Man is the outrageous, uncompromising, and brutally honest story of one man's life with the biggest stars of rock.

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!