Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Print different positions in loop from functions
Post: [split] How to transfer Text from one Word Documen...

Thanks for all your help ! :) ive also looked over the forum with some programming friends, here is one solution i especialy like: def function_1(): return "Hello Sir", "Hello You", "Hello Mam",...
konsular General Coding Help 5 2,651 Oct-16-2019, 07:53 PM
    Thread: Print different positions in loop from functions
Post: RE: Print different positions in loop from functio...

Thanks for the quick response! Maybe i have been a bit confusing with my code **blush** The numbers after "hello" and "bye" are only there to create different strings in the list. This should make ...
konsular General Coding Help 5 2,651 Oct-16-2019, 07:00 PM
    Thread: Print different positions in loop from functions
Post: Print different positions in loop from functions

Hello there dear community, ive been tinkering with some "for loops" and "functions" lately. Here is my code and result: #no edit wanted def function_1(): return "Hello1", "Hello2", "Hello3", "H...
konsular General Coding Help 5 2,651 Oct-16-2019, 06:40 PM
    Thread: with input remove a string from the list
Post: RE: with input remove a string from the list

thanks a lot! especialy your explanation helped my a lot buran!
konsular General Coding Help 3 2,519 Oct-12-2019, 09:25 AM
    Thread: with input remove a string from the list
Post: with input remove a string from the list

Hello, i cant quite figure why this code doesnt work **wall** friends = ["Kevin", "Karen", "jim", "Oscar", "Toby"] variable = input("Delete Kevin? ") if variable = yes: friends.remove("Kevin")...
konsular General Coding Help 3 2,519 Oct-12-2019, 09:11 AM
    Thread: How to transfer Text from one Word Document to anouther
Post: RE: How to transfer Text from one Word Document to...

Yes im eager to learn a lot of the basics. im currently halfway through this video https://youtu.be/rfscVS0vtbw though i dont feel i would learn a lot there because its only explained once and i don...
konsular General Coding Help 11 4,326 Oct-09-2019, 03:21 PM
    Thread: How to transfer Text from one Word Document to anouther
Post: RE: How to transfer Text from one Word Document to...

Thanks for all your help so far! im mainly using this user guide https://buildmedia.readthedocs.org/media...n-docx.pdf i cant find your command source_docx.tables there. if i want to search for a...
konsular General Coding Help 11 4,326 Oct-08-2019, 07:25 PM
    Thread: How to transfer Text from one Word Document to anouther
Post: RE: How to transfer Text from one Word Document to...

Thanks for your reply! do you have a source where this commmands get explained? is this in "vanilla" python or in docx? i will try out the code and then reply accourdingly. as im full time worker th...
konsular General Coding Help 11 4,326 Oct-08-2019, 05:06 PM
    Thread: How to transfer Text from one Word Document to anouther
Post: RE: How to transfer Text from one Word Document to...

I have anonimized and added Document A and Document B some text needs to be transfered from Document A to Document B as an example i have marked the date Document A was created and the place where t...
konsular General Coding Help 11 4,326 Oct-08-2019, 04:29 PM
    Thread: How to transfer Text from one Word Document to anouther
Post: RE: How to transfer Text from one Word Document to...

(Oct-08-2019, 03:45 PM)buran Wrote: without seeing actual source document it's hard to suggest anything. Is the format always the same? Also probably RegEx would help Can i include an word document ...
konsular General Coding Help 11 4,326 Oct-08-2019, 03:56 PM
    Thread: How to transfer Text from one Word Document to anouther
Post: How to transfer Text from one Word Document to ano...

Hello there, im a python newcomer and i decided to make the following my first python project. Im a state official from Germany and i help disabled people there as an administrator. We of course have...
konsular General Coding Help 11 4,326 Oct-08-2019, 03:36 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020