Shaare your links...
26502 links
Liens en vrac de sebsauvage Home Login RSS Feed ATOM Feed Tag cloud Picture wall Daily
Links per page: 20 50 100
◄Older
page 1 / 14
264 results for tags python x
  • shiv 🔪 — shiv documentation
    2021: Comment packager des applications Python pour le déploiement.
    Fri Apr 16 11:16:52 2021
    https://shiv.readthedocs.io/en/latest/
    astuces python
  • Why decorators in Python are pure genius | by Rhea Moutafis | Mar, 2021 | Towards Data Science
    Tutoriel sur les décorateurs en Python.
    Mon Mar 22 08:52:52 2021
    https://towardsdatascience.com/why-decorators-in-python-are-pure-genius-1e812949a81e
    programmation python tutoriel
  • Adoption
    « Une meute de développeurs Python ayant repéré un jeune développeur éloigné de son troupeau, prêt à se jeter sur lui pour le convertir. »
    ^^
    Tue Feb 16 08:40:11 2021
    https://www.monkeyuser.com/2021/adoption/
    fun programmation python
  • Numba: A High Performance Python Compiler
    wooo.. je note ça. C'est un compilateur JIT qui utilise LLVM pour accélérer les programmes Python. Pas besoin de grosses modifs à apporter au code Python: Juste un import et quelques annotations de méthodes. Et ça peut même exploiter les GPU !
    Thu Feb 4 08:04:55 2021
    https://numba.pydata.org/
    LogicielLibre python
  • Python dĂ©passe Java en popularitĂ© selon l’indice TIOBE de novembre - LinuxFr.org
    Je pose ça là.
    Sat Nov 7 17:32:51 2020
    https://linuxfr.org/news/python-depasse-java-en-popularite-selon-l-indice-tiobe-de-novembre
    python
  • PySimpleGUI
    Sous le coude comme alternative Ă  Tkinter (le kit de GUI standard de Python).
    Mon Sep 14 13:42:42 2020
    http://www.miamondo.org/blog/mon-retour-d-experience-avec-pysimplegui.html
    python
  • Python 2.7 Reaches End of Life After 20 Years of Development
    Ah oui: Depuis le 1er janvier ce cette année, Python 2.7 n'est officiellement plus maintenu !
    Fri Jan 3 21:22:14 2020
    https://www.bleepingcomputer.com/news/software/python-27-reaches-end-of-life-after-20-years-of-development/
    python
  • wtfpython/README.md at master · satwikkansal/wtfpython · GitHub
    Les incohérences de Python.
    Mon Dec 23 10:24:36 2019
    https://github.com/satwikkansal/wtfpython/blob/master/README.md
    python
  • Python 3 [L.Pointal]
    Je note ce site car il possède 2 cheatsheets excellentes sur Python 3 (liens PDF directs):
    https://perso.limsi.fr/pointal/_media/python:cours:mementopython3.pdf
    https://perso.limsi.fr/pointal/_media/python:cours:abregepython.pdf
    Thu Nov 7 11:14:08 2019
    https://perso.limsi.fr/pointal/python:accueil
    python reference
  • MinTOTP - TOTP in 30 lines of Python
    Oh c'est cool.  Une lib de TOTP en 30 lignes de Python.
    (J'avais écrit un petit texte explicatif et un exemple de formulaire de login en PHP qui utilise TOTP: https://sebsauvage.net/wiki/doku.php?id=totp)
    Thu Aug 29 14:12:42 2019
    https://github.com/susam/mintotp
    cryptographie python sécurité
  • imgur.com thumbnail
    [Python] main()
    Ok ça m'a fait marrer :-D
    (via Sam&Max)
    (copie lĂ : https://framapiaf.s3.framasoft.org/framapiaf/media_attachments/files/004/163/185/original/e0b36208f1e00f01.jpg )
    Tue Jul 23 11:30:21 2019
    https://imgur.com/zZzZ252
    fun programmation python
  • Gregory Szorc's Digital Home | Building Standalone Python Applications with PyOxidizer
    Sam&Max me signalent l'existence de PyOxidizer (https://github.com/indygreg/PyOxidizer), un outils pour packager les applications Python sous forme de simple exécutable.
    (C'est un problème récurrent en Python qui n'a jamais trouvé de solution pérenne.)
    Wed Jun 26 09:53:00 2019
    https://gregoryszorc.com/blog/2019/06/24/building-standalone-python-applications-with-pyoxidizer/
    python
  • Python basics: Objects have two stringifying methods: __repr__ to show to developers, __str__ for civilians. · @sam_et_max sur Twitter
    C'est plus clair en le disant:
    « Python basics: Objects have two stringifying methods: __repr__ to show to developers, __str__ for civilians. »
    (via Sam&Max)
    Wed Feb 20 08:20:06 2019
    https://twitter.com/nedbat/status/1097506366544064512
    astuces python
  • Comprehensive Python Cheatsheet
    Une cheatsheet assez complète sur Python.
    (via http://warriordudimanche.net/article921/comprehensive-python-cheatsheet)
    Mon Feb 4 21:48:44 2019
    https://github.com/gto76/python-cheatsheet
    python reference
  • DĂ©buter avec Python en 2019
    Sous le coude.
    Mon Jan 28 09:42:44 2019
    https://bersace.cae.li/conseils-python-2019.html
    python TLDR
  • Trier un CSV de 5 Go | Sam & Max
    Mon May 14 12:36:55 2018
    http://sametmax.com/trier-un-csv-de-5-go/
    programmation python
  • What is Nuitka | Nuitka Home
    Woao... un logiciel qui convertit les programme Python en C (lié à la lib libpython). Permet de gagner en performances, et de faire un exécutable autonome.
    Mon May 14 11:53:12 2018
    http://nuitka.net/pages/overview.html
    python
  • Python est le langage de programmation le plus populaire sur Stack Overflow
    Python est très populaire.
    Tue Sep 12 08:40:16 2017
    http://www.blog-nouvelles-technologies.fr/116841/python-langage-programmation-plus-populaire-stack-overflow/
    python
  • TeachCraft : Minecraft + Python
    « Learn to program Python within a multiplayer world we all know and love, Minecraft! »
    Wed Jul 26 08:06:26 2017
    https://teachcraft.net/
    minecraft python
  • The key differences between Python 2.7.x and Python 3.x with examples
    Les principales différences entre Python 2 et Python 3.
    Mon May 8 16:54:09 2017
    http://sebastianraschka.com/Articles/2014_python_2_3_key_diff.html
    programmation python
Links per page: 20 50 100
◄Older
page 1 / 14
Shaarli 0.0.41 beta - 2021-03-02 - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by idleman.fr. I'm on Mastodon.