Jump to content

Search the Community

Showing results for tags 'pytho'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Programowanie
    • Java
    • C++
    • C
    • Assembler
    • .NET Framework
    • Delphi / Pascal
    • Objective-C
    • Swift
    • Rust
    • Go
    • D
    • Visual Basic
    • Inne jezyki programowania
  • Języki skryptowe
    • JavaScript
    • PHP
    • Python
    • Ruby
    • Perl
    • Lua
    • VBScript
    • Programy wsadowe i shell
    • Inne języki skryptowe
  • Programowanie funkcyjne
    • Haskell
    • Lisp
  • Bazy danych
    • SQL i bazy danych
    • NoSQL nierelacyjne bazy danych
    • ABAP
    • Visual FoxPro
  • Projektowanie i inżynieria oprogramowania
    • Algorytmy i struktury danych
    • Inżynieria oprogramowania
    • Projektowanie UI i UX
    • Reverse engineering
  • Projektowanie stron internetowych
    • HTML, XHTML i XML
    • CSS
    • Optymalizacja SEO
    • Inne
  • Praca, edukacja i kariera
    • Oferty pracy
    • Zlecenia
    • Kariera
    • Edukacja
    • Szkolenia i konferencje
    • Biznes i prawo
    • Magazyn Programista
  • Projekty
    • Moje projekty
    • Mam pomysł na...
    • Konkursy
  • Hardware i software
    • Projektowanie i programowanie elektroniki
    • Hardware i software
    • Sieci komputerowe i Internet
  • Forum
    • Ogłoszenia, uwagi i sugestie
    • Społeczność
    • Off Topic
    • Giełda

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Website

Found 2 results

  1. Hej, mam problem z tym żeby zapisać losowo wygenerowane wartości w postaci listy do plików .txt które są zapisane w określonej lokalizacji. Nie wiem jak to połączyć z zapisem żeby działało. Może ktoś pomoże🙃? Poniżej kod który po wyprintowaniu zwraca randomowe wartości w plikach z tego folderu ale nie chce mi tych wartości do tych plików zapisać. folder_patch = r"C:\Users\User\Desktop\Nowy folder" for txt_files in os.listdir(folder_patch): if txt_files.endswith(".txt"): with open(os.path.join(folder_patch,txt_files)) as file: lines = file.readlines() random_numb = random.uniform(1,2) random_numb_a = random.uniform(1,2) random_numb_b = random.uniform(1,2) coma_def = round(random_numb, 3) string = str(coma_def) lines[0] = string coma_def = round(random_numb_a, 3) string = str(coma_def) lines[1] = string coma_def = round(random_numb_b, 3) string = str(coma_def) lines[2] = string print(lines) for txt_files in os.listdir(folder_patch): # nie działa zapis do plików if txt_files.endswith(".txt"): with open(txt_files, "w") as file: file.writelines(lines)
  2. Senior QA Engineer - Nr ref. (85/02) Kraków Job description We are looking for a Senior Quality Assurance (QA) Engineer to develop and execute exploratory tests as well as automated tests in order to ensure product quality. As a Senior QA Engineer you will estimate, plan and coordinate testing activities. You will also ensure that quality issues and defects are appropriately identified, documented, tracked and resolved in our defect tracking system. For more information or to apply, please contact Joanna Kempińska joanna.kempinska[at]infolet.pl Requirements Proven working experience in software quality assurance Strong knowledge of software QA methodologies, tools and processes Experience in writing clear, concise and comprehensive test plans and test cases Hands-on experience with automated testing tools Knowledge of large scale, distributed systems and best practices for testing in such environ ments Solid knowledge of SQL and scripting (Python, PHP or others) Experience working in an Agile/Scrum development process Additional requirements Experience with performance and/or security testing Background in software development Familiarity with advertising concepts and terminology Our offer Competitive salary Stock options Health benefits Weekly office lunches Multisport package Choose your workstation (Mac/PC, Windows/Linux/OSX) Fully equipped PS4 Refrigerator stocked with goodies
×
×
  • Create New...