PyHUG August Seminar: NetworkX and ctypes


Details
You can reach us online at the python.tw mailing list https://groups.google.com/forum/#!forum/pythontw , or Freenode/#python.tw IRC channel.
All attendees will share the siting rent expense. We will collect the money at the beginning of each quarter, i.e., January, April, July, and October. The regular rate is NTD 400 per person per quarter. Since a student circle is helping on the siting, the student rate (high schoolers and undergraduates, but graduate students do not apply) is free.
Program
7:00pm-7:20pm Talk: “NetworkX: Social Network Analysis and Visualization Made Easy” (Jimmy Lai)
7:20pm-7:30pm Questions and Answers (Jimmy Lai)
7:30pm-7:50pm Talk: “ctypes - Python binding to C/C++ library” (darkgerm)
7:50pm-8:00pm Questions and Answers (darkgerm)
8:00pm-9:00pm Free Discussion
9:00pm See You Next Time
Abstract of “NetworkX: Social Network Analysis and Visualization Made Easy”
NetworkX is a graph mining tool provides three main features:Simple interface for graph construction.Various graph algorithms for analysis and measurement.Graph visualization for observation.In this talk, I'll demonstrate the usage of NetworkX on real-world social network.
Abstract of “ctypes - Python binding to C/C++ library”
ctypes is a Python builtin module that allows Python to call functions in DLLs (shared libraries). darkgerm will give an introduction to ctypes and some of its applications.

PyHUG August Seminar: NetworkX and ctypes