Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #74742
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <kwpolska@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.025 |
| X-Spam-Evidence | '*H*': 0.95; '*S*': 0.00; 'problem:': 0.07; 'utf-8': 0.07; 'oop': 0.09; '\xe2\x80\x94': 0.09; 'cc:addr:python-list': 0.11; 'any.': 0.16; 'subject:OOP': 0.16; 'subject:stuck': 0.16; 'wrote:': 0.18; 'cc:addr:python.org': 0.22; 'instead.': 0.24; 'cc:2**0': 0.24; 'cc:no real name:2**0': 0.24; 'tutorials': 0.26; 'header:In-Reply-To:1': 0.27; 'chris': 0.29; 'quickly': 0.29; 'important.': 0.30; 'message-id:@mail.gmail.com': 0.30; 'evil': 0.31; 'anyone': 0.31; 'quite': 0.32; 'text': 0.33; 'fri,': 0.33; 'sense': 0.34; 'knows': 0.35; 'received:google.com': 0.35; 'really': 0.36; 'should': 0.36; 'pm,': 0.38; 'most': 0.60; 'from:charset:utf-8': 0.61; 'skip:\xe2 10': 0.65; 'to:addr:gmail.com': 0.65; '8bit%:43': 0.74; 'jul': 0.74; 'it\xe2\x80\x99s': 0.84 |
| 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:content-transfer-encoding; bh=NhNUFXXLxdaemhVoH7cQKSt2qFa4YcVJsVRVNh7iTfs=; b=03DtITuv8+58v2R/Nrk9EfkdA9YrhWMBSxKNTCGD64LMZqqKLq1UFaV3lZ2fJLUoUT TebTOuTN9ik334nuO3TmmyZphR4qTYj+WR1SOnsBKe4cfM7ChIcwx1Cjf4dvhs6t2GAk Qjn7BKOq8+T3nGVj0xujvo7nfr3WKPX5/zYwTUaoReg2/gGCUd4RUY285jskSDREoiDM kdxpoXrRjfKA8PIU38xhJyaVPYIxFsjgLO1oGYy4rmTodlOD6pse+jwFpUoLdexGHRoJ 5xVaodnKnVPe49heYUQkIWN+tZwmHlgobj/CcZKnpZ0AfB5GKWFmRa4QF0Mq0O7Emyw5 RbEg== |
| MIME-Version | 1.0 |
| X-Received | by 10.43.28.82 with SMTP id rt18mr7340295icb.22.1405687067930; Fri, 18 Jul 2014 05:37:47 -0700 (PDT) |
| In-Reply-To | <bb72663b-76d5-437e-8edd-65766b41c739@googlegroups.com> |
| References | <bb72663b-76d5-437e-8edd-65766b41c739@googlegroups.com> |
| Date | Fri, 18 Jul 2014 14:37:47 +0200 |
| Subject | Re: I am stuck on OOP |
| From | Chris “Kwpolska” Warrick <kwpolska@gmail.com> |
| To | Nicholas Cannon <nicholascannon1@gmail.com> |
| Content-Type | text/plain; charset=UTF-8 |
| Content-Transfer-Encoding | quoted-printable |
| Cc | python-list@python.org |
| 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.11997.1405687076.18130.python-list@python.org> (permalink) |
| Lines | 18 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1405687076 news.xs4all.nl 2917 [2001:888:2000:d::a6]:38434 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:74742 |
Show key headers only | View raw
On Fri, Jul 18, 2014 at 1:40 PM, Nicholas Cannon <nicholascannon1@gmail.com> wrote: > Just quickly i am quite stuck on OOP and i really need like a good video and i cant find any. If anyone knows any please link it i really need it because i know OOP is important. > video There’s your problem: video tutorials are the most evil invention of the human race. It’s hard to learn from them. You should not watch any — use text tutorials instead. -- Chris “Kwpolska” Warrick <http://chriswarrick.com/> PGP: 5EAAEA16 stop html mail | always bottom-post | only UTF-8 makes sense
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
I am stuck on OOP Nicholas Cannon <nicholascannon1@gmail.com> - 2014-07-18 04:40 -0700
Re: I am stuck on OOP Joel Goldstick <joel.goldstick@gmail.com> - 2014-07-18 08:12 -0400
Re: I am stuck on OOP Chris “Kwpolska” Warrick <kwpolska@gmail.com> - 2014-07-18 14:37 +0200
Re: I am stuck on OOP Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2014-07-18 18:32 +0000
Re: I am stuck on OOP Chris “Kwpolska” Warrick <kwpolska@gmail.com> - 2014-07-18 20:45 +0200
Re: I am stuck on OOP Sibylle Koczian <nulla.epistola@web.de> - 2014-07-19 17:44 +0200
Re: I am stuck on OOP Chris “Kwpolska” Warrick <kwpolska@gmail.com> - 2014-07-19 18:36 +0200
Re: I am stuck on OOP Chris Angelico <rosuav@gmail.com> - 2014-07-20 02:48 +1000
csiph-web