• Automate the Boring Stuff with Python: Practical Programming for Total Beginners

    If you’ve ever spent hours renaming files or updating hundreds of spreadsheet cells, you know how tedious tasks like these can be. But what if you could have your computer do them for you?In Automate the Boring Stuff with Python, you’ll learn how to use Python to write programs that do in minutes what would take you hours to do by hand—no prior programming experience required. Once you’ve mastered the basics of programming, you’ll create Python programs that effortlessly perform useful and impressive feats of automation to:–Search for text in a file or across multiple files–Creat... [Read More]

    • ASIN: B00WJ049VU
    • ASIN: B00WJ049VU
    • Manufacturer: No Starch Press

  • Django for Beginners: Build websites with Python and Django

    A step-by-step guide to building web applications with Python and Django 2.2.Create, test, and deploy 5 progressively more complex websites including a Message Board app, a Blog app with user accounts, and a robust Newspaper app with reader comments and a complete user registration flow.Along the way you'll learn core Django features and best practices around models, views, templates, urls, custom user models, permissions, authorizations, user registration, testing, and deployment.TABLE OF CONTENTS: Introduction Chapter 1: Initial Setup Chapter 2: Hello World app Chapter 3: Pages app Cha... [Read More]

    • ASIN: B079ZZLRRL
    • ASIN: B079ZZLRRL

  • Practical Web Scraping for Data Science: Best Practices and Examples with Python

    This book provides a complete and modern guide to web scraping, using Python as the programming language, without glossing over important details or best practices. Written with a data science audience in mind, the book explores both scraping and the larger context of web technologies in which it operates, to ensure full understanding. The authors recommend web scraping as a powerful tool for any data scientist’s arsenal, as many data science projects start by obtaining an appropriate data set.Starting with a brief overview on scraping and real-life use cases, the authors explore the core ... [Read More]

    • ASIN: B07CH3CH51
    • ASIN: B07CH3CH51
    • Manufacturer: Apress

  • R for Data Science: Import, Tidy, Transform, Visualize, and Model Data

    Learn how to use R to turn raw data into insight, knowledge, and understanding. This book introduces you to R, RStudio, and the tidyverse, a collection of R packages designed to work together to make data science fast, fluent, and fun. Suitable for readers with no previous programming experience, R for Data Science is designed to get you doing data science as quickly as possible.Authors Hadley Wickham and Garrett Grolemund guide you through the steps of importing, wrangling, exploring, and modeling your data and communicating the results. You’ll get a complete, big-picture understanding of t... [Read More]

    • ASIN: 1491910399
    • ASIN: 1491910399
    • ISBN: 1491910399
    • Brand: O Reilly Media
    • Manufacturer: O'Reilly Media

  • Web Scraping with Python: Collecting More Data from the Modern Web

    If programming is magic then web scraping is surely a form of wizardry. By writing a simple automated program, you can query web servers, request data, and parse it to extract the information you need. The expanded edition of this practical book not only introduces you web scraping, but also serves as a comprehensive guide to scraping almost every type of data from the modern web.Part I focuses on web scraping mechanics: using Python to request information from a web server, performing basic handling of the server’s response, and interacting with sites in an automated fashion. Part II explor... [Read More]

    • ASIN: 1491985577
    • ASIN: 1491985577
    • ISBN: 1491985577
    • Manufacturer: O'Reilly Media

  • Python for Everybody: Exploring Data in Python 3

    Python for Everybody is designed to introduce students to programming and software development through the lens of exploring data. You can think of the Python programming language as your tool to solve data problems that are beyond the capability of a spreadsheet.Python is an easy to use and easy to learn programming language that is freely available on Macintosh, Windows, or Linux computers. So once you learn Python you can use it for the rest of your career without needing to purchase any software.This book uses the Python 3 language. The earlier Python 2 version of this book is titled "Pyth... [Read More]

    • ASIN: 1530051126
    • ASIN: 1530051126
    • ISBN: 1530051126
    • Brand: Severance Dr Charles Russell
    • Manufacturer: CreateSpace Independent Publishing Platform

  • Web Scraping with Python: Collecting Data from the Modern Web

    Learn web scraping and crawling techniques to access unlimited data from any web source in any format. With this practical guide, you’ll learn how to use Python scripts and web APIs to gather and process data from thousands—or even millions—of web pages at once.Ideal for programmers, security professionals, and web administrators familiar with Python, this book not only teaches basic web scraping mechanics, but also delves into more advanced topics, such as analyzing raw data or using scrapers for frontend website testing. Code samples are available to help you understand the concepts in... [Read More]

    • ASIN: 1491910291
    • UPC: 884735831562
    • ASIN: 1491910291
    • ISBN: 1491910291
    • Manufacturer: O'Reilly Media

  • Data Visualization with Python and JavaScript: Scrape, Clean, Explore & Transform Your Data

    Learn how to turn raw data into rich, interactive web visualizations with the powerful combination of Python and JavaScript. With this hands-on guide, author Kyran Dale teaches you how build a basic dataviz toolchain with best-of-breed Python and JavaScript libraries—including Scrapy, Matplotlib, Pandas, Flask, and D3—for crafting engaging, browser-based visualizations.As a working example, throughout the book Dale walks you through transforming Wikipedia’s table-based list of Nobel Prize winners into an interactive visualization. You’ll examine steps along the entire toolchain, from s... [Read More]

    • ASIN: 1491920513
    • ASIN: 1491920513
    • ISBN: 1491920513
    • Brand: imusti
    • Manufacturer: O'Reilly Media

  • Spidering Hacks

    The Internet, with its profusion of information, has made us hungry for ever more, ever better data. Out of necessity, many of us have become pretty adept with search engine queries, but there are times when even the most powerful search engines aren't enough. If you've ever wanted your data in a different form than it's presented, or wanted to collect data from several sites and see it side-by-side without the constraints of a browser, then Spidering Hacks is for you.Spidering Hacks takes you to the next level in Internet data retrieval--beyond search engines--by showing you how to create spi... [Read More]

    • ASIN: 0596005776
    • UPC: 636920005773
    • ASIN: 0596005776
    • ISBN: 9780596005771
    • Brand: Brand: O'Reilly Media
    • Manufacturer: O'Reilly Media

  • Perl & LWP


    • ASIN: 0596001789
    • UPC: 636920001782
    • ASIN: 0596001789
    • ISBN: 9780596001780
    • Manufacturer: O'Reilly Media

  • Webbots, Spiders, and Screen Scrapers: A Guide to Developing Internet Agents with PHP/CURL

    There's a wealth of data online, but sorting and gathering it by hand can be tedious and time consuming. Rather than click through page after endless page, why not let bots do the work for you?Webbots, Spiders, and Screen Scrapers will show you how to create simple programs with PHP/CURL to mine, parse, and archive online data to help you make informed decisions. Michael Schrenk, a highly regarded webbot developer, teaches you how to develop fault-tolerant designs, how best to launch and schedule the work of your bots, and how to create Internet agents that:Send email or SMS notifications to a... [Read More]

    • ASIN: 1593273975
    • ASIN: 1593273975
    • ISBN: 1593273975
    • Brand: Brand: No Starch Press
    • Manufacturer: No Starch Press

  • Professional Web 2.0 Programming

    Web 2.0 architecture opens up an incredible number of options for flexible web design, creative reuse, and easier updates. Along with covering the key languages and techniques of Web 2.0, this unique book introduces you to all of the technologies that make up Web 2.0 at a professional level. Throughout the chapters, you'll find code for several example applications built with popular frameworks that you'll be able to utilize. You'll first explore the technologies that are used to create Web 2.0 applications. This includes an in-depth look at XHTML, Cascading Style Sheets (CSS), JavaScript, and... [Read More]

    • ASIN: 0470087889
    • ASIN: 0470087889
    • ISBN: 0470087889
    • Manufacturer: Wrox

  • Murach's ASP.Net 4.6 Web Programming with C# 2015

    If you know how to create Windows applications using C#, you're ready to learn Web Forms programming with our classic ASP.NET book. It will get you off to a fast start whether or not you

    • UPC: 54038085

  • Web Scraping with Python - eBook

    If programming is magic then web scraping is surely a form of wizardry. By writing a simple automated program, you can query web servers, request data, and parse it to extract the information you need.

    • UPC: 687998403
    • Rating: 5.0

  • Computer Programming Languages & Hacking & Advanced Hacking : 3 Books in 1: The Blueprint: Everything You Need to Know

    3 BOOKS IN 1 Ever wonder how easy it is to hack into someone's bank account info while surfing the net at your local Starbucks? Become A Programming Master By Learning These Fundamentals Languages Take

    • UPC: 109475444

  • The Rust Programming Language

    "The official guide to Rust, a community-developed, systems programming language. Begins with a hands-on project to introduce the basics, then explores key concepts in

    • UPC: 859037090

  • The C++ Programming Language (Paperback)

    Offers information on using the C++ programming languge using the new C++11 standard, covering such topics as concurrency, facilities, standard libraries, and design

    • UPC: 21308887
    • Rating: 4.0

  • The Go Programming Language

    The Go Programming Language is the authoritative resource for any programmer who wants to learn Go. It shows how to write clear and idiomatic Go to solve real-world problems. The book does not assume prior

    • UPC: 44981246

  • C Programming Language

    Introduces the features of the C programming language, discusses data types, variables, operators, control flow, functions, pointers, arrays, and structures, and looks at the UNIX system

    • UPC: 525362
    • Rating: 4.571

  • Programming Collective Intelligence : Building Smart Web 2.0 Applications

    This book introduces Web developers to the advanced topic of machine learning and statistics in a clear and concise way, with easy-to-follow examples and code that can be used in their own

    • UPC: 5797695
    • Rating: 4.0

  • Jumpstarting C : Learn the All-Purpose Programming Language for Microcontrollers and Computers

    Jumpstarting books provide an avenue for makers to quickly master topical knowledge!Each book starts with instructions on how to install or initialize the hardware or software needed to reach the "Hello, World" stage of getting

    • UPC: 576464127

  • Head First HTML5 Programming : Building Web Apps with JavaScript

    "Head First HTML5" introduces key features including improved text elements, audio and video tags, geolocation, and the Canvas drawing surface. Concrete examples and exercises are applied to reinforce these

    • UPC: 15910422
    • Rating: 4.0

  • web scraping using python for beginners

    Web Scraping Tutorial - How to Scrape Modern Websites for Data

    Intro to Web Scraping with Python and Beautiful Soup