Category Archives: Python

Functional Programming In Depth, part II:Python and Scala retrospection

This is the second article on functional programming. In the first one we talked about scala and the type inference system it brings in the Java Way of Life. I played a bit with python functional howto, building a small … Continue reading
Posted in English Content, Italian Content, Programming languages, Python | Tagged , , , , , , | Comments Off on Functional Programming In Depth, part II:Python and Scala retrospection

Python 3 Survival Guide

Python 3 is here, and  we are all friends. Anyway, using it needs a bit of macumba-powers. Let’s acquire this power together…
Posted in Italian Content, Python | Tagged , | 1 Comment

Ruby or Python? Well, it depends…

Inspired by this excellent web post “Ruby or Python? Well, it depends…”, I agree with it at 100%: Ruby or Python? This is the Question! Well it might not be the Question, but it’s a common question for many developers … Continue reading
Posted in English Content, Programming languages, Python, Software | Tagged , | Comments Off on Ruby or Python? Well, it depends…

SQL Server e Python

L’integrazione tra .NET e SQL Server è data per scontata: in questo articolo esploreremo invece  come accedere a SQL Server da Python. Uno dei vantaggi di python è che è un linguaggio molto facile da imparare, con un notevole numero … Continue reading
Posted in Italian Content, Python, Structured Query Language (SQL) | Tagged , , | Comments Off on SQL Server e Python

Python OR-Mapping Tools

http://en.wikipedia.org/wiki/List_of_object-relational_mapping_software#Python
Posted in English Content, Knowledgebase, Python | Tagged , | Comments Off on Python OR-Mapping Tools

Python SOAP Client

Suds is a lightweight SOAP python client for consuming Web Services. It is very nice to use, because of the debugging feature inside. Give it a try: https://fedorahosted.org/suds/ And for testing and playing with it, try out also DreamPie, a … Continue reading
Posted in English Content, Knowledgebase, Python, Software | Tagged , , | Comments Off on Python SOAP Client

Python functional programming

This article is a work in progress: it will be expanded by your comments… Python is a very curios programming languages: it give you classes but also a strong function-oriented environment to play with. So, if you like functional programming … Continue reading
Posted in English Content, Programming languages, Python | Tagged , , | Comments Off on Python functional programming