Polot severa figures inside a for loopin

2022-10-08 Thread "Jorge Conrado Conforte"
HI, I already use the IDL to plot data. Inside a for looping I plot and save my data and kill the window using the wdelete IDL command for close the window automatically. Now I'm using the Python to rea several netcdf 2d data. I plot my data and save it. But, I don't know how can I kill the

Gdal

2022-10-07 Thread "Jorge Conrado Conforte"
Hi, I installed GDAL using the pip command and conda. But, I did: import gdal and I had: Traceback (most recent call last): File "", line 1, in ModuleNotFoundError: No module named 'gdal' I need gdal to remap some data. Please, help me Conrado -- https://mail.python.or

xarry netcdf message

2022-08-23 Thread Jorge Conrado Conforte Conforte
Hi, I'm reading my netcdf data air.2m.mon.ltm.nc. I used the netcdf4 and I didn't have message when i read my data. But if I use the xarray I had this message: /home/conrado/.conda/envs/meuambi/lib/python3.8/site-packages/xarray/backends/plugins.py:61: RuntimeWarning: Engine 'cfgrib' loading fail

Python LSTM forecast future values for time series

2022-02-10 Thread Jorge Conforte
HI, I'm starting run the LSTM to forecast future values for time serie data. please can someone give me some information on how i can predict future values ​​for my time series using LSTM. Thanks, Conrado -- https://mail.python.org/mailman/listinfo/python-list

NUmpy

2021-09-29 Thread Jorge Conforte
Hi, I have a netcdf file "uwnd_850_1981.nc" and I'm using the commands to read it: from numpy import dtype  fileu ='uwnd_850_1981.nc' ncu = Dataset(fileu,'r') uwnd=ncu.variables['uwnd'][:] and I had: :1: DeprecationWarning: `np.bool` is a deprecated alias for the builtin `bool`. To silen

Xarray smoothing data

2021-07-02 Thread Jorge Conforte
Hi, I'm using xarray to read and plot my netcdf data. Please someone could help me, dow can I smooth my data before to plot i. Thanks, Conrado -- https://mail.python.org/mailman/listinfo/python-list

Plot maps in 3D

