473,787 Members | 2,932 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

python in academics?

seeing posts from students on group. I am curious to know, Do they
teach python in academic courses in universities?

in undergrad comp science courses, We had scheme language as scheme
is neat and beautiful language to learn programming. We learnt other
languages ourselve with basics set right by scheme..

sandip

Oct 30 '07 #1
10 1756
Yes, Python is used in many CS programs. In fact, I read that Guido
van Rossum often polls profs about their needs when thinking about new
features and the direction of the language.

Oct 30 '07 #2
On Oct 29, 10:39 pm, sandipm <sandip.m...@gm ail.comwrote:
seeing posts from students on group. I am curious to know, Do they
teach python in academic courses in universities?

in undergrad comp science courses, We had scheme language as scheme
is neat and beautiful language to learn programming. We learnt other
languages ourselve with basics set right by scheme..

sandip
They didn't at either of the colleges I went to. They seemed to be
focused on C++, COBOL and Visual Basic. All are used all over the
place, but only Visual Basic is easy for complete newbs. I hope more
colleges adopt Python or Ruby as a teaching language, but I don't
think it's a good idea to ignore COBOL or C++ since their used so
extensively in big business.

Mike

Oct 30 '07 #3
On Oct 29, 10:39 pm, sandipm <sandip.m...@gm ail.comwrote:
seeing posts from students on group. I am curious to know, Do they
teach python in academic courses in universities?
This came up a while back. See:

http://tinyurl.com/2pjjua

If that doesn't work, search the Google group for "Python taught in
schools"

rd

Oct 30 '07 #4
ky******@gmail. com a écrit :
On Oct 29, 10:39 pm, sandipm <sandip.m...@gm ail.comwrote:
>>seeing posts from students on group. I am curious to know, Do they
teach python in academic courses in universities?

in undergrad comp science courses, We had scheme language as scheme
is neat and beautiful language to learn programming. We learnt other
languages ourselve with basics set right by scheme..

sandip


They didn't at either of the colleges I went to. They seemed to be
focused on C++, COBOL and Visual Basic. All are used all over the
place, but only Visual Basic is easy for complete newbs.
And alas one of the worst languages for a beginner - because you'll
probably need years to unlearn it.
I hope more
colleges adopt Python or Ruby as a teaching language, but I don't
think it's a good idea to ignore COBOL or C++ since their used so
extensively in big business.
being widely used doesn't imply being a good language for teaching CS
(nor even being a good language for anything).
Oct 30 '07 #5
On Oct 30, 2:55 pm, Bruno Desthuilliers
<bdesth.quelque ch...@free.quel quepart.frwrote :
kyoso...@gmail. com a écrit :
On Oct 29, 10:39 pm, sandipm <sandip.m...@gm ail.comwrote:
>seeing posts from students on group. I am curious to know, Do they
teach python in academic courses in universities?
>in undergrad comp science courses, We had scheme language as scheme
is neat and beautiful language to learn programming. We learnt other
languages ourselve with basics set right by scheme..
>sandip
They didn't at either of the colleges I went to. They seemed to be
focused on C++, COBOL and Visual Basic. All are used all over the
place, but only Visual Basic is easy for complete newbs.

And alas one of the worst languages for a beginner - because you'll
probably need years to unlearn it.
which language? I listed 3...and since you don't actually "learn" a
language at all in a beginner's class, I don't really have anything to
unlearn. All you get in those STUPID classes is a taste of
programming...i f you're lucky.

>
I hope more
colleges adopt Python or Ruby as a teaching language, but I don't
think it's a good idea to ignore COBOL or C++ since their used so
extensively in big business.

being widely used doesn't imply being a good language for teaching CS
(nor even being a good language for anything).
I wasn't implying that they were good or bad, but that if you go to
work for most big businesses, than it would probably be beneficial to
know the language(s). For example, most insurance, financial and
government jobs use COBOL to some degree or another.

Mike

Oct 30 '07 #6
On Oct 30, 6:22 pm, BartlebyScriven er <bscrivene...@g mail.comwrote:
On Oct 29, 10:39 pm, sandipm <sandip.m...@gm ail.comwrote:
seeing posts from students on group. I am curious to know, Do they
teach python in academic courses in universities?

This came up a while back. See:

http://tinyurl.com/2pjjua

If that doesn't work, search the Google group for "Python taught in
schools"

rd
Here is another interesting article "Algorithm Education in Python":

