tag:blogger.com,1999:blog-6130482224683037206.post7992851022215130952..comments2024-08-15T13:53:24.992+03:00Comments on Python(x,y): Python(x, y) 2.7.10.0 Released!Anonymoushttp://www.blogger.com/profile/14540506976564233690noreply@blogger.comBlogger14125tag:blogger.com,1999:blog-6130482224683037206.post-56160641006095726302018-08-04T13:09:19.454+03:002018-08-04T13:09:19.454+03:00 Top Trending Technologies of 2019. Watch here:htt...<br />Top Trending Technologies of 2019. Watch here:https://www.youtube.com/watch?v=-y5Z2fmnp-oAnonymoushttps://www.blogger.com/profile/06776372085447115098noreply@blogger.comtag:blogger.com,1999:blog-6130482224683037206.post-61109730453311800632018-06-15T09:23:06.648+03:002018-06-15T09:23:06.648+03:00What a fantastic read on Python . This has helped ...What a fantastic read on Python . This has helped me understand a lot in Python course. Please keep sharing similar write ups on Python.Guys if you are keen to knw more on Python, must check this wonderful Python tutorial and i&#39;m sure you will enjoy learning on Python training.https://www.youtube.com/watch?v=qgOXopu4n7cAnonymoushttps://www.blogger.com/profile/02570032543699558722noreply@blogger.comtag:blogger.com,1999:blog-6130482224683037206.post-32988215072567241822017-05-03T15:10:35.564+03:002017-05-03T15:10:35.564+03:00How do I update the scipy version?I am not able to...How do I update the scipy version?I am not able to use the least_squares optimisation Anonymoushttps://www.blogger.com/profile/02945625357911760873noreply@blogger.comtag:blogger.com,1999:blog-6130482224683037206.post-9771727790206140812016-02-10T16:42:01.989+02:002016-02-10T16:42:01.989+02:00Correct, had to go there to find additional plugin...Correct, had to go there to find additional plugins:<br />http://sourceforge.net/projects/python-xy/files/plugins/<br />Please fix the link on github.io!mythsmithhttps://www.blogger.com/profile/10149171437836320449noreply@blogger.comtag:blogger.com,1999:blog-6130482224683037206.post-79363338415602511722016-01-23T17:31:42.282+02:002016-01-23T17:31:42.282+02:00Hello Gabi, I have installed pythonxy, I&#39;m tr...Hello Gabi,<br /><br />I have installed pythonxy, I&#39;m trying to use OpenCV in there, running examples from <br />https://opencv-python-tutroals.readthedocs.org/en/latest/index.html<br /><br />import numpy as np<br />import cv2<br />from matplotlib import pyplot as plt<br /><br />img = cv2.imread(&#39;messi5.jpg&#39;,0)<br />plt.imshow(img, cmap = &#39;gray&#39;, interpolation = &#39;bicubic&#39;)<br />plt.xticks([]), plt.yticks([]) # to hide tick values on X and Y axis<br />plt.show()<br /><br /><br />and many others - I&#39;m not able to display images - I&#39;m ending up with errors (freeze under Spyder)<br /><br /> cv2.imshow(&#39;image&#39;,img)<br />Traceback (most recent call last):<br /><br /> File &quot;&quot;, line 1, in <br /> cv2.imshow(&#39;image&#39;,img)<br /><br />error: ..\..\..\modules\highgui\src\window.cpp:269: error: (-215) size.width&gt;0 &amp;&amp; size.height&gt;0 in function cv::imshow<br /><br /><br />have you tried OpenCV in pyhtonxy and you were able to run examples on OpenCV and display images successfully?<br /><br />If so, please advice how to handle images and displaying them correctly?<br /><br />Thank you very much.Peter Balazovichttps://www.blogger.com/profile/03777803593808989659noreply@blogger.comtag:blogger.com,1999:blog-6130482224683037206.post-1315240144737550352016-01-22T00:18:24.292+02:002016-01-22T00:18:24.292+02:00Hi Gabi, how can i help develop/maintain this proj...Hi Gabi,<br />how can i help develop/maintain this project?Sold Cakehttps://www.blogger.com/profile/14488377755283834028noreply@blogger.comtag:blogger.com,1999:blog-6130482224683037206.post-25758980951892930062015-12-08T19:11:14.431+02:002015-12-08T19:11:14.431+02:00There seem to be several missing &amp;/or broken l...There seem to be several missing &amp;/or broken links on the http://python-xy.github.io page, including that to the licence which was what I am looking for - there also doesn&#39;t seem to be a link to an issue tracker. This is a disappointment.Anonymoushttps://www.blogger.com/profile/06167866341454460236noreply@blogger.comtag:blogger.com,1999:blog-6130482224683037206.post-19611804630782768882015-11-04T17:24:38.025+02:002015-11-04T17:24:38.025+02:00Will there be (is there?) a Python XY that runs wi...Will there be (is there?) a Python XY that runs with Python3? Or would I have to pull all the pieces together myself on Windows and Debian (which is fine, I just don&#39;t want to reinvent the wheel).David vphttps://www.blogger.com/profile/04336816730998884032noreply@blogger.comtag:blogger.com,1999:blog-6130482224683037206.post-86570792054876329182015-11-04T17:14:04.784+02:002015-11-04T17:14:04.784+02:00This comment has been removed by the author.David vphttps://www.blogger.com/profile/04336816730998884032noreply@blogger.comtag:blogger.com,1999:blog-6130482224683037206.post-51970176243310942062015-09-17T23:15:55.863+03:002015-09-17T23:15:55.863+03:00I`m not shure if this is the right place to adress...I`m not shure if this is the right place to adress but the Link to the additional Plugins on the github site shows error 404<br /><br />http://python-xy.github.io/p/pythonxy/wiki/AdditionalPlugins<br /><br />cheers JakeJakehttps://www.blogger.com/profile/09992147797316013260noreply@blogger.comtag:blogger.com,1999:blog-6130482224683037206.post-5403252651529458782015-08-25T16:22:16.473+03:002015-08-25T16:22:16.473+03:00Is pythonxy better than python 2.7.10 ? and do I h...Is pythonxy better than python 2.7.10 ? and do I have to uninstall python 2.7.10 before installing pythonxy ?Anonymousnoreply@blogger.comtag:blogger.com,1999:blog-6130482224683037206.post-41257734496915054082015-07-17T02:56:26.409+03:002015-07-17T02:56:26.409+03:00The help file that I&#39;m referring is python2710...The help file that I&#39;m referring is python2710.chm.<br /><br />I confirm that the Python(x, y) 2.7.10.0 installation put a copy of the file in C:\Python27\Doc.<br /><br />Is there an easy way to put a link to this file in either Python(x, y) Home&#39;s Documentation tab or in Spyder&#39;s Help menu?Anonymoushttps://www.blogger.com/profile/03996829399304128520noreply@blogger.comtag:blogger.com,1999:blog-6130482224683037206.post-14315058929811695382015-07-17T00:26:30.349+03:002015-07-17T00:26:30.349+03:00Thank you! Always appreciated. I don&#39;t know ...Thank you! Always appreciated.<br /><br />I don&#39;t know if this is a Spyder thing or a Python(x, y) 2.7.10.0 thing, but with Python(x, y) 2.7.9.0 and earlier, Spyder&#39;s Help menu had an option to display Python documentation, complete with a Tutorial, Language Reference, Library Reference, and more. After installing Python(x, y) 2.7.10.0, I no longer see that option. Is there some way I can add it again?Anonymoushttps://www.blogger.com/profile/03996829399304128520noreply@blogger.comtag:blogger.com,1999:blog-6130482224683037206.post-72249897355879692622015-07-17T00:25:44.742+03:002015-07-17T00:25:44.742+03:00This comment has been removed by the author.Anonymoushttps://www.blogger.com/profile/03996829399304128520noreply@blogger.com