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.
    April 22, 2020 at 8:39:53 AM GMT+2 - permalink - archive.org - https://github.com/davidhalter/jedi-vim
    python vim
  • thumbnail
    How to Make a Discord Bot in Python – Real Python
    April 21, 2020 at 4:33:00 PM GMT+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
    April 21, 2020 at 3:05:46 PM GMT+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

    April 11, 2020 at 11:32:56 AM GMT+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")

    March 24, 2020 at 11:27:50 AM GMT+1 * - permalink - archive.org - https://links.infomee.fr/?Aw6ttQ
    date python
  • Pluralsight Tech Blog | Porting Flask to FastAPI for ML Model Serving
    December 26, 2019 at 7:02:53 PM GMT+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
    October 18, 2019 at 10:05:31 AM GMT+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
    October 10, 2019 at 10:53:05 AM GMT+2 - permalink - archive.org - https://github.com/MichaelAquilina/zsh-autoswitch-virtualenv
    plugin python venv
  • thumbnail
    GitHub - jkehler/awslambda-psycopg2
    September 2, 2019 at 11:05:19 AM GMT+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

    August 16, 2019 at 4:26:20 PM GMT+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
    May 12, 2019 at 8:30:08 PM GMT+2 - permalink - archive.org - https://www.youtube.com/watch?v=Cb2czfCV4Dg
    aws boto3 python
  • thumbnail
    Project Jupyter | Home
    April 19, 2019 at 10:06:29 AM GMT+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

    November 19, 2018 at 2:23:53 PM GMT+1 - permalink - archive.org - https://curl.trillworks.com/
    curl python requests
  • thumbnail
    PyMySQL · PyPI
    September 25, 2018 at 1:49:37 PM GMT+2 - permalink - archive.org - https://pypi.org/project/PyMySQL/
    mysql python
  • How to use *args and **kwargs in Python - SaltyCrane Blog
    September 18, 2018 at 3:07:27 PM GMT+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

    September 13, 2018 at 4:52:12 PM GMT+2 - permalink - archive.org - https://links.infomee.fr/?F1LIUA
    python tee
  • thumbnail
    GitHub - TheAlgorithms/Python: All Algorithms implemented in Python
    June 28, 2018 at 1:56:01 PM GMT+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
    May 28, 2018 at 9:25:38 AM GMT+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...

    -,-

    January 11, 2018 at 10:58:59 AM GMT+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

    November 28, 2017 at 11:56:32 AM GMT+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