473,414 Members | 1,674 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,414 software developers and data experts.

basic python programing

here we discuss the most basic concepts about python.

Apr 30 '06 #1
7 1274
How To Ask Questions The Smart Way
http://www.catb.org/~esr/faqs/smart-questions.html

Apr 30 '06 #2
Ravi Teja wrote:
How To Ask Questions The Smart Way
http://www.catb.org/~esr/faqs/smart-questions.html


Actual the parent post on the thread wasn't asking a question. They
were making a somewhat puzzling dangling statement.

"here we discuss the most basic concepts about python"

Where is _here__? The comp.lang.python newsgroup? In the poster's head?
These are but a sampling of my own stoopid questions.

Apr 30 '06 #3
On 2006-04-30, fx****@gmail.com <fx****@gmail.com> wrote:
here we discuss the most basic concepts about python.


Yes we do.

As well as the most basic concepts about Usenet.

--
Grant Edwards
gr****@visi.com

Apr 30 '06 #4
On 30 Apr 2006 00:48:47 -0700, Ravi Teja wrote:
How To Ask Questions The Smart Way
http://www.catb.org/~esr/faqs/smart-questions.html


Damn, that's one of the best respones ever. :)

WTG.

Oh, and I'm not being sarcastic. That's a truly useful set of ideals. It's
now joined my short and distinguished bookmark list. :)
--
John Kirkland
Apr 30 '06 #5
gregarican wrote:
How To Ask Questions The Smart Way
http://www.catb.org/~esr/faqs/smart-questions.html


Actual the parent post on the thread wasn't asking a question. They
were making a somewhat puzzling dangling statement.


Maybe it's time for the sequel, How To Make Smart Statements :)

Apr 30 '06 #6
Grant Edwards wrote:
On 2006-04-30, fx****@gmail.com <fx****@gmail.com> wrote:

here we discuss the most basic concepts about python.

Yes we do.

As well as the most basic concepts about Usenet.


Yes, sir. BasicConceptsRUs.

regards
Steve
--
Steve Holden +44 150 684 7255 +1 800 494 3119
Holden Web LLC/Ltd http://www.holdenweb.com
Love me, love my blog http://holdenweb.blogspot.com
Recent Ramblings http://del.icio.us/steve.holden

May 1 '06 #7
gregarican wrote:
Ravi Teja wrote:
How To Ask Questions The Smart Way
http://www.catb.org/~esr/faqs/smart-questions.html


Actual the parent post on the thread wasn't asking a question. They
were making a somewhat puzzling dangling statement.

"here we discuss the most basic concepts about python"

Where is _here__? The comp.lang.python newsgroup? In the poster's head?
These are but a sampling of my own stoopid questions.

The original poster is using the wrong etiquette. This is fairly
common practice in an explicit flat-thread environment like
PHP BB. I'm not sure it's particularly smart there either, but
that is likely where he learned it.

Either that or it's yet another email virus.

Cheers,
Terry

--
Terry Hancock (ha*****@AnansiSpaceworks.com)
Anansi Spaceworks http://www.AnansiSpaceworks.com
May 4 '06 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Richard Spooner | last post by:
Hey, I'm very new to python and am trying to do the following. I may get the jargon wrong at times but hopefully you can see what I'm trying to do... I have created a threaded class which...
2
by: Bob Piton | last post by:
I have just discovered how to do ftp with python, and have a question about using macdef. I can connect to the ftp site, using the .netrc file: machine my.ftpsite.com login myuserid password...
3
by: Kevin Feng | last post by:
I have the following simple html file that is trying to send data to a python script, however, I am getting a weird server error: This is my HTML: <html> <FORM METHOD="POST"...
11
by: frankie_85 | last post by:
Hi everyone, I just made a simple code which is part of my assignment but I can't figure it out what's wrong with it. (always give me error messages) What the code basically does is: a...
21
by: nateastle | last post by:
I have a simple assignment for school but am unsure where to go. The assignment is to read in a text file, split out the words and say which line each word appears in alphabetical order. I have the...
2
by: Patrick C | last post by:
Ok... So i'm trying to scrape a Web site and just pull off data from it periodically. My first goal is to just get data from a site that has constantly updating numbers...lets take www.nasdaq.com...
1
by: Chaven | last post by:
Hi Ive done some work on a basic python editor, with code folding, syntax highlighting and the idle shell. It also includes a forms editor to quickly build windows forms applications using...
7
by: Xstrain | last post by:
Having difficulty creating error handling when inputting an integer dvdQuant = input("Enter quantity of DVD: ") how can I get python to return a print "Error Message" if an integer is not...
7
by: jmDesktop | last post by:
From the Python.org tutorial: .... for x in range(2, n): .... if n % x == 0: .... print n, 'equals', x, '*', n/x .... break .... else: .... #...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.