7 0
Sign in to rate

Python Programming Language

1.04MB. 0 audio & 164 images. Updated 2014-05-06.

Description

Deck for remembering all the basic language features and built-in functions. Add the following line to the card styling so the code is distinguished nicely: u { font-family: courier new; text-decoration: none; }

Sample (from 151 notes)

Cards are customizable! When this deck is imported into the desktop program, cards will appear as the deck author has made them. If you'd like to customize what appears on the front and back of a card, you can do so by clicking the Edit button, and then clicking the Cards button.
Front [$]\verb`global`[/$]
Back If a name is declared [$]\verb`global`[/$], then all references and assignments go directly to the scope containing the module’s global names. Although free variables may refer to globals without being declared [$]\verb`global`[/$], it would be impossible to assign to a global variable without [$]\verb`global`[/$].
Tags python
Front Bound Methods and Unbound Methods
Back Methods are either bound or unbound, referring to whether the method was accessed through an instance or a class, respectively. When a method is unbound, An explicit instance object of the unbound method's class must be passed as the first argument.
Tags python
Front Unicode
Back [$]\verb`>>> 'Hello\u0020World !'`[/$][$]\verb`'Hello World !'`[/$]The escape sequence [$]\verb`\u0020`[/$] indicates to insert the Unicode character with the ordinal value [$]\verb`0x0020`[/$] at the given position.
Tags python

After the file is downloaded, double-click on it to open it in the desktop program.

At this time, it is not possible to add shared decks directly to your AnkiWeb account - they need to be added from the desktop then synchronized to AnkiWeb.

Reviews

on 1643116113
Helpful deck. Thanks
on 1633079777
Nice pre-built python deck containing helpful info
on 1541689711
Good questions!
on 1531384255
good job! many details
on 1491091200
on 1473206400
on 1439337600
best pre-built python deck I've seen so far

it's pretty good. some cards need more examples. But def. worth the download. thanks!