Search
Translate / Traduci
-
Available even in U.S.A. Support Gioorgi Editorial Board
June 2023 M T W T F S S 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 Gioorgi EverGreen
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 clojure, clojure script, functional programming, haskell, python, scala, Software
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…
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 python, ruby
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 python, sql, sqlserver
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 python, Software
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 dreampie, python, soap
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 erlang, functional programming, python
Comments Off on Python functional programming