4337 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
◄Older
page 3 / 5
Newer►
97 results tagged python x
  • thumbnail
    GitHub - davidhalter/jedi-vim: Using the jedi autocompletion library for VIM.
    22 avril 2020 à 08:39:53 UTC+2 - permalink - archive.org - https://github.com/davidhalter/jedi-vim
    python vim
  • thumbnail
    How to Make a Discord Bot in Python – Real Python
    21 avril 2020 à 16:33:00 UTC+2 - permalink - archive.org - https://realpython.com/how-to-make-a-discord-bot-python/#using-utility-functions
    bot discord python
  • thumbnail
    Speed Up Your Python Program With Concurrency – Real Python
    21 avril 2020 à 15:05:46 UTC+2 - permalink - archive.org - https://realpython.com/python-concurrency/#synchronous-version
    async await cpu python thread
  • thumbnail
    GitHub - containrrr/watchtower: A process for automating Docker container base image updates.

    un container qui va update les autres containers si une image plus récente a été trouvée (stop, rm, pull, recreate)
    Pratique sur serveur perso pour les choses qui tournent en latest
    Implémentation en Go, il y a le pendant python ici : https://github.com/pyouroboros/ouroboros

    11 avril 2020 à 11:32:56 UTC+2 - permalink - archive.org - https://github.com/containrrr/watchtower
    auto docker go python update
  • Note:

    datetime.date.today().strftime("%Y-%m-%d")
    datetime.datetime.now().strftime("%Y-%m-%d %H:%M")

    24 mars 2020 à 11:27:50 UTC+1 * - permalink - archive.org - https://links.infomee.fr/?Aw6ttQ
    date python
  • Pluralsight Tech Blog | Porting Flask to FastAPI for ML Model Serving
    26 décembre 2019 à 19:02:53 UTC+1 * - permalink - archive.org - https://www.pluralsight.com/tech-blog/porting-flask-to-fastapi-for-ml-model-serving/
    ds python
  • thumbnail
    Using Python Threading and Returning Multiple Results (Tutorial) | Shane Lynn
    18 octobre 2019 à 10:05:31 UTC+2 - permalink - archive.org - https://www.shanelynn.ie/using-python-threading-for-multiple-results-queue/
    python thread
  • thumbnail
    GitHub - MichaelAquilina/zsh-autoswitch-virtualenv: 🐍 ZSH plugin to automatically switch python virtualenvs and Pipenvs as you move between directories
    10 octobre 2019 à 10:53:05 UTC+2 - permalink - archive.org - https://github.com/MichaelAquilina/zsh-autoswitch-virtualenv
    plugin python venv
  • thumbnail
    GitHub - jkehler/awslambda-psycopg2
    2 septembre 2019 à 11:05:19 UTC+2 * - permalink - archive.org - https://github.com/jkehler/awslambda-psycopg2
    aws lambda postgresql psycopg2 python
  • Writing a Kubernetes Operator in Python without frameworks and SDK

    simple example on how to write a kubernetes operator

    16 août 2019 à 16:26:20 UTC+2 - permalink - archive.org - https://medium.com/flant-com/kubernetes-operator-in-python-451f2d2e33f3
    k8s operator python
  • thumbnail
    AWS re:Invent 2014 | (DEV307) Introduction to Version 3 of the AWS SDK for Python (Boto) - YouTube
    12 mai 2019 à 20:30:08 UTC+2 - permalink - archive.org - https://www.youtube.com/watch?v=Cb2czfCV4Dg
    aws boto3 python
  • thumbnail
    Project Jupyter | Home
    19 avril 2019 à 10:06:29 UTC+2 - permalink - archive.org - https://jupyter.org/
    notebook python wiki
  • Convert cURL command syntax to Python requests, Node.js, R, PHP and Go code

    via pierrick

    19 novembre 2018 à 14:23:53 UTC+1 - permalink - archive.org - https://curl.trillworks.com/
    curl python requests
  • thumbnail
    PyMySQL · PyPI
    25 septembre 2018 à 13:49:37 UTC+2 - permalink - archive.org - https://pypi.org/project/PyMySQL/
    mysql python
  • How to use *args and **kwargs in Python - SaltyCrane Blog
    18 septembre 2018 à 15:07:27 UTC+2 - permalink - archive.org - https://www.saltycrane.com/blog/2008/01/how-to-use-args-and-kwargs-in-python/
    args function kwargs python
  • Note: Python log tee

    pour ne pas bufferiser l'ouput d'un script python et avoir le résultat en direct dans un | tee -a :
    python -u script.py | tee -a mon.log

    13 septembre 2018 à 16:52:12 UTC+2 - permalink - archive.org - https://links.infomee.fr/?F1LIUA
    python tee
  • thumbnail
    GitHub - TheAlgorithms/Python: All Algorithms implemented in Python
    28 juin 2018 à 13:56:01 UTC+2 - permalink - archive.org - https://github.com/TheAlgorithms/Python
    algo code python
  • Python-programming-exercises/100+ Python challenging programming exercises.txt at master · zhiwehu/Python-programming-exercises · GitHub
    28 mai 2018 à 09:25:38 UTC+2 - permalink - archive.org - https://github.com/zhiwehu/Python-programming-exercises/blob/master/100%2B%20Python%20challenging%20programming%20exercises.txt
    algo code dev python
  • Quickstart — Requests 2.18.4 documentation

    Good to know because it hurts me so bad:
    When doing a put/post request with requests library, if the response is a redirect, request do the request again BUT with GET method...

    -,-

    11 janvier 2018 à 10:58:59 UTC+1 - permalink - archive.org - http://docs.python-requests.org/en/master/user/quickstart/#redirection-and-history
    python redirect requests
  • Note: python SimpleHTTPServer

    python -m SimpleHTTPServer 8000

    python -m http.server 8000

    28 novembre 2017 à 11:56:32 UTC+1 * - permalink - archive.org - https://links.infomee.fr/?rAuVpg
    http python
Links per page: 20 50 100
◄Older
page 3 / 5
Newer►
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation