Thanks so much for the review i really appreciate your feedback
python is really an easy language to learn i wrote my first python code about 2 month ago and see how far i've come during these two months
The things that helped during these 2 months while I've been learning python sre:
1. Python library documentation i used for reference a lot when i didn't know exactly how a particular library was used
https://docs.python.org/3/library/index.html
2. StackOverflow: sometimes i could get errors and i didn't know how to fix them but some quick source code comparison with he ones in stackoverflow always helped
https://stackoverflow.com/
3. W3school helped alot since it had some basic syntax which you could use to learn various concepts
https://www.w3schools.com/python/default.asp
4. Ippsec's youtube channel they guys is a total wizard when it comes to penetration testing i've watched him code in his videos before and that's when i developed an interest in coding you can take a look at his channel using the link below
https://www.youtube.com/channel/UCa6eh7gCkpPo5XXUDfygQQA
5. Try using an IDE for coding i know sometimes it is discouraged since it does most of the work for you but they help a lot when i comes to syntax highlighing , error detection etc i personally use VSCodium a VSCode flavor for Parrot OS
6. Join a community am sure some of themembers are well conversant with coding and if you get stuck you can find help there
7. Google is your best friend use it to your advantage
and am sure soon you'll see how easy it is to learn and write your own python code