alfredodinapoli.wordpress.com
Humbly simple F# Maybe monad application scenario | Web life between Python and lambda calculus
https://alfredodinapoli.wordpress.com/2012/04/02/humbly-simple-f-maybe-monad-application-scenario
Web life between Python and lambda calculus. Simple is better than complex. Humbly simple F# Maybe monad application scenario. I won’t turn this article in another spammish claim about monads and functional programming. If you are interested in digging inside it, from a theoretical point of view, I suggest you start here. Good programmers would throw an exception, that will be captured at run-time somewhere, leading to a code that we know very well, and that’s not so beautiful to look at:. Monads and F# ...
distillatodipython.blogspot.com
Distillato di Python: Configurazione di Python tramite pyenv: livello locale
http://distillatodipython.blogspot.com/2013/12/configurazione-python-con-pyenv-livello-locale.html
Da assaporare a piccoli sorsi. Giovedì 12 dicembre 2013. Configurazione di Python tramite pyenv: livello locale. In questo post continuiamo la chiacchierata iniziata in quello precedente. Parlando della configurazione di Python tramite pyenv a livello locale. Questo vuol dire che le impostazioni locali prevalgono su quelle globali, tenetelo sempre a mente. Per impostare Python a livello locale. Si usa il comando. Pyenv local 2.7.6. Che ad esempio imposta Python 2.7.6 per la directory corrente. Se volete ...
alfredodinapoli.wordpress.com
About me | Web life between Python and lambda calculus
https://alfredodinapoli.wordpress.com/info
Web life between Python and lambda calculus. Simple is better than complex. My name is Alfredo and I’m a 24 y.o. student at “Università degli Studi Roma Tre”. I’m a Mac user since December, 2007 and I’m in love with Clojure and Python. I’m the author of the clj3D. Check out my personal website at www.alfredodinapoli.com. 14 thoughts on “ About me. 8 dicembre 2008 alle 7:27 pm. Bello ho anch’io aperto di recente un blog su python: http:/ www.pythonhacks.blogspot.com. Ti va uno scambio di link? 17 novembre...
alfredodinapoli.wordpress.com
Setting up a simple Mogre Application in F# | Web life between Python and lambda calculus
https://alfredodinapoli.wordpress.com/2012/02/28/setting-up-a-simple-mogre-application-in-f
Web life between Python and lambda calculus. Simple is better than complex. Setting up a simple Mogre Application in F#. Game engine panorama is pretty crowded. There are open source ones, commercial ones and so on. Ogre. Is properly defined as an. 8220;Open Source 3D Graphics Engine”. Which means that it is at a lower level than a fully-fledged Game Engine. You can use Ogre for 3D rendering and assemble your homemade Game Engine picking up other useful library, for example OpenAL. Cool, it worked! Open ...
alfredodinapoli.wordpress.com
Programming & Deployment workflow with XCode and Qt 4.7 | Web life between Python and lambda calculus
https://alfredodinapoli.wordpress.com/2011/12/29/programming-deployment-workflow-with-xcode-and-qt-4-7
Web life between Python and lambda calculus. Simple is better than complex. Programming and Deployment workflow with XCode and Qt 4.7. This is just a mental note. If you want to develop Qt Applications using XCode, this is the quickest way to achieve it:. Create a new project with QtCreator. Inside your new project folder create an XCode project scaffolder with:. Qmake -spec macx-xcode *project-name*.pro. Open the .xcodeproj with XCode 3, or XCode 4 will crash. Code, Compile, Build as usually. PYTHON HAC...
alfredodinapoli.wordpress.com
Functional Reactive Programming kick-starter guide | Web life between Python and lambda calculus
https://alfredodinapoli.wordpress.com/2011/12/24/functional-reactive-programming-kick-starter-guide
Web life between Python and lambda calculus. Simple is better than complex. Functional Reactive Programming kick-starter guide. Recently I’ve been wondering about making a simple game in Haskell (one of many attempt to realize something playable). I’ve been caught by Game Entity System, a sort of Architectural Pattern to develop game logic (read an excellent introduction here. And more important, how it can be useful to me? Functional Reactive Programming in a nutshell. For having provided the only libra...
distillatodipython.blogspot.com
Distillato di Python: Risorse Python: aggiornamento 6 - Tkinter
http://distillatodipython.blogspot.com/2013/12/risorse-python-update6-tkinter.html
Da assaporare a piccoli sorsi. Lunedì 16 dicembre 2013. Risorse Python: aggiornamento 6 - Tkinter. Sesto aggiornamento per la pagina Risorse Python. Del blog interamente dedicato a Tkinter. L'interfaccia Python standard a Tk, il toolkit per interfacce utente grafiche (GUI). Guide, tutorial e reference per Tkinter di cui oltre la metà sono in italiano, le prime nella lista, e tutte comunque liberamente scaricabili/consultabili in rete. Si parla di: Blog. Iscriviti a: Commenti sul post (Atom). He has been ...
distillatodipython.blogspot.com
Distillato di Python: Contatti
http://distillatodipython.blogspot.com/p/contatti_27.html
Da assaporare a piccoli sorsi. Iscriviti a: Post (Atom). Eseguire comando "date" dentro crontab. Python: inviare una email usando un server SMTP. Python: inviare una email usando un server SMTP. Visto nel Web – 264. Presto che ho anche altro da fare –il mio piccolo contributo che con quello di tanti altri, spero, può fermare l’aspirante Silvio pallido e squallido. Inta. Grazie, scusa per l'ignoranza ma sto ancora imparando il modulo e sono spaesato [image: glasses-nerdy]. The Mouse Vs. The Python. During...
distillatodipython.blogspot.com
Distillato di Python: Risorse Python: aggiornamento 8 - differenze Python 2.x/3.x
http://distillatodipython.blogspot.com/2013/12/risorse-python-update8-differenze-python2to3.html
Da assaporare a piccoli sorsi. Lunedì 30 dicembre 2013. Risorse Python: aggiornamento 8 - differenze Python 2.x/3.x. Nell'ottavo aggiornamento della pagina Risorse Python. Del blog ho inserito link a materiale sulle differenze tra Python 2.x e 3.x. Uno dei problemi che lo sviluppatore Python prima o poi si trova ad affrontare nell'attuale fase di transizione fra le due versioni. Aggiornamenti anche per la sezione Esempi di codice. Si parla di: Blog. Iscriviti a: Commenti sul post (Atom). This week we wel...