First time here? Check out the FAQ!

Varuna's profile - activity

2024-03-16 06:16:40 -0500 received badge Famous Question (source)
2024-03-14 12:55:37 -0500 received badge Notable Question (source)
2024-03-14 12:55:37 -0500 received badge Popular Question (source)
2024-03-06 07:15:52 -0500 marked best answer Isn't this a discrepancy in the documentation?

The tutorial page at https://wingware.com/doc/intro/tutorial… has a discrepancy? The following two sentences are on that page, but what the following says is not instructed by the documentation that appears prior to the following. According to my understanding, the documentation before the point marked by the following two sentences is not advising to use Save Project As.

Note that most of the time when you are creating a project in Wing you will use New Project in the Project menu and not Save Project As, which we've done here just to keep things simpler for the moment. We'll come back to this later in the tutorial.

2024-03-06 07:07:45 -0500 edited question Isn't this a discrepancy in the documentation?

Isn't this a discrepancy in the documentation? The tutorial page at https://wingware.com/doc/intro/tutorial-setup-projec

2024-03-06 07:06:56 -0500 edited question Isn't this a discrepancy in the documentation?

Isn't this a discrepancy in the documentation? The tutorial page at https://wingware.com/doc/intro/tutorial-setup-projec

2024-03-06 07:06:34 -0500 edited question Isn't this a discrepancy in the documentation?

Isn't this a discrepancy in the documentation? The tutorial page at https://wingware.com/doc/intro/tutorial-setup-projec

2024-03-06 07:05:55 -0500 asked a question Isn't this a discrepancy in the documentation?

Isn't this a discrepancy in the documentation? The tutorial page at https://wingware.com/doc/intro/tutorial-setup-projec

2023-10-20 15:28:03 -0500 received badge Famous Question (source)
2022-07-31 09:33:07 -0500 received badge Notable Question (source)
2022-07-08 07:46:27 -0500 marked best answer How to move into the ReadPythonNews()

During debugging If we place a breakpoint on news = ReadPythonNews(GetItemCount()), how to move into ReadPythonNews() and eventually to the last line of ReadPythonNews() which is return news[:count]

Trying to do the part of the tutorial(https://wingware.com/doc/int... displayed below

Try stepping or running to a breakpoint on the last line of this function, which reads return news[:count]. In this context, right-clicking on news under locals in Stack Data allows viewing the value in textual form or as an array.

2022-07-08 07:46:20 -0500 received badge Popular Question (source)
2022-06-29 10:34:11 -0500 edited question How to move into the ReadPythonNews()

How to move into the ReadPythonNews() During debugging If we place a breakpoint on news = ReadPythonNews(GetItemCount())

2022-06-29 10:32:30 -0500 edited question How to move into the ReadPythonNews()

How to move into the ReadPythonNews() During debugging If we place a breakpoint on news = ReadPythonNews(GetItemCount())

2022-06-29 10:31:49 -0500 edited question How to move into the ReadPythonNews()

How to move into the ReadPythonNews() During debugging If we place a breakpoint on news = ReadPythonNews(GetItemCount())

2022-06-29 10:30:40 -0500 asked a question How to move into the ReadPythonNews()

How to move into the ReadPythonNews() During debugging If we place a breakpoint on news = ReadPythonNews(GetItemCount(Ge

2020-06-24 11:10:30 -0500 received badge Nice Question (source)
2020-01-22 19:38:20 -0500 received badge Famous Question (source)
2020-01-22 19:38:20 -0500 received badge Notable Question (source)
2019-11-20 09:29:06 -0500 marked best answer What are the shortcut-keys or key for rectifying syntax errors?

While writing a program, if we write self.names = Names() before creating the Names class, what is the shortcut key for creating the Names class I've gone through the tutorial but did not find the shortcut-keys for error correction of the code. In the Wing's editor, when self.names = Names() is written before the Names class is created and the mouse hovers over it, a message says 'Undefined name: Names'.

2019-11-20 09:28:57 -0500 received badge Popular Question (source)
2019-11-20 00:00:53 -0500 received badge Enthusiast
2019-11-19 23:57:45 -0500 commented answer What are the shortcut-keys or key for rectifying syntax errors?

Thank you!

2019-11-18 08:27:39 -0500 edited question What are the shortcut-keys or key for rectifying syntax errors?

What are the shortcut-keys or key for rectifying syntax errors? While writing a program, if we write self.names = Names(

2019-11-18 01:30:32 -0500 received badge Organizer (source)
2019-11-18 00:23:25 -0500 edited question What are the shortcut-keys or key for rectifying syntax errors?

What are the shortcut-keys or key for rectifying syntax errors? While writing a program, if we write self.names = Names(

2019-11-17 07:07:28 -0500 edited question What are the shortcut-keys or key for rectifying syntax errors?

What are the shortcut-keys or key for rectifying syntax errors? While writing a program, if we write self.names = Names(

2019-11-17 07:05:12 -0500 edited question What are the shortcut-keys or key for rectifying syntax errors?

What's the shortcut key to correct syntax errors? While writing a program, if we write self.names = Names() before creat

2019-11-17 03:25:23 -0500 edited question What are the shortcut-keys or key for rectifying syntax errors?

What's the shortcut key to correct syntax errors? While writing a program, if we write self.names = Names() before creat

2019-11-16 08:54:15 -0500 edited question What are the shortcut-keys or key for rectifying syntax errors?

What's the shortcut key to correct syntax errors? While writing a program, If we write self.names = Names() before creat

2019-11-16 06:53:51 -0500 edited question What are the shortcut-keys or key for rectifying syntax errors?

What's the shortcut key to correct syntax errors? While writing a program, If we write self.names = Names() before creat

2019-11-16 06:53:51 -0500 received badge Editor (source)
2019-11-16 06:53:40 -0500 edited question What are the shortcut-keys or key for rectifying syntax errors?

What's the shortcut key to correct syntax errors? While writing a program, If we write self.names = Names() before creat

2019-11-16 06:06:21 -0500 asked a question What are the shortcut-keys or key for rectifying syntax errors?

What's the shortcut key to correct syntax errors? While writing a program, If we write self.names = names() before creat

2019-11-15 18:28:47 -0500 marked best answer How to change the code editor font, font size, and the code appearance (bold, or italic)?

How to change the code editor font, font size, and the font appearance(bold, italic, or normal)?

2019-11-15 18:28:47 -0500 received badge Scholar ( source )
2019-11-12 06:17:46 -0500 received badge Popular Question (source)
2019-11-12 06:17:46 -0500 received badge Famous Question (source)
2019-11-12 06:17:46 -0500 received badge Notable Question (source)
2019-11-06 10:08:15 -0500 commented answer How to change the code editor font, font size, and the code appearance (bold, or italic)?

The path to change the code editor font, font size or to make the font bold or not is Preferences -->User Interface

2019-11-06 10:01:05 -0500 received badge Supporter ( source )
2019-11-06 09:45:02 -0500 received badge Famous Question (source)
2019-11-06 09:43:01 -0500 asked a question How to change the code editor font, font size, and the code appearance (bold, or italic)?

How to change the code editor font, font size, and the code appearance (bold, or italic)? How to change the code editor

2019-10-13 21:35:18 -0500 marked best answer How to install packages using pip from within Wing

What is the way to install a package using pip from within Wing? For example, how to install the Bottle Python Web Framework from within Wing?

2019-10-11 11:45:56 -0500 received badge Notable Question (source)
2019-10-07 10:14:32 -0500 received badge Popular Question (source)