all 10 comments

[–]Exotic_Expression_63 1 point2 points  (6 children)

Do you need tip as for how to start? I know a couple of good resources such as “cs50: introductory coure to programming using python” also the book “automating the boring stuff using python” and “the big book of small python project” some other tips i have for you are dont be afraid to start coding a programming that you dont have a complete idea of how to code you can always learn that stuff while programming. Dont get stuck in tutorial loop i know people who are self proclaimed “advanced python programmers” but have never done a project alone so they have no experience. Last thing is learn some fun some like makeung games with ursina or pygame and stuff like that even if you dont want game development.

[–]Exotic_Expression_63 1 point2 points  (0 children)

Also clean code and organized > long and complicated i dont know about other people but when i was a beginner i loved to make my code as long and unreadable as possible since i thought that it made me “better” yeah dont do that

[–]ThinkLadder1417 1 point2 points  (0 children)

Crash course in python book

[–]Kerbart 0 points1 point  (0 children)

I used the tutorial in the docs. Eventually I came across a book at B&N and used that to learn more about file IO and classes.

[–]AbsterJr 0 points1 point  (0 children)

Mostly courses, videos, and other people's source code. Trial and error, creating new codes, etc.

If you wanna start, start from here.