Differences between revisions 1 and 2
Revision 1 as of 2011-02-27 18:49:29
Size: 2765
Editor: satyag
Comment:
Revision 2 as of 2017-08-07 21:03:27
Size: 2753
Comment: Replaced old code.google.com links with current links.
Deletions are marked like this. Additions are marked like this.
Line 44: Line 44:
  * http://code.google.com/p/pybluez/wiki/Documentation   * https://github.com/karulis/pybluez/wiki

Details

  • Venue : Sarai-CSDS 29 Rajpur Road Civil Lines Delhi - 110054 India
    • Ph no: 91-11-23928391, 23942199

==Agenda==

  • There was no agenda as such this meeting being the first one.

Minutes

*Meeting started at around 2.15 Pm , we started the discuss why we were here and how we can improve on the attendance, everyone agreed on having a central location as meeting place , IITD is one of such potential venue proposed for future meetings.

the points which were discussed in order to make Python the language of choice were

  • Promoting Python
  • Meetups (Regular Meetups) , find a place in center of Delhi IITD, any other suggestions welcome
  • Finding Out Speaker in NCR for Python talks/workshops, Some suggestions we short listed from mailing list and people we
    • know
    Started exploring the bluetooth module in python Narendra demostrated some code , in the meantime Prof Kanan came in and st tarted talking about his work involving Scilab and Spoken tutorials , explored Sarai then we all dispersed .

==Coding==

  • bluetooth.discover_devices(lookup_names = True) import bluetooth target_name = "firepower-0" target_address = None nearby_devices = bluetooth.discover_devices() for bdaddr in nearby_devices:
    • if target_name == bluetooth.lookup_name( bdaddr ):
      • target_address = bdaddr break
    if target_address is not None:
    • print "found target bluetooth device with address ", target_address
    else:
    • print "could not find target bluetooth device nearby"
    • ==Attendees==

* Satyakam Goswami * GauravLuthra * Anuvrat Parashar * Vivek Chugh * Narendra Sisodiya * Arulalan * Priya Kuber * Nandeep Mali * Prof Kannan Moudgalya

Pictures:http://www.satyaakam.net/meetings/NCR_python26feb2011/

Ncr-Python.in/Meeting26Feb2011 (last edited 2017-08-07 21:03:27 by MaximilianFuxjaeger)

Unable to edit the page? See the FrontPage for instructions.