# Network-Science-with-Python-and-NetworkX-Quick-Start-Guide **Repository Path**: alfredgin/Network-Science-with-Python-and-NetworkX-Quick-Start-Guide ## Basic Information - **Project Name**: Network-Science-with-Python-and-NetworkX-Quick-Start-Guide - **Description**: Network Science with Python and NetworkX Quick Start Guide, published by Packt - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-04-01 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Network-Science-with-Python-and-NetworkX-Quick-Start-Guide Network Science with Python and NetworkX Quick Start Guide, published by Packt Network Science with Python and NetworkX Quick Start Guide This is the code repository for [Network Science with Python and NetworkX Quick Start Guide](https://prod.packtpub.com/in/big-data-and-business-intelligence/network-science-python-and-networkx-quick-start-guide?utm_source=github&utm_medium=repository&utm_campaign=9781789955316), published by Packt. **Explore and visualize network data effectively** ## What is this book about? NetworkX is a leading free and open source package used for network science with the Python programming language. NetworkX can track properties of individuals and relationships, find communities, analyze resilience, detect key network locations, and perform a wide range of important tasks. With the recent release of version 2, NetworkX has been updated to be more powerful and easy to use. This book covers the following exciting features: * Learn how to manage users, groups, and permissions * Encrypt and decrypt disks with Linux Unified Key Setup /Luks * Setup SSH for remote access, and connect it to other nodes * Understand how to add, remove, and search for packages * Use NFS and Samba to share directories with other users If you feel this book is for you, get your [copy](https://www.amazon.com/dp/1789955319) today! https://www.packtpub.com/ ## Instructions and Navigations All of the code is organized into folders. For example, Chapter02. The code will look like the following: ``` G_karate = nx.karate_club_graph() mr_hi = 0 john_a = 33 ``` **Following is what you need for this book:** Copy and paste the Audience section from the EPIC. With the following software and hardware list you can run all code files present in the book (Chapter 1-12). ### Software and Hardware List | Chapter | Software required | OS required | | -------- | ------------------------------------| -----------------------------------| | 1 - 12 |Python 3.4 | Windows, Mac OS X, and Linux (Any) | ### Related products * Python Machine Learning Cookbook - Second Edition [[Packt]](https://prod.packtpub.com/in/big-data-and-business-intelligence/python-machine-learning-cookbook-second-edition-0?utm_source=github&utm_medium=repository&utm_campaign=9781789808452) [[Amazon]](https://www.amazon.com/dp/1789808456) * Python Deep Learning - Second Edition [[Packt]](https://prod.packtpub.com/in/big-data-and-business-intelligence/python-deep-learning-second-edition?utm_source=github&utm_medium=repository&utm_campaign=9781789348460) [[Amazon]](https://www.amazon.com/dp/1789348463) ## Get to Know the Author **Edward L. Platt** creates technology for communities and communities for technology. He is currently a researcher at the University of Michigan School of Information and the Center for the Study of Complex Systems. He has published research on large-scale collective action, social networks, and online communities. He was formerly a staff researcher at the MIT Center for Civic Media. He contributes to many free/open source software projects, including tools for media analysis, network science, and cooperative organizations. He has also done research on quantum computing and fault tolerance. He has an M.Math in Applied Mathematics from the University of Waterloo, as well as B.S degrees in both Computer Science and Physics from MIT. ### Suggestions and Feedback [Click here](https://docs.google.com/forms/d/e/1FAIpQLSdy7dATC6QmEL81FIUuymZ0Wy9vH1jHkvpY57OiMeKGqib_Ow/viewform) if you have any feedback or suggestions.