Skip to content

Web-developer and sysadmin notes

How to become a programmer and start making money on web-development

Курсы веб программирования для начинающих
  • Онлайн курс программирования – создание сайта с нуля на Django
  • Веб-разработка
    • Python
    • Django
    • JavaScript
    • GIT
    • Верстка
  • Уроки Django
  • Windows
    • Командная строка Windows
    • Терминальный сервер
    • Windows Server 2003
    • Windows Server 2008 R2
    • Windows Server 2012
    • Windows XP
    • Windows 8
  • Linux
    • Linux shell
    • Samba
  • Виртуализация
    • KVM hypervisor
    • Hyper-V
    • Virtual PC
    • vmware
  • Оборудование
    • Мониторинг
    • Сеть
    • Router
    • RAID

Tag: URL

How to add parameters to the URL string in Python

What to do if you want to pass values of parameters intto an URL string? Suppose you need to get the URL like this:

http://127.0.0.1:5000/data?key=xxxx&secret=xxxx

In Python, how can you add the variables to a URL? Continue reading How to add parameters to the URL string in Python

Posted on 29.07.201629.07.2016Categories PythonLeave a comment on How to add parameters to the URL string in Python
  • English English