Python Forum
How to transfer Text from one Word Document to anouther - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: How to transfer Text from one Word Document to anouther (/thread-21649.html)

Pages: 1 2


RE: How to transfer Text from one Word Document to anouther - konsular - Oct-09-2019

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 dont have any tasks or tests to repeatedly complete to learn a function in python. Would you have any advice for gaining experience in python like recommending a site/course ect.?

I would also appreciate if you could give me advice on how to learn object ouriented programming


RE: How to transfer Text from one Word Document to anouther - buran - Oct-09-2019

I don't have personal favorite for course/site. Maybe the official tutorial for beginners is good start: https://docs.python.org/3/tutorial/index.html
Also we have some tutorials on our site.
There are also many threads that discuss books/courses - just search. e.g. a recent one https://python-forum.io/Thread-Is-there-a-coding-course-for-newbies

(Oct-09-2019, 03:21 PM)konsular Wrote: i dont have any tasks or tests
actually the fact that you have real problem you want to solve is the best case - i.e. in my opinion when you research to complete a project that really affect you/your work is most stimulating