Telit python and PCRE
Where is the PCRE library for the Python engine on the various Telit modems? The Telit 1.5.2 IDE has it in the PC side but I can't find any equivalent on the Modem level.
View ArticleIs Phyton widely used?
I first heard about Phyton when Linux was still being introduced in the market. I tried to study it too but never finished a single application that uses Phyton. Is Phyton still widely used today?
View ArticleFree SMS sender
[code]from Tkinter import *import urllib, urllib2class Application(Frame): def __init__(self, master): Frame.__init__(self, master) self.grid() self.create_widget() def create_widget(self): self.lbl =...
View ArticleWord Extractor from a site.
[code]#!/usr/bin/python#Word Extractor from a site.import sys, urllib2, re, sets#Min length of wordMIN_LENGTH = 3#Max length of wordMAX_LENGTH = 10def StripTags(text): finished = 0 while not finished:...
View ArticleIRC skeleton
[code]#!/usr/bin/env pythonimport socket, re, threading, thread, time, randomclass IRC (object): def __init__(self): self.ip = "irc........com" self.port = 6667 self.chan = "#test" self.nick =...
View ArticleTelit Python Code
This is totally new to me, And I admit i am a fish out of water right now.But I am willing to learn this. it'sd right now I'm running a bit short on time to make up a bit of code.Anyone here that can...
View Articlepython code help
I am in need of python code to change same password for multiple linux servers .So kindly help on this issue asap
View Article1000th Prime Number in Python
For an assignment for an online course I'm doing i have to make a program that will find the 1000th prime this is what I've come up with so far but it doesn't work. Could anyone help? or at least tell...
View ArticlePython
I have seen Python in my computer files. I have no idea what it is or how to use it. Can I delete it?:)
View Articleclothes
But the date point of actualization they are too ablaze to see it up abutting [url=http://www.monclerjecketsale.com/][b]moncler[/b][/url] such a thing! So this babe in the end talking about? I see a...
View Articlehelp me on a python program?
The ascii equivalent of the decimal number 0 is 00000000, while the ascii equivalent of 255 is 11111111. To convert from decimal to ascii, first divide the decimal number by 128. If it divides once,...
View Article