Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #98255
| Path | csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail |
|---|---|
| From | Joel Goldstick <joel.goldstick@gmail.com> |
| Newsgroups | comp.lang.python |
| Subject | Re: any practise site about python? |
| Date | Wed, 4 Nov 2015 18:24:43 -0500 |
| Lines | 28 |
| Message-ID | <mailman.36.1446679485.16136.python-list@python.org> (permalink) |
| References | <4b7392fb-8639-49d2-a09d-a06bbbcbcff7@googlegroups.com> <n1e2l0$lpd$1@ger.gmane.org> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=UTF-8 |
| X-Trace | news.uni-berlin.de 0oaTCnELvATSWjGdoyV7ZwG8ydFdejKVGUIFyoqT//vg== |
| Return-Path | <joel.goldstick@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.001 |
| X-Spam-Evidence | '*H*': 1.00; '*S*': 0.00; 'exercise': 0.03; 'received:209.85.223': 0.03; 'cc:addr:python-list': 0.09; 'beginners': 0.09; 'guys.': 0.09; 'thread': 0.10; 'python': 0.10; 'subject:python': 0.14; 'wed,': 0.15; 'dictionaries': 0.16; 'googling': 0.16; 'hits': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'wrote:': 0.16; 'student': 0.20; '2015': 0.20; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; 'tuples': 0.22; 'am,': 0.23; 'header:In-Reply-To:1': 0.24; 'example': 0.26; 'van': 0.26; 'message-id:@mail.gmail.com': 0.27; 'tutorial': 0.29; 'url:mailman': 0.30; 'good.': 0.32; 'url:python': 0.33; 'url:listinfo': 0.34; 'received:google.com': 0.35; 'python.org': 0.35; 'nov': 0.35; 'but': 0.36; 'should': 0.36; 'url:org': 0.36; 'received:209.85': 0.36; 'subject:?': 0.36; 'pm,': 0.36; 'subject:: ': 0.37; 'received:209': 0.38; 'url:mail': 0.40; 'some': 0.40; 'provide': 0.61; 'saw': 0.77; 'subject:any': 0.84; 'joel': 0.91 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=dpyLe4o6NXbt22MU23qQP8JP69CJcs1vuO41AO46FOU=; b=qZ38KK8MZ2NA8wNPmVE8GHZSN+AhLvjl0HPG58Yq4dM0ksMJu54TLnDSaGMAz+l109 Huoeriqkj+lr9umjG/N6F5Tg9eqRKxE+MVPoa1LgSqCdWyIu7ZqfJrUNsznyQSBZ+9ru efQ9npeuZAxxrdIxT5ieqtVf8aIFaWPyNO46bEEypU11c8X2JWHPsCNie1yGrLqAiCH5 xNhYjujSFvXJkTJ9U0uUwbUyVnpyNDsX+chGgR93KQS2WB42VYOFdg/9yBEqKHDshd1w zwFHDja8OsfruRwb/1gUQ1Sx/salKqSUmmgqciAzQaJ0Jg1K5Vx3xM6IagFNhkW3gUv6 jjqg== |
| X-Received | by 10.107.10.95 with SMTP id u92mr6340707ioi.180.1446679483515; Wed, 04 Nov 2015 15:24:43 -0800 (PST) |
| In-Reply-To | <n1e2l0$lpd$1@ger.gmane.org> |
| X-Content-Filtered-By | Mailman/MimeDel 2.1.20+ |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.20+ |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Xref | csiph.com comp.lang.python:98255 |
Show key headers only | View raw
On Wed, Nov 4, 2015 at 5:59 PM, Emile van Sebille <emile@fenx.com> wrote: > On 11/4/2015 11:38 AM, alperen wrote: > >> hi guys. >> i am computer engineering student and i want to practise the lectures >> that i saw at school. for example dictionaries tuples or some other topics. >> i know eulerproject but it is hard for starting. do you know any exercise >> sites for students or beginners >> >> > Any of the top four hits googling 'getting started with python' should > provide you a thread to pull on. > > Emile > > > -- > https://mail.python.org/mailman/listinfo/python-list > The python tutorial at python.org is good. Also, python the hard way is good. -- Joel Goldstick http://joelgoldstick.com/stats/birthdays
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar | Unroll thread
any practise site about python? alperen <femtv123@gmail.com> - 2015-11-04 11:38 -0800 Re: any practise site about python? Emile van Sebille <emile@fenx.com> - 2015-11-04 14:59 -0800 Re: any practise site about python? Joel Goldstick <joel.goldstick@gmail.com> - 2015-11-04 18:24 -0500
csiph-web