Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
comp . lang . python
This is a Usenet group - learn more
Find or start a Google Group about python.
Group info
Language: English
Group categories:
Computers > Programming
More group info »
Active older topics
Discussions
View:  Topic list, Topic summary Topics 1 - 10 of 129185  Older »
Description: The Python computer language.
 

Myth Busters: % "this old style of formatting will eventually be removed from the language" 
  I was looking for something else and just found what I think is the place where I was first exposed to the myth[1]: "Since str.format() is quite new, a lot of Python code still uses the % operator. However, because this old style of formatting will eventually be removed from the language, str.format() should generally be used."... more »
By Carlos Nepomuceno  - 10:26pm - 1 new of 1 message    

A computer programmer, web developer and network admin resume 
  A computer programmer, web developer and network administrator resume. For a resume in HTML or .Doc format click on: [link]<[link]> If you would like this in text format instead, please let me know. Daniel Rapaport 1-949-307-2485 i...@DatabasePrograms.Biz<mail to:i...@DatabasePrograms.Biz>... more »
By info@DatabasePrograms.Biz  - 9:15pm - 3 new of 3 messages    

Modules list-tool 
  Are anyone aware of a tool that can show me at run-time which modules (pyd/dll) are loaded into a Python program at a specific time (or over time)? To clarify, e.g. when running a sample from PyQt4 (examples\tutorials\addressboo k\part1.pyw) and using Process Explorer [1], I can launch WinDbg from it and get this list of modules:... more »
By Gisle Vanem  - 3:35pm - 1 new of 1 message    

More general way of generating PyODBC queries as a dict? 
  Here are my averagely general class methods for creating a dictionary from the result of database queries: def make_schema_dict(self): schema = [i[2] for i in self.cursor.tables() if i[2].startswith('tbl_') or i[2].startswith('vw_')] self.schema = {table: {'scheme': [row.column_name for row... more »
By stackoverflowuse...@gmail.com  - 1:27pm - 2 new of 2 messages    

@staticmethods called more than once 
  Hi, i'm somewhat confused working with @staticmethods. My logger and configuration methods are called n times, but I have only one call. n is number of classes which import the loger and configuration class in the subfolder mymodule. What might be my mistake mistake? Many thanks Christian... more »
By Christian  - 11:26am - 7 new of 7 messages    

How to raise a socket "104 connection reset by peer error" 
  For testing purposes I want my code to raise a socket "connection reset by peer" error, so that I can test how I handle it, but I am not sure how to raise the error. Any advice appreciated
By loial  - 11:26am - 2 new of 2 messages    

suggestions for "best practices lite" for small site deployment with testing 
  Hi everyone, We've been having a bit of a discussion of this topic over on the Python-UK list ([link]), and I was a bit shy about mailing out to the big, bad, worldwide Python list, but I'm forcing myself! So I'm writing a book, for O'Reilly, on TDD with Python, and I'm looking... more »
By Harry Percival  - 9:41am - 1 new of 1 message    

Static Maps from Lat Long data in XLS file 
  Hello, I'm new to Python, but I think it can solve my problem and I am looking for a someone to point me to tutorial or give me some tips here. I have an xls file that has about 1,000 latitude and longitude points. I want to do one of two things: 1) Save a static maps and street view image from the coordinates, or 2) create an html file with the map and street view image side by side.... more »
By kobe...@gmail.com  - 9:12am - 3 new of 3 messages    

64-bit Python for Solaris 
  Hello python-list, I'm looking into creating a 32/64-bit Python (2.x and/or 3.x) package for Solaris. The specificity of that package is that I need to include both 32-bit and 64-bit binaries in it. The exact way in which the 32/64 support is done is described at [1]. There currently is a Python package that I maintain, which is 32-bit only[2].... more »
By Matchek Maciej Bliziński  - 5:51am - 1 new of 1 message    

please help 
  WAP in python to accept a list of words on STDIN and searches for a line containing all five vowels(a,e,i,o,u)
By iman.memarp...@gmail.com  - 4:38am - 3 new of 3 messages    

1 - 10 of 129185   « Newer | Older »

XML