Welcome note by Vijay Kumar
First talk: GIT repository by Vijay Kumar
Take aways:
-
GIT repository file representation - .git objects
-
Basics of Commit and checkout
-
How to solve DVCS issue - using SHA1
-
Solve Order issue using - Blob object and commit object
-
Some git functions - Diff , log etc.,
Complete Material available at https://www.linkedin.com/pulse/building-git-from-scratch-vijay-kumar-bagavath-singh
Reference:
Second talk: OpenCV by Mohan Raj (MIT research fellow)
Take aways:
-
Equivalent to MATLAB + more , supports runtime memory managment unlike MATLAB
-
How Image processing made easy with OpenCV
a. Image fetching and display
b. Image cropping
c. Image fill
d. Draw line, rectangle with definite thickeness
e. Rectangle with fill [-1 thickness argument]
-
RBG colour matrix representation of a image:- 2 point representation [B&W], 3 point representation [R-G-B]
Reference:
Networking Tea break sponsored by Zilogic Systems
Get to know People with varied background.
Third talk on AsyncIO Programming: by Yogesh Dujodwala
-
What is Async IO
-
Brief on AsyncIO with example
-
AsyncIO on Python 3.5 as library
-
AsyncIO for efficiency in WebServers
References:
Lightning talk 1: by Gaurauv
Test your skills on python
Reference site:
Lightning talk 2: by Vijaykumar
-
Key importance/application of AsyncIO
-
Multithreading vs Multiprocessing vs AsyncIO
Minutes contributed by Krishnakumar Natarajan (kk200488 at gmail dot com)
Go Top