[ANN] Simlified Chinese version of Python 3 Cheat Sheet

2019-10-07 Thread laurent . pointal
Hello, Thanks to Vivodo Lio (from Beijing, China), the Python 3 cheat Sheet (Mémento Python 3) is now available in Simplified Chinese (also already in french, english, deutsche, and hungarian). See at https://perso.limsi.fr/pointal/python:memento It is still free to download, transform,

forcallpy: embed Python, call Python scripts within Fortran programs

2018-09-05 Thread Laurent Pointal
Hello, Here is an announce for people with main Fortran programs who need to call Python scripts and do not want to start another process each time. Forcallpy embeds the Python interpreter in your Fortran program and makes scalars or one dimensional arrays of numbers easy to transmit between

Update to Python 3 Cheat Sheet

2017-01-30 Thread Laurent Pointal via Python-announce-list
Hi, I updated the cheat sheet on the aesthetic side. Parts bloc and their title are now more easily identified with colors (but its nice with B printing too). French and german versions have also been updated. See https://perso.limsi.fr/pointal/python:memento A+ L.Pointal. --

[ANN] Python 3 Cheat Sheet v2.0

2015-11-02 Thread Laurent Pointal via Python-announce-list
Hello, I just updated my one recto-verso sheet Python 3 Cheat Sheet https://perso.limsi.fr/pointal/python:memento Many modifications and enhancements (bytes, literal ints, assignment complement, conversion tricks, cleaning sequences indexing, complement on boolean logic, modules

[ANN] treetaggerwrapper V2 - Wrapper for TreeTagger

2015-09-22 Thread Laurent Pointal
/treetaggerwrapper/ … ?) Doc: http://treetaggerwrapper.readthedocs.org/ Project: https://perso.limsi.fr/pointal/dev:treetaggerwrapper About TreeTagger: http://www.cis.uni-muenchen.de/~schmid/tools/TreeTagger/ A+ Laurent Pointal -- https://mail.python.org/mailman/listinfo/python-announce-list

[ANN] treetaggerwrapper V2 - Wrapper for TreeTagger

2015-09-22 Thread Laurent Pointal
/treetaggerwrapper/ … ?) Doc: http://treetaggerwrapper.readthedocs.org/ Project: https://perso.limsi.fr/pointal/dev:treetaggerwrapper About TreeTagger: http://www.cis.uni-muenchen.de/~schmid/tools/TreeTagger/ A+ Laurent Pointal -- https://mail.python.org/mailman/listinfo/python-announce-list Support

[ANN] bbrecorder - a black box handler for logs

2015-09-21 Thread Laurent Pointal
Hello, I'm please to annouce the availability of bbrecorder module and its BlackBoxHandler logging handler for Python 3 (tested on 3.4). This logging handler manage caching of last N log records in memory until they are needed — and then generate them using standard common Python logging

[ANN] floatrange - a range() for floats

2015-09-21 Thread Laurent Pointal
is Python2 and Python3 compatible. PyPI: https://pypi.python.org/pypi/floatrange/ Doc: http://floatrange.readthedocs.org/ Project: https://perso.limsi.fr/pointal/python:floatrange Float arithmetic: https://docs.python.org/3/tutorial/floatingpoint.html A+ Laurent Pointal. -- https://mail.python.o

[ANN] osc4py3 - Open Sound Control package for Python 3

2015-09-21 Thread Laurent Pointal
://pypi.python.org/pypi/osc4py3 Doc: http://osc4py3.readthedocs.org/ Project: https://perso.limsi.fr/pointal/dev:osc4py3 About OSC: opensoundcontrol.org A+ Laurent Pointal -- https://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http

New version of (french) Une introduction à Python 3

2013-04-05 Thread Laurent Pointal
Hello, a new version of B.Cordeau book, for which i was invited to participate, is now online here: http://perso.limsi.fr/pointal/_media/python:cours:courspython3.pdf This (french) book is for people intending to learn Python as first programming language. A+ L.Pointal. -- Laurent POINTAL

Update to Python 3 Cheat Sheet for students

2013-01-02 Thread Laurent Pointal
. The (longer) Python 3.2 reference card is here: http://perso.limsi.fr/pointal/python:abrege -- Laurent POINTAL - laurent.poin...@laposte.net -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http://www.python.org/psf/donations/

Updated version of Python 3 cheat sheet

2012-09-03 Thread Laurent Pointal
Hello, My Python3 cheat sheet for students leaning programming has been lightly updated to 1.2.0 (added loop control keywords). See http://perso.limsi.fr/pointal/python:memento French and english versions available. A+ Laurent -- Laurent POINTAL - laurent.poin...@laposte.net -- http

Mémento Python 3

2012-05-31 Thread Laurent Pointal
Hello, Here is an announce for a Mémento Python 3 (in French - English version will come later). It targets students learning basics of algorithmic and programming, some remarks are related to common errors we can see in practical courses. It dont cover object oriented programming.

[ANN] Abrégé Dense Python 3.1 in english

2010-11-10 Thread Laurent Pointal
Hello, I'm pleased to announce the translation of the quick reference for Python 3.1 in english. It is a one recto-verso page filled with language basics and advanced constructions. Web page for all versions and source document download: http://perso.limsi.fr/pointal/python:abrege Direct

ANN: PQRC - Python Quick Reference Card - v 0.55

2006-05-31 Thread Laurent Pointal
The Python Quick Reference Card (PQRC) aims to provide a printable quick reference documentation for the Python language and some of its main standard libraries (currently for Python 2.4). PQRC tries to group informations about same/similar subject to avoid searching in multiple places. It is