Name: [002] Ian Ozsvald
Member: 51 months
Authored: 181 videos
Description: I am the co-founder of ShowMeDo (see http://showmedo.com/about), author of `The Screencasting Handbook <http://thescreencastinghandbook.com>`_ and the founder of the professional screencast production company `ProCasts <http://procasts.co.uk>`_: .. image:: http://procasts.co.uk/media/procasts_sma ...

[052] Using Wing IDE Professional v2 (1/1)

in series: none

video tutorial by Ian Ozsvald

(Showmedo is undergoing major changes. To report any problems viewing the videos please email us and include browser and OS specifics. Cheers - Kyran.)

Take a tour through Wingware's Wing IDE Professional. See how to use Code Completion when writing code, use the Source Browser and Bookmarking for navigation and the Debug button to execute code.

You might also want to see ShowMeDos for PyDev, SPE and IPython.

Uploaded on 23rd July 2006, running time 5:19, file size 10mb.

Video Tutorials related by tag:

writing wingware wing time source size showmedos showmedo running python pydev professional none ipython files file code browser SPE IDE

Got any questions?

Get answers in the ShowMeDo Learners Google Group.

Video statistics:

  • Video's rank shown in the most popular listing
  • Video plays: 4397 (since July 30th)
  • Plays in last week: 14
  • Published: Sometime before 1st March 2007 (in other words - we don't remember!)

Thank-yous, questions and comments

If this video tutorial was helpful please take some time to say thank-you to the authors for their hard work. Feel free to ask questions. Let the author know why their video tutorial was useful - what are you learning about? Did the video tutorial save you time? Would you like to see more?

You may also want to see our ShowMeDo Google Group to speak to our active users and authors.

Please provide your email address (won't be published)

18. Geissbühler Sat, 23 Jan 2010 11:12

Useful. It seems more simplier than Eclipse. Where can I learn techniques of debugging?


17. Stefan Kluska Sat, 16 Jan 2010 13:12

Thank You for telling


This was very informative


15. Alexandre Tue, 12 Jan 2010 11:57

Very short, quick and good introduction. Go straight to the main points. Thanks.


14. David Patterson Sun, 10 Jan 2010 15:51

This is excellent man! Great work, Thanks so much! I'm new to Python and new to programming. This IDE out shines the rest.

If you any helpful hints to the beginner I'd appreciate any input.

Have a good New Year!


13. anonymous Thu, 10 Dec 2009 22:15

great demo of wing IDE.


12. anonymous Sat, 19 Sep 2009 03:55

Great and well explained in short time!

Well done!

Nia


11. anonymous Wed, 12 Aug 2009 07:32

Its great.I was unaware of you website. I just bookmarked it ; I intend to return and learn more.


10. anonymous Tue, 07 Jul 2009 03:03

Excellent video, very clear and instructive. I've been using Wing for a few weeks now, and this video showed me some aspects that I hadn't come across, so very useful. Thanks !!


9. anonymous Fri, 17 Apr 2009 13:09

Excellent demo. I am a closer to purchasing a license for this software however I am not convinced yet. This presentation should be a few minutes longer. Show us how to import modules and how Wing IDE saves python based projects.


8. anonymous Thu, 16 Apr 2009 17:51

Watched the Wing IDE Pro video, and was pleased with the potential for mastering Python at last. I'm a long time programmer, and systems engineer who has been very frustrated while trying to learn Python. All of the literature, and development software seems to be created by a clique of individuals who are reluctant to reveal any of their secrets -- or so has been my experience. There is an attitude that the "Hello World" program is a perfunctory waste of time, which has thus far incapacitated my learning efforts. Active State/Komodo has received my money on two occasions without my being to set it up for use. Now they want me to upgrade again. I understand the Python language, and both object and procedural oriented software design, but haven't had the experience with Python's implementation to properly install it, along with the Python modules, and achieve intercommunication between them. Perhaps I will learn what I need from your practical videos. The timing of this evaluation is awkward however, occurring before any experience with the other videos has occurred. This video was very well done. Thanks!


7. anonymous Sun, 22 Feb 2009 00:10

u do a gr8 job!

Thanks....


I use Wingware 101 and I will add Pydev+Eclipse for a while. Why I do this is That I2m waiting for Netbeans to full support Python. Alley and the team are busy coding for the support. Now IDE Supports a little of Py in Ver 6.1 and 6.5 Beta but I think in End of this year or so They will have achieved great!

NB is great IDE for Java, PHP, Ruby, Ruby on Rails C/C++, ..... and Now it will support Python. I would like to encourage Experienced programmers to join them in bringing the support earlier. Since IDE Support is coming, IMO ShowMeDo need to get ready for videos for this great IDE!

Wingware is great tool but If Netbeans be like it then for free, that will be greater!

Just my 2 cents


Jshack - good point! Stephan (of Wing) announced this recently. It is aimed at beginner coders, the IDE is free and it is a cut-down version of the Professional IDE.

You can see it as the third item in Wing's product list:

http://wingware.com/products

There is a screenshot here:

http://wingware.com/wingide-101/screenshots

and a feature list:

http://wingware.com/wingide-101

Ian.


Wing is offering a free beginner version of their ide. Wing-101 is a beta version and is available for download on all platforms. It is meant to help beginning python coders understand their code and the ide.


Note that Wing IDE also provides a tutorial in the Help menu, although that is aimed more at teaching the IDE's features than teaching about Python.


Hi Jovan. For introductory code you should see the introductions at the <a href="http://www.python.org/doc/">Python Documentation</a> pages. They should set you on the right path!


hello.. thanks for the free download.. would you please send me some simple application on the phyton language.. thanks a lot hoping for your reply...


Kudos and Thanks for Ian

Learn Python the easy way!
If you want to learn the Python programming language from a very gentle start or are looking to increase your ability to do cool things with Python, check out our club
View this series as a one-page learning-path
This feature is for club members. Click here to find out more.
Your email address will not be published.

Show some quick comments >>








Club Series by the Author

Ian Ozsvald Create a simple database using OpenOffice's Base, based on a physiotherapy patient databa [...]
Ian Ozsvald Create your first Impress presentation using OpenOffice's PowerPoint-like presentation sy [...]
Ian Ozsvald This transition series will help you move from Microsoft Excel to OpenOffice Calc in a fe [...]
Ian Ozsvald If you're moving from Microsoft Word to OpenOffice.org then you'll want to know how to wo [...]
Ian Ozsvald Learning basic file input/output opens up the world of reading data in, manipulating it a [...]
Ian Ozsvald This short series introduces logic in Python by showing you the 'if' statement. Logical [...]
Ian Ozsvald This series teaches you how to define your own functions in Python. We cover how to writ [...]
Ian Ozsvald Iterating over a block of code is a very common operation when programming. Here I show [...]
Ian Ozsvald Python has many datatypes, you'll recognise some from other languages and some may be new [...]
Ian Ozsvald If you're coming to Python from a different language then you'll want to know how the syn [...]
Ian Ozsvald Learn to talk to COM-enabled applications on Windows using the open-source pyWin32 (by Ma [...]
Ian Ozsvald Learn how to use twill (a Python+shell web browser) and nosetests to unit-test your websi [...]
Ian Ozsvald Want to learn wxPython? Want a fully-worked example which leads you through to a working [...]
Ian Ozsvald Aimed at Python Beginner Programmers, this fully-worked series builds a complete applica [...]
Ian Ozsvald See PyDev and IDLE in action, program and debug code and then learn bullet-proof coding by [...]

By the Same Author

Ian Ozsvald Install nosetests using a 1 line easy_install command. Nosetests gives us robust unit-te [...]
Ian Ozsvald Learning basic file input/output opens up the world of reading data in, manipulating it a [...]
Ian Ozsvald This guide covers installing Python, a language overview, writing a first program, learni [...]
Ian Ozsvald This transition series will help you move from Microsoft Excel to OpenOffice Calc in a fe [...]
Ian Ozsvald These short demos show the low-cost Arduino hardware experimentation board in action on W [...]
Ian Ozsvald Create your first Impress presentation using OpenOffice's PowerPoint-like presentation sy [...]
Ian Ozsvald and Stephan Deibel This two-part series will show you Wingware's new Wing 3 IDE. Topics: starting a new Pyt [...]
Ian Ozsvald Create a simple database using OpenOffice's Base, based on a physiotherapy patient databa [...]
Ian Ozsvald Aimed at Python Beginner Programmers, this fully-worked series builds a complete applica [...]
Ian Ozsvald Want to learn wxPython? Want a fully-worked example which leads you through to a working [...]
Ian Ozsvald AdblockPlus.org hosts the popular adblocking plugin for Firefox. This video shows you ho [...]
Ian Ozsvald [This series is out of date - see the replacement CamStudio series]. Screencasting is eas [...]
Ian Ozsvald TechSmith asked me to create a video on using Audacity to edit narrations. Since the use [...]
Ian Ozsvald If you're coming to Python from a different language then you'll want to know how the syn [...]
Ian Ozsvald We use the excellent (and free!) CamStudio 2.0 to make many of our ShowMeDo tutorials on W [...]
Ian Ozsvald Learn to talk to COM-enabled applications on Windows using the open-source pyWin32 (by Ma [...]
Ian Ozsvald See how to install twill - a Python (and shell) web-browsing tool - in 1 line with easy_i [...]
Ian Ozsvald If you're moving from Microsoft Word to OpenOffice.org then you'll want to know how to wo [...]
Ian Ozsvald Python has many datatypes, you'll recognise some from other languages and some may be new [...]
Ian Ozsvald Two videos to demonstrate editing and debugging of Python code using the excellent SPE too [...]
Ian Ozsvald See PyDev and IDLE in action, program and debug code and then learn bullet-proof coding by [...]
Ian Ozsvald Here we install easy_install using ez_setup.py (linked on the easy_install page). easy_in [...]
Ian Ozsvald A short introduction to the on-line world of resources for Python programmers, targetted a [...]
Ian Ozsvald The Django web-app framework, written in Python, released at the start of September 2008. [...]
Ian Ozsvald IE8 and Firefox 3 are demonstrated, you can see them both in action along with recent fea [...]
Ian Ozsvald Four videos leading you through the installation and basic mastery of the powerful IPython [...]
Ian Ozsvald Learn how to use twill (a Python+shell web browser) and nosetests to unit-test your websi [...]
Ian Ozsvald This screencasts welcomes Ryan Galbraith's students in his SIAST GIS 2008 course. I show [...]
Ian Ozsvald There is quite an art to making a perfect cup of coffee. Here we gather some of the lore.
Ian Ozsvald This short series introduces logic in Python by showing you the 'if' statement. Logical [...]
Marius Meinert and Ian Ozsvald and Lucas Holland and Dai and gasto See great applications in action. We're gathering examples of really nice applications - [...]
Ian Ozsvald [This series is out of date, you should really go to the new Python 2.5 series - Python Ne [...]
Ian Ozsvald Iterating over a block of code is a very common operation when programming. Here I show [...]
Ian Ozsvald Python is not added to the DOS path by default. If you run 'python' from the command li [...]
Ian Ozsvald and Kevin Dangoor Originally the TurboGears Ultimate DVD (produced in late 2006 by Kevin Dangoor), now show [...]
Joakim Gândara and Ian Ozsvald ScummVM can take you back to the 80s and 90s, letting you play the older LucasArts point n [...]
Ian Ozsvald This series teaches you how to define your own functions in Python. We cover how to writ [...]