473,800 Members | 2,523 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Brand New!

Hi, I'm brand new to programming. Have any suggestions? I'm young.
Was it a good idea to start with python? I was planning on creating a
very simple program that asked yes/no questions for a school project.

-Thanks!
Jun 27 '08 #1
10 1121
On Apr 14, 9:00 pm, agent E 10 <eddieat...@gma il.comwrote:
Hi, I'm brand new to programming. Have any suggestions? I'm young.
Was it a good idea to start with python? I was planning on creating a
very simple program that asked yes/no questions for a school project.
IMHO, Python is an excellent language to start with. Have you read the
tutorial? http://docs.python.org/tut/tut.html
-Thanks!
Jun 27 '08 #2
On Apr 14, 8:37*pm, Benjamin <musiccomposit. ..@gmail.comwro te:
On Apr 14, 9:00 pm, agent E 10 <eddieat...@gma il.comwrote:* *Hi, I'm brand new to programming. Have any suggestions? I'm young.
Was it a good idea to start with python? I was planning on creating a
very simple program that asked yes/no questions for a school project.

IMHO, Python is an excellent language to start with. Have you read the
tutorial?http://docs.python.org/tut/tut.html
-Thanks!- Hide quoted text -

- Show quoted text -
No, I haven't. I have been reading off of this site
http://www.freenetpages.co.uk/hp/alan.gauld/ is this a good site to
learn off of? About how long will it take me to learn the basics of
the language?
-Thanks 4 all ur help! Agent E 10
Jun 27 '08 #3
On Apr 15, 6:37 pm, agent E 10 <eddieat...@gma il.comwrote:
On Apr 14, 8:37 pm, Benjamin <musiccomposit. ..@gmail.comwro te:
On Apr 14, 9:00 pm, agent E 10 <eddieat...@gma il.comwrote: Hi, I'm brand new to programming. Have any suggestions? I'm young.
Was it a good idea to start with python? I was planning on creating a
very simple program that asked yes/no questions for a school project.
IMHO, Python is an excellent language to start with. Have you read the
tutorial?http://docs.python.org/tut/tut.html
-Thanks!- Hide quoted text -
- Show quoted text -

No, I haven't. I have been reading off of this sitehttp://www.freenetpage s.co.uk/hp/alan.gauld/is this a good site to
learn off of? About how long will it take me to learn the basics of
the language?
I took a brief glance. It seems like a good start! Compared to other
programming languages, Python is very easily to learn.
-Thanks 4 all ur help! Agent E 10
Jun 27 '08 #4
En Tue, 15 Apr 2008 20:37:40 -0300, agent E 10 <ed********@gma il.com>
escribió:
On Apr 14, 8:37*pm, Benjamin <musiccomposit. ..@gmail.comwro te:
>On Apr 14, 9:00 pm, agent E 10 <eddieat...@gma il.comwrote:* *Hi,
I'm brand new to programming. Have any suggestions? I'm young.
Was it a good idea to start with python? I was planning on creating a
very simple program that asked yes/no questions for a school project.

IMHO, Python is an excellent language to start with. Have you read the
tutorial?http://docs.python.org/tut/tut.html

No, I haven't. I have been reading off of this site
http://www.freenetpages.co.uk/hp/alan.gauld/ is this a good site to
learn off of? About how long will it take me to learn the basics of
the language?
I'm unsure if teaching Javascript, VBScript and Python at the same time is
a good thing, I'd think one would get a language soup and mix all the
concepts, but if it works for you, go ahead.
For other resources, see the beginners section in the Python wiki:
http://wiki.python.org/moin/BeginnersGuide

--
Gabriel Genellina

Jun 27 '08 #5

