Resources

  • Online lessons for python coding
    • Beginners: FutureLearn - Getting Started with Python
      • Pros:
        • Free lessons
        • Simple and easy-to-learn instruction
        • 1-2 months of lessons
        • Provides online resources including a textbook
      • Cons:
        • Requires FutureLearn account
    • Data analysis: freeCodeCamp.org - Data Analysis with Python Course
      • Pros:
        • Free lessons
        • Ranges from beginner-level to intermediate-level skills
        • Easy to access (Available on YouTube)
        • No restrictions on length of study
        • Provides online resources in website and video descriptions
      • Cons:
        • Lengthy videos lasting 1-2 hours
        • Requires downloading Jupyter Notebook
        • Cannot submit homework since the course is no longer live
  • Project ideas for developing python coding skills

It can also be a good idea to browse through online forums and learn from more experienced programmers when you're stuck!  Comment what you think of the resources listed above, and/or comment if you have any suggestions for future resources!

1 comment:

  1. wow... That is a quality time I spent on your site and that is most worth spending. This article is worth reading & quite good information. If any of the Engineering Students are looking for a project I found this site in the internet Takeoff edu group is the company name there site is python mini projects which is providing the best assistances to students regarding the projects

    ReplyDelete

LLM Part 2: Encoding

Welcome to Part 2 of building your own large language model! Part 1 was about breaking down your input text into smaller subwords. (tokeniza...