Switch to English?
Yes
Переключитись на українську?
Так
Переключиться на русскую?
Да
Przełączyć się na polską?
Tak
Post your project for free and start receiving proposals from freelancers within minutes after publication!

Python простейшая программа


Client does not wish to make a prepayment? Payment through Safe helps avoid potential fraud.
  1. 172  
    1 day2 USD

    Здравствуйте, готов сделать ваш заказ за пару часов.
    Могу сделать бесплатно(Важен рейтинг профиля).

  2. 499    45  4
    1 day2 USD

    Готов выполнить проект за несколько минут. Могу сделать бесплатно, за отзыв. Есть опыт работы с языком программирования Python. Готов выслушать Ваши пожелания в ЛС.

  3. 52  
    1 day2 USD

    Выполню качественно и учту ваши пожелания. Сделаю очень быстро. Опыт работы с Python 2.7 и 3 около года
    Telegram: https://t.me/grozahn
    E-mail: [email protected]

  4. 217    8  0
    1 day2 USD

    Добрый день Дмитрий, я представляю команду разработчиков А2-Lab
    Детально изучил ваше описание, заинтересован в работе с вашим проектом
    Как раз есть свободный питон разработчик с низкий рейтом , уровень middle , готовы взяться за реализацию прямо сейчас.
    Пишите, обсудим все детали , и начнём работу

  5. Aleksandr Verbitsky ТОВ "АУТСОРСИНГ ТІМ"
    846    25  1   1
    1 day2 USD

    Здравствуйте, Дмитрий
    100 грн. + отзыв))
    Работаем через сейф, комиссию оплачиваю я.

  6. 76  
    1 day2 USD

    Драствуйте! Имею опыт работы с пайтоном с радостью возьмусь за исполнение!

  7. Another 9 proposals concealed
  1. 63    1  0   1
    1 day10 USD

    Добрый день, готов выполнить, пишите в личку обсудим детали.

    1 proposal concealed
  • Profile deleted
    7 August 2018, 15:26 |

    Здравствуйте. Вот код:
    a = [input() for _ in range(int(input()))] print(a)  

    Вы принуждаете пользователя ввести первой строкой количество записей при этом не ловя Exeption?

  • Profile deleted
    7 August 2018, 18:15 |

    num = 0


    while not num:

        try:

            num = int(input('Введите количество записей: '))

        except ValueError:

            print('Вы ввели не число! Попробуйте снова...')


    l = [input('Введите запись №{}: '.format(i+1)) for i in range(num)]


    print('Список = ', l)

  • Profile deleted
    8 August 2018, 5:16 |

    А если пользователь не знает сколько строк хочет ввести?

    Окончание одиночным нажатием Enter вместо ввода данных

    res, tmp_str = [], input()

    while tmp_str:

        res.append(tmp_str)

        tmp_str = input()

    print(res)


    С Python 3.7.0 еще проще

    res = []

    while str_tmp := input():

        res.append(str_tmp)

    print(res

            


Current freelance projects in the category Python

Creation of a TikTok farm with income generation

602 USD

Looking for a person who can write software for a TikTok farm, so we can generate traffic and earn income. We are seeking a ready-made solution with a full cycle.

PythonBot Development ∙ 16 hours 39 minutes back ∙ 11 proposals

AI Commenting Platform for TikTok and Instagram.

Project Goal Develop a system that allows managing a large number of TikTok and Instagram accounts and automatically posting relevant comments under selected videos using AI. Main Functionality1. Account Management It is necessary to implement the ability to connect accounts:…

AI & Machine LearningPython ∙ 2 days back ∙ 20 proposals

Build a customer classification model

1. There is client data in Mongo/SQL (approximately 20,000 entries with raw data). 2. It is necessary to build features and a classification model of clients into behavioral groups based on this data. 3. The project should be completed in Python.

AI & Machine LearningPython ∙ 3 days 18 hours back ∙ 43 proposals

IT Automation of VAT Reporting

223 USD

It is necessary to develop a system for automating the transfer of sales data from the CRM to the accounting system Wafeq. The system should import bank and payment reports, automatically reconcile payments with invoices, generate invoices for VAT reporting, and minimize manual…

AI & Machine LearningPython ∙ 3 days 23 hours back ∙ 51 proposals

Account reconciliation tool with the bank, cards, and accountant

Technical Assignment: Tool for Reconciling Accounts with Bank, Cards, and AccountantGeneral Goal A local tool (script/small application in Python) is needed, which is manually run once every 1-2 months on my computer and performs reconciliation between: Invoices I issued to…

PythonDesktop Apps ∙ 4 days 11 hours back ∙ 43 proposals

Client
Profile deleted


Project published
7 years back
224 views