776 links
  • Shared Bookmarks
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
5 results tagged python x
  • thumbnail
    Install Multiple Python Versions on Linux | by David Littlefield | Level Up Coding

    git clone https://github.com/pyenv/pyenv.git ~/.pyenv

    install dependencies:

    sudo apt-get install --yes libssl-dev zlib1g-dev libbz2-dev libreadline-dev libsqlite3-dev llvm libncurses5-dev libncursesw5-dev xz-utils tk-dev libgdbm-dev lzma lzma-dev tcl-dev libxml2-dev libxmlsec1-dev libffi-dev liblzma-dev wget curl make build-essential python-openssl

    in ~/.zshrc:

    ## Pyenv environment variables                            
    export PYENV_ROOT="$HOME/.pyenv"                          
    export PATH="$PYENV_ROOT/bin:$PATH"# Pyenv initialization 
    if command -v pyenv 1>/dev/null 2>&1; then                
      eval "$(pyenv init -)"                                  
    fi

    install a python version:

    pyenv install <python_version>

    cd ~/my/dir/
    my/dir $ pyenv local 3.8.6 # will pull python3.8.6 for the local directory                                                   
    October 29, 2021 at 12:25:54 PM UTC - permalink -
    QRCode
    - https://levelup.gitconnected.com/install-multiple-python-versions-on-linux-8bd6d301d78c
    python manager version
  • thumbnail
    How we found Unintended bypass to exploiting entire CyberThreatForce discord server | by Muhammad Faqih Jihan Insani | Jul, 2021 | Medium
    July 7, 2021 at 10:12:22 AM UTC * - permalink -
    QRCode
    - https://hanasuru.medium.com/how-we-found-unintended-bypass-to-exploiting-entire-cyberthreatforce-discord-server-d93951b9efab
    cyberthreatforce ctf writeup discord bot rce python jail
  • thumbnail
    GitHub - miyakogi/pyppeteer: Headless chrome/chromium automation library (unofficial port of puppeteer)
    April 15, 2020 at 2:38:09 PM UTC - permalink -
    QRCode
    - https://github.com/miyakogi/pyppeteer
    python pyppeteer headless chromium browser
  • thumbnail
    Intro to Web3.py · Ethereum For Python Developers | Dapp University
    November 24, 2019 at 12:53:27 PM UTC - permalink -
    QRCode
    - https://www.dappuniversity.com/articles/web3-py-intro
    etherum blockchain python web3 smart contracts contract
  • thumbnail
    Speed Up Your Python Program With Concurrency – Real Python
    October 10, 2019 at 2:31:39 PM UTC - permalink -
    QRCode
    - https://realpython.com/python-concurrency/
    python multitasking multithreading multiprocessing asyncio thread threading process processing parallel paralellism benchmark python3
Links per page: 20 50 100
Shaarli - The personal, minimalist, super fast, database-free, bookmarking service by the Shaarli community - Help/documentation