From selvi.dct at gmail.com Mon Nov 7 13:28:27 2022 From: selvi.dct at gmail.com (selvi dct) Date: Mon, 7 Nov 2022 23:58:27 +0530 Subject: [Chennaipy] Chennaipy - Monday Module - 07 Nov 2022 Message-ID: Date: 07 Nov 2022 Module : tamilspellchecker Installation : pip install tamilspellchecker About: Tamil Spell Checker is used to suggest different spellings for a word. Source: from tamilspellchecker.TamilSpellingAutoCorrect import TamilSpellingAutoCorrect, get_data from pprint import pprint from tamil.utf8 import get_letters spellchecker = TamilSpellingAutoCorrect(get_data("tamil_bloom_filter.txt"), get_data("tamilwordlist.txt")) results = spellchecker.tamil_Norvig_correct_spelling("?????????") ###????????? ?????? ?????? ????. results = list(filter(lambda x: len(get_letters(x)) >= 4,results )) #filter for words >= 4 letters results = list(filter(lambda x: len(get_letters(x)) <= 6,results )) #and for words <= 6 letters pprint(results) Output: ['???????', '???????', '????????', '?????????', '???????', '????????', '?????????', '???????', '????????', '?????????', '???????', '?????????', '????????', '???????', '???????', '????????', '?????????', '????????', '?????????', '???????', '???????', '?????????', '???????', '?????????'] Reference: https://pypi.org/project/tamilspellchecker/ -------------- next part -------------- An HTML attachment was scrubbed... URL: From selvi.dct at gmail.com Mon Nov 14 13:10:50 2022 From: selvi.dct at gmail.com (selvi dct) Date: Mon, 14 Nov 2022 23:40:50 +0530 Subject: [Chennaipy] Chennaipy - Monday Module - 14 Nov 2022 Message-ID: Date: 14 Nov 2022 Module : zip-analyzer Installation : pip install zip-analyzer About: A cli script to analyze zip archive. Execution: # zipAnalyzer --help usage: zipAnalyzer FILE [OPTIONS] A cli script to analyze zip archive. optional arguments: -h, --help show this help message and exit -c, --crack tries to crack the encryption by enumeration over a password list. Extracts the zip archive if the password was found --passlist PASSLIST Path to custom password list # zipAnalyzer sample.zip encrypted: False File Name Modified Size zip_analzer_notes.txt 2022-11-14 23:28:32 545 Reference: https://pypi.org/project/zip-analyzer/ -------------- next part -------------- An HTML attachment was scrubbed... URL: From tshrinivasan at gmail.com Fri Nov 18 06:40:01 2022 From: tshrinivasan at gmail.com (Shrinivasan T) Date: Fri, 18 Nov 2022 17:10:01 +0530 Subject: [Chennaipy] One day Free Python BootCamp at Saama Technologies, Chennai In-Reply-To: References: Message-ID: Details We cordially invite you to a free workshop organized by *Saama Technologies* on the "Basics Of Python". If you are someone who is looking at how to start with python, this workshop is for you. This would be an interactive session with hands-on experience for those who would like to know what is python and how it's being used in the industry. *NOTE: Please bring your own laptops for this hands-on session. It is a day long working session.* Date-time: November 19, 2022, Saturday 10 am - 5 pm *Registration:* Please RSVP here in this Meetup. RSVP is must to arrange for Free Tea/Lunch (To know the numbers) *Agenda:* 10:00 AM - 10.15 AM - Who we are and what we do at Saama 10:15 AM - 11:30 AM - Theoretical Python 11.30 AM - 11.45 AM - Tea break 11.45 AM - 1.00 PM - Theoretical Python 1.00 PM - 2.00 PM - Lunch 2.00 PM - 3.30 PM - Workshop 3.30 PM -3.45 PM - Tea Break 3.45PM - 4.45 PM - Workshop 4:45 PM - 5:00 PM - Thanks Note Tea/Lunch will be provided. *Venue:* *Saama Technologies,* Olympia Tech Park, Fortius Block 4th floor, Plot No. 1, 100 Feet Rd, SIDCO Industrial Estate, Guindy, Chennai, Tamil Nadu 600032. Before Hilton Hotel, Chennai Lift number 26 - Floor 4 *NOTE : Please mention that you have come for the meet-up at Saama Technologies At entry for free parking facility* *Map:* https://www.google.com/search?q=olympia+tech+park&rlz=1C5GCEM_enIN1011IN1011&oq=olympia+&aqs=chrome.0.69i59j46i175i199i433i512j0i512l2j46i175i199i512j69i60l3.2170j0j7&sourceid=chrome&ie=UTF-8# *Contact Number:* 9943448648 (DEVANAND - Admin) Entry free. Bring your friends too, RSVP must. DO RSVP Here: https://www.meetup.com/chennai-gradient-optimizers/events/289755296/ -- Regards, T.Shrinivasan My Life with GNU/Linux : http://goinggnu.wordpress.com Free E-Magazine on Free Open Source Software in Tamil : http://kaniyam.com Get Free Tamil Ebooks for Android, iOS, Kindle, Computer : http://FreeTamilEbooks.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From selvi.dct at gmail.com Mon Nov 21 12:55:11 2022 From: selvi.dct at gmail.com (selvi dct) Date: Mon, 21 Nov 2022 23:25:11 +0530 Subject: [Chennaipy] Chennaipy - Monday Module - 21 Nov 2022 Message-ID: Date: 21 Nov 2022 Module : deeptext Installation : pip install deeptext About: A cross-platform framework for deep learning based text detection, recoginition and parsing Sample: # import package import deeptext # set image path and export folder directory image_path = 'idcard.png' output_dir = 'outputs/' # apply text detection and export detected regions to output directory detection_result = deeptext.detect_text(image_path, output_dir) # apply text recognition to detected texts recognition_result = deeptext.recognize_text(image_path=detection_result["text_crop_paths"]) Reference: https://pypi.org/project/deeptext -------------- next part -------------- An HTML attachment was scrubbed... URL: From balchandani.sanchit at gmail.com Tue Nov 22 01:01:26 2022 From: balchandani.sanchit at gmail.com (Sanchit Balchandani) Date: Tue, 22 Nov 2022 11:31:26 +0530 Subject: [Chennaipy] PyConf Hyderabad 2022 - Schedule Announcement Message-ID: Hi All, Hope you're doing well. You might already know that PyConf Hyderabad 2022 is happening on the 10th & 11th of December 2022. We are glad to inform you that we are all set for the conference now and the schedule of the conference & workshop is also* PUBLISHED. *We are looking forward to seeing you all at this offline conference, feel free to buy your tickets if you haven't yet. Feel free to check the schedule here - https://pyconf.hydpy.org/2022/#timetable Some of the important information for your reference - Keynote Speakers : 1. Sebastian Ramirez (creator of the FastAPI tool) 2. Usha Rengaraju (Chief data scientist and popular Kaggler) *Logistics:* Workshops Venue: EPAM Systems, Hyderabad Conference venue: T-Hub Phase 2.0, Hyderabad *Important Links:* Website: https://pyconf.hydpy.org/2022/ Tickets: https://konfhub.com/pyconf-hyd-22 We are also offering a 10% discount on bulk booking of tickets (min quantity - 10). Please reach out to us at contact at hydpy.org if in case you have any questions. Regards Team PyConf Hyderabad -------------- next part -------------- An HTML attachment was scrubbed... URL: From poncellat at gmail.com Sat Nov 26 05:14:09 2022 From: poncellat at gmail.com (Hephzibah Pon Cellat Arulprakash) Date: Sat, 26 Nov 2022 14:14:09 +0400 Subject: [Chennaipy] November Meetup | Common Gotchas in Python Message-ID: Hi Hosts, PFA slides used for the November Meetup talk Common Gotchas in Python. *Regards,* *Hephzi* *+91 9500012603* *https://www.linkedin.com/in/hephzibahponcellat/ * -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: slides.pdf Type: application/pdf Size: 156392 bytes Desc: not available URL: