Differences

This shows you the differences between two versions of the page.

Link to this comparison view

python [2018/09/15 12:21]
python [2022/04/16 12:23] (current)
Line 1: Line 1:
 +===== ToDo =====
 +
 +  * https://code.google.com/p/googlecl/issues/detail?id=573&sort=-id&colspec=ID%20Type%20Stars%20Status%20Priority%20Milestone%20Owner%20Summary# AutH SecuritY
 +  * http://forum.meego.com/showthread.php?t=5310
 +  * http://khertan.net/python_sdist_maemo# DeB
 +  * http://qt-project.org/wiki/Packaging_PySide_applications_on_Windows# GuI
 +  * http://www.pyinstaller.org/
 +  * http://stackoverflow.com/questions/5060522/bundling-multiple-python-modules
 +  * http://thp.io/2011/pyside-android/# AndroiD [[qt]]
 +  * https://bugzilla.gnome.org/show_bug.cgi?id=703169
 +  * http://stackoverflow.com/questions/1364173/stopping-python-using-ctrlc
 +  * https://sourceforge.net/p/dblatex/bugs/127/#
 +  * https://github.com/fofix/fofix#
 +
 +
 +===== ReferencE =====
 +
 +  * http://learnpythonthehardway.org/book/intro.html# LearN
 +  * https://gto76.github.io/python-cheatsheet/
 +  * http://www.diveintopython3.net/
 +  * http://diveintopython.org/toc/index.html : # [[Copyleft]] [[Book]]
 +    * isbn:1590593561
 +    * isbn:2-84177-089-3 # [[French]]
 +  * http://docs.python.org/lib/genindex.html # Python # [[API]]
 +  * http://kafka.fr.free.fr/articles/index.html#Initiation # [[French]]
 +  * http://stackoverflow.com/questions/2921847/what-does-the-star-operator-mean-in-python# OperatoR
 +  * https://www.dealabs.com/bons-plans/le-cours-complet-de-python-3-debutant-a-avance-gratuit-en-anglais-dematerialise-1473485#
 +  * https://www.askpython.com/python/python-yield-examples# GeneratoR YielD
 +  * https://stackoverflow.com/questions/231767/what-does-the-yield-keyword-do
 +  * https://fr.wikipedia.org/wiki/Yield_(instruction)
 +
 +
 +===== LEARN =====
 +
 +  * https://learnxinyminutes.com/docs/python/
 +  * https://docs.python.org/3/glossary.html
 +  * https://docs.python.org/3/
 +  * https://github.com/pamoroso/free-python-books# 
 +
 +==== HelloWorld ====
 +
 +  $ sudo apt-get install python
 +  $ echo "print 'hello world @ http://rzr.online.fr/q/Python' " > /tmp/hello.py
 +  $ python /tmp/hello.py
 +  hello world @ http://rzr.online.fr/q/Python
 +
 +
 +==== Packaging ====
 +
 +  * https://packaging.python.org/tutorials/packaging-projects/
 +  * https://the-hitchhikers-guide-to-packaging.readthedocs.io/en/latest/quickstart.html
 +  * https://www.w3schools.com/python/python_modules.asp
 +  * https://docs.python.org/3/tutorial/modules.html
 +  * https://www.learnpython.org/en/Modules_and_Packages#
 +  * https://autopilot-docs.readthedocs.io/en/latest/license_list.html#
 +  * https://antonz.org/python-packaging/# ToDo 2021
 +
 +==== Testing ====
 +
 +  * https://devguide.python.org/runtests/#
 +  * https://coverage.readthedocs.io/en/coverage-5.5/
 +
 +
 +
 +==== Read ====
 +
 +  * https://inforef.be/swi/download/apprendre_python3_5.pdf
 +===== calc =====
 +
 + print "%x" % 262144
 +
 +
 +===== [[dpkg]] ======
 +
 +  * https://wiki.ubuntu.com/MeetingLogs/openweekhardy/PythonPackaging
 +
 +  * [[Podcast]]
 +
 +@tag : [[PVR]] [[free.fr]]
 +
 +  * http://manatlan.online.fr/fricorder.php
 +
 +  svn co svn://philfifi.yi.org:/fricorder/trunk fricorder_dev
 +
 +  * http://boisson.homeip.net/installation.html
 +  * http://forum.ubuntu-fr.org/viewtopic.php?id=22614&p=26
 +  * http://www.mythtv.org/wiki/index.php/FreeBox
 +
 +[[Build]] :
 +  * https://sourceforge.net/tracker/?func=detail&atid=537004&aid=1792232&group_id=73177
 +  * http://twistedmatrix.com/trac/ticket/2698  
 +  * http://bhearsum.blogspot.com/2006/10/new-buildbot-patch.html
 +
 +
 +PackaginG :
 +
 +  * https://wiki.debian.org/Python/Packaging
 +  * https://github.com/ksiazkowicz/orphilia-dropbox/wiki
 +
 +
 +===== Bug =====
 +
 +  dpkg force "overwriting local files"
 +  * https://bugs.launchpad.net/ubuntu/+source/python-central/+bug/291262
 +
 +  overwrite-local=1 
 +
 +
 +===== Qt / SOFTWARE =====
 +
 +  * http://bugs.pyside.org/show_bug.cgi?id=1000
 +  * http://qt-project.org/wiki/Connecting_QML_Signals_in_PySide
 +  * http://eric-ide.python-projects.org/eric-screenshots.html
 +  * http://soft.proindependent.com/qtiplot.html
 +  * http://qt-apps.org/content/show.php/calibre?content=80846
 +  * https://github.com/khertan/KhtSimpleText# QmL
 +
 +  * http://www.qtrac.eu/pyqtbook.html# [[Qt]]
 +  * http://www.commandprompt.com/community/pyqt/# [[Qt]]
 +  * http://www.cs.washington.edu/research/projects/urbansim/books/pyqt-book.pdf
 +
 +
 +===== USAGE =====
 +
 +  python -m SimpleHTTPServer # httpd
 +  
 +
 +MisC: 
 +
 +  * http://stackoverflow.com/questions/1623039/python-debugging-tips# DebuG
 +
 +
 +===== Software =====
 +
 +  * https://bitbucket.org/scons/scons/commits/38b0c56f96b6948dd07675d727e99728fb167238# ScoN BuilD
 +  * https://bitbucket.org/scons/scons/pull-requests/387
 +  * https://bitbucket.org/scons/scons/wiki/Notes
 +  * https://xon.sh/# ShEll
 +  * https://python-poetry.org/docs/# DepS
 +  * https://gitlab.gnome.org/GNOME/gnome-schedule#
 +  * https://trypyramid.com/#
 +
 +
 +===== MISC =====
 +
 +  * http://solipsis.netofpeers.net/wiki2/index.php/Peer-to-Peer_Algorithms
 +  * http://sourceforge.net/tracker/index.php?func=detail&aid=1573834&group_id=17434&atid=367434# GnuPlot
 +  * http://google-opensource.blogspot.com/2009/06/introducing-android-scripting.html# [[Android]]
 +  * http://progdupeu.pl/articles/34/dropbox-a-des-fuites# DropBox ReverseEngeneering
 +  * https://jakevdp.github.io/blog/2014/05/09/why-python-is-slow/# PerF
 +  * http://benkurtovic.com/2014/06/01/obfuscating-hello-world.html# ReverseEngeneering
 +  * https://github.com/ProgVal/Limnoria/pull/1128# StrinG
 +  * http://xmodulo.com/embed-python-code-in-c.html# LangC
 +  * https://www.python.org/dev/peps/pep-0008/#indentation ConventioN
 +  * https://github.com/DoNck/rhfd/blob/master/rhfd.py
 +  * https://github.com/brython-dev/brython# WeB
 +  * https://kivy.org/#home ApP
 +  * https://sneklang.org/# EmbeddeD
 +  * https://pypi.org/project/black/
 +  * https://wiki.debian.org/Python/LibraryStyleGuide# DpkG
 +
 +
 +
 +===== MORE =====
 +
 +@TaG: ScripT [[qt]] [[Programming]] [[Lang]] [[Script]] QmL 
 +
 +{{http://www.vanille.de/images/python.png}}
 +
 +{{https://a.desktopprassets.com/wallpapers/3e384c31ba9aa35de5790b8b5e4eb432cdc8b1f3/preview_zen_of_python_wallpaper.png}}
 +
  
python.txt ยท Last modified: 2022/04/16 12:23 (external edit)
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki