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 day3 USD

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

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

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

  6. 96  
    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

Development of software with AI

It is necessary to develop software for automatic detection, capturing, and tracking of an object using a video camera and a rotating mechanism.Output data: Video camera with optics. Rotating device on two axes (azimuth/elevation angle). Servomotors controlled via Modbus…

AI & Machine LearningPython ∙ 6 hours 29 minutes back ∙ 9 proposals

Technical Specification for Refinement of AI Bot for Generating Personalized Songs

TECHNICAL TASK FOR IMPROVING THE AI PERSONAL SONG GENERATOR BOTMAIN GOAL Create a stable premium product that: generates the highest quality personal songs; does not fabricate facts about the client; works stably under load; is easily scalable; allows for analysis and…

PythonBot Development ∙ 7 hours 34 minutes back ∙ 22 proposals

Excel Specialist / Process Automation (Excel + preferably programming)

We are looking for a specialist with ADVANCED knowledge of Excel to optimize the existing file and automate processes. It will be a great advantage if you also have programming skills / VBA / Power Query / Power Automate or experience in creating complex logic in Excel. Project…

PythonDatabases & SQL ∙ 10 hours 33 minutes back ∙ 28 proposals

Automation of processes through API and Python

Below I described the current process and the result I would like to achieve. I also attach files of the real process to better understand how it looks in reality Current process Currently, the entire process is performed manually: uploading/downloading files, transferring…

AI & Machine LearningPython ∙ 11 hours 34 minutes back ∙ 36 proposals

A bot needs to be created in Telegram for subscription payment.

45 USD

A bot needs to be created in Telegram where users can subscribe for access to the webcams located in the yard. Organize payment for two types of subscriptions (monthly and daily) in the bot. The bot should automatically check the payment and then provide access links.

PythonBot Development ∙ 1 day back ∙ 74 proposals

Client
Profile deleted


Project published
7 years back
224 views