473,385 Members | 1,834 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,385 software developers and data experts.

Learning to program in Python

Hello everybody.

I am an Electrical Engineering major and have dabbled in several
languages such as Python, C, and Java in my spare time because of my
interest in programming. However, I have not done any practical
programming because I have no idea where to get started. I taught
myself these languages basically by e-tutorials and books. This makes
me feel as if I don't really know how to implement these languages.
Does anybody have any advice on where to start applying my limited
knowledge practically in order to advance my learning?

Jan 5 '07 #1
6 1181

jbchua wrote:
Hello everybody.

I am an Electrical Engineering major and have dabbled in several
languages such as Python, C, and Java in my spare time because of my
interest in programming. However, I have not done any practical
programming because I have no idea where to get started. I taught
myself these languages basically by e-tutorials and books. This makes
me feel as if I don't really know how to implement these languages.
Does anybody have any advice on where to start applying my limited
knowledge practically in order to advance my learning?
Which area of EE are you in? Or just starting on that as well?

If you're just starting, chanllege yourself to build a R mesh and
calculate the Thevenin equivalent looking out from a particular node.
Then you can expand that to an RLC network.

Besure to use Objects, think in terms of objects, and code in objects.
Don't hard code the data type. You'll be able to see how magical the
Duck Typing is in Python.

Have fun.

Jan 5 '07 #2
John Henry wrote:
jbchua wrote:
Hello everybody.

I am an Electrical Engineering major and have dabbled in several
languages such as Python, C, and Java in my spare time because of my
interest in programming. However, I have not done any practical
programming because I have no idea where to get started. I taught
myself these languages basically by e-tutorials and books. This makes
me feel as if I don't really know how to implement these languages.
Does anybody have any advice on where to start applying my limited
knowledge practically in order to advance my learning?

Which area of EE are you in? Or just starting on that as well?

If you're just starting, chanllege yourself to build a R mesh and
calculate the Thevenin equivalent looking out from a particular node.
Then you can expand that to an RLC network.

Besure to use Objects, think in terms of objects, and code in objects.
Don't hard code the data type. You'll be able to see how magical the
Duck Typing is in Python.

Have fun.
I'm a freshman-- I have yet to take any actual EE classes. I am
actually thinking of maybe changing my focus towards Computer Science
or at least minoring in it.

To be perfectly honest, I have no idea what you just asked me to do ;\

Jan 5 '07 #3

jbchua wrote:
Hello everybody.

I am an Electrical Engineering major and have dabbled in several
languages such as Python, C, and Java in my spare time because of my
interest in programming. However, I have not done any practical
programming because I have no idea where to get started. I taught
myself these languages basically by e-tutorials and books. This makes
me feel as if I don't really know how to implement these languages.
Does anybody have any advice on where to start applying my limited
knowledge practically in order to advance my learning?
I am just starting to learn to program as well. (In my spare time.) The
advice about deciding on a goal, a project to work on, is good.