On Wed, 2008-04-16 at 02:35 -0300, Gabriel Genellina wrote:
I'm unsure if teaching Javascript, VBScript and Python at the same time is
a good thing, I'd think one would get a language soup and mix all the
concepts, but if it works for you, go ahead.
For other resources, see the beginners section in the Python wiki:
http://wiki.python.org/moin/BeginnersGuide
Well, as an example, I learnt Python to a decent level of competency in
2 days. I looked through the Dive into Python tuts, and then had a look
at the Python GUI FAQ (Which didn't really help much, as I started with
a GTK based GUI app). A little bit of Googling and a couple of questions
to this list gave me everything that I needed to roll out a pretty
decent application in 5 days. Oh, and just by the way, I am _not_ a
Computer Scientist or anything, I am a botanist, which means that if I
can do that, just about anyone that can read can do it.

Python has been long on my list of TODO's, and now, finally, it is
there. I have immensely enjoyed it so far, and will continue to tinker
well into the future.

--Paul
All Email originating from UWC is covered by disclaimer
http://www.uwc.ac.za/portal/public/p...disclaimer.htm

Jun 27 '08 #6
On Apr 14, 9:00 pm, agent E 10 <eddieat...@gma il.comwrote:
Hi, I'm brand new to programming. Have any suggestions? I'm young.
Was it a good idea to start with python? I was planning on creating a
very simple program that asked yes/no questions for a school project.

-Thanks!
Hey! That's actually were I learned to program too! Excellent
tutorial. But don't read the JavaScript or VBScript stuff. The only
thing it gave me trouble learning from that tutorial was OOP (Object
Oriented Programming), but that's a bit advanced for a newcomer
anyway...
Jun 27 '08 #7
On Tue, Apr 15, 2008 at 04:37:40PM -0700, agent E 10 wrote:
On Apr 14, 8:37*pm, Benjamin <musiccomposit. ..@gmail.comwro te:
On Apr 14, 9:00 pm, agent E 10 <eddieat...@gma il.comwrote:* *Hi, I'm brand new to programming. Have any suggestions? I'm young.
Was it a good idea to start with python? I was planning on creating a
very simple program that asked yes/no questions for a school project.
IMHO, Python is an excellent language to start with. Have you read the
tutorial?http://docs.python.org/tut/tut.html
-Thanks!- Hide quoted text -
- Show quoted text -

No, I haven't. I have been reading off of this site
http://www.freenetpages.co.uk/hp/alan.gauld/ is this a good site to
learn off of? About how long will it take me to learn the basics of
the language?
-Thanks 4 all ur help! Agent E 10
--
http://mail.python.org/mailman/listinfo/python-list
Windows or Unix/Linux?

I find python is easier to learn in Linux environments, since it assumes
some familiarty with the shell.

--
Nick Stinemates (ni**@stinemate s.org)
http://nick.stinemates.org
Jun 27 '08 #8
On Wed, Apr 16, 2008 at 02:35:54AM -0300, Gabriel Genellina wrote:
En Tue, 15 Apr 2008 20:37:40 -0300, agent E 10 <ed********@gma il.com>
escribió:
On Apr 14, 8:37*pm, Benjamin <musiccomposit. ..@gmail.comwro te:
On Apr 14, 9:00 pm, agent E 10 <eddieat...@gma il.comwrote:* *Hi,
I'm brand new to programming. Have any suggestions? I'm young.
Was it a good idea to start with python? I was planning on creating a
very simple program that asked yes/no questions for a school project.

IMHO, Python is an excellent language to start with. Have you read the
tutorial?http://docs.python.org/tut/tut.html
No, I haven't. I have been reading off of this site
http://www.freenetpages.co.uk/hp/alan.gauld/ is this a good site to
learn off of? About how long will it take me to learn the basics of
the language?

I'm unsure if teaching Javascript, VBScript and Python at the same time is
a good thing, I'd think one would get a language soup and mix all the
concepts, but if it works for you, go ahead.
For other resources, see the beginners section in the Python wiki:
http://wiki.python.org/moin/BeginnersGuide
I agree and disagree! As long as the student understands how the
different parts play together, and the Web medium is what gets him
interested in python, I don't see any harm!

That's a pretty big assumption though!

