Skip to main content

Home/ Python Programming/ Group items matching "for" in title, tags, annotations or url

Group items matching
in title, tags, annotations or url

Sort By: Relevance | Date Filter: All | Bookmarks | Topics Simple Middle
1More

GUESS: The Graph Exploration System - 0 views

  • GUESS is an exploratory data analysis and visualization tool for graphs and networks. The system contains a domain-specific embedded language called Gython (an extension of Python, or more specifically Jython) which supports the operators and syntactic sugar necessary for working on graph structures in an intuitive manner. An interactive interpreter binds the text that you type in the interpreter to the objects being visualized for more useful integration. GUESS also offers a visualization front end that supports the export of static images and dynamic movies
1More

pyobfuscate - 0 views

  • pyobfuscate is a source code obfuscator: It makes Python source code hard to read for humans, while still being executable for the Python interpreter. for more information, see the README.
1More

taglist.vim - Source code browser (supports C/C++, java, perl, python, tcl, sql, php, e... - 0 views

  • The "Tag List" plugin is a source code browser plugin for Vim and provides an overview of the structure of source code files and allows you to efficiently browse through source code files for different programming languages.  You can visit the taglist plugin home page for more information
4More

Python Idioms and Efficiency Suggestions - 0 views

  • What idioms should I use to make my code easier to read? Read "The Python Cookbook", especially the first few chapters. It's a great source of well-written Python code examples.
  • Use function factories to create utility functions. Often, especially if you're using map and filter a lot, you need utility functions that convert other functions or methods to taking a single parameter. In particular, you often want to bind some data to the function once, and then apply it repeatedly to different objects. In the above example, we needed a function that multiplied a particular field of an object by 3, but what we really want is a factory that's able to return for any field name and amount a multiplier function in that family:
  • Use zip and dict to map fields to names. zip turns a pair of sequences into a list of tuples containing the first, second, etc. values from each sequence. For example, zip('abc', [1,2,3]) == [('a',1),('b',2),('c',3)]. You can use this to save a lot of typing when you have fields in a known order that you want to map to names:
  •  
    suggestions for better programming style.

Online Computer Repair Tech - 1 views

started by jameswaltz on 14 Sep 11 no follow-up yet

Getting the Best from SEO Perth - 1 views

started by Ace Dee on 15 Apr 11 no follow-up yet

Choosing the Right Software Support Provider is Everything - 1 views

started by cecilia marie on 04 Nov 11 no follow-up yet
2More

Python Programming For Beginners - 0 views

shared by amby kdp on 17 Dec 14 - No Cached
  •  
    To download best "Python Programming For Beginners" book by James P. Long click here :- amzn.to/1s8nzrY
1More

Get The Best Python Programming Book For Beginners - 0 views

  •  
    A programmer can start from scratch and become a professional with the help of James P. Long's "Python Programming For Beginners" book. Those who want to get a good grip of what programming language is should get from this Python book.
1More

pyquery: a jquery-like library for python - pyquery v0.3 documentation - 9 views

  •  
    pyquery allows you to make jquery queries on xml documents. The API is as much as possible the similar to jquery. pyquery uses lxml for fast xml and html manipulation.
1More

Kivy: Crossplatform Framework for NUI - 0 views

  •  
    "Kivy - Open source Python library for rapid development of applications that make use of innovative user interfaces, such as multi-touch apps. "

What tasks do remote python developers execute as a freelancer? - 1 views

started by utkarsh11111 on 16 Dec 21 no follow-up yet
1More

Why JSON to PDF Conversion is Essential for Data Reporting - 0 views

  •  
    Why JSON to PDF Conversion is Essential for Data Reporting
1More

SEO Strategies for Web3 and Decentralized Websites - 0 views

  •  
    SEO Strategies for Web3 and Decentralized Websites

Managing Finances Gets Easier - 1 views

started by Justin Pierce on 27 Nov 12 no follow-up yet

Amazing Customer Service - 1 views

started by Felipp Crawly on 31 Oct 12 no follow-up yet

Tested And Trusted Bookkeeping Service - 1 views

started by Justin Pierce on 29 Oct 12 no follow-up yet
1More

mpmath - Google Code - 0 views

  • Mpmath is a pure-Python library for multiprecision floating-point arithmetic. It provides an extensive set of transcendental functions, unlimited exponent sizes, complex numbers, interval arithmetic, numerical integration and differentiation, root-finding, linear algebra, and much more. Almost any calculation can be performed just as well at 10-digit or 1000-digit precision, and in many cases mpmath implements asymptotically fast algorithms that scale well for extremely high precision work. If available, mpmath will (optionally) use gmpy to speed up high precision operations.
1More

pylize: Table of contents - 0 views

  • pylize is a Python script that makes the creation of on-screen presentations a matter of a few minutes. It generates a template master document, which you can edit with your favourite text or HTML editor. The master document is then processed by pylize to generate HTML files for every slide plus a file for the table of contents. You can view the presentation with any CSS-capable webbrowser.
1More

pyfdate - 0 views

  • Given Python's goal to be a powerful and easy-to-use scripting language, its features for working with dates and times are not as user-friendly as they should be. The purpose of pyfdate is to remedy that situation by providing features for working with dates and times that are as powerful and easy-to-use as the rest of Python.
« First ‹ Previous 41 - 60 of 178 Next › Last »
Showing 20 items per page