I have just got through the basics section in this guide here
(http://www.freenetpages.co.uk/hp/alan.gauld/), which I found very
useful for beginners and the address book example you build up shows
the python in practice.

Once I had learnt about file inp/out I decided to make a program that
would split a file in half for email and then could be used to join
them together again. This helped me get used to most of what I had
learnt in the beginner section.

Also don't forget the Python.org documentation it's very helpful and is
a great companion to most the 3rd party tutorials around.

Jan 5 '07 #4
jbchua wrote:
Hello everybody.

I am an Electrical Engineering major and have dabbled in several
languages such as Python, C, and Java in my spare time because of my
interest in programming. However, I have not done any practical
programming because I have no idea where to get started. I taught
myself these languages basically by e-tutorials and books. This makes
me feel as if I don't really know how to implement these languages.
Does anybody have any advice on where to start applying my limited
knowledge practically in order to advance my learning?
This would be a good site to investigate.

http://diveintopython.org/
Jan 6 '07 #5
jbchua wrote:
John Henry wrote:
>jbchua wrote:
>>Hello everybody.

I am an Electrical Engineering major and have dabbled in several
languages such as Python, C, and Java in my spare time because of my
interest in programming. However, I have not done any practical
programming because I have no idea where to get started. I taught
myself these languages basically by e-tutorials and books. This makes
me feel as if I don't really know how to implement these languages.
Does anybody have any advice on where to start applying my limited
knowledge practically in order to advance my learning?
Which area of EE are you in? Or just starting on that as well?

If you're just starting, chanllege yourself to build a R mesh and
calculate the Thevenin equivalent looking out from a particular node.
Then you can expand that to an RLC network.

Besure to use Objects, think in terms of objects, and code in objects.
Don't hard code the data type. You'll be able to see how magical the
Duck Typing is in Python.

Have fun.

I'm a freshman-- I have yet to take any actual EE classes. I am
actually thinking of maybe changing my focus towards Computer Science
or at least minoring in it.

To be perfectly honest, I have no idea what you just asked me to do ;\
That's an answer that indicates you are likely to learn fast.

regards
Steve
--
Steve Holden +44 150 684 7255 +1 800 494 3119
Holden Web LLC/Ltd http://www.holdenweb.com
Skype: holdenweb http://del.icio.us/steve.holden
Blog of Note: http://holdenweb.blogspot.com
See you at PyCon? http://us.pycon.org/TX2007

Feb 4 '07 #6
"jbchua" <ch*****@gmail.comwrites:
I am an Electrical Engineering major and have dabbled in several
languages such as Python, C, and Java in my spare time because of my
interest in programming. However, I have not done any practical
programming because I have no idea where to get started. I taught
myself these languages basically by e-tutorials and books. This makes
me feel as if I don't really know how to implement these languages.
Does anybody have any advice on where to start applying my limited
knowledge practically in order to advance my learning?
Try http://www.diveintopython.org .

If you want something more academic about programming in general, try
http://mitpress.mit.edu/sicp/
Feb 4 '07 #7

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

Similar topics

7
by: Ryan Walker | last post by:
Hi, I'm getting started with python and have almost zero programming experience. I'm finding that there are tons of tutorials on the internet -- such as the standard tutorial at python.org -- that...
6
by: post400 | last post by:
Hi , I was just wondering ( yeah I know it's not the first time this question pops up ) what would be the best 2 or 3 books for someone who wants to learn Python , already experienced in other...
5
by: Phyrestang | last post by:
Hi there. I've decided that my first real language I want to learn to program in is Python. I've been using the Python tutorials at Python.org, but I'm looking for something a little more in...
9
by: Paul DiRezze | last post by:
I'm spending the next two weeks off and I'm looking to take a crack at learning how to program in Python. Here's a list of the places I've bookmarked: http://www.python.org/doc/ and more...
15
by: John Salerno | last post by:
After my last post, I thought of another question as a result of the following: ------------------------------ Mike Meyer wrote: > John Salerno <johnjsal@NOSPAMgmail.com> writes: > > >>So...
7
by: Max | last post by:
On monday I start a semester course in Python (the alternative was Java). I was looking through the course outline and noticed the following: 1) UserDict is used. This is deprecated, right? 2)...
4
by: neptundancer | last post by:
Hi, to extend my skills, I am learning python. I have written small program which computes math expression like "1+2*sin(y^10)/cos(x*y)" and similar, so far only + - * / ^ sin con tan sqrt are...
16
by: John Salerno | last post by:
Just something that crosses my mind every time I delve into "Learning Python" each night. Does anyone see any value in learning Python when you don't need to for school, work, or any other reason?...
7
by: duli | last post by:
Hi: I would like recommendations for books (in any language, not necessarily C++, C, python) which have walkthroughs for developing a big software project ? So starting from inception, problem...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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,...

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.