opentemplate - FOSS Python template focused on developer experience, security and SOTA tooling
## What the project does?
opentemplate (https://github.com/open-nudge/opentemplate) is an easy to use, yet comprehensive Python template (single click and single command is more or less all that is needed, use as a GitHub template).
Some features (see the repo for more):
- Truly open source: no tokens, no fees, no premium plans
- Easy: clone templated repo, run pdm setup
- SOTA: best checkers for Python, YAML, Markdown, prose and more
- Secure: SLSA Level 3, SBOMs, attestations and more
- Consistent: all pipelines defined by pyproject.toml
## Target audience
Anyone creating Python projects, tested intensively (including pipelines), especially for a template repository, initial release, but likely mature enough for production
## Comparison
Detailed section provided in the docs (here: https://open-nudge.github.io/opentemplate/latest/template/about/comparison/), but briefly:
- Python-first
- Focused mainly on developer experience
- GitHub only (no external platforms necessary)
- No paid tiers, fully free (some security features are blocked for private repositories, but that is on the GitHub's side and probably for a longer post)
## Final thoughts
Happy to hear feedback and if you find it useful/interesting feel free to share/star, thank you in advance.
PS. Might be slow to respond due to poor internet connection today :(
/r/Python
https://redd.it/1lelh8a
## What the project does?
opentemplate (https://github.com/open-nudge/opentemplate) is an easy to use, yet comprehensive Python template (single click and single command is more or less all that is needed, use as a GitHub template).
Some features (see the repo for more):
- Truly open source: no tokens, no fees, no premium plans
- Easy: clone templated repo, run pdm setup
- SOTA: best checkers for Python, YAML, Markdown, prose and more
- Secure: SLSA Level 3, SBOMs, attestations and more
- Consistent: all pipelines defined by pyproject.toml
## Target audience
Anyone creating Python projects, tested intensively (including pipelines), especially for a template repository, initial release, but likely mature enough for production
## Comparison
Detailed section provided in the docs (here: https://open-nudge.github.io/opentemplate/latest/template/about/comparison/), but briefly:
- Python-first
- Focused mainly on developer experience
- GitHub only (no external platforms necessary)
- No paid tiers, fully free (some security features are blocked for private repositories, but that is on the GitHub's side and probably for a longer post)
## Final thoughts
Happy to hear feedback and if you find it useful/interesting feel free to share/star, thank you in advance.
PS. Might be slow to respond due to poor internet connection today :(
/r/Python
https://redd.it/1lelh8a
GitHub
GitHub - open-nudge/opentemplate: All-in-one Python template. One click. Everything included.
All-in-one Python template. One click. Everything included. - open-nudge/opentemplate
Best YouTube Project-Based Tutorials for Django + DRF + React Full-Stack Apps?
Hey everyone,
I'm currently learning Django and really enjoying it. Now I want to level up by learning Django REST Framework (DRF) and how to connect a Django backend with a React frontend.
I learn best by doing, so I'm looking for solid project-based tutorials on YouTube that walk through building a full-stack app using Django + DRF on the backend and React on the frontend.
If you’ve come across any great resources or playlists that helped you, I’d love to hear about them. Thanks in advance!
/r/djangolearning
https://redd.it/1legcqf
Hey everyone,
I'm currently learning Django and really enjoying it. Now I want to level up by learning Django REST Framework (DRF) and how to connect a Django backend with a React frontend.
I learn best by doing, so I'm looking for solid project-based tutorials on YouTube that walk through building a full-stack app using Django + DRF on the backend and React on the frontend.
If you’ve come across any great resources or playlists that helped you, I’d love to hear about them. Thanks in advance!
/r/djangolearning
https://redd.it/1legcqf
Reddit
From the djangolearning community on Reddit
Explore this post and more from the djangolearning community
Modular apps with Django
Hello all.
I’ve been working for a while with Ruby and Rails.
I will likely work as the only developer on a new project. Since there are few Rubyists were I am, I’m considering Python with Django.
So far, I’ve never really used Django, I read the docs when Django was in version 1.8.
It’s important for me to have a modular architecture with a structure like this:
- module/controllers
- module/templates
- module/models
Possibility the module part could have subdirectories.
I tend to put validation logic in form classes and will consider putting custom SQL queries outside of the model in a queries subdirectory.
When I work on an app, TDD is a requirement, is there an equivalent to Ruby’s RSpec and it’s Selenium counterpart Capybara?
If anyone has good examples of a well structured codebase that is being open source… it would be a welcome contribution.
/r/django
https://redd.it/1leat30
Hello all.
I’ve been working for a while with Ruby and Rails.
I will likely work as the only developer on a new project. Since there are few Rubyists were I am, I’m considering Python with Django.
So far, I’ve never really used Django, I read the docs when Django was in version 1.8.
It’s important for me to have a modular architecture with a structure like this:
- module/controllers
- module/templates
- module/models
Possibility the module part could have subdirectories.
I tend to put validation logic in form classes and will consider putting custom SQL queries outside of the model in a queries subdirectory.
When I work on an app, TDD is a requirement, is there an equivalent to Ruby’s RSpec and it’s Selenium counterpart Capybara?
If anyone has good examples of a well structured codebase that is being open source… it would be a welcome contribution.
/r/django
https://redd.it/1leat30
Reddit
From the django community on Reddit
Explore this post and more from the django community
Can you suggest me good django books?
I like reading documentation but i am on work most of the time, it s not good for me. I read last time django for apis, it was good. I am looking good books so i can downland pdf epub my phone so i can study in work.
/r/django
https://redd.it/1lf5h4t
I like reading documentation but i am on work most of the time, it s not good for me. I read last time django for apis, it was good. I am looking good books so i can downland pdf epub my phone so i can study in work.
/r/django
https://redd.it/1lf5h4t
Reddit
From the django community on Reddit
Explore this post and more from the django community
D Time Series Forecasting with Less Data ?
Hey everyone, I am trying to do a time series sales forecasting of ice-cream sales but I have very less data only of around few months... So in order to get best results out of it, What might be the best approach for time series forecasting ? I've tried several approach like ARMA, SARIMA and so on but the results I got are pretty bad ...as I am new to time series. Can anyone experienced in this give suggestions ? Thank you 🙏
/r/MachineLearning
https://redd.it/1lf72cl
Hey everyone, I am trying to do a time series sales forecasting of ice-cream sales but I have very less data only of around few months... So in order to get best results out of it, What might be the best approach for time series forecasting ? I've tried several approach like ARMA, SARIMA and so on but the results I got are pretty bad ...as I am new to time series. Can anyone experienced in this give suggestions ? Thank you 🙏
/r/MachineLearning
https://redd.it/1lf72cl
Reddit
From the MachineLearning community on Reddit
Explore this post and more from the MachineLearning community
Django + Metronic Tailwind Integration Guide
Hi,
Just dropped a guide for integrating Keenthemes Metronic v9 Tailwind templates with Django.
Sidebar layout + Header layout with full implementations.
The guide: https://keenthemes.com/metronic/tailwind/docs/getting-started/integration/django
Get the code: https://github.com/keenthemes/metronic-tailwind-html-integration
Also working on Flask, Symfony, and Laravel versions. Let me know if there is a specific framework integration you'd love to see next.
/r/django
https://redd.it/1lf4c16
Hi,
Just dropped a guide for integrating Keenthemes Metronic v9 Tailwind templates with Django.
Sidebar layout + Header layout with full implementations.
The guide: https://keenthemes.com/metronic/tailwind/docs/getting-started/integration/django
Get the code: https://github.com/keenthemes/metronic-tailwind-html-integration
Also working on Flask, Symfony, and Laravel versions. Let me know if there is a specific framework integration you'd love to see next.
/r/django
https://redd.it/1lf4c16
@keenthemes
Metronic - Tailwind CSS Django
Integrate Django with the Tailwind CSS based toolkit for developing robust Python web applications with enterprise-grade features.
Thursday Daily Thread: Python Careers, Courses, and Furthering Education!
# Weekly Thread: Professional Use, Jobs, and Education 🏢
Welcome to this week's discussion on Python in the professional world! This is your spot to talk about job hunting, career growth, and educational resources in Python. Please note, this thread is not for recruitment.
---
## How it Works:
1. Career Talk: Discuss using Python in your job, or the job market for Python roles.
2. Education Q&A: Ask or answer questions about Python courses, certifications, and educational resources.
3. Workplace Chat: Share your experiences, challenges, or success stories about using Python professionally.
---
## Guidelines:
- This thread is not for recruitment. For job postings, please see r/PythonJobs or the recruitment thread in the sidebar.
- Keep discussions relevant to Python in the professional and educational context.
---
## Example Topics:
1. Career Paths: What kinds of roles are out there for Python developers?
2. Certifications: Are Python certifications worth it?
3. Course Recommendations: Any good advanced Python courses to recommend?
4. Workplace Tools: What Python libraries are indispensable in your professional work?
5. Interview Tips: What types of Python questions are commonly asked in interviews?
---
Let's help each other grow in our careers and education. Happy discussing! 🌟
/r/Python
https://redd.it/1lewl21
# Weekly Thread: Professional Use, Jobs, and Education 🏢
Welcome to this week's discussion on Python in the professional world! This is your spot to talk about job hunting, career growth, and educational resources in Python. Please note, this thread is not for recruitment.
---
## How it Works:
1. Career Talk: Discuss using Python in your job, or the job market for Python roles.
2. Education Q&A: Ask or answer questions about Python courses, certifications, and educational resources.
3. Workplace Chat: Share your experiences, challenges, or success stories about using Python professionally.
---
## Guidelines:
- This thread is not for recruitment. For job postings, please see r/PythonJobs or the recruitment thread in the sidebar.
- Keep discussions relevant to Python in the professional and educational context.
---
## Example Topics:
1. Career Paths: What kinds of roles are out there for Python developers?
2. Certifications: Are Python certifications worth it?
3. Course Recommendations: Any good advanced Python courses to recommend?
4. Workplace Tools: What Python libraries are indispensable in your professional work?
5. Interview Tips: What types of Python questions are commonly asked in interviews?
---
Let's help each other grow in our careers and education. Happy discussing! 🌟
/r/Python
https://redd.it/1lewl21
Reddit
From the Python community on Reddit
Explore this post and more from the Python community
Design Patterns You Should Unlearn in Python-Part1
Blog Post, no paywall:
Design Patterns You Should Unlearn in Python-Part1
When I first learned Python, I thought mastering design patterns was the key to writing “professional” code.
So I did the approach many others do: searched “design patterns in Python” and followed every Gang of Four tutorial I could find. Singleton? Got it. Builder? Sure. I mimicked all the class diagrams, stacked up abstractions, and felt like I was writing serious code.
Spoiler: I wasn’t.
The truth is, many of these patterns were invented to patch over limitations in languages like Java and C++. Python simply doesn’t have those problems — and trying to force these patterns into Python leads to overengineered, harder-to-read code.
I wrote this post because I kept seeing tutorial after tutorial teaching people the way to “implement design patterns in Python” — and getting it completely wrong. These guides don’t just miss the point — they often actively encourage bad practices that make Python code worse, not better.
This post is Part 1 of a series on design patterns you should unlearn as a Python developer. We’re starting with Singleton and Builder — two patterns that are especially misused.
And no, I won’t just tell you “use a module” or “use default arguments”
/r/Python
https://redd.it/1lfcmky
Blog Post, no paywall:
Design Patterns You Should Unlearn in Python-Part1
When I first learned Python, I thought mastering design patterns was the key to writing “professional” code.
So I did the approach many others do: searched “design patterns in Python” and followed every Gang of Four tutorial I could find. Singleton? Got it. Builder? Sure. I mimicked all the class diagrams, stacked up abstractions, and felt like I was writing serious code.
Spoiler: I wasn’t.
The truth is, many of these patterns were invented to patch over limitations in languages like Java and C++. Python simply doesn’t have those problems — and trying to force these patterns into Python leads to overengineered, harder-to-read code.
I wrote this post because I kept seeing tutorial after tutorial teaching people the way to “implement design patterns in Python” — and getting it completely wrong. These guides don’t just miss the point — they often actively encourage bad practices that make Python code worse, not better.
This post is Part 1 of a series on design patterns you should unlearn as a Python developer. We’re starting with Singleton and Builder — two patterns that are especially misused.
And no, I won’t just tell you “use a module” or “use default arguments”
/r/Python
https://redd.it/1lfcmky
www.lihil.cc
Design Patterns You Should Unlearn in Python-Part1 | Lihil
image-1.jpg
What Python GUI Lib do you like the most?
Do you like...
Tkinter
CustomTkinter
Kivy
Dear PyGUI
PySide/PyQT6
Toga
Edifice
WinUp (Probably haven't heard of it but check it out it's really cool find it **Here**)
Please explain why and which feature you like and dislike!
/r/Python
https://redd.it/1lffudq
Do you like...
Tkinter
CustomTkinter
Kivy
Dear PyGUI
PySide/PyQT6
Toga
Edifice
WinUp (Probably haven't heard of it but check it out it's really cool find it **Here**)
Please explain why and which feature you like and dislike!
/r/Python
https://redd.it/1lffudq
GitHub
GitHub - mebaadwaheed/winup: The repo for the WinUp Library Project.
The repo for the WinUp Library Project. Contribute to mebaadwaheed/winup development by creating an account on GitHub.
Flask + Metronic Tailwind Integration Guide
Hi,
I have created a guide for integrating Keenthemes Metronic v9 Tailwind templates with Flask.
With working code examples, a complete project structure you can use.
Check it out: https://keenthemes.com/metronic/tailwind/docs/getting-started/integration/flask
Get the code: https://github.com/keenthemes/metronic-tailwind-html-integration
Also working on Django, Symfony, and Laravel versions. Let me know if there is a specific framework integration you'd love to see next.
/r/flask
https://redd.it/1lf47ln
Hi,
I have created a guide for integrating Keenthemes Metronic v9 Tailwind templates with Flask.
With working code examples, a complete project structure you can use.
Check it out: https://keenthemes.com/metronic/tailwind/docs/getting-started/integration/flask
Get the code: https://github.com/keenthemes/metronic-tailwind-html-integration
Also working on Django, Symfony, and Laravel versions. Let me know if there is a specific framework integration you'd love to see next.
/r/flask
https://redd.it/1lf47ln
@keenthemes
Metronic - Tailwind CSS Flask
Integrate Flask with the Tailwind CSS based toolkit for efficient backend development.
Modelling Vasculature through BARWs
Hey guys, I need some advice about modelling branching and annihilation random walks (BARWs) in python. I use VS Code for my coding and I'm just a beginner at python. How do people usually model random walks and what are some parameters that people include? Also, there's a lot of math related to branching, growth and termination. How do people usually add ordinary differential equations as boundary conditions and such on python ?
/r/Python
https://redd.it/1lf4djo
Hey guys, I need some advice about modelling branching and annihilation random walks (BARWs) in python. I use VS Code for my coding and I'm just a beginner at python. How do people usually model random walks and what are some parameters that people include? Also, there's a lot of math related to branching, growth and termination. How do people usually add ordinary differential equations as boundary conditions and such on python ?
/r/Python
https://redd.it/1lf4djo
Reddit
From the Python community on Reddit
Explore this post and more from the Python community
Early publish: django-bootyprint
Hey,
this is an early release.
I discovered this week that weasyprint (pdf generation) is capable of flex display. I have a lot of table based layouts for weasyprint, and i thought about a "weasyprint bootstrap" for a long time.
So while i got some spare time this week, i worte BootyPrint a sass css framework for weasyprint that has bootstrap in mind.
Here comes django into play - as a companion, i published django-bootyprint, which is nothing more as a weasyprint renderer with the current version of BootyPrint.
This project will grow in the next days, i'm planning to add simple font loading, as is use this package for my fantasy rpg book creation: https://public.phasesix.org/media/rulebookpdf/bookpdfenlHaGBdw.pdf
Any hint what a pdf rendering library for django could do to make our lifes easier is appreciated!
/r/django
https://redd.it/1lfmnfh
Hey,
this is an early release.
I discovered this week that weasyprint (pdf generation) is capable of flex display. I have a lot of table based layouts for weasyprint, and i thought about a "weasyprint bootstrap" for a long time.
So while i got some spare time this week, i worte BootyPrint a sass css framework for weasyprint that has bootstrap in mind.
Here comes django into play - as a companion, i published django-bootyprint, which is nothing more as a weasyprint renderer with the current version of BootyPrint.
This project will grow in the next days, i'm planning to add simple font loading, as is use this package for my fantasy rpg book creation: https://public.phasesix.org/media/rulebookpdf/bookpdfenlHaGBdw.pdf
Any hint what a pdf rendering library for django could do to make our lifes easier is appreciated!
/r/django
https://redd.it/1lfmnfh
GitHub
GitHub - SvenBroeckling/BootyPrint: A lightweight Bootstrap alternative designed specifically for WeasyPrint. This library provides…
A lightweight Bootstrap alternative designed specifically for WeasyPrint. This library provides a simplified version of Bootstrap's core functionality that works well with WeasyPrint for PD...
P I built a self-hosted Databricks
Hey everone, I'm an ML Engineer who spearheaded the adoption of Databricks at work. I love the agency it affords me because I can own projects end-to-end and do everything in one place.
However, I am sick of the infra overhead and bells and whistles. Now, I am not in a massive org, but there aren't actually that many massive orgs... So many problems can be solved with a simple data pipeline and basic model (e.g. XGBoost.) Not only is there technical overhead, but systems and process overhead; bureaucracy and red-tap significantly slow delivery.
Anyway, I decided to try and address this myself by developing FlintML. Basically, Polars, Delta Lake, unified catalog, Aim experiment tracking, notebook IDE and orchestration (still working on this) fully spun up with Docker Compose.
I'm hoping to get some feedback from this subreddit. I've spent a couple of months developing this and want to know whether I would be wasting time by contuining or if this might actually be useful.
Thanks heaps
/r/MachineLearning
https://redd.it/1lfbq3m
Hey everone, I'm an ML Engineer who spearheaded the adoption of Databricks at work. I love the agency it affords me because I can own projects end-to-end and do everything in one place.
However, I am sick of the infra overhead and bells and whistles. Now, I am not in a massive org, but there aren't actually that many massive orgs... So many problems can be solved with a simple data pipeline and basic model (e.g. XGBoost.) Not only is there technical overhead, but systems and process overhead; bureaucracy and red-tap significantly slow delivery.
Anyway, I decided to try and address this myself by developing FlintML. Basically, Polars, Delta Lake, unified catalog, Aim experiment tracking, notebook IDE and orchestration (still working on this) fully spun up with Docker Compose.
I'm hoping to get some feedback from this subreddit. I've spent a couple of months developing this and want to know whether I would be wasting time by contuining or if this might actually be useful.
Thanks heaps
/r/MachineLearning
https://redd.it/1lfbq3m
GitHub
GitHub - harrystuart/flintml: One-click ML infrastructure for teams that just want to get sh*t done.
One-click ML infrastructure for teams that just want to get sh*t done. - harrystuart/flintml
Friday Daily Thread: r/Python Meta and Free-Talk Fridays
# Weekly Thread: Meta Discussions and Free Talk Friday 🎙️
Welcome to Free Talk Friday on /r/Python! This is the place to discuss the r/Python community (meta discussions), Python news, projects, or anything else Python-related!
## How it Works:
1. Open Mic: Share your thoughts, questions, or anything you'd like related to Python or the community.
2. Community Pulse: Discuss what you feel is working well or what could be improved in the /r/python community.
3. News & Updates: Keep up-to-date with the latest in Python and share any news you find interesting.
## Guidelines:
All topics should be related to Python or the /r/python community.
Be respectful and follow Reddit's Code of Conduct.
## Example Topics:
1. New Python Release: What do you think about the new features in Python 3.11?
2. Community Events: Any Python meetups or webinars coming up?
3. Learning Resources: Found a great Python tutorial? Share it here!
4. Job Market: How has Python impacted your career?
5. Hot Takes: Got a controversial Python opinion? Let's hear it!
6. Community Ideas: Something you'd like to see us do? tell us.
Let's keep the conversation going. Happy discussing! 🌟
/r/Python
https://redd.it/1lfpxzq
# Weekly Thread: Meta Discussions and Free Talk Friday 🎙️
Welcome to Free Talk Friday on /r/Python! This is the place to discuss the r/Python community (meta discussions), Python news, projects, or anything else Python-related!
## How it Works:
1. Open Mic: Share your thoughts, questions, or anything you'd like related to Python or the community.
2. Community Pulse: Discuss what you feel is working well or what could be improved in the /r/python community.
3. News & Updates: Keep up-to-date with the latest in Python and share any news you find interesting.
## Guidelines:
All topics should be related to Python or the /r/python community.
Be respectful and follow Reddit's Code of Conduct.
## Example Topics:
1. New Python Release: What do you think about the new features in Python 3.11?
2. Community Events: Any Python meetups or webinars coming up?
3. Learning Resources: Found a great Python tutorial? Share it here!
4. Job Market: How has Python impacted your career?
5. Hot Takes: Got a controversial Python opinion? Let's hear it!
6. Community Ideas: Something you'd like to see us do? tell us.
Let's keep the conversation going. Happy discussing! 🌟
/r/Python
https://redd.it/1lfpxzq
Redditinc
Reddit Rules
Reddit Rules - Reddit
Django Email
What Email Service Provider do you use for your Django Apps?
Any noticeable pros/cons with using them?
/r/django
https://redd.it/1lfk4xe
What Email Service Provider do you use for your Django Apps?
Any noticeable pros/cons with using them?
/r/django
https://redd.it/1lfk4xe
Reddit
From the django community on Reddit
Explore this post and more from the django community
Build a search engine using Django
I build a search engine using Django and deployed yesterday. My platform vastvids is the only url that’s been added to be scraped so only results from it pop up. I was wondering if you guys could check it out and add your sites to be indexed as well.
URL:
vastwebscraper
/r/django
https://redd.it/1lf7i3j
I build a search engine using Django and deployed yesterday. My platform vastvids is the only url that’s been added to be scraped so only results from it pop up. I was wondering if you guys could check it out and add your sites to be indexed as well.
URL:
vastwebscraper
/r/django
https://redd.it/1lf7i3j
Vastvids
vastvids.com - Home
Social media platform that with plenty new engagement features.
Free University Course: Python
Want a Python course for FREE? 🐍 Here are 5 elite university courses you can start today:
- Harvard’s CS50 Python
- MIT’s Intro to CS with Python
- Stanford’s Programming Methodology
- Michigan’s Python for Everybody
- CMU’s Principles of Computation
/r/Python
https://redd.it/1lflhjk
Want a Python course for FREE? 🐍 Here are 5 elite university courses you can start today:
- Harvard’s CS50 Python
- MIT’s Intro to CS with Python
- Stanford’s Programming Methodology
- Michigan’s Python for Everybody
- CMU’s Principles of Computation
/r/Python
https://redd.it/1lflhjk
Reddit
From the Python community on Reddit
Explore this post and more from the Python community
Best books for learning Django + React
Please tell if any other frontend is more popular for jobs.
/r/djangolearning
https://redd.it/1lfxjq7
Please tell if any other frontend is more popular for jobs.
/r/djangolearning
https://redd.it/1lfxjq7
Reddit
From the djangolearning community on Reddit
Explore this post and more from the djangolearning community
I am new to django
Ok so same as the title , i am new to django but i have some prior experience of backend using node.js . But now i am confused what to do and from where i can go ahead . I have been following a django 10hr lecture video from freecodedamp but now i am confused what to do ahead of it . Also im a pre junior year student so i really need to go in depth for this as i need an internship in this domain .
/r/djangolearning
https://redd.it/1lg1poq
Ok so same as the title , i am new to django but i have some prior experience of backend using node.js . But now i am confused what to do and from where i can go ahead . I have been following a django 10hr lecture video from freecodedamp but now i am confused what to do ahead of it . Also im a pre junior year student so i really need to go in depth for this as i need an internship in this domain .
/r/djangolearning
https://redd.it/1lg1poq
Reddit
From the djangolearning community on Reddit
Explore this post and more from the djangolearning community
Looking for Chemistry Enthusiasts for NeurIPS Open Polymer Prediction 2025 (Kaggle)
Hi everyone,
I'm participating in the NeurIPS - Open Polymer Prediction 2025 competition on Kaggle and looking to team up with folks who have a strong background in chemistry or materials science.
If you're into polymer behavior, molecular properties, or applied ML in materials, this could be a great opportunity to collaborate and learn together.
Drop a comment or DM if you're interested to participate🔬💥
/r/Python
https://redd.it/1lg1m6g
Hi everyone,
I'm participating in the NeurIPS - Open Polymer Prediction 2025 competition on Kaggle and looking to team up with folks who have a strong background in chemistry or materials science.
If you're into polymer behavior, molecular properties, or applied ML in materials, this could be a great opportunity to collaborate and learn together.
Drop a comment or DM if you're interested to participate🔬💥
/r/Python
https://redd.it/1lg1m6g
Kaggle
NeurIPS - Open Polymer Prediction 2025
Predicting polymer properties with machine learning to accelerate sustainable materials research.