Python

Lyle Ekdahl, Group Vice President General Manager, Oracle’s JD Edwards “Substitute your lies for fact I can see right through your plastic mac…” The Who In recent discussions in the board rooms of some ...
Lyle Ekdahl, Group Vice President General Manager, Oracle’s JD Edwards “Substitute your lies for fact I can see right through your plastic mac…” The Who In recent discussions in the board rooms of some of my customers and as discussed in various media outlets from current age Twitter posts to classic... [Read More]
about 2 hours ago
Montréal-Python would like to invite you all to the next Python Project Night, on Thursday, the 30th of May, 2013 at the offices of Caravan. Like on previous nights, it’s an informal meetup where people work on different projects and gen...
Montréal-Python would like to invite you all to the next Python Project Night, on Thursday, the 30th of May, 2013 at the offices of Caravan. Like on previous nights, it’s an informal meetup where people work on different projects and generally mess around with Python code. Everyone is welcome, from the grizzled python hacker to the absolute beginner who just finished their first workshop. We will encourage people to help each other and we will also have dedicated helpers to help people get started. As per usual, beer and pizza are provided, so just bring your laptop computer. If you have any projects you would like to work on, please post them on the mailing list: montrealpython@googlegroups.com. If you don’t have any ideas, don’t worry, we will find you a project that needs help. When: Thursday, May 30th 2013 from 7 PM to 9:30 PM Where: Caravan, 5334 de Gaspé, office #1204 (Montreal) Where to sign up: Please sign up on our Eventbright event We would like to thank for hosting our event!
about 3 hours ago
I'm starting to learn Django and have been reading through the djangobook.com. I am able to get the code running when I come to Chapter 6: The Django Admin Site, but it looks nothing like the well-formed and well-styled screenshot...
I'm starting to learn Django and have been reading through the djangobook.com. I am able to get the code running when I come to Chapter 6: The Django Admin Site, but it looks nothing like the well-formed and well-styled screenshots in the documentation. The text appears ragged and unstyled. Am I missing a CSS stylesheet to make the admin interface line up and get
about 4 hours ago
There's an old saying, if things don't change, they often stay the same. It appears as of last week (post Google's I/O conference) that there has been a change to the Android SDK. If you download the complete Android SDK as of ...
There's an old saying, if things don't change, they often stay the same. It appears as of last week (post Google's I/O conference) that there has been a change to the Android SDK. If you download the complete Android SDK as of 14th May 2013 and later, Google has changed the structure of the SDK such that... [Read More]
about 4 hours ago
A Cryptic Crossword Clue Solver ←Saw this via Twitter.It is a partial crossword solver, because it only helps solve a particular category of crossword clues - those in which the clue (which is usually a sentence or phrase) contains...
A Cryptic Crossword Clue Solver ←Saw this via Twitter.It is a partial crossword solver, because it only helps solve a particular category of crossword clues - those in which the clue (which is usually a sentence or phrase) contains both a "definition" of the answer as well a hint of some kind that leads to the same answer. This solver tries to compute the answer using both the definition and the hint, and checks whether the results match. Ingenious.I found it interesting because this is a somewhat difficult problem, and yet the author managed to create a solution (involving NLTK and parsing) that works in many, if not all cases.Also, long ago, in college days, I had written another kind of partial crossword solver (in BASIC); it was much simpler, using a brute force method - what it did was help solve the kind of crossword clues in which the answer is a permutation of a substring of the characters comprising the clue sentence or phrase. The program would generate and display on the screen, all possible permutations of all possible substrings of the sentence, that were of the same length as the answer. Then you had to view those permutations and guess whether any of them was the right answer, based on the clue.I wrote the permutation-generation code by hand, but saw recently that the Python itertools module has methods to generate permutations (as well as combinations) from sequences:http://docs.python.org/2/library/itertools.htmlhttp://en.m.wikipedia.org/wiki/Permutationhttp://en.wikipedia.org/wiki/Crossword- Vasudev Ramdancingbison.comVasudev Ram
about 5 hours ago
I love the many videos on www.Wimp.com. New ones every day. Today, they had a nice video of the Oracle racing boat. Check this out... http://www.wimp.com/overwater/ [Read More]
I love the many videos on www.Wimp.com. New ones every day. Today, they had a nice video of the Oracle racing boat. Check this out... http://www.wimp.com/overwater/ [Read More]
about 5 hours ago
After taking this MySQL for Database Administrators course, you will be equipped to use all the features of MySQL to get the best out of your Web, Cloud, and embedded applications, whether you work with the command line or graphical tool...
After taking this MySQL for Database Administrators course, you will be equipped to use all the features of MySQL to get the best out of your Web, Cloud, and embedded applications, whether you work with the command line or graphical tools such as MySQL Workbench and MySQL Enterprise Monitor, whether your application... [Read More]
about 9 hours ago
Normal 0 false false false EN-US X-NONE X-NONE MicrosoftInternetExplorer4 ...
Normal 0 false false false EN-US X-NONE X-NONE MicrosoftInternetExplorer4 ... [Read More]
about 9 hours ago
hi guyz! I'm new to django and python, and very new to postgresql. Can u suggest any books or tutorial for postgresql???
hi guyz! I'm new to django and python, and very new to postgresql. Can u suggest any books or tutorial for postgresql???
about 9 hours ago
Hi, I'm migrating to the new static tag in my project, and I ran into a problem, in some places I use variables to get the content, but that doesn't work anymore in django 1.5, is there any way to solve this? Current code:
Hi, I'm migrating to the new static tag in my project, and I ran into a problem, in some places I use variables to get the content, but that doesn't work anymore in django 1.5, is there any way to solve this? Current code:
about 9 hours ago