Exercises

  • word pyramid
  • allowed is also add/delete + permute

Resources

Other tools

Data sets

Sources

Mixed

Puzzle

Pascal 2.08.2001 Python 9.12.2007 Book 28.12.2014

C:\Users\batagelj\Documents\papers\2008\dmfa\python\Words

wdir=r'C:\Users\batagelj\work\Delphi\Words'

Tests

Renaming procedures

>>> def a(x): return(x+3)
>>> a(5)
8
>>> b = a
>>> b(5)
8
>>>

https://docs.python.org/3.4/library/stdtypes.html#mapping-types-dict

  • Python used for creation of networks; network analysis tools used for analysis
  • Python as a tool for analysis
  1. setting up the computer for using the book; Python libraries and other tools used in the book
notes/py/pynet/chap.txt · Last modified: 2016/06/04 18:53 by vlado
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Noncommercial-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki