Coder Social home page Coder Social logo

jaimehuang168 / book-socialmediaminingpython Goto Github PK

View Code? Open in Web Editor NEW

This project forked from bonzanini/book-socialmediaminingpython

0.0 0.0 0.0 4.99 MB

Companion code for the book "Mastering Social Media Mining with Python"

Python 98.92% CSS 0.11% HTML 0.97%

book-socialmediaminingpython's Introduction

Mastering Social Media Mining with Python

Code repository for Mastering Social Media Mining with Python (July 2016)

Book cover

Ebook and paperback at Packt Publishing (the publisher)

Ebook and paperback at Amazon.com and Amazon UK

Author's blog post for a bird's eye view on the book

Author profile (with book reviews/ratings) at Goodreads.com

If you've read the book, please consider leaving a review/rating on the above web sites. If you wrote a review (e.g. blog post), please let me know and I'll be happy to include it here.

Discussion Forum for readers on Google Groups: this is a platform for readers to discuss the content of the book.

Setting up the environment

Requirements: Python 3.4+

It's strongly recommended to create a virtual environment, either with virtualenv or with conda. This section describes how to set-up the environment with virtualenv.

Get the book repo:

git clone https://github.com/bonzanini/Book-SocialMediaMiningPython.git
cd Book-SocialMediaMiningPython

Install/upgrade virtualenv (not needed on Python 3.4+):

pip install -U virtualenv

Create the environment:

virtualenv book_env

Activate the environment:

source book_env/bin/activate

Install all the Python dependencies:

pip install -r requirements.txt

Translations

Known Errors and Corrections

List of known errors and corrections

If you find an error that is not listed here, please consider opening a GitHub issue with a short description of the problem.

book-socialmediaminingpython's People

Contributors

bonzanini avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.