2021-04-28 Thread Jorge Conforte
Hi, I would like know if it is posible to plot the south in north poles in 3D earth maps. I search in google and always all examples is for cylindric projection, like this: bm = Basemap(llcrnrlon=extent[0], llcrnrlat=extent[2], urcrnrlon=extent[1], urcrnrlat=extent[3],

TIME IN XARRAY

2021-04-15 Thread Jorge Conforte
Hi, I'm using xarray to read netcdf data and I had to time in my data the values: xarray.DataArray 'time' (time: 507)> array(['1979-01-01T00:00:00.0', '1979-02-01T00:00:00.0',    '1979-03-01T00:00:00.0', ..., '2021-01-01T00:00:00.0',    '2021-02-01

Python dependences

2020-04-21 Thread jorge . conforte
Hi, I've already used the python list to clear up some doubts. It's been about a year since I started using Python in my projects and I still have some doubts. For those who have always used IDL, this change is a little difficult. I already have Ptyhon 3.8 installed, on Linux. To clear up any

Window and position of figure

2020-04-04 Thread jorge . conforte
Hi, I already use the IDL software. Now I`m using Python. In IDL I havethe vector position=(xo,yo,x1,y1) to set where Iwnat to plot my figure in my window. I have an 2d array with x and y dimensition equal 5224. when I plot my figure, using contourtf it takes up a small part of my window. Wh

How to create a RGB color Table

2019-06-17 Thread Jorge Conrado Conforte
HI, Please someone could help me. How can I create a new color table with the values of r g and b that I have. I use the Mataplolib color tables. However, I would like to use a new color table with the respective r g b values that I have. Thank you. [https://ipmcdn.avast.com/images/icons/icon

Re: PyCharm installation

2019-05-19 Thread Jorge Gimeno
; > I am unable to install PyCharm. > -- > https://mail.python.org/mailman/listinfo/python-list Without the error message there isn't much we can do. Can you please copy and paste the error message? -Jorge > > -- https://mail.python.org/mailman/listinfo/python-list

ImportError: libpoppler.so.76

2018-08-08 Thread jorge . conrado
Hi, I downloade an example from: http://basemaptutorial.readthedocs.io/en/latest/clip.html from mpl_toolkits.basemap import Basemap from matplotlib.path import Path from matplotlib.patches import PathPatch import matplotlib.pyplot as plt from osgeo import gdal import numpy import s

Python 2.7.14 and Python 3.6.0 netcdf4

2018-07-23 Thread jorge . conrado
Hi, Please someone can help me with this error message; for Python 2.7.14 I did: from netCDF4 import Dataset and I didn't have no message But, for Python 3.6.0 from netCDF4 import Dataset I had: Traceback (most recent call last): File

Re: version

2018-05-31 Thread Jorge Gimeno
Look at the six module On Thu, May 31, 2018, 7:57 PM Mike McClain wrote: > OK so I installed python 3.2, which is the latest available as a > package in Debian Wheezy, because I've seen so many folks say it's a > waste of time to play with Py2.7. > Immediately my python playground 'my.py

Masking using shapefiles

2018-05-02 Thread jorge . conrado
Hi, I'm trying to make a mask using a shapefile of Brazil using the examplE: http://basemaptutorial.readthedocs.io/en/latest/clip.html I run my script and I had the messages: Traceback (most recent call last): File "mascarapy2.py", line 7, in from osgeo import gdal File "/h

www.python.org down

2018-04-30 Thread Jorge Gimeno
Not sure who to report to, but the site comes back with a 503. Anyone know where I can direct this to? -Jorge L. Gimeno -- https://mail.python.org/mailman/listinfo/python-list

netcdf 4 error

2018-03-29 Thread jorge . conrado
Hi, Here are some information of my netcdf4 data: NetCDF dimension information: Name: lon size: 4320 type: dtype('float64') Name: lat size: 2160 type: dtype('float64') Name: time size: 12

Read satellite images

2018-01-24 Thread jorge . conrado
Hi, I have some gridded 4Km satellite images. I don't have experience with Python. The size of my image is (9896,3298) and I use this to read f = open('merg_2018011100_4km-pixel', "r") # reopen the file x = f.read() print (x[0]) I have this value for x = � This is the information for

close figure after plot

2018-01-22 Thread jorge . conrado
Hi, I have several satellite data (500 images). I read it and plot using plt.show(). I would like know how can I delete the window after I save the image. I use plt.close(), plt.close('all') but these options didn't work. Thanks, Conrado -- https://mail.python.org/mailman/listinfo/python-l

Plot map wit a white and black box

2018-01-08 Thread jorge . conrado
Hi, Please, I woudl like to plot a map like this figure. How can I do this using Python2.7 Thanks, Conrado -- https://mail.python.org/mailman/listinfo/python-list

Python goto

2017-12-28 Thread jorge . conrado
Hi, I would like to know if there is a goto command or something similar that I can use in Python. Thanks, Conrado -- https://mail.python.org/mailman/listinfo/python-list

plot map wit box axes

2017-12-22 Thread jorge . conrado
Hi, I use the PYTHON and IDL. In IDL I can plot a grid map like a this figure (mapa.png). Please, I would like know how can I plot my figure using PYTHON with the box around the figure. Like this that I plot using the IDL. Thanks -- https://mail.python.org/mailman/listinfo/python-list

Re: exception should not stop program.

2017-10-07 Thread Jorge Gimeno
tion. What condition are you looking to handle here? -Jorge On Sat, Oct 7, 2017 at 9:38 AM, Prabu T.S. wrote: > I would like to continue to second function invocation > "checkServiceStatus('AdobeARMservice')" even if the first >checkServiceStatus('Tomca

Re: newb question about @property

2017-10-03 Thread Jorge Gimeno
is no different. You may never need to use a decorator ever in your development career, but the tool is there in case the problem you have can be elegantly solved using one. -Jorge On Tue, Oct 3, 2017 at 8:00 AM, bartc wrote: > On 03/10/2017 15:39, Ian Kelly wrote: > >> On Tue, Oct 3

PYTHON GDAL

2017-07-14 Thread jorge . conrado
Hi, I installed the GDAL 2.2.1 using conda. Then I did: import gdal and I had: Traceback (most recent call last): File "", line 1, in File "/home/conrado/miniconda2/lib/python2.7/site-packages/gdal.py", line 2, in from osgeo.gdal import deprecation_warn File "/home/conrado/mi

get value from list using widget

2017-07-05 Thread jorge . conrado
Hi, I would like know dow can I select and get the value from a list of values uisng widgets. Thanks, Conrado -- https://mail.python.org/mailman/listinfo/python-list

Mouse position values

2017-06-28 Thread jorge . conrado
Hi, I have 3D data array and would like to plot arbitrary cross section by cliking in my image. I was an IDL user and in IDL we have a cursor.pro that I used to get the X and Y positions on my image. I would like know how can I get the values of the X an Y position for two points (A and B) in

plot time on X axis

2017-06-07 Thread jorge . conrado
Hi, I was an IDL user and I'm using Python. I have several meteorological daily time seriee for several years. Please can someone help me. I would like to plot on X axis only the values o the year. Thanks, Conrado -- https://mail.python.org/mailman/listinfo/python-list

PYTHON GDAL

2017-05-23 Thread jorge . conrado
Hi, I'm trying to run a script to read and plot an geotiff data. And I use: import gdal and I had: import gdal Traceback (most recent call last): File "", line 1, in File "/home/conrado/miniconda2/lib/python2.7/site-packages/gdal.py", line 2, in from osgeo.gdal import deprecation

PYHDF

2017-05-23 Thread jorge . conrado
Hi, I downloade the pyhdf-0.9.0 and install it. Then I did: from pyhdf.SD import SD, SDC and I had: Traceback (most recent call last): File "", line 1, in ImportError: No module named pyhdf.SD I have a script to read and plot MODIS data and it use the from pyhdf.SD import SD, SDC. Wha

PYhton Mercator projection

2017-04-18 Thread jorge . conrado
Hi, I copy the script merc.py from: https://matplotlib.org/basemap/users/merc.html then I did: python merc.py and I had: Segmentation fault Please can someone help me. Conrado -- https://mail.python.org/mailman/listinfo/python-list

write arrays to disk

2017-04-16 Thread jorge . conrado
Hi, I'm new on Python software. I would like to write on disk arrays in binary or ascii format. Can someone please help me? Thanks, Conrado -- https://mail.python.org/mailman/listinfo/python-list

Mcidas format

2017-04-11 Thread jorge . conrado
Hi, I have some data from the https://ghrc.nsstc.nasa.gov/hydro/search.pl. These data are the Infrared Global Geostationary Composite and the format of this is data is Mcidas. Please anyone know how I can read this data using Python. Thanks, Conrado -- https://mail.python.org/mailman/list

Pillow ImportError: No module named Image

2017-04-10 Thread jorge . conrado
Hi, I installed the Pillow in my computer. The I did: import Image, ImageMath ImportError: No module named Image Please, what can I do to solve this. Conrado -- https://mail.python.org/mailman/listinfo/python-list

Pythos message

2017-03-10 Thread jorge . conrado
Hi, I have a test script netcdf_example.py and I run it. I have my figures on screen. But I had thse two emssages: /usr/lib/python2.7/site-packages/setuptools-18.3.1-py2.7.egg/pkg_resources/__init__.py:1256: UserWarning: /home/conrado/.python-eggs is writable by group/others and vulnerable

Numpy error

2017-01-03 Thread jorge . conrado
Hi, I alredy used Python and now I have the message: import numpy as np Traceback (most recent call last): File "", line 1, in File "/home/conrado/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/numpy-1.8.0-py2.7-linux-x86_64.egg/numpy/__init__.py", line 153, in from . im

Fwd: Operator Precedence/Boolean Logic

2016-06-22 Thread Jorge Gimeno
> -- > https://mail.python.org/mailman/listinfo/python-list > You have 2 comparisons here . The first is inside the parenthesis, (False or True) evaluates to True. What remains of the expression is False == True, which is False. -Jorge (Reposted because I replied to the OP directly, inste

RE: licenses

2016-01-11 Thread Martinez, Jorge Alberto (GE Aviation)
Thank you very much for your reply. Best Regards From: Cody Piersall [mailto:cody.piers...@gmail.com] Sent: Sunday, January 10, 2016 1:43 PM To: python-list@python.org Cc: Martinez, Jorge Alberto (GE Aviation) Subject: Re: licenses On Fri, Jan 8, 2016 at 1:41 PM, Martinez, Jorge Alberto (GE

licenses

2016-01-09 Thread Martinez, Jorge Alberto (GE Aviation)
Hello We develop applications here with Python and I want to know if there's issues by using. We use NumPy, PyDaqMx, Py Visa How can we cover this licensing? Regards Jorge Alberto Martinez GE Aviation Systems HW Team Manager GEIQ Power Engineering T +52 442 456 6446 E jorgealberto.

geostationary satellite data

2015-12-16 Thread jorge . conrado
Hi, I dowmloaded some data from the Mirador NASA site: http://mirador.gsfc.nasa.gov/cgi-bin/mirador/presentNavigation.pl?tree=project&dataset=Global-merged%20IR%20Brightness%20Temperature%20Data&project=TRMM&dataGroup=Ancillary&version=001&CGISESSID=97f4b9244878c87819b2a1144d31e270 Each da

netcdf 4 time

2015-12-15 Thread jorge . conrado
Hi, I'm reading ndetcdf 4 data from NCEP Reanalyisis project. I use to read the data: air_2010_2014_850hPa_d.nc is four year daily data. mport matplotlib.pylab as plt from netCDF4 import Dataset, num2date, date2index, date2num import pandas as pd from mpl_toolkits.basemap import Basemap im

define the area plot

2015-12-07 Thread jorge . conrado
Hi, I'm changing from the IDL to PYTHON. I would like know how can I define the size of the window plot in Python. On IDL I define the size of area plot by: window,1,xsize=1000,ysize=1000 It is possible define the size of the window before my data is plotted. Conrado -- https://mail.pyt

python message

2015-12-02 Thread jorge . conrado
Hi, I'm a new user of Pyhton and I run my code lenetcdf1.py and I plot the figure but I had this message: /usr/lib64/python2.7/site-packages/matplotlib/collections.py:590: FutureWarning: elementwise comparison failed; returning scalar instead, but in the future will perform elementwise c

4D arrays

2015-12-01 Thread jorge . conrado
Hi, I use the IDL but now I'm change to PYTHON. I have a 4D array (time, level,lon,lat). I would like to get a 2D array for a specific time (time1) and level (level1). In IDL I use: 2Darray = 4Darray(time1,level1,*,*). How can I get the 2D array in Python Conrado -- https://mail.python.or

read 4D binary data

2015-11-26 Thread jorge . conrado
Hi, I'm startig in Python and I have a 4D binary data. The dimension of my data is: 67 > longitude points 41 > latitude points 10 > pressure levels points 33 > time points How can I read this data and what can I do to get a 2D array (longitude,latitude) for a specific press

error

2015-09-02 Thread jorge . conrado
Hi, I have a Python version: Python 2.7.8 I'm runing it on: Fedora release 21 Yesterday I a sent a question: I'm starting in the Python scripts. I run this script: import numpy as np import netCDF4 f = netCDF4.Dataset('uwnd.mon.ltm.nc','r') f.variables and I had the message: netcd

netcdf read

2015-09-01 Thread jorge . conrado
Hi, I'm starting in the Python scripts. I run this script: import numpy as np import netCDF4 f = netCDF4.Dataset('uwnd.mon.ltm.nc','r') f.variables and I had the message: netcdf4.py Traceback (most recent call last): File "", line 1, in NameError: name 'netcdf4' is not defined Wh

python app hosting

2014-07-11 Thread Jorge Alberto Díaz Orozco
Hi, I'm looking for some server to host an xmlrpc server app I've made. Can someone help me find any? VII Escuela Internacional de Verano en la UCI del 30 de junio al 11 de julio de 2014. Ver www.uci.cu -- https://mail.python.org/mailman/listinfo/python-list

Re: UTF-EBCDIC encoding?

2013-07-13 Thread Jorge Mazzonelli
Hi, Regarding your second part of your mail, I have used in the past this page[1] as a base for code to process a mainframe PS file with packed decimals. May be it can help you a bit... Best regards, Jorge [1]: http://www.linuxtopia.org/online_books/programming_books/python_programming

Re: authentication with python-ldap

2013-05-25 Thread Jorge Alberto Diaz Orozco
I have been doing the same thing and I tried to use java for testing the credentials and they are correct. It works perfectly with java. I really don´t know what we´re doing wrong. You are accessing a protected operation of the LDAP server and it (the server) rejects it due to invalid credential

examples of pyraknet

2013-04-24 Thread Jorge Alberto Diaz Orozco
do anyone has examples of pyraknet??? I've being seen these ones (http://nullege.com/codes/search/pyraknet) but I still don't understand lot of things about it and I can't find anything else. http://www.uci.cu -- http://mail.python.org/mailman/listinfo/python-list

Re: pyrudp

2013-01-30 Thread Jorge Alberto Diaz Orozco
I have restrictions in my system that does not allow me to use TCP, so I want to make a pipe over UDP imitating TCP behavior. I have control over both endpoints, and I´m writing both of them. I just don´t want to re-invent the wheel and I´m looking for a reliable UDP sockets implementation for Py

Re: pyrudp

2013-01-30 Thread Jorge Alberto Diaz Orozco
I want to use a reliable UDP connection like you say, a TCP like connection but over UDP. thaks for your recomendation, if I get good results I promise to share them. - Original Message - From: "Michael Torrie" To: python-list@python.org Sent: Wednesday, January 30, 2013 9:16:15 AM Subj

Re: pyrudp

2013-01-30 Thread Jorge Alberto Diaz Orozco
I´ve tried it but it´s not reliable. Datagrams can arive disorganised or just not arive. Some programmers said I most use TCP, but I need to use UDP. that´s why I need pyrudp, but I can not find it. On Jan 30, 2013, at 8:12 AM, Jorge Alberto Diaz Orozco What about the native socket call to

pyrudp

2013-01-30 Thread Jorge Alberto Diaz Orozco
can someone give me a link to download pyrudp. I tried here http://code.google.com/p/pyrudp/ but didn´t worked. if someone can give me another idea it will be great to. I´m traying to make a reliable udp connection help will be really appreciated -- http://mail.python.org/mailman/listinfo/py

python ldap bind error

2012-12-17 Thread Jorge Alberto Diaz Orozco
hi there. I'm working with python ldap and I need to authenticate my user. this is the code I'm using. import ldap ldap.set_option(ldap.OPT_REFERRALS,0) ldap.protocol_version = 3 conn = ldap.initialize("ldap://ldap.domain.cu";) conn.simple_bind_s("u...@domain.cu","password") every time I do this

ntlm authentication for urllib2

2012-11-29 Thread Jorge Alberto Diaz Orozco
Hi there: I'm working with urllib2 to open some urls and grab some data. The url will be inserted by the user and my script will open it and parse the page for results. the thing is I'm behind a ntlm proxy, and I've tried with a lot of things to authenticate but it still doesn't work at all. I

Re: proxy??

2012-11-20 Thread Jorge Alberto Diaz Orozco
When I try to open facebook or search something using google it is just not working. gives me forbidden or not found errors. that's why I think the problem is about the headers of the request. On 20/11/12 15:29, Joshua Landau wrote: On 20 November 2012 14:48, Jorge Alberto Diaz O

proxy??

2012-11-20 Thread Jorge Alberto Diaz Orozco
Hi there. Does anyone knows how to manage headers using a simple proxy??? I'm doing this but It gives me problems In some pages. import SocketServer import SimpleHTTPServer import urllib2 PORT = class Proxy(SimpleHTTPServer.SimpleHTTPRequestHandler): def do_GET(self): try:

Re: problem with ThreadingTCPServer Handler

2012-10-28 Thread jorge
Tanks a lot, it was really helpful El 23/10/12 16:51, Miki Tebeka escribió: According to the docs (http://docs.python.org/library/socketserver.html#requesthandler-objects) there's self.server available. 10mo. ANIVERSARIO DE LA CREACION DE LA UNIVERSIDAD DE LAS CIENCIAS INFORMATICAS... CONE

problem with ThreadingTCPServer Handler

2012-10-23 Thread jorge
I'm programming a server that most send a message to each client connected to it and nothing else. this is obviously a base of what i want to do. the thing is, I made a class wich contains the Handler class for the ThreadingTCPServer and starts the server but i don't know how can i access the m

Re: Sending USB commands with Python

2012-08-28 Thread Jorge Mazzonelli
endpoints. The status command you want will be 0x1B 0x41. Hope this helps. Jorge On Tue, Aug 28, 2012 at 9:04 PM, Adam W. wrote: > So I'm trying to get as low level as I can with my Dymo label printer, and > this method described the PDF > ht

Re: Python 3 vs Python 2.7 dilemma

2011-05-17 Thread Jorge Romero
one. > > My question to everyone is whether I should go ahead with this approach, or > should I just use 2.x technology? I am not sure if I will be able to port > all the code to python3 later. > > I will really appreciate any input. > > Thanks and regards, > Navkirat

Re: MySQLdb SEC_TO_TIME function returns datetime.timedelta class

2011-05-15 Thread Jorge Romero
On Sun, May 15, 2011 at 11:50 PM, Chris Angelico wrote: > On Mon, May 16, 2011 at 10:42 AM, Jorge Romero > wrote: > > Hi Pythonists, > > I'm retrieving some time data from a MySQL database using Python's > MySQLdb > > library. Here's the situation, I go

MySQLdb SEC_TO_TIME function returns datetime.timedelta class

2011-05-15 Thread Jorge Romero
OM table" >>> fetched = cursor.execute(query) >>> print fetched[0] 3 days, 7:30:09 >>> print type(fetched[0]) Instead of *datetime.timedelta *I need *datetime.time *type. Does anybody knows how to change this behavior or is it something I must deal with my cod

Re: Python 2.7 Debian 6.0. Squeeze

2011-05-12 Thread Jorge Romero
instances, so might helpful for someone in the same position. Any further help feel free to reply. Cheers. On Thu, May 12, 2011 at 11:27 AM, Jorge Romero wrote: > Hi all, > > My machine is running Debian Squeeze so my default Python runtime is 2.6.6. > > According to Python docs *op

Python 2.7 Debian 6.0. Squeeze

2011-05-12 Thread Jorge Romero
g 2.7 on Debian? Thanks in advanced. -- Jorge Romero -- http://mail.python.org/mailman/listinfo/python-list

How to inspect a variable (sys.modules) for changes in the execution of a program?

2011-02-15 Thread Jorge Vargas
Hello, I have the following situation. In a big project that involves many dependencies (and sadly some sys.module hacks) we have a bug, and it will really help if i could monitor all changes made to that variable. Is there a way to trace those changes ? -- http://mail.python.org/mailman/listinfo

Re: Which non SQL Database ?

2010-12-04 Thread Jorge Biquez
Hello all. Understood perfectly. Will forget other alternatives. Sqlite3 is the best option. Thanks for the explanation and time. Sqlite for single user and Postgresql will be the choice. Thanks all. Take care Jorge Biquez At 06:01 p.m. 04/12/2010, you wrote: Jorge Biquez writes: >

Re: Which non SQL Database ?

2010-12-04 Thread Jorge Biquez
At 05:02 p.m. 04/12/2010, you wrote: Jorge Biquez writes: > Hello all. > > Newbie question. Sorry. > > As part of my process to learn python I am working on two personal > applications. Both will do it fine with a simple structure of data > stored in files. I now there

Which non SQL Database ?

2010-12-04 Thread Jorge Biquez
available under the 3 plattforms. Thanks in advance for your comments. Jorge Biquez -- http://mail.python.org/mailman/listinfo/python-list

What was your strategy?

2010-11-14 Thread Jorge Biquez
, a plan to learn each subject in a special way. I would like to know, if possible, comments specially from some of you who in the past had other languages, frameworks and platforms and left (almost) all of them and stayed with Python. Thanks in advance Jorge Biquez -- http://mail.python.org

Commercial or Famous Applicattions.?

2010-11-08 Thread Jorge Biquez
used most or recommend the most. As an example, I love and have used in the last years MAILMAN, never crashed, always works even on my small and old Intel Pentium III with a 10GB hard disk and 640KB of RAM. Still working and will work for sure (running under FreeBsd by the way). Thanks in

Re: Python 2.7 or 3.1

2010-10-29 Thread Jorge Biquez
ested mainly in web applications with a database and if possible being accesing dbase since a projects still runs a big system under dbase format, or definitely stay with 2.7 for a while until most in migrate it t o 3.x? Thanks in advance Jorge Biquez At 05:21 p.m. 29/10/2010, geremy condra

Re: Python 2.7 or 3.1

2010-10-26 Thread Jorge Biquez
ubject but... Any comments on using dBase format file with Python? Thanks in advance. Jorge Biquez At 08:50 p.m. 26/10/2010, you wrote: Am 27.10.2010 03:38, schrieb Jorge Biquez: > And what about if I only were to develop for the web? I mean web > applications, Mysql, etc? It would be

Learning with Open Source Applications.

2010-10-18 Thread Jorge Biquez
mean, solutions you consider are very well written and that are examples of what a good Python applications should be written? I know there are tons of applications but would like to hear advice based on experience if possible. Thanks. Thanks in advance. Jorge Biquez -- http://mail.python.org

Re: help!!!

2010-10-11 Thread Jorge Biquez
ase, women were better programming than men. but sure, on the IT industry the percentage of men is a lot more than the one of women. Why? Jorge Biquez -- http://mail.python.org/mailman/listinfo/python-list

Re: Generators.

2009-12-08 Thread Jorge Cardona
2009/12/8 Lie Ryan : > First, I apologize for rearranging your message out of order. > > On 12/8/2009 5:29 AM, Jorge Cardona wrote: >>>> >>>> islice execute the function at the generator and drop the elements >>>> that aren't in the slice.

Re: Generators.

2009-12-08 Thread Jorge Cardona
2009/12/7 Taylor : > On Dec 7, 1:29 pm, Jorge Cardona wrote: >> 2009/12/7 Lie Ryan : >> >> >> >> > On 12/7/2009 7:22 AM, Jorge Cardona wrote: >> >> >> Hi, >> >> >> I was trying to create a function that receive a generator an

Re: Generators.

2009-12-07 Thread Jorge Cardona
2009/12/7 Lie Ryan : > On 12/7/2009 7:22 AM, Jorge Cardona wrote: >> >> Hi, >> >> I was trying to create a function that receive a generator and return >> a list but that each elements were computed in a diferent core of my >> machine. I start using islice

Generators.

2009-12-06 Thread Jorge Cardona
ere it should be a formal way to act on the base indexing iterator, such way exists? Is there a better approach to get what i need? Thanks. -- Jorge Eduardo Cardona jorgeecard...@gmail.com jorgeecardona.blogspot.com Linux registered user #391186 Regi

Re: Bored.

2009-11-30 Thread Jorge Cardona
tware/flowcanvas/ http://code.google.com/p/gtkmodelica/ http://www.jmodelica.org/ http://www.ida.liu.se/~pelab/modelica/OpenModelica.html > > There's also a Python site, were projects are submitted that needs something > ( some even pay a little), > but I can't rem

Re: PyQt 2 Exe

2009-11-11 Thread Jorge
search the web, find the sites and follow the instructions. On Wed, Nov 11, 2009 at 2:11 PM, baboucarr sanneh wrote: > > How can i use it ? > > *$LIM $...@dy* > > > > > -- > Date: Wed, 11 Nov 2009 14:07:47 + > Subject: Re: PyQt 2 Exe > From: starglider...@gmail.co

Re: comparing alternatives to py2exe

2009-11-04 Thread Jorge
Hi, in this discussion I read that we con create a bundle executable for our application, since I'm having troubles with create a exe due problems with kinterbasdb, can you show me tutorials for creating exe from bundle. thanks in advance. On Wed, Nov 4, 2009 at 11:21 AM, Vesa Köppä wrote: > iu

Firebird DBs use Kinterbasdb or sqlalchemy?

2009-10-30 Thread Jorge
Hi, to access firebird data bases which shall I use kinterbasdb or sqlalchemy. Yes I'm a newbie. Thanks. -- http://mail.python.org/mailman/listinfo/python-list

Hide imports from a module

2009-10-27 Thread Jorge
group/PyInstaller/tree/browse_frm/month/2007-05?_done=%2Fgroup%2FPyInstaller%2Fbrowse_frm%2Fmonth%2F2007-05%3F&pli=1 mahasamatman say to hide the 'typeconv_24plus' from the imports of kinterbasdb. My question is how can I do that? Thanks in advance for your help. Regar

Need to know if a file as only ASCII charaters

2009-06-16 Thread Jorge
Hi there, I'm making a application that reads 3 party generated ASCII files, but some times the files are corrupted totally or partiality and I need to know if it's a ASCII file with *nix line terminators. In linux I can run the file command but the applications should run in windows. Any help wi

Get the hard disk hardware serial number

2009-06-03 Thread Jorge
Hi there, I need to know how to get the hardware serial number of a hard disk in python. Thank you in advance. -- http://mail.python.org/mailman/listinfo/python-list

Re: How to get path.py ? http://www.jorendorff.com/ is down

2009-05-21 Thread Jorge Vargas
On Thu, May 21, 2009 at 3:43 PM, Jorge Vargas wrote: > Hello. > > Anyone knows what is the problem with this package? apparently the > author's site is down which prevents pip from installing it. I can > download the zip and go from there but It seems most of the docs are

How to get path.py ? http://www.jorendorff.com/ is down

2009-05-21 Thread Jorge Vargas
Hello. Anyone knows what is the problem with this package? apparently the author's site is down which prevents pip from installing it. I can download the zip and go from there but It seems most of the docs are gone with the site. -- http://mail.python.org/mailman/listinfo/python-list

Re: sftp with no password from python

2009-01-09 Thread Jorge Mazzonelli
You should try the paramiko package for that (http://www.lag.net/paramiko/) A google search on that package & SFTP got me this example: http://commandline.org.uk/python/sftp-python/ Cheers Jorge On Fri, Jan 9, 2009 at 1:20 PM, loial wrote: > On 8 Jan, 18:49, Mike Hjorleifsson wrote:

Getting function and args from generator objects

2008-11-05 Thread Rui Jorge Rei
Hi, I have been searching for a way to fetch the originating function object from a generator. I would also like to get all the arguments and keyword arguments that were used when calling the function that created the generator. I checked the inspect module, but it doesn't seem to provide that dat

Re: IDE on the level of Eclipse or DEVc++?

2008-06-25 Thread Jorge Godoy
ion, including keyboard shortcuts. -- Jorge Godoy <[EMAIL PROTECTED]> -- http://mail.python.org/mailman/listinfo/python-list

Re: IDE on the level of Eclipse or DEVc++?

2008-06-25 Thread Jorge Godoy
to Emacs all the time. Eclipse is too heavy, NetBeans has a poor support, Eric is too "mousy"... -- Jorge Godoy <[EMAIL PROTECTED]> -- http://mail.python.org/mailman/listinfo/python-list

Re: Apache2 + Python WITHOUT mod_pytho

2008-06-25 Thread Jorge Godoy
around for your distribution. -- Jorge Godoy <[EMAIL PROTECTED]> -- http://mail.python.org/mailman/listinfo/python-list

Re: Organizing a Python project

2008-05-19 Thread Jorge Godoy
>> __init__.py, and the parent of 'myproject' didn't contain such a >> file). Evidently this is not the case, but it seems like it could be a >> useful feature in these situations. Eggs would solve that as well. They would behave like any other installed "lib

Re: config files in python

2008-05-06 Thread Jorge Vargas
On Tue, May 6, 2008 at 4:33 AM, M.-A. Lemburg <[EMAIL PROTECTED]> wrote: > > On 2008-05-06 01:16, Matimus wrote: > > > On May 4, 11:35 pm, sandipm <[EMAIL PROTECTED]> wrote: > > > > > Hi, > > > In my application, I have some configurable information which is used > > > by different processes. curr

Re: config files in python

2008-05-05 Thread Jorge Vargas
On Tue, May 6, 2008 at 2:00 AM, sandipm <[EMAIL PROTECTED]> wrote: > > here I would like to have python file which read conf from text file > and load those params in current process space. > so only importing that python file should read up the conf file and > load the current process with co

Re: about bsddb module

2008-05-04 Thread Jorge Godoy
cocobear wrote: > On 5月3日, 下午7时17分, cocobear <[EMAIL PROTECTED]> wrote: >> How to deal with multiple databases in an file. I want to get the >> content of several databases. (...) > Anybody can help me? I believe you can only have one database per file with the Python abstraction... But you c

  1   2   3   4   5   >