Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #109401

Re: Recommendation for Object-Oriented systems to study

From Phuong Phan <p.h.phan2006@gmail.com>
Newsgroups comp.lang.python
Subject Re: Recommendation for Object-Oriented systems to study
Date 2016-06-03 18:07 +0900
Message-ID <mailman.114.1464945118.1839.python-list@python.org> (permalink)
References <53b21136-68ce-485c-8ccb-d6d28dace9c5@googlegroups.com> <mailman.89.1464869748.1839.python-list@python.org> <drclhdFjfl5U1@mid.individual.net> <CAF8nmwqDAhr145jbABj6n7mDA2uF-aWgZj-PUVHZnUNXdT=OpQ@mail.gmail.com>

Show all headers | View raw


Hi All,

I think you all are very professional programmer and or working in IT
industry, teaching programming and so on. So I think it is quite funny that
you spent time to discuss about this topic.

I am not pro like you guys. I like programming. And when I think to develop
my career as an IT engineer, I also do not know which language I should
start, although, I know a bit C, Perl, Visual Basic. Luckily I found a free
course on edX teaching computer science using Python. I really surprised
that Python is so easy to learn. I like the beautiful simplicity at the
beginning of learning Python. Really impressive to me.

However, when I have chance to learn and work with other languages such as
C# and C++. I found that they are also supercool. At that time it is clear
to me that there is no best language. Each language has its good points. It
is up to you to use/explore it and develop it too.

So again, it is funny to me to ask which language should learn first, or
which language should be used to teach/learn OO. Now if someone asks me
which language should learn first, I would say it is C, definitely and no
doubt C.

By the way, now I bought some books about Python, OpenCV, and Robotics.
Time to enjoy Python now.
Regards,
Phuong
(By the way, I do not like snake image of Python much :-))


On Fri, Jun 3, 2016 at 2:14 PM, Bob Martin <bob.martin@excite.com> wrote:

> in 760378 20160602 131534 Alan Evangelista <alanoe@linux.vnet.ibm.com>
> wrote:
> >On 06/02/2016 02:44 AM, Lawrence D�Oliveiro wrote:
> >> On Monday, May 30, 2016 at 7:17:47 AM UTC+12, Alan Evangelista wrote:
> >>> - Java forces everything to be implemented in OO model (classes)
> >> After you have spend a few months battering your head against the
> rigidity and verbosity of Java,
> >> you will run back to Python with a sense of relief.
> >
> >The point was which programming language was better to teach object
> oriented concepts,
> >rigidity and verbosity has nothing to do with this. Most of this
> discussion has leaned towards
> >other criteria beyond adherence to OO paradigm (eg static typing vs
> dynamic typing and
> >personal taste), so I have chosen to not continue it.
> >
> >For some reason, Java still one of the most used programming languages to
> teach OO
> >in universities. In real life projects, people has the freedom to choose
> whatever they
> >prefer, though.  =)
>
> Rarely; the employer usually decides which language(s) to use.
>
> --
> https://mail.python.org/mailman/listinfo/python-list
>
>

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Recommendation for Object-Oriented systems to study Ankush Thakur <ankush.thakur53@gmail.com> - 2016-05-29 07:42 -0700
  RE: Recommendation for Object-Oriented systems to study "Joseph Lee" <joseph.lee22590@gmail.com> - 2016-05-29 09:00 -0700
    Re: Recommendation for Object-Oriented systems to study Ankush Thakur <ankush.thakur53@gmail.com> - 2016-05-30 08:56 -0700
  Re: Recommendation for Object-Oriented systems to study Michele Simionato <michele.simionato@gmail.com> - 2016-05-29 10:49 -0700
    Re: Recommendation for Object-Oriented systems to study Terry Reedy <tjreedy@udel.edu> - 2016-05-29 14:29 -0400
      Re: Recommendation for Object-Oriented systems to study Ankush Thakur <ankush.thakur53@gmail.com> - 2016-05-30 08:57 -0700
        Re: Recommendation for Object-Oriented systems to study Terry Reedy <tjreedy@udel.edu> - 2016-05-30 15:01 -0400
          Re: Recommendation for Object-Oriented systems to study Ankush Thakur <ankush.thakur53@gmail.com> - 2016-05-31 10:52 -0700
            Re: Recommendation for Object-Oriented systems to study Terry Reedy <tjreedy@udel.edu> - 2016-06-01 05:22 -0400
              Re: Recommendation for Object-Oriented systems to study Ankush Thakur <ankush.thakur53@gmail.com> - 2016-06-03 10:28 -0700
    Re: Recommendation for Object-Oriented systems to study Alan Evangelista <alanoe@linux.vnet.ibm.com> - 2016-05-29 15:12 -0300
      Re: Recommendation for Object-Oriented systems to study Marko Rauhamaa <marko@pacujo.net> - 2016-05-29 22:42 +0300
      Re: Recommendation for Object-Oriented systems to study Gregory Ewing <greg.ewing@canterbury.ac.nz> - 2016-05-30 11:34 +1200
        Re: Recommendation for Object-Oriented systems to study Ankush Thakur <ankush.thakur53@gmail.com> - 2016-05-30 08:59 -0700
      Re: Recommendation for Object-Oriented systems to study Lawrence D’Oliveiro <lawrencedo99@gmail.com> - 2016-06-01 22:44 -0700
        Re: Recommendation for Object-Oriented systems to study Alan Evangelista <alanoe@linux.vnet.ibm.com> - 2016-06-02 09:15 -0300
          Re: Recommendation for Object-Oriented systems to study Lawrence D’Oliveiro <lawrencedo99@gmail.com> - 2016-06-02 18:13 -0700
          Re: Recommendation for Object-Oriented systems to study Bob Martin <bob.martin@excite.com> - 2016-06-03 07:14 +0100
            Re: Recommendation for Object-Oriented systems to study Phuong Phan <p.h.phan2006@gmail.com> - 2016-06-03 18:07 +0900
              Re: Recommendation for Object-Oriented systems to study Lawrence D’Oliveiro <lawrencedo99@gmail.com> - 2016-06-03 09:17 -0700
  Re: Recommendation for Object-Oriented systems to study Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2016-05-30 14:14 -0400
  Re: Recommendation for Object-Oriented systems to study Sayth Renshaw <flebber.crue@gmail.com> - 2016-06-03 07:24 -0700
    Re: Recommendation for Object-Oriented systems to study Ankush Thakur <ankush.thakur53@gmail.com> - 2016-06-03 10:24 -0700

csiph-web