Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #66271
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder3.xlned.com!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <rymg19@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.101 |
| X-Spam-Level | * |
| X-Spam-Evidence | '*H*': 0.80; '*S*': 0.00; 'subject:How': 0.10; 'python': 0.11; '"hello': 0.16; '"it\'s': 0.16; 'wrote:': 0.18; 'rules': 0.22; 'header:User-Agent:1': 0.23; 'long,': 0.26; 'header :In-Reply-To:1': 0.27; 'to:2**1': 0.27; 'am,': 0.29; 'accidentally': 0.31; 'asks': 0.31; 'trouble': 0.34; 'basic': 0.35; 'except': 0.35; 'anybody': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'version': 0.36; 'c++': 0.36; 'should': 0.36; 'message-id:@gmail.com': 0.38; 'saves': 0.38; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'how': 0.40; 'read': 0.60; 'free': 0.61; 'skip:n 10': 0.64; 'to:addr:gmail.com': 0.65; 'wait,': 0.93 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type; bh=8HiVPArcEahyeNe/zt1v6lXnF8QQz5JZOJ/BbEzTtp8=; b=py8o3yi6S4qwjXXniYCmqLScGyhlzG2EyczurVhvlJ81zyoRiUmRn9WK4A52EosCIl ujMmTctzCPYWxdX8BAu9s23AAn5crAb/MHgvz7ivJqYktMs3e6rvoav8lh7jF4Mlk0vx DP1S0K4tuzL4FJfwJyDER8nemg4FcoAEsh+O+LL0sDHzlO8uzmI5XwCgDvbFxVjzJXV0 Va9nV2WW87HgSFzXZ6yEaIjreItjOYHKNWtWQDk2Msk+lWf5GPrgQZQjWZhZindCSxOp vE+3fp+lw12nHbD8yxd7gdpg0SEZqAMhN14bULmObMTnLZVjBGtNrVsfDwl92u2+IDZr QOPg== |
| X-Received | by 10.60.97.193 with SMTP id ec1mr3500598oeb.20.1392331844167; Thu, 13 Feb 2014 14:50:44 -0800 (PST) |
| Date | Thu, 13 Feb 2014 16:50:40 -0600 |
| From | Ryan Gonzalez <rymg19@gmail.com> |
| User-Agent | Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 |
| MIME-Version | 1.0 |
| To | weixixiao <7441980@gmail.com>, python-list@python.org |
| Subject | Re: How to begin |
| References | <8a78be96-7d26-47ff-9627-246d85410cd2@googlegroups.com> |
| In-Reply-To | <8a78be96-7d26-47ff-9627-246d85410cd2@googlegroups.com> |
| Content-Type | multipart/alternative; boundary="------------060905020501000809070209" |
| X-Mailman-Approved-At | Fri, 14 Feb 2014 01:21:40 +0100 |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.15 |
| 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> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.6902.1392337301.18130.python-list@python.org> (permalink) |
| Lines | 59 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1392337301 news.xs4all.nl 2851 [2001:888:2000:d::a6]:57125 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:66271 |
Show key headers only | View raw
[Multipart message — attachments visible in raw view] - view raw
On 02/13/2014 07:18 AM, weixixiao wrote: > http://www.codecademy.com > > I have learned the basic rules of Python in this website. > > What should I do next?where to go? > > I download the Pycharm the free version and I think I dunno how to use it except a "Hello world" > Read the Python reference. I know it's long, but it saves you trouble of accidentally reinventing the wheel. -- --Ryan If anybody ever asks me why I prefer C++ to C, my answer will be simple: "It's becauseslejfp23(@#Q*(E*EIdc-SEGFAULT. Wait, I don't think that was nul-terminated."
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
How to begin weixixiao <7441980@gmail.com> - 2014-02-13 05:18 -0800
Re: How to begin pete suchsland <visiondoctor2020@gmail.com> - 2014-02-13 07:06 -0800
Re: How to begin John Ladasky <john_ladasky@sbcglobal.net> - 2014-02-13 09:34 -0800
Re: How to begin Chris Angelico <rosuav@gmail.com> - 2014-02-14 07:45 +1100
Re: How to begin Cameron Simpson <cs@zip.com.au> - 2014-02-14 09:25 +1100
Re: How to begin Ben Finney <ben+python@benfinney.id.au> - 2014-02-14 09:31 +1100
Re: How to begin Ryan Gonzalez <rymg19@gmail.com> - 2014-02-13 16:50 -0600
Re: How to begin Ben Finney <ben+python@benfinney.id.au> - 2014-02-14 11:57 +1100
Re: How to begin Terry Reedy <tjreedy@udel.edu> - 2014-02-14 03:55 -0500
Re: How to begin Ryan Gonzalez <rymg19@gmail.com> - 2014-02-14 19:58 -0600
csiph-web