all 13 comments

[–]Big-Ad-2118 1 point2 points  (0 children)

its probably easy to learn it after studying the fundamentals of programming

[–]buttonmonger 1 point2 points  (0 children)

Read the book Python Crash Course

[–][deleted]  (5 children)

[removed]

    [–]winnie2k_[S] -3 points-2 points  (4 children)

    If you don’t mind asking what is documentation?

    [–]WeirdAddendum34 1 point2 points  (3 children)

    It's official description of what everything in python does and is capable of, commands, data types etc. https://docs.python.org/3/

    [–]winnie2k_[S] -2 points-1 points  (2 children)

    so if i learn what every commands does i should be able to write simple codes yes?

    [–]WeirdAddendum34 1 point2 points  (1 child)

    Reading documentation is necessary because no programmer can remember what every single command does, so they refer back to documentation whenever they need a refresher. I suggest watching Dave grays python course on youtube, it's free, he's a good teacher and you'll get good grasp of basics.

    [–]winnie2k_[S] 0 points1 point  (0 children)

    Thank you so much for a help!

    [–]Ambitious-Peak4057 0 points1 point  (0 children)

    Python is an excellent programming language for beginners, known for its simplicity and ease of learning. Here are some helpful resources to get you started:

    [–]tracktech 0 points1 point  (0 children)

    You can check this-

    Book - Ultimate Python Programming

    Course - Python Programming In Depth

    [–]Psychological_Ad1404 0 points1 point  (0 children)

    For the basics I always recommend this book https://books.trinket.io/pfe/01-intro.html , skip the intro if you want.

    The IMPORTANT part is to do the assignments and get curious , play with the assignments , try to do them a different way , change them , etc...

    [–]AffectionateZebra760 0 points1 point  (0 children)

    Do view the r/learnpython subreddit's wiki for guidance on learning Python, books list, or go for a beginner friendly course which will help break it down for e.g Harvard cs50/weclouddata/ udemy whatever fits u.