http://www.ece.uci.edu/~chou/py02/python.html
Oct 31 '07 #7
On Oct 30, 3:39 am, sandipm <sandip.m...@gm ail.comwrote:
seeing posts from students on group. I am curious to know, Do they
teach python in academic courses in universities?
In Southampton Uni (UK) they do teach (some) Python to Engineering
undergrads (aero, mech, ship, maybe more) thanks to one lecturer
pushing it afaik.

Regards
Floris

Oct 31 '07 #8
sandipm wrote:
seeing posts from students on group. I am curious to know, Do they
teach python in academic courses in universities?
Sydney University teaches user interface design, some data mining and
some natural language processing in Python. Software development is
still largely a Java or C affair.
Nov 1 '07 #9
sandipm:
seeing posts from students on group. I am curious to know, Do they
teach python in academic courses in universities?
Bruce Sherwood and Ruth Chabay have an introductory physics text that
uses python for getting students doing computer simulation and
visualization very "early" compared to most course sequences:

<http://www4.ncsu.edu/~rwchabay/mi/>

--
Charles Allen
Nov 1 '07 #10

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

Similar topics

220
19164
by: Brandon J. Van Every | last post by:
What's better about Ruby than Python? I'm sure there's something. What is it? This is not a troll. I'm language shopping and I want people's answers. I don't know beans about Ruby or have any preconceived ideas about it. I have noticed, however, that every programmer I talk to who's aware of Python is also talking about Ruby. So it seems that Ruby has the potential to compete with and displace Python. I'm curious on what basis it...
699
34241
by: mike420 | last post by:
I think everyone who used Python will agree that its syntax is the best thing going for it. It is very readable and easy for everyone to learn. But, Python does not a have very good macro capabilities, unfortunately. I'd like to know if it may be possible to add a powerful macro system to Python, while keeping its amazing syntax, and if it could be possible to add Pythonistic syntax to Lisp or Scheme, while keeping all of the...
226
12709
by: Stephen C. Waterbury | last post by:
This seems like it ought to work, according to the description of reduce(), but it doesn't. Is this a bug, or am I missing something? Python 2.3.2 (#1, Oct 20 2003, 01:04:35) on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> d1 = {'a':1} >>> d2 = {'b':2} >>> d3 = {'c':3}
176
8189
by: Thomas Reichelt | last post by:
Moin, short question: is there any language combining the syntax, flexibility and great programming experience of Python with static typing? Is there a project to add static typing to Python? Thank you, -- greetz tom
5
2416
by: Bishara Gabriel | last post by:
I encourage feedback from all parties and especially those which would like to be directly involved (I may include you in the grant proposal and budget). Send me your comments! -------> Project Objective We seek to introduce the advantages of object-oriented programming to the realm of social sciences. We believe the fields thereof (economics,
31
2757
by: poisondart | last post by:
Hi, I'm not sure if this is the right group to post this. If not, then I would appreciate if somebody could point me to the correct group. This is my first time releasing software to the public and I'm wanting to release a Python program I wrote for review (and critique) and testing on other platforms, but also I would like to explore the different software licenses that are available (there seems to be many). Since the specification...
122
7436
by: Edward Diener No Spam | last post by:
The definition of a component model I use below is a class which allows properties, methods, and events in a structured way which can be recognized, usually through some form of introspection outside of that class. This structured way allows visual tools to host components, and allows programmers to build applications and libraries visually in a RAD environment. The Java language has JavaBeans as its component model which allows Java...
113
5310
by: John Nagle | last post by:
The major complaint I have about Python is that the packages which connect it to other software components all seem to have serious problems. As long as you don't need to talk to anything outside the Python world, you're fine. But once you do, things go downhill. MySQLdb has version and platform compatibility problems. So does M2Crypto. The built-in SSL support is weak. Even basic sockets don't quite work right; the socket module...
0
1097
by: Gabriel Genellina | last post by:
QOTW: "I've just done my first serious work in Python/IDLE, a small dot pre-processor for software modeling diagrams and I am very enthused. It should be called Pytho; it has the positive qualities of Play-Do and Lego: you get ideas squishing it through your fingers and it snaps together nicely to build things." - Jonathan Cronin http://mail.python.org/pipermail/idle-dev/2007-November/002639.html "esumable functions are a honking...
0
9497
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
10363
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...
1
10110
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9964
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...
1
7517
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5398
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
4067
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
3670
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2894
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.