jagomart
digital resources
picture1_Python Pdf 182502 | Python Crash Course


 255x       Filetype PDF       File size 0.32 MB       Source: henger.org


File: Python Pdf 182502 | Python Crash Course
sciences e lif of sityse python cour2008 univer crash29 y crashcourse uar norwegianpythonjan hakonenger dept of mathematical sciences and technology norwegian university of life sciences january 29 2008 python sciences ...

icon picture PDF Filetype PDF | Posted on 31 Jan 2023 | 2 years ago
Partial capture of text on file.
  Sciences
  e
  Lif
  of
  sityse                       Python
   cour2008
  Univer
   crash29,
     y                  Crashcourse
     uar
  NorwegianPythonJan
                                 HåkonEnger
                       Dept. of Mathematical Sciences and Technology
                           Norwegian University of Life Sciences
                               January 29, 2008
                                    Python
  Sciences
  e
  Lif
  of
  sityse
    cour       ◮ General-purpose, high-level programming language
  Univer2008   ◮ Published by Guido van Rossum in 1991
    crash29,
     y
     uar       ◮ Namedafter Monty Python
  NorwegianPythonJan◮ Opensource, BSD-like license
               ◮ Current production version is 2.5.1 (April 2007)
               ◮ Python 3.0 will be major revision
                    ◮ not backwards compatible
               ◮ Supports object-oriented and functional programming
               ◮ Originally intended to make programming more
                  accessible to more people
                                                                                                                                                                                                                                                                                                                                                           $ python hello.py
                                                                                                                                                                                                                                                                                                                                                           Hello, world!
                                                                                                                                                                                                                                                                                                                                                           $ chmod ugo+x hello.py
                                                                                                                                                                                                                                                                                                                                                           $ ./hello.py
                                                                                                                                                                                                                                                                                                                                                           Hello, world!
                                                                                                                                                                                                                                                                                                                                                           $
             Creating python programs
  Sciences
  e
  Lif
  of
  sityse
   cour   hello.py
  Univer2008#!/usr/bin/env python
   crash29,
    y
    uar
  NorwegianPythonJanprint "Hello, world!"
                                                                                                                                                                                                                                                                                                                                                             chmod ugo+x hello.py
                                                                                                                                                                                                                                                                                                                                                           $ ./hello.py
                                                                                                                                                                                                                                                                                                                                                           Hello, world!
                                                                                                                                                                                                                                                                                                                                                           $
             Creating python programs
  Sciences
  e
  Lif
  of
  sityse
   cour   hello.py
  Univer2008#!/usr/bin/env python
   crash29,
    y
    uar
  NorwegianPythonJanprint "Hello, world!"
          $ python hello.py
          Hello, world!
          $
The words contained in this file might help you see if this file matches what you are looking for:

...Sciences e lif of sityse python cour univer crash y crashcourse uar norwegianpythonjan hakonenger dept mathematical and technology norwegian university life january general purpose high level programming language published by guido van rossum in namedafter monty opensource bsd like license current production version is april will be major revision not backwards compatible supports object oriented functional originally intended to make more accessible people hello py world chmod ugo x creating programs usr bin env norwegianpythonjanprint...

no reviews yet
Please Login to review.