Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #76451 > unrolled thread
| Started by | Jm Cho <britzegs@gmail.com> |
|---|---|
| First post | 2014-08-17 22:04 -0700 |
| Last post | 2014-08-18 08:18 +0200 |
| Articles | 4 — 4 participants |
Back to article view | Back to comp.lang.python
For using python ability, what should I do??? Jm Cho <britzegs@gmail.com> - 2014-08-17 22:04 -0700
Re: For using python ability, what should I do??? Ben Finney <ben+python@benfinney.id.au> - 2014-08-18 15:16 +1000
Re: For using python ability, what should I do??? Cameron Simpson <cs@zip.com.au> - 2014-08-18 15:22 +1000
Re: For using python ability, what should I do??? Martin Skjöldebrand <shieldfire@gmail.com> - 2014-08-18 08:18 +0200
| From | Jm Cho <britzegs@gmail.com> |
|---|---|
| Date | 2014-08-17 22:04 -0700 |
| Subject | For using python ability, what should I do??? |
| Message-ID | <57995ec1-00d6-437f-a27e-416a830b50c3@googlegroups.com> |
Hello~ I'm Korean, and I register this groups just now.
Thesedays, I'm studying Python 3.x version. I like Python.
i read a book, python for kids a playful introduction to programming,
it is very easy but very effective to me.
so, I hope my python ability is higher...
What should I do??
ps. In fect, I did try to Django, but it was very difficult..
Do you think I will make any program??
I want to listen your solution~
Thank you.
[toc] | [next] | [standalone]
| From | Ben Finney <ben+python@benfinney.id.au> |
|---|---|
| Date | 2014-08-18 15:16 +1000 |
| Message-ID | <mailman.13082.1408339008.18130.python-list@python.org> |
| In reply to | #76451 |
Jm Cho <britzegs@gmail.com> writes: > Thesedays, I'm studying Python 3.x version. I like Python. Great! Welcome to the forum. (You should avoid coming here via Google Groups, since it is a very poor application for participating in discussion forums <URL:https://wiki.python.org/moin/GoogleGroupsPython>. There is virtually no hope it will ever improve, so you should use e.g. <URL:http://news.gmane.org/gmane.comp.python.general> or any other Usenet client.) > i read a book, python for kids a playful introduction to programming, > it is very easy but very effective to me. Glad to know that book is helpful. > so, I hope my python ability is higher... > What should I do?? The Python Wiki has an index of beginner resources, please see <URL:http://wiki.python.org/moin/BeginnersGuide>. > ps. In fect, I did try to Django, but it was very difficult.. Writing a web application is a pretty complex task, and Django provides a lot of power. You should set your expectations lower until you gain a lot more skill with the programming language. > Do you think I will make any program?? Yes! See the tutorials listed at the above Beginner's Guide. You should also find *existing* projects using Python – preferably ones you use yourself already – and offer to contribute there as a means of learning. -- \ “Guaranteed to work throughout its useful life.” —packaging for | `\ clockwork toy, Hong Kong | _o__) | Ben Finney
[toc] | [prev] | [next] | [standalone]
| From | Cameron Simpson <cs@zip.com.au> |
|---|---|
| Date | 2014-08-18 15:22 +1000 |
| Message-ID | <mailman.13083.1408340898.18130.python-list@python.org> |
| In reply to | #76451 |
On 17Aug2014 22:04, Jm Cho <britzegs@gmail.com> wrote: >Hello~ I'm Korean, and I register this groups just now. >Thesedays, I'm studying Python 3.x version. I like Python. >i read a book, python for kids a playful introduction to programming, >it is very easy but very effective to me. > >so, I hope my python ability is higher... >What should I do?? Write something small that does something you want done. Initially, something trivial. If you have programmed before, rewrite something simple from another language to Python. >ps. In fect, I did try to Django, but it was very difficult.. Django is a huge web framework! Write something simple that can run in a console or shell prompt or simple IDE. But it really does help to solve a (small) problem of interest to yourself. Cheers, Cameron Simpson <cs@zip.com.au>
[toc] | [prev] | [next] | [standalone]
| From | Martin Skjöldebrand <shieldfire@gmail.com> |
|---|---|
| Date | 2014-08-18 08:18 +0200 |
| Message-ID | <mailman.13084.1408342741.18130.python-list@python.org> |
| In reply to | #76451 |
[Multipart message — attachments visible in raw view] — view raw
Sent from Blue Mail On 18 Aug 2014 07:06, at 07:06, Jm Cho <britzegs@gmail.com> wrote:\n>Hello~ I'm Korean, and I register this groups just now. >Thesedays, I'm studying Python 3.x version. I like Python. >i read a book, python for kids a playful introduction to programming, >it is very easy but very effective to me. > >so, I hope my python ability is higher... >What should I do?? > >ps. In fect, I did try to Django, but it was very difficult.. > Do you think I will make any program?? > >I want to listen your solution~ > >Thank you. >-- >https://mail.python.org/mailman/listinfo/python-list
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web