1410 links
203 private links
  • Liens de WebManiaK
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
◄Older
page 1 / 2
28 results tagged python x
  • thumbnail
    GitHub - vog01r/LockCrypt

    Un petit dépôt sympa contenant un ransomware "gentil" permettant de tester la cybersécurité d'une plateforme.

    March 26, 2025 at 6:38:11 PM GMT+1 * - permalink -
    QRCode
    - https://github.com/vog01r/LockCrypt
    python security
  • thumbnail
    configparser — Configuration file parser — Python 3.12.2 documentation

    Description de la librairie configparser intégrée à Python et permettant de lire des fichiers de configuration (cfg, ini, etc.)

    April 6, 2024 at 9:15:54 AM GMT+2 * - permalink -
    QRCode
    - https://docs.python.org/3/library/configparser.html#quick-start
    python
  • thumbnail
    python - What is 'extra' in pypi dependency? - Stack Overflow

    Une explication sur la syntaxe que l'on voit parfois dans les lignes de commandes pip: en fait, cela sert à installer des dépendances optionnelles. Pratique pour constituer un package modulaire tout en conservant un certain contrôle sur quels modules peuvent être inclus.

    Autres ressources:

    • What do square brackets mean in pip install?
    • How to put extras_require in setup.cfg
    • Specify extras_require with pip install -e
    April 6, 2024 at 9:15:10 AM GMT+2 * - permalink -
    QRCode
    - https://stackoverflow.com/questions/52474931/what-is-extra-in-pypi-dependency
    python
  • thumbnail
    How to Publish an Open-Source Python Package to PyPI – Real Python
    August 17, 2022 at 8:24:41 PM GMT+2 * - permalink -
    QRCode
    - https://realpython.com/pypi-publish-python-package/
    python
  • thumbnail
    javascript - Drag and drop ordering of formset with extra entries - Stack Overflow
    January 23, 2022 at 2:50:47 PM GMT+1 * - permalink -
    QRCode
    - https://stackoverflow.com/questions/1993826/drag-and-drop-ordering-of-formset-with-extra-entries
    javascript django python
  • thumbnail
    BpyTOP: Bashtop Port Written in Python

    Un très joli outil d'analyse de performances d'un ordinateur sous Linux ou MacOS, porté en Python depuis Bash. Belle performance, puisqu'en plus d'être particulièrement agréable à l'oeil, il dispose de nombreuses fonctions interactives, répond aux commandes de la souris et est moins gourmand que son équivalent bash !

    August 29, 2021 at 10:12:16 PM GMT+2 - permalink -
    QRCode
    - https://www.funkyspacemonkey.com/bpytop-bashtop-port-written-in-python
    shell top command python
  • thumbnail
    GitHub - JaidedAI/EasyOCR: Ready-to-use OCR with 40+ languages supported including Chinese, Japanese, Korean and Thai

    Un outil OCR libre en Python, ça se fête !!!

    Via https://sebsauvage.net/links/?qk5yjQ

    July 15, 2020 at 1:14:49 PM GMT+2 - permalink -
    QRCode
    - https://github.com/JaidedAI/EasyOCR
    ocr image python
  • thumbnail
    Python-Markdown — Python-Markdown 3.2.1 documentation

    Une librarie assez simple pour transformer du Markdown en HTML pur via Python 3, sans fioritures.

    February 20, 2020 at 9:00:45 PM GMT+1 - permalink -
    QRCode
    - https://python-markdown.github.io/
    python html markdown
  • thumbnail
    Home Page - WeasyPrint

    Une librarie pour Python 3.5+ permettant de générer un document PDF en se basant sur un fichier HTML et ses feuilles de style CSS.

    February 20, 2020 at 8:41:47 PM GMT+1 - permalink -
    QRCode
    - https://weasyprint.org/
    python html css pdf
  • thumbnail
    Vue.js In A Django Template · vsupalov.com

    Un tutoriel sur l'intégration de Vue.JS à Django

    January 1, 2020 at 3:28:19 PM GMT+1 - permalink -
    QRCode
    - https://vsupalov.com/vue-js-in-django-template/
    python django vuejs javascript
  • Astuce pour mettre à jour pip sur Ubuntu

    D'après le fichier /usr/lib/python3.7/ensurepip/init.py (du module "ensurepip" dont l'utilité est de servir de bootstrap pour les environnements virtuels) aux lignes 61-67:


    def version():
    """
    Returns a string specifying the bundled version of pip.
    """
    wheel_names = glob.glob('/usr/share/python-wheels/pip-*.whl')
    assert len(wheel_names) == 1, wheel_names
    return os.path.basename(wheel_names[0]).split('-')[1]

    On remarque que la version de pip est déterminée par le package wheel situé dans /usr/share/python-wheels.

    Dès lors, il suffit de mettre à jour pip comme suit:

    $ cd ~/
    $ pip3 download pip
    Collecting pip
    Using cached https://files.pythonhosted.org/packages/5c/e0/be401c003291b56efc55aeba6a80ab790d3d4cece2778288d65323009420/pip-19.1.1-py2.py3-none-any.whl
    Saved ./pip-19.1.1-py2.py3-none-any.whl
    Successfully downloaded pip

    $ sudo mv pip-19.1.1-py2.py3-none-any.whl /usr/share/python-wheels
    $ sudo mkdir /usr/share/python-wheels/old
    $ sudo mv /usr/share/python-wheels/pip-9.0.1-py2.py3-none-any.whl /usr/share/python-wheels/old/

    $ cd ~/Projects/MyProject
    $ python3 -m venv venv
    $ source venv/bin/activate
    $ pip --version
    pip 19.1.1

    TADAAAA !!!

    June 26, 2019 at 2:43:00 PM GMT+2 * - permalink -
    QRCode
    - https://powerjpm.info/liens/shaare/pIj0Eg
    python pip update ubuntu
  • thumbnail
    How to upgrade to python 3.7 on ubuntu 18.10 - jcutrer.com

    Une bonne astuce pour gérer plusieurs versions d'un programme (en l'occurrence: Python) sur un même PC sous Ubuntu

    June 26, 2019 at 2:41:40 PM GMT+2 - permalink -
    QRCode
    - https://jcutrer.com/linux/upgrade-python37-ubuntu1810
    ubuntu alternative python
  • thumbnail
    Dynamic form generation | Jacob Kaplan-Moss

    Un beau petit article (bien que pas tout récent) sur la manière de réaliser un formulaire Django dynamique. Cela démontre la manière de rajouter des champs dans un formulaire après son instanciation.

    Autre ressource également intéressante, mais plus axée sur l'ajout dynamique de "copies" de champ d'un même type: https://www.caktusgroup.com/blog/2018/05/07/creating-dynamic-forms-django/

    June 5, 2019 at 8:26:39 PM GMT+2 - permalink -
    QRCode
    - https://jacobian.org/2010/feb/28/dynamic-form-generation/
    django python forms
  • thumbnail
    Python GUI Using Chrome - Nitratine

    Exemple d'implémentation d'une application avec Python comme backend et Eel (module Python) comme frontend

    May 31, 2019 at 9:24:25 PM GMT+2 - permalink -
    QRCode
    - https://nitratine.net/blog/post/python-gui-using-chrome/
    python eel javascript
  • thumbnail
    Building a deployable Python-Electron App – Andy Bulka – Medium

    Exemple d'implémentation d'une application Python agissant comme backend, et d'une application Electron comme frontend.

    May 31, 2019 at 9:22:43 PM GMT+2 - permalink -
    QRCode
    - https://medium.com/@abulka/electron-python-4e8c807bfa5e
    electron python
  • thumbnail
    PyQt5 tutorial 2019: Create a GUI with Python and Qt

    Un tutoriel pour comprendre comment fonctionne PyQt, l'un des générateurs d'interface graphique tournant sous Python.

    Autres ressources ici: https://wiki.python.org/moin/PyQt

    May 31, 2019 at 8:17:25 PM GMT+2 - permalink -
    QRCode
    - https://build-system.fman.io/pyqt5-tutorial
    python pyqt qt5
  • Python Packaging: quelques liens utiles

    Puisque le domaine du packaging de scripts Python pour redistribution est un sujet assez vaste, j'épingle ici les différentes ressources trouvées çà et là qui peuvent aider à la compréhension des options. Je ferai peut-être un billet sur le blog lorsque j'aurai réussi à implémenter quelque chose de stable et fonctionnel.

    • Le guide officiel de Python.org: https://packaging.python.org/
    • Getting started with Python Packages: https://python-packaging-tutorial.readthedocs.io/en/latest/setup_py.html
    • How to package your Python code: https://python-packaging.readthedocs.io/en/latest/
    • An introduction to Python Packages for absolute beginners: https://hackernoon.com/pip-install-abra-cadabra-or-python-packages-for-beginners-33a989834975
    • Un repo Git d'exemple: https://github.com/pypa/sampleproject

    Et bien sûr, un guide pour mettre en place un PyPI privé: https://medium.com/helpshift-engineering/private-python-package-index-with-zero-hassle-6164e3831208

    April 9, 2019 at 7:12:24 PM GMT+2 * - permalink -
    QRCode
    - https://powerjpm.info/liens/shaare/tztanw
    python article development
  • thumbnail
    Getting started with devpi

    Un guide pour se mettre à l'utilisation de devpi comme package index Python en local ou pour une entreprise.

    La documentation de devpi peut être trouvée ici: https://devpi.net/docs/devpi/devpi/latest/+d/index.html

    March 31, 2019 at 10:30:53 AM GMT+2 - permalink -
    QRCode
    - https://stefan.sofa-rockers.org/2017/11/09/getting-started-with-devpi/
    devpi python
  • thumbnail
    A Simple Tutorial on How to document your Python Project using Sphinx and Rinohtype
    March 6, 2019 at 9:29:00 PM GMT+1 - permalink -
    QRCode
    - https://medium.com/@richdayandnight/a-simple-tutorial-on-how-to-document-your-python-project-using-sphinx-and-rinohtype-177c22a15b5b
    python sphinx documentation
  • thumbnail
    The Hitchhiker’s Guide to Python! — The Hitchhiker's Guide to Python

    Une incroyable source d'information sur Python. À ne pas manquer !

    Autre ressource importante (pour le packaging): https://python-packaging-user-guide.readthedocs.io/

    February 27, 2019 at 9:18:56 PM GMT+1 - permalink -
    QRCode
    - https://docs.python-guide.org/
    python documentation development
Links per page: 20 50 100
◄Older
page 1 / 2
Shaarli - The personal, minimalist, super fast, database-free, bookmarking service by the Shaarli community - Help/documentation