Skip to main content

Home/ Python/ Group items tagged Python

Rss Feed Group items tagged

anonymous

Python reversed() Function - 0 views

  •  
    The reversed() function allows us to process the items in a sequence in reverse order. It accepts a sequence and returns an iterator.
reckoner reckoner

Bruce Eckel's MindView, Inc: Thinking in Python - 0 views

  •  
    draft version is downloadable
x y

Python - 0 views

x y

PyLucene @ Open Source Applications Foundation - 0 views

shared by x y on 15 Jun 07 - Cached
  • version 2.1.0-2 was built on Mac OS X 10.4.8 with gcj 3.4.4 and Python 2.4.3
  •  
    Compiling PyLucene for a PPC 10.4.9 with Python 2.5 was really a nightmare.  If you have to do it, make sure to get the right gcc 4.1 from MacPorts.  Otherwise, it will never work.  Also, your Pysqlite has to have been compiled with the latest sqlite.
reckoner reckoner

Pygments - Python syntax highlighter - 0 views

  • This is the home of Pygments. It is a generic syntax highlighter for general use in all kinds of software such as forum systems, wikis or other applications that need to prettify source code. Highlights are:
reckoner reckoner

Charming Python: Inside Python's implementations - 0 views

  • To attempt to explain it in the simplest terms, a continuation is a representation, at a particular point in a program, of everything the program is capable of doing subsequently. A continuation is a potential that depends on initial conditions. Rather than loop in a traditional way, it is possible to invoke the same continuation recursively with different initial conditions. One broad claim I have read is that continuations, in a theoretical sense, are more fundamental and underlie every other control structure. Don't worry if these ideas cause your brain to melt; that is a normal reaction.
reckoner reckoner

non-interactive ipython for script - 0 views

  • Note that it's more rebust to run methods on the public IPython api.I.e. do ip = ipshell.api and then ip.magic('px import os')You can explore the api interactively by playing with _ip object.
  •  
    noninteractive ipython for regular python script
x y

Welcome to Diigo's one and only Python group! - 20 views

Where is everybody? I'm kidding. I know, everybody's on IRC. I abhor IRC. So, I'm on a deserted island.

started by x y on 15 Jun 07 no follow-up yet
anonymous

Python Pandas Series - javatpoint - 0 views

  •  
    The Pandas Series can be defined as a one-dimensional array that is capable of storing various data types. We can easily convert the list, tuple, and dictionary into series using the "series' method. The row labels of series are called the index.
anonymous

OpenCV Tutorial - javatpoint - 0 views

  •  
    OpenCV is a Python open-source library, which is used for computer vision in Artificial intelligence, Machine Learning, face recognition, etc.
pagetribe .

Orange - 2 views

« First ‹ Previous 41 - 60 of 71 Next ›
Showing 20 items per page