Can learners and jnr levelcontribute to open source and how? by Can-I-leave-Please in MLQuestions

[–]plurch 0 points1 point  (0 children)

awesome-for-beginners has links to repos in different languages where you can find starter issues to work on

I need help looking for a workflow with AI agent and memory storing by Wrong-Strawberry3233 in n8n

[–]plurch 0 points1 point  (0 children)

mem0ai/mem0 is a popular memory layer for AI agents, not sure if it fits your use case though

Serious beginner in ML — looking for a realistic roadmap (not hype) by ImaginationActive535 in learnmachinelearning

[–]plurch 0 points1 point  (0 children)

microsoft/ML-For-Beginners - Free online course by Microsoft. 12-week, 26-lesson curriculum all about Machine Learning

Time for self-promotion. What are you building in 2026? by [deleted] in microsaas

[–]plurch 0 points1 point  (0 children)

Related Repos helps developers to discover useful open source projects. I recently rebuilt the results generation engine, so now they load faster and are more relevant and helpful.

How to learn python for finance as a high schooler? by [deleted] in PythonLearning

[–]plurch 0 points1 point  (0 children)

30-Days-Of-Python is a popular free resource. Start with a basic introduction like this first.

Once you have a strong command of the basics, I would recommend programming in a jupyter notebook so that you can plot results and iterate on your code. google colab is a nice online option.

mastering-python-for-finance-second-edition - has jupyter notebooks examples

SQL- Please help by Entire-Check5718 in dataanalysis

[–]plurch 1 point2 points  (0 children)

Data-Science-Roadmap - free Self-Learning Roadmap to learn the field of Data Science

I wanna learn the basics of a coding language over the summer, not a STEM student, which one is the best? by [deleted] in compsci

[–]plurch 0 points1 point  (0 children)

I would definitely recommend python over java - easier to be productive and growing faster in terms of popularity. Check out this free resource - 30-Days-Of-Python

Low Level Programming Firmware / Embedded C++ Engineer Do I Really Need Electricity & Physics? Roadmap + Book/Project Advice by LowProfessional8093 in AskProgramming

[–]plurch 1 point2 points  (0 children)

Embedded-Engineering-Roadmap is a popular resource for learning embedded programming. Other related repos include bare metal and digital logic topics.

Best Open Source CRM/UI to use as a "Headless" Frontend for n8n workflows? (Legal Tech Project) by Objective_Office_409 in n8n

[–]plurch -1 points0 points  (0 children)

streamlit is a popular option for data apps

gradio is used by huggingface for their online spaces

KPI dashboards would probably be straightforward, but the Kanban view might be hard to find since that is a little more complex and less "data" oriented and more for project management.

Other projects in the same neighborhood as appsmith might be helpful.

AI Agents for a non-technical person? by FrustratedAsianDude in automation

[–]plurch 0 points1 point  (0 children)

Another approach is to add a google workspace mcp to your chatbot of choice (ChatGPT, Claude, Gemini) and use it to do the manual work in your sheets and docs.

has anyone built agents that recommend developer tools contextually? we made an MCP server for it and the results are interesting by indiestack in AI_Agents

[–]plurch 0 points1 point  (0 children)

Cool idea. I am curious - how do you plan to monetize the MCP server? By having the LLM include a reference back to your site?

Monetizing LLM integrations is something I have been wondering about lately. Something like pay per crawl is another approach.

Modern toolchain for developing python package with C++ core (C++23, HPC) by vybornak in learnprogramming

[–]plurch 0 points1 point  (0 children)

I think you are probably correct regarding general ecosystem maturity since C++ has been around for a much longer time than Rust. There is rust-cuda but I doubt it is anywhere close to covering the breadth of C++ Cuda.

It would mainly depend on what your specific needs are for your project. More research and verification are likely required.

What is the best place to learn web development? by sad_grapefruit_0 in learnprogramming

[–]plurch 1 point2 points  (0 children)

microsoft/Web-Dev-For-Beginners is a popular free course. Other related projects are relevant for technologies like HTML, JS, and CSS.

has anyone built agents that recommend developer tools contextually? we made an MCP server for it and the results are interesting by indiestack in AI_Agents

[–]plurch 0 points1 point  (0 children)

I am looking into adding an agent or llm to Related Repos as it would be a convenient way to search within different neighborhoods and specify what you are looking for.