--
Nick Stinemates (ni**@stinemate s.org)
http://nick.stinemates.org
Jun 27 '08 #9
On Wed, Apr 16, 2008 at 07:48:37AM +0200, Paul Scott wrote:
>
On Wed, 2008-04-16 at 02:35 -0300, Gabriel Genellina wrote:
I'm unsure if teaching Javascript, VBScript and Python at the same time is
a good thing, I'd think one would get a language soup and mix all the
concepts, but if it works for you, go ahead.
For other resources, see the beginners section in the Python wiki:
http://wiki.python.org/moin/BeginnersGuide

Well, as an example, I learnt Python to a decent level of competency in
2 days. I looked through the Dive into Python tuts, and then had a look
at the Python GUI FAQ (Which didn't really help much, as I started with
a GTK based GUI app). A little bit of Googling and a couple of questions
to this list gave me everything that I needed to roll out a pretty
decent application in 5 days. Oh, and just by the way, I am _not_ a
Computer Scientist or anything, I am a botanist, which means that if I
can do that, just about anyone that can read can do it.

Python has been long on my list of TODO's, and now, finally, it is
there. I have immensely enjoyed it so far, and will continue to tinker
well into the future.

--Paul
I think that's wonderful!

I think problem solving language independent. As long as you can break down what you need to do and conceptualize. You must have learned to do with with botany, so programming came natural :)

--
Nick Stinemates (ni**@stinemate s.org)
http://nick.stinemates.org
Jun 27 '08 #10

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

Similar topics

0
2130
by: William Ryan | last post by:
I was at the VS.NET product launch and they discussed this in depth. NO, they aren't dropping .NET. THey are just changing the branding. .NET Server for instance sounded Lame and the focus groups hated it. Wait until the Hears Windows 2003 Server which is what you have to call it now. Who knows what they'll finally call it (Lord knows that Dillweed at Sun hopped all over Hailstorm) but it's a Rose by any other name thing. Remember...
2
2205
by: noone | last post by:
Hello all, I am absolutely brand new to perl, but I understand that it is a very important aspect of web development to create dynamic web pages. I am kind of short on money, being a college student and all, and I have looked at several bookstores for books about perl and: 1. I don't know what topics I should be looking for to learn the basics of the perl language. 2. Most of the books are too much for me to shell out right now...
10
2472
by: Harry Slaughter | last post by:
I've got a client who wants to see some immediate results on a brand new website. within a week, they'd like to see the following: 1) basic user authentication (using php sessions/cookies to maintain authentication) 2) some basic content (text, photos, audio) uploading mechanism 3) basic content browsing in a somewhat neatly formatted presentation knowing how quickly they wanted something they could look at, i initially suggested...
0
1735
by: W. D. | last post by:
Hi, I am new to Access. Just installed on Win98 SE. I fire it up and get errors complaining about registry entries: MsInputMaskBuilder MSODBCConnectStrBuilder MSLinkChildFieldsBuilder
1
1187
by: Miles Keaton | last post by:
I'm a brand new PostgreSQL user -- just started today (though I've used MySQL for years). Should I just start learning with version 8, since I'm sure I won't launch any real live public projects with PostgreSQL for another few months? Any estimate when 8.0.0 will be final & production-ready? Thanks!
3
2059
by: Marwan | last post by:
Hello. please i need ur advice to tell me what is best php book that can show me the way in, coz i am brand new on php so please help. thanks ALOT.
0
1059
by: lbseong | last post by:
Hi Expert, I am currently looking for the way for the migration.We have purchase new server and need to migrate all the entire database, sql jobs, sql login into this brand new server. I would like to get some advice on the above mention. In fact I have come out some plan where I was thinkig:- 1.) Restore MSDB 2.) Restore Master?? (not success) 3.) Backup all dbs and restore with read only 4.) Log shipp all trans into New server 5.)...
12
23328
by: ThaSaltyDawg | last post by:
I have an application that prints to a Thermal Printer..These are the older printers (brand Zebra 3742) and uses the Serial Com Port 1 & 2. I have that working. We now have two new printers (brand Zebra 3842) but are USB. Now I have to write code to print to these USB printers but not sure where to start. Using the system printing functions won't due because I had trouble sending the ELP Commands this way. I am still looking into this method...
0
9690
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9550
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10501
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10032
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9085
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6811
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5603
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4149
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3764
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.