Comments for Indian Pythonista https://indianpythonista.wordpress.com exploring world the pythonic way Wed, 06 Mar 2019 11:56:34 +0000 hourly 1 http://wordpress.com/ Comment on Implementing Web Scraping in Python with Beautiful Soup by Website login using requests library in Python | Coding Videos https://indianpythonista.wordpress.com/2016/12/10/implementing-web-scraping-in-python-with-beautiful-soup/comment-page-1/#comment-1276 Wed, 06 Mar 2019 11:56:34 +0000 http://indianpythonista.wordpress.com/?p=1223#comment-1276 […] Intro to web scraping: Implementing Web Scraping in Python with Beautiful Soup […]

Like

]]>
Comment on Demystifying *.pyc files by Karl Smithe https://indianpythonista.wordpress.com/2018/01/05/demystifying-pyc-files/comment-page-1/#comment-1141 Sat, 02 Feb 2019 23:28:14 +0000 http://indianpythonista.wordpress.com/?p=4178#comment-1141 Have you written any benchmark programs and run speed comparisons yourself? Some say .pyc’s are not faster but makes it possible to hide your source code.

Like

]]>
Comment on Implementing Web Scraping in Python with Beautiful Soup by Website login using requests library in Python | Nikkies Tutorials https://indianpythonista.wordpress.com/2016/12/10/implementing-web-scraping-in-python-with-beautiful-soup/comment-page-1/#comment-1115 Thu, 31 Jan 2019 17:14:02 +0000 http://indianpythonista.wordpress.com/?p=1223#comment-1115 […] Intro to web scraping: https://indianpythonista.wordpress.com/2016/12/10/implementing-web-scraping-in-python-with-beautiful… […]

Like

]]>
Comment on How Python runs? by ewrw https://indianpythonista.wordpress.com/2018/01/04/how-python-runs/comment-page-1/#comment-418 Wed, 21 Nov 2018 07:36:26 +0000 http://indianpythonista.wordpress.com/?p=4165#comment-418 Nice one !!

Like

]]>
Comment on Demystifying *.pyc files by pepsicola258 https://indianpythonista.wordpress.com/2018/01/05/demystifying-pyc-files/comment-page-1/#comment-395 Sun, 11 Nov 2018 07:33:22 +0000 http://indianpythonista.wordpress.com/?p=4178#comment-395 Great article, thanks

Like

]]>
Comment on How Python runs? by Emil https://indianpythonista.wordpress.com/2018/01/04/how-python-runs/comment-page-1/#comment-246 Tue, 07 Aug 2018 05:29:55 +0000 http://indianpythonista.wordpress.com/?p=4165#comment-246 Byte Code generation from CFG
CFGs are usually one step away from final code output. Code is directly generated from the basic blocks by doing a post-order depth-first search on the CFG following the edges.

i think its a in-order traversing.

Like

]]>
Comment on Working with PDF files in python! by end https://indianpythonista.wordpress.com/2017/01/10/working-with-pdf-files-in-python/comment-page-1/#comment-214 Thu, 05 Jul 2018 04:58:12 +0000 http://indianpythonista.wordpress.com/?p=2228#comment-214 pdfMerger.append(f) -> pdfMerger.append(pdf)

Like

]]>
Comment on MATPLOTLIB Tutorial Series | Part 1 by Richard https://indianpythonista.wordpress.com/2016/12/21/matplotlib-tutorial-series-part-1/comment-page-1/#comment-204 Fri, 22 Jun 2018 19:22:43 +0000 http://indianpythonista.wordpress.com/?p=1649#comment-204 Thanks 🙂

Like

]]>
Comment on Speech Recognition using Wit.ai by Miguel Angel https://indianpythonista.wordpress.com/2017/04/10/speech-recognition-using-wit-ai/comment-page-1/#comment-127 Sat, 07 Apr 2018 11:41:16 +0000 http://indianpythonista.wordpress.com/?p=3728#comment-127 First of all, thanks you, the information is being so useful. But It’s posible that return faster the speech?

Like

]]>
Comment on How Python runs? by Prashant https://indianpythonista.wordpress.com/2018/01/04/how-python-runs/comment-page-1/#comment-114 Fri, 16 Feb 2018 12:05:35 +0000 http://indianpythonista.wordpress.com/?p=4165#comment-114 Its really awesome 🙂

Like

]]>