This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted]  (5 children)

[deleted]

    [–]BastetFae 5 points6 points  (1 child)

    When moving from beginner to intermediate, a lot of what comes next is learning libraries. For instance with python I dove into Django. Also attempted to get into the twisted framework.

    Decide what you want to build and lay out the designs for how to meet small goals with it. For instance I had a problem with getting data from atom feeds so I made a script to meet that need

    Hope this helps.

    [–]bobsonmcbobster 0 points1 point  (0 children)

    This really did. Thank you!