Pyrefly now has built-in support for Pydantic
Pyrefly (Github) now includes built-in support for Pydantic, a popular Python library for data validation and parsing.
The only other type checker that has special support for Pydantic is Mypy, via a plugin. Pyrefly has implemented most of the special behavior from the Mypy plugin directly in the type checker.
This means that users of Pyrefly can have provide improved static type checking and IDE integration when working on Pydantic models.
Supported features include:
- Immutable fields with ConfigDict
- Strict vs Non-Strict Field Validation
- Extra Fields in Pydantic Models
- Field constraints
- Root models
- Alias validation
The integration is also documented on both the Pyrefly and Pydantic docs.
/r/Python
https://redd.it/1pdbw37
Pyrefly (Github) now includes built-in support for Pydantic, a popular Python library for data validation and parsing.
The only other type checker that has special support for Pydantic is Mypy, via a plugin. Pyrefly has implemented most of the special behavior from the Mypy plugin directly in the type checker.
This means that users of Pyrefly can have provide improved static type checking and IDE integration when working on Pydantic models.
Supported features include:
- Immutable fields with ConfigDict
- Strict vs Non-Strict Field Validation
- Extra Fields in Pydantic Models
- Field constraints
- Root models
- Alias validation
The integration is also documented on both the Pyrefly and Pydantic docs.
/r/Python
https://redd.it/1pdbw37
pyrefly.org
Pyrefly: A Fast Python Type Checker and Language Server | Pyrefly
JustHTML: A pure Python HTML5 parser that just works.
Hi all! I just released a new HTML5 parser that I'm really proud of. Happy to get any feedback on how to improve it from the python community on Reddit.
I think the trickiest thing is if there is a "market" for a python only parser. Parsers are generally performance sensitive, and python just isn't the faster language. This library does parse the wikipedia startpage in 0.1s, so I think it's "fast enough", but still unsure.
Anyways, I got HEAVY help from AI to write it. I directed it all carefully (which I hope shows), but GitHub Copilot wrote all the code. Still took months of work off-hours to get it working. Wrote down a short blog post about that if it's interesting to anyone: https://friendlybit.com/python/writing-justhtml-with-coding-agents/
What My Project Does
It takes a string of html, and parses it into a nested node structure. To make sure you are seeing exactly what a browser would be seeing, it follows the html5 parsing rules. These are VERY complicated, and have evolved over the years.
from justhtml import JustHTML
html = "<html><body><div id='main'><p>Hello, <b>world</b>!</p></div></body></html>"
doc = JustHTML(html)
/r/Python
https://redd.it/1pdgpmk
Hi all! I just released a new HTML5 parser that I'm really proud of. Happy to get any feedback on how to improve it from the python community on Reddit.
I think the trickiest thing is if there is a "market" for a python only parser. Parsers are generally performance sensitive, and python just isn't the faster language. This library does parse the wikipedia startpage in 0.1s, so I think it's "fast enough", but still unsure.
Anyways, I got HEAVY help from AI to write it. I directed it all carefully (which I hope shows), but GitHub Copilot wrote all the code. Still took months of work off-hours to get it working. Wrote down a short blog post about that if it's interesting to anyone: https://friendlybit.com/python/writing-justhtml-with-coding-agents/
What My Project Does
It takes a string of html, and parses it into a nested node structure. To make sure you are seeing exactly what a browser would be seeing, it follows the html5 parsing rules. These are VERY complicated, and have evolved over the years.
from justhtml import JustHTML
html = "<html><body><div id='main'><p>Hello, <b>world</b>!</p></div></body></html>"
doc = JustHTML(html)
/r/Python
https://redd.it/1pdgpmk
GitHub
GitHub - EmilStenstrom/justhtml: A pure Python HTML5 parser that just works. No C extensions to compile. No system dependencies…
A pure Python HTML5 parser that just works. No C extensions to compile. No system dependencies to install. No complex API to learn. - EmilStenstrom/justhtml
D Self-Promotion Thread
Please post your personal projects, startups, product placements, collaboration needs, blogs etc.
Please mention the payment and pricing requirements for products and services.
Please do not post link shorteners, link aggregator websites , or auto-subscribe links.
\--
Any abuse of trust will lead to bans.
Encourage others who create new posts for questions to post here instead!
Thread will stay alive until next one so keep posting after the date in the title.
\--
Meta: This is an experiment. If the community doesnt like this, we will cancel it. This is to encourage those in the community to promote their work by not spamming the main threads.
/r/MachineLearning
https://redd.it/1pbxkt2
Please post your personal projects, startups, product placements, collaboration needs, blogs etc.
Please mention the payment and pricing requirements for products and services.
Please do not post link shorteners, link aggregator websites , or auto-subscribe links.
\--
Any abuse of trust will lead to bans.
Encourage others who create new posts for questions to post here instead!
Thread will stay alive until next one so keep posting after the date in the title.
\--
Meta: This is an experiment. If the community doesnt like this, we will cancel it. This is to encourage those in the community to promote their work by not spamming the main threads.
/r/MachineLearning
https://redd.it/1pbxkt2
Reddit
From the MachineLearning community on Reddit
Explore this post and more from the MachineLearning community
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/1pdkuig
# 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/1pdkuig
Reddit
From the Python community on Reddit
Explore this post and more from the Python community
Chatgpt says local storage of video files for filefield is not SEO friendly.
I have a filefield where I am about to store video file. It's displayed on a video player on product details page. However chatgpt says it's not best practice to store video files locally but instead use links or store on some sort of cdn. What's best practice when it comes to working with video files? Easier and cheaper version is what I am looking for
/r/djangolearning
https://redd.it/1pb8l93
I have a filefield where I am about to store video file. It's displayed on a video player on product details page. However chatgpt says it's not best practice to store video files locally but instead use links or store on some sort of cdn. What's best practice when it comes to working with video files? Easier and cheaper version is what I am looking for
/r/djangolearning
https://redd.it/1pb8l93
Reddit
From the djangolearning community on Reddit
Explore this post and more from the djangolearning community
anyID: A tiny library to generate any ID you might need
Been doing this side project in my free time. Why do we need to deal with so many libraries when we want to generate different IDs or even worse, why do we need to write it from scratch? It got annoying, so I created AnyID. A lightweight Python lib that wraps the most popular ones in an API. It can be used in prod but for now it's under development.
Github: https://github.com/adelra/anyid
PyPI: https://pypi.org/project/anyid/
What My Project Does:
It can generate a wide of IDs, like cuid2, snowflake, ulid etc.
How to install it:
uv pip install anyid
How to use it:
from anyid import cuid, cuid2, ulid, snowflake, setupsnowflakeidgenerator
# Generate a CUID
mycuid = cuid()
print(f"CUID: {mycuid}")
# Generate a CUID2
mycuid2 = cuid2()
print(f"CUID2: {mycuid2}")
# Generate a ULID
myulid = ulid()
print(f"ULID: {myulid}")
# For Snowflake, you need to set up the generator first
setupsnowflakeidgenerator(workerid=1, datacenterid=1)
/r/Python
https://redd.it/1pdtpyx
Been doing this side project in my free time. Why do we need to deal with so many libraries when we want to generate different IDs or even worse, why do we need to write it from scratch? It got annoying, so I created AnyID. A lightweight Python lib that wraps the most popular ones in an API. It can be used in prod but for now it's under development.
Github: https://github.com/adelra/anyid
PyPI: https://pypi.org/project/anyid/
What My Project Does:
It can generate a wide of IDs, like cuid2, snowflake, ulid etc.
How to install it:
uv pip install anyid
How to use it:
from anyid import cuid, cuid2, ulid, snowflake, setupsnowflakeidgenerator
# Generate a CUID
mycuid = cuid()
print(f"CUID: {mycuid}")
# Generate a CUID2
mycuid2 = cuid2()
print(f"CUID2: {mycuid2}")
# Generate a ULID
myulid = ulid()
print(f"ULID: {myulid}")
# For Snowflake, you need to set up the generator first
setupsnowflakeidgenerator(workerid=1, datacenterid=1)
/r/Python
https://redd.it/1pdtpyx
GitHub
GitHub - adelra/anyid: Next generation universal ID generator for all your needs
Next generation universal ID generator for all your needs - adelra/anyid
Oauth2/oidc authentication vs authorization w/ Git and Google example.
Hi everyone,
Trying to grasp oauth2 and oidc and want to know if someone wouldn’t mind taking a look at this answer, and helping me understand if the Git example and the Google example each comprises authentication AND authorization or only one or the other? And whatever each are - are the “oauth2/oidc compliant”?
https://stackoverflow.com/a/63107397 here the author describes one that Git uses and one that Google uses.
Thanks so much!
Edit: are both the Git and Google scenarios explained, representing authentication and authorization? Or just one or the other?
/r/djangolearning
https://redd.it/1pa2var
Hi everyone,
Trying to grasp oauth2 and oidc and want to know if someone wouldn’t mind taking a look at this answer, and helping me understand if the Git example and the Google example each comprises authentication AND authorization or only one or the other? And whatever each are - are the “oauth2/oidc compliant”?
https://stackoverflow.com/a/63107397 here the author describes one that Git uses and one that Google uses.
Thanks so much!
Edit: are both the Git and Google scenarios explained, representing authentication and authorization? Or just one or the other?
/r/djangolearning
https://redd.it/1pa2var
Stack Overflow
How does a server verify a JWT? Where does the Public Key come from?
I am looking at the examples of JWT tokens in Node.js, and the verify function. My question is, where does this publicKey come from in verify(token, publicKey)? What is the flow?
The client (one of...
The client (one of...
After 3+ years as a software engineer… I finally built my personal website (and yes, I shamelessly copied Shudin’s design 😅)
So after writing thousands of lines of code, shipping products, fixing bugs that weren’t my fault (I swear), and pretending to understand cloud architecture diagrams…
I have finally achieved the ultimate developer milestone:
✨ I built my personal website. ✨
…3+ years later.
…and yes, I copied Shudin’s design layout like the absolute template-goblin I am.
Here it is if you wanna roast it, hire me, or tell me my spacing is off on mobile:
👉 https://etnik.vercel.app
Honestly, I don’t know what took longer:
• Understanding Kubernetes
• Explaining to my family what a software engineer does
• Or actually sitting down and building this website instead of saying “I’ll do it next weekend” for 150 weekends straight.
Anyway, enjoy my finally-born portfolio child.
Feedback, memes, insults (gentle ones pls), and improvements welcome. 😄
/r/flask
https://redd.it/1pdw98c
So after writing thousands of lines of code, shipping products, fixing bugs that weren’t my fault (I swear), and pretending to understand cloud architecture diagrams…
I have finally achieved the ultimate developer milestone:
✨ I built my personal website. ✨
…3+ years later.
…and yes, I copied Shudin’s design layout like the absolute template-goblin I am.
Here it is if you wanna roast it, hire me, or tell me my spacing is off on mobile:
👉 https://etnik.vercel.app
Honestly, I don’t know what took longer:
• Understanding Kubernetes
• Explaining to my family what a software engineer does
• Or actually sitting down and building this website instead of saying “I’ll do it next weekend” for 150 weekends straight.
Anyway, enjoy my finally-born portfolio child.
Feedback, memes, insults (gentle ones pls), and improvements welcome. 😄
/r/flask
https://redd.it/1pdw98c
etnik.vercel.app
Etnik Zeqiri - Software Engineer
Software Engineer with 3+ years of expertise in full-stack development, fintech.
Introducing docu-crawler: A lightweight library for crwaling Documentation, with CLI support
# [](https://www.reddit.com/r/Python/?f=flair_name%3A%22Showcase%22)Hi everyone!
I've been working on **docu-crawler**, a **Python** library that crawls documentation websites and converts them to Markdown. It's particularly useful for:
\- Building offline documentation archives
\- Preparing documentation data
\- Migrating content between platforms
\- Creating local copies of docs for analysis
**Key features:**
\- Respects robots.txt and handles sitemaps automatically
\- Clean HTML to Markdown conversion
\- Multi-cloud storage support (local, S3, GCS, Azure, SFTP)
\- Simple API and CLI interface
**Links:**
\- PyPI: [https://pypi.org/project/docu-crawler/](https://pypi.org/project/docu-crawler/)
\- GitHub: [https://github.com/dataiscool/docu-crawler](https://github.com/dataiscool/docu-crawler)
Hope it is useful for someone!
/r/Python
https://redd.it/1pdsvon
# [](https://www.reddit.com/r/Python/?f=flair_name%3A%22Showcase%22)Hi everyone!
I've been working on **docu-crawler**, a **Python** library that crawls documentation websites and converts them to Markdown. It's particularly useful for:
\- Building offline documentation archives
\- Preparing documentation data
\- Migrating content between platforms
\- Creating local copies of docs for analysis
**Key features:**
\- Respects robots.txt and handles sitemaps automatically
\- Clean HTML to Markdown conversion
\- Multi-cloud storage support (local, S3, GCS, Azure, SFTP)
\- Simple API and CLI interface
**Links:**
\- PyPI: [https://pypi.org/project/docu-crawler/](https://pypi.org/project/docu-crawler/)
\- GitHub: [https://github.com/dataiscool/docu-crawler](https://github.com/dataiscool/docu-crawler)
Hope it is useful for someone!
/r/Python
https://redd.it/1pdsvon
Reddit
Python
The official Python community for Reddit! Stay up to date with the latest news, packages, and meta information relating to the Python programming language.
---
If you have questions or are new to Python use r/LearnPython
---
If you have questions or are new to Python use r/LearnPython
Built an open-source app to convert LinkedIn -> Personal portfolio generator using FastAPI backend
I was always too lazy to build and deploy my own personal website. So, I built an app to convert a LinkedIn profile (via PDF export) or GitHub profile into a personal portfolio that can be deployed to Vercel in one click.
Here are the details required for the showcase:
What My Project Does It is a full-stack application where the backend is built with Python FastAPI.
1. Ingestion: It accepts a LinkedIn PDF export or fetched projects using a GitHub username or uses a Resume PDF.
2. Parsing: I wrote a custom parsing logic in Python that extracts the raw text and converts it into structured JSON (Experience, Education, Skills).
3. Generation: This JSON is then used to populate a Next.js template.
4. AI Chat Integration: It also injects this structured data into a system prompt, allowing visitors to "chat" with the portfolio. It is like having an AI-twin for viewers/recruiters.
The backend is containerized and deployed on Azure App Containers, using Firebase for the database.
Target Audience This is meant for Developers, Students, and Job Seekers who want a professional site but don't want to spend days coding it from scratch. It is open source so you are free to clone it, customize it and run
/r/Python
https://redd.it/1pe1cm1
I was always too lazy to build and deploy my own personal website. So, I built an app to convert a LinkedIn profile (via PDF export) or GitHub profile into a personal portfolio that can be deployed to Vercel in one click.
Here are the details required for the showcase:
What My Project Does It is a full-stack application where the backend is built with Python FastAPI.
1. Ingestion: It accepts a LinkedIn PDF export or fetched projects using a GitHub username or uses a Resume PDF.
2. Parsing: I wrote a custom parsing logic in Python that extracts the raw text and converts it into structured JSON (Experience, Education, Skills).
3. Generation: This JSON is then used to populate a Next.js template.
4. AI Chat Integration: It also injects this structured data into a system prompt, allowing visitors to "chat" with the portfolio. It is like having an AI-twin for viewers/recruiters.
The backend is containerized and deployed on Azure App Containers, using Firebase for the database.
Target Audience This is meant for Developers, Students, and Job Seekers who want a professional site but don't want to spend days coding it from scratch. It is open source so you are free to clone it, customize it and run
/r/Python
https://redd.it/1pe1cm1
Reddit
From the Python community on Reddit: Built an open-source app to convert LinkedIn -> Personal portfolio generator using FastAPI…
Explore this post and more from the Python community
mail and sms tool with templates, multiple backends, and daily limits.
I'm thinking I'll have to add my own app on top of some existing apps.
My site is sports related. It sends out updates to interested parties at certain times. For instance, when a player is invited to join a team, when the location or time of a game they care about changes, when scores or posted, etc.
We also send occasional newsletters. They usually go to a subset of members and we have filters for selecting users.
I would like users to be to decide how to receive these updates. SMS messages could be the entire message or a link to the actual message. Emails would always be the complete content. This would just be part of the user profile.
We have 3 backends. One email backend that is fast and reliable, a second email backend for bulk mail and SMS. Our reliable backend has a daily limit so I'd like the system to warn me if we ever get close to that limit (not a must have).
I would also like it to be possible for messages to be template driven and support multiple languages. They would have to have HTML and TXT formatting.
Finally, I'd like
/r/django
https://redd.it/1pdrsxw
I'm thinking I'll have to add my own app on top of some existing apps.
My site is sports related. It sends out updates to interested parties at certain times. For instance, when a player is invited to join a team, when the location or time of a game they care about changes, when scores or posted, etc.
We also send occasional newsletters. They usually go to a subset of members and we have filters for selecting users.
I would like users to be to decide how to receive these updates. SMS messages could be the entire message or a link to the actual message. Emails would always be the complete content. This would just be part of the user profile.
We have 3 backends. One email backend that is fast and reliable, a second email backend for bulk mail and SMS. Our reliable backend has a daily limit so I'd like the system to warn me if we ever get close to that limit (not a must have).
I would also like it to be possible for messages to be template driven and support multiple languages. They would have to have HTML and TXT formatting.
Finally, I'd like
/r/django
https://redd.it/1pdrsxw
Reddit
From the django community on Reddit
Explore this post and more from the django community
My first ever Django&React platform for discussions cl4rify.com
/r/djangolearning
https://redd.it/1p6dma8
/r/djangolearning
https://redd.it/1p6dma8
Free minimal Flask starter with SEO/Social meta tags and Bootstrap with 7 basic pages
This is a bare template I use for my own projects. It’s super simple on purpose, the goal is just to give you a solid starting point that handles the boring setup so you can focus on building features.
It includes basic structure for common pages like home, about, login, register, contact, and a simple dashboard.
The UI is intentionally minimal, you’re meant to style and polish it to fit your project. What _s included is all the stuff I hate redoing every time: SEO meta tags, social sharing tags, basic routing, template layout, and navigation.
It’s not a framework or a full starter SaaS kit — just a clean base to build real apps from.
Enjoy!
PS: Routes are all in the app.py file, I debated maybe adding a single blueprint but decided to just keep it simple.
GitHub Link
/r/flask
https://redd.it/1pdug8g
This is a bare template I use for my own projects. It’s super simple on purpose, the goal is just to give you a solid starting point that handles the boring setup so you can focus on building features.
It includes basic structure for common pages like home, about, login, register, contact, and a simple dashboard.
The UI is intentionally minimal, you’re meant to style and polish it to fit your project. What _s included is all the stuff I hate redoing every time: SEO meta tags, social sharing tags, basic routing, template layout, and navigation.
It’s not a framework or a full starter SaaS kit — just a clean base to build real apps from.
Enjoy!
PS: Routes are all in the app.py file, I debated maybe adding a single blueprint but decided to just keep it simple.
GitHub Link
/r/flask
https://redd.it/1pdug8g
GitHub
GitHub - sebfloapps/flask-seo-bootstrap-starter-kit: Flask starter app with Bootstrap 5 CDN, Jinja2 layouts, and built-in SEO meta…
Flask starter app with Bootstrap 5 CDN, Jinja2 layouts, and built-in SEO meta tags including Open Graph, Twitter Cards, and JSON-LD support. - sebfloapps/flask-seo-bootstrap-starter-kit
MicroPie (Micro ASGI Framework) v0.24 Released
### What My Project Does
MicroPie is an ultra micro ASGI framework. It has no dependencies by default and uses method based routing inspired by CherryPy. Here is a quick (and pointless) example:
That would map to
-
-
-
### Target Audience
Web developers looking for a simple way to prototype or quickly deploy simple micro services and apps. Students looking to broaden their knowledge of ASGI.
### Comparison
MicroPie can be compared to Starlette and other ASGI (and WSGI) frameworks. See the comparison section in the README as well as the benchmarks section.
### Whats new in v0.24?
This release I improved session handling when using the development-only
MicroPie is in active beta development. If you encounter or see any issues please report them on our GitHub! If you would like to contribute to the
/r/Python
https://redd.it/1pe2fe1
### What My Project Does
MicroPie is an ultra micro ASGI framework. It has no dependencies by default and uses method based routing inspired by CherryPy. Here is a quick (and pointless) example:
from micropie import App
class Root(App):
def greet(self, name="world"):
return f"Hello {name}!"
app = Root()
That would map to
localhost:8000/greet and take the optional param name:-
/greet -> Hello world!-
/greet/Stewie -> Hello Stewie!-
/greet?name=Brian -> Hello Brian!### Target Audience
Web developers looking for a simple way to prototype or quickly deploy simple micro services and apps. Students looking to broaden their knowledge of ASGI.
### Comparison
MicroPie can be compared to Starlette and other ASGI (and WSGI) frameworks. See the comparison section in the README as well as the benchmarks section.
### Whats new in v0.24?
This release I improved session handling when using the development-only
InMemorySessionBackend. Expired sessions now clean up properly, and empty sessions delete stored data. Session saving also moved after after_request middleware that way you can mutate the session with middleware properly. See full changelog here.MicroPie is in active beta development. If you encounter or see any issues please report them on our GitHub! If you would like to contribute to the
/r/Python
https://redd.it/1pe2fe1
Harrisonerd
GitHub - patx/micropie: MicroPie is an ultra-micro ASGI Python web framework that gets out of your way.
MicroPie is an ultra-micro ASGI Python web framework that gets out of your way. - patx/micropie
Part 1 what is Django and why django in 2026? Learn Django from basic to advanced by building CRM SaaS product
https://youtu.be/9JiVt_3fjIM
/r/django
https://redd.it/1pe8n7g
https://youtu.be/9JiVt_3fjIM
/r/django
https://redd.it/1pe8n7g
YouTube
Part 1: What is Django and Why Django in 2026 | Learn Django from basic to advanced step by step
Welcome to Part 1 of the Django CRM SaaS Mega-Series — your complete beginner-to-advanced journey into building a real, production-ready SaaS product using Django.
In this video, we explore what Django is, why it’s one of the most popular backend frameworks…
In this video, we explore what Django is, why it’s one of the most popular backend frameworks…
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/1peg2ua
# 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/1peg2ua
Redditinc
Reddit Rules
Reddit Rules - Reddit
django-model-utils FieldTracker on a third-party app model?
Hello, is there a reliable way to attach FieldTracker to a third-party app model?
I tried
1. models.py:
2. apps.py:ready:
3. apps.py:ready: using
But none of these attempts were successful.
Getting
Subclassing is not a option.
Thanks
/r/django
https://redd.it/1pdymxr
Hello, is there a reliable way to attach FieldTracker to a third-party app model?
I tried
1. models.py:
ThirdPartyModel.tracker = FieldTracker...2. apps.py:ready:
ThirdPartyModel.tracker = FieldTracker...3. apps.py:ready: using
contribute_to_classBut none of these attempts were successful.
Getting
AttributeError: 'FieldTracker' object has no attribute 'attname'.Subclassing is not a option.
Thanks
/r/django
https://redd.it/1pdymxr
I built an automated court scraper because finding a good lawyer shouldn't be a guessing game
Hey everyone,
I recently caught 2 cases, 1 criminal and 1 civil and I realized how incredibly difficult it is for the average person to find a suitable lawyer for their specific situation. There's two ways the average person look for a lawyer, a simple google search based on SEO ( google doesn't know to rank attorneys ) or through connections, which is basically flying blind. Trying to navigate court systems to actually see an attorney’s track record is a nightmare, the portals are clunky, slow, and often require manual searching case-by-case, it's as if it's built by people who DOESN'T want you to use their system.
So, I built CourtScrapper to fix this.
It’s an open-source Python tool that automates extracting case information from the Dallas County Courts Portal (with plans to expand). It lets you essentially "background check" an attorney's actual case history to see what they’ve handled and how it went.
What My Project Does
Multi-Attorney Search: You can input a list of attorneys and it searches them all concurrently.
Deep Filtering: Filters by case type (e.g., Felony), charge keywords (e.g., "Assault", "Theft"), and date ranges.
Captcha Handling: Automatically handles the court’s captchas using 2Captcha (or manual input if you prefer).
/r/Python
https://redd.it/1peelsy
Hey everyone,
I recently caught 2 cases, 1 criminal and 1 civil and I realized how incredibly difficult it is for the average person to find a suitable lawyer for their specific situation. There's two ways the average person look for a lawyer, a simple google search based on SEO ( google doesn't know to rank attorneys ) or through connections, which is basically flying blind. Trying to navigate court systems to actually see an attorney’s track record is a nightmare, the portals are clunky, slow, and often require manual searching case-by-case, it's as if it's built by people who DOESN'T want you to use their system.
So, I built CourtScrapper to fix this.
It’s an open-source Python tool that automates extracting case information from the Dallas County Courts Portal (with plans to expand). It lets you essentially "background check" an attorney's actual case history to see what they’ve handled and how it went.
What My Project Does
Multi-Attorney Search: You can input a list of attorneys and it searches them all concurrently.
Deep Filtering: Filters by case type (e.g., Felony), charge keywords (e.g., "Assault", "Theft"), and date ranges.
Captcha Handling: Automatically handles the court’s captchas using 2Captcha (or manual input if you prefer).
/r/Python
https://redd.it/1peelsy
Reddit
From the Python community on Reddit: I built an automated court scraper because finding a good lawyer shouldn't be a guessing game
Explore this post and more from the Python community
D Monthly Who's Hiring and Who wants to be Hired?
For Job Postings please use this template
>Hiring: [Location\], Salary:[\], [Remote | Relocation\], [Full Time | Contract | Part Time\] and [Brief overview, what you're looking for\]
For Those looking for jobs please use this template
>Want to be Hired: [Location\], Salary Expectation:[\], [Remote | Relocation\], [Full Time | Contract | Part Time\] Resume: [Link to resume\] and [Brief overview, what you're looking for\]
​
Please remember that this community is geared towards those with experience.
/r/MachineLearning
https://redd.it/1pb25zo
For Job Postings please use this template
>Hiring: [Location\], Salary:[\], [Remote | Relocation\], [Full Time | Contract | Part Time\] and [Brief overview, what you're looking for\]
For Those looking for jobs please use this template
>Want to be Hired: [Location\], Salary Expectation:[\], [Remote | Relocation\], [Full Time | Contract | Part Time\] Resume: [Link to resume\] and [Brief overview, what you're looking for\]
​
Please remember that this community is geared towards those with experience.
/r/MachineLearning
https://redd.it/1pb25zo
Reddit
From the MachineLearning community on Reddit
Explore this post and more from the MachineLearning community
JupyterLite 0.7 is released!
https://blog.jupyter.org/jupyterlite-0-7-is-released-67db4d1609ad
/r/IPython
https://redd.it/1pegrlq
https://blog.jupyter.org/jupyterlite-0-7-is-released-67db4d1609ad
/r/IPython
https://redd.it/1pegrlq
Medium
JupyterLite 0.7 is released! 🎉
JupyterLite is a Jupyter distribution that runs entirely in the web browser without any server components. Deployment and hosting are easy…