<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Tutorial How to Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/tutorial-how-to/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Wed, 30 Jun 2021 23:23:36 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.12</generator>
	<item>
		<title>Install Wing Python IDE on Ubuntu 20.04 /18.04</title>
		<link>https://www.osradar.com/install-wing-python-ide-ubuntu/</link>
					<comments>https://www.osradar.com/install-wing-python-ide-ubuntu/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Sun, 04 Jul 2021 23:23:00 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[bionic]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[IDE]]></category>
		<category><![CDATA[pythom]]></category>
		<category><![CDATA[Tutorial How to]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[Wing IDE]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=12448</guid>

					<description><![CDATA[<p>Python is one of the most popular programming languages out there. In fact, many universities already use it as an introductory language in the retirement of the old Pascal or C++. This has made many users already know firsthand the potential of the language that is very broad. The main reason to affirm this is [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-wing-python-ide-ubuntu/">Install Wing Python IDE on Ubuntu 20.04 /18.04</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Python is one of the most popular programming languages out there. In fact, many universities already use it as an introductory language in the retirement of the old Pascal or C++. This has made many users already know firsthand the potential of the language that is very broad. The main reason to affirm this is that Python can be used in many parts as the main language or as a composite. However, to be more productive with the language requires an IDE at the height. For Java, we already have free solutions like Eclipse and Netbeans but in this post, I will show you Install Wing Python IDE on Ubuntu 20.04 /18.04.</p>
<h2>Meeting Wing</h2>
<p><a href="https://wingware.com/" rel="noopener noreferrer">Wing</a> is an IDE for <a href="https://www.osradar.com/tag/python/" rel="noopener noreferrer">Python</a> that is presented to us as one quite fast and with the slogan of being as productive as possible. With 3 versions, the first is <strong>Wing Pro</strong> which is a paid version with all the features that the project offers. The second is <strong>Wing Personal</strong> oriented to students and middle-level programmers who will have an IDE without so many features but functional and agile to get the job done. The last one is <strong>Wing 101</strong> which is a basic version of the application. It is used by teachers to teach about Python.</p>
<p>Of course, the main features of Wing are present in all versions. However, it is fair to say that Wing Pro is the most complete version and is at the same level as other solutions such as <a href="https://www.osradar.com/install-jetbrains-pycharm-on-linux/" rel="noopener noreferrer">PyCharm.</a></p>
<p>Some of the features found in all versions of Wing are:</p>
<ul>
<li>It has improved the support of multiple selections.</li>
<li>Raspberry Pi support has been improved.</li>
<li>Support for <a href="https://www.osradar.com/get-the-latest-python-on-linux/" rel="noopener noreferrer">Python</a> 3.8 / 3.7 and Stackless 3.4.</li>
<li>Autocompletion in strings and comments.</li>
<li>Syntax indicator and error indicators. Syntax highlighting for Markdown files.</li>
<li>Optimized debugger.</li>
<li>Support for <a href="https://www.osradar.com/install-django-ubuntu-18-04/" rel="noopener noreferrer">Django</a></li>
</ul>
<p>Although the license of Wing Pro is not high, they have a program where they <a href="https://wingware.com/store/free" rel="noopener noreferrer">give licenses</a> to developers who collaborate in open source projects. It&#8217;s a great way to collaborate with the open source community and with these projects.</p>
<p>In addition, as expected Wing is available for Windows, Linux and MacOS. However, where it is best programmed is in our Linux system. So there I will teach you how to install it.</p>
<h2>Install Wing Python IDE on Ubuntu 20.04 / 18.04</h2>
<p>At the time of writing this post, the version of Wing is the 7.0.3 that was recently released. It has many code improvements and bug fixes.</p>
<p>In the download section of the <a href="https://wingware.com/downloads/" rel="noopener noreferrer">Wing website</a>, we will have different options, in this case, install <a href="https://wingware.com/downloads/wing-personal" rel="noopener noreferrer">Wing Personal</a> because I think it is enough for most. Then, download the DEB file.</p>
<p>However, you can do it from the terminal. To do this, open it and run this command.</p>
<pre>:~$ wget -c https://wingware.com/pub/wing-personal/7.2.9.0/wing-personal7_7.2.9-0_amd64.deb</pre>
<p>After that, install it.</p>
<pre>:~$ sudo apt install ./[file_path]</pre>
<p>Then, launch it from the main menu.</p>
<figure id="attachment_31103" aria-describedby="caption-attachment-31103" style="width: 1280px" class="wp-caption alignnone"><img loading="lazy" class="wp-image-31103 size-full" src="https://www.osradar.com/wp-content/uploads/2019/06/wing.jpg" alt="1.- Wing running on Ubuntu 20.04 / 18.04" width="1280" height="733" srcset="https://www.osradar.com/wp-content/uploads/2019/06/wing.jpg 1280w, https://www.osradar.com/wp-content/uploads/2019/06/wing-300x172.jpg 300w, https://www.osradar.com/wp-content/uploads/2019/06/wing-1024x586.jpg 1024w, https://www.osradar.com/wp-content/uploads/2019/06/wing-768x440.jpg 768w, https://www.osradar.com/wp-content/uploads/2019/06/wing-696x399.jpg 696w, https://www.osradar.com/wp-content/uploads/2019/06/wing-1068x612.jpg 1068w" sizes="(max-width: 1280px) 100vw, 1280px" /><figcaption id="caption-attachment-31103" class="wp-caption-text">1.- Wing running on Ubuntu 20.04 / 18.04</figcaption></figure>
<p>Now, enjoy it.</p>
<h2>Conclusion</h2>
<p>Programming is not a simple matter; on the contrary, it entails great difficulties. Having tools to facilitate the process is the essence of IDE. In this context, Wing is a quite competent IDE for python and is presented as a serious alternative in the market.</p>
<p>Please, share this post.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-wing-python-ide-ubuntu/">Install Wing Python IDE on Ubuntu 20.04 /18.04</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/install-wing-python-ide-ubuntu/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
