Flask session data is shared across multiple tabs
I create a variable and store it in flask session(server side), now I open another tab and change the variable, now it reflects in both the tabs. How should I deal with separating data accross multiple tabs?
/r/flask
https://redd.it/1h03ymy
I create a variable and store it in flask session(server side), now I open another tab and change the variable, now it reflects in both the tabs. How should I deal with separating data accross multiple tabs?
/r/flask
https://redd.it/1h03ymy
Reddit
From the flask community on Reddit
Explore this post and more from the flask community
Can Your Networking Library Do This
I've been using a networking library for a while and getting some value out it. Especially when I'm dealing with complex collections of process, i.e. distributed processing. It turns out that some wacky ideas actually work, and as far as I know, dont work with any other tools. Here is the repo;
Can your networking library do this
This repo demonstrates what you might do once you have OSI application layering and a pretty fresh approach to network addressing, i.e. not IPv4, IPv6 or socket id or request id or channel id.
Please find a link to a blog in the README that describes what to do with the modules. Does anyone claim that there is an equivalent, or better? Does anyone think that this kind of capability is missing from current toolsets?
/r/Python
https://redd.it/1h04rcp
I've been using a networking library for a while and getting some value out it. Especially when I'm dealing with complex collections of process, i.e. distributed processing. It turns out that some wacky ideas actually work, and as far as I know, dont work with any other tools. Here is the repo;
Can your networking library do this
This repo demonstrates what you might do once you have OSI application layering and a pretty fresh approach to network addressing, i.e. not IPv4, IPv6 or socket id or request id or channel id.
Please find a link to a blog in the README that describes what to do with the modules. Does anyone claim that there is an equivalent, or better? Does anyone think that this kind of capability is missing from current toolsets?
/r/Python
https://redd.it/1h04rcp
GitHub
GitHub - mr-ansar/can-your-networking-library-do-this: Modules for the blog article
Modules for the blog article. Contribute to mr-ansar/can-your-networking-library-do-this development by creating an account on GitHub.
Goal Screener (my first python app)
What My Project Does
it takes your quests/goals as main and side and a picture, then it simply draw them on it and make it the background picture so you can visualize your quests, besides that in the app you can see the list of your goals and track one of them.
Target Audience:
this project was meant for my own needs and to help some people boost their productivity to reach their goals
Comparison:
i really didn't look that much for comparison but i think there is some extensions or widget to do that especially on phone, no one draws on the background l think, the idea is that backgrounds let you see your goals more often that's why i did it this way
here's the link to the code github if anyone's interested, and remember to give me your feedback so i can develop my skills for future projects
/r/Python
https://redd.it/1h064ct
What My Project Does
it takes your quests/goals as main and side and a picture, then it simply draw them on it and make it the background picture so you can visualize your quests, besides that in the app you can see the list of your goals and track one of them.
Target Audience:
this project was meant for my own needs and to help some people boost their productivity to reach their goals
Comparison:
i really didn't look that much for comparison but i think there is some extensions or widget to do that especially on phone, no one draws on the background l think, the idea is that backgrounds let you see your goals more often that's why i did it this way
here's the link to the code github if anyone's interested, and remember to give me your feedback so i can develop my skills for future projects
/r/Python
https://redd.it/1h064ct
GitHub
GitHub - L4z3x/goal_screener: a simple python app built with pyqt and pillow to boost your production by visualzing your goals/quest…
a simple python app built with pyqt and pillow to boost your production by visualzing your goals/quest in the home background and tracking them - L4z3x/goal_screener
Generate a gradient between 2 colors in python.
Saving this here for future people. This method relies on a library i made called hueforge:
Installation: pip install hueforge
Code:
from hueforge import Color
startingcolor = Color('red') # You can use other color formats. to see all check the readme file
endingcolor = Color('orange red')
print(startingcolor.gradient(to=endingcolor, steps=5))
/r/Python
https://redd.it/1gzdra0
Saving this here for future people. This method relies on a library i made called hueforge:
Installation: pip install hueforge
Code:
from hueforge import Color
startingcolor = Color('red') # You can use other color formats. to see all check the readme file
endingcolor = Color('orange red')
print(startingcolor.gradient(to=endingcolor, steps=5))
/r/Python
https://redd.it/1gzdra0
GitHub
GitHub - thearchcoder/Hueforge
Contribute to thearchcoder/Hueforge development by creating an account on GitHub.
What are some of the best Django project ideas to work
Hi everyone,
I'm looking to expand my Django skills and wanted to ask the community for suggestions. What are some of the best Django projects for learning or improving your development skills? I'm open to both beginner and intermediate level projects, but ideally, I want something that will help me practice important concepts like authentication, databases, and building full-stack web apps.
I'm looking for ideas that will challenge me while also being fun and useful to build. Any project suggestions or resources to get started would be greatly appreciated!
Thanks in advance!
/r/django
https://redd.it/1h0419d
Hi everyone,
I'm looking to expand my Django skills and wanted to ask the community for suggestions. What are some of the best Django projects for learning or improving your development skills? I'm open to both beginner and intermediate level projects, but ideally, I want something that will help me practice important concepts like authentication, databases, and building full-stack web apps.
I'm looking for ideas that will challenge me while also being fun and useful to build. Any project suggestions or resources to get started would be greatly appreciated!
Thanks in advance!
/r/django
https://redd.it/1h0419d
Reddit
From the django community on Reddit
Explore this post and more from the django community
Sou iniciante n mundo da progrmação
O que vocês que já tem mais experiência acham que deve estudar e por onde devo começar no estudo de Python. Se possível indique conteudo de leitura.
/r/Python
https://redd.it/1h0aomx
O que vocês que já tem mais experiência acham que deve estudar e por onde devo começar no estudo de Python. Se possível indique conteudo de leitura.
/r/Python
https://redd.it/1h0aomx
Reddit
From the Python community on Reddit
Explore this post and more from the Python community
A blog project made with Wagtail CMS turned into one of the coolest coding experiences of my life!
Not too long ago, I fell in love with Django. It made creating websites feel like working on a fun Lego project without having to buy the actual Lego set, and without having to clean up after. I started making YT coding tutorials to give myself more excuses to code, and because explaining what I do out loud helped me learn better, and sharing what I love with others feels great, like I am part of a community.
At some point, someone I know noticed I loved to code and asked me to build them a blog site. I said "I am on it, totally!" But also, I was quietly panicking because I’d never made a blog before and hadn’t coded anything that involved a Content Management System in my life. Then I remembered seeing Wagtail CMS mentioned here on the Django Subreddit a few times. I figured, Why not give this a shot? So I jumped into Wagtail’s getting-started tutorial without overthinking it.
And you know what? Wagtail turned out to be so intuitive that I felt like I “got it” within a few hours. I was expecting it to take weeks, maybe even a month. I couldn’t believe it! I
/r/django
https://redd.it/1h0es4y
Not too long ago, I fell in love with Django. It made creating websites feel like working on a fun Lego project without having to buy the actual Lego set, and without having to clean up after. I started making YT coding tutorials to give myself more excuses to code, and because explaining what I do out loud helped me learn better, and sharing what I love with others feels great, like I am part of a community.
At some point, someone I know noticed I loved to code and asked me to build them a blog site. I said "I am on it, totally!" But also, I was quietly panicking because I’d never made a blog before and hadn’t coded anything that involved a Content Management System in my life. Then I remembered seeing Wagtail CMS mentioned here on the Django Subreddit a few times. I figured, Why not give this a shot? So I jumped into Wagtail’s getting-started tutorial without overthinking it.
And you know what? Wagtail turned out to be so intuitive that I felt like I “got it” within a few hours. I was expecting it to take weeks, maybe even a month. I couldn’t believe it! I
/r/django
https://redd.it/1h0es4y
Reddit
From the django community on Reddit: A blog project made with Wagtail CMS turned into one of the coolest coding experiences of…
Explore this post and more from the django community
I made a Report Generation and Project Management Tool Django Rest
Hi, I recently released my open-source project APTRS (Automated Penetration Testing Reporting System). It is an automated pentest report generation application built with the Django Rest framework.
What it does:
Enables users to create and manage projects while tracking their statuses.
Management of customers and their respective projects, as well as any associated security vulnerabilities.
Users can generate project reports in Word using a custom template, as well as in PDF and Excel formats.
Additionally, the application allows users to use the WYSIWYG CKEDITOR to input data and document vulnerabilities for report creation.
Target Audience:
Individual Security Consultant
Cyber Security Companies to manage projects and clients and create a report
Many similar tools exist, but most Python-based options do not support custom word templates. APTRS stands out by focusing on company needs with features for project management and status tracking. It also plans to introduce customer login functionality, a feature lacking in other open-source tools.
Tech Stack:
Python 3.9+ with Django Rest Framework
Postgresql
Redis
Vite + React Frontend
Here's the source: APTRS
In case you're interested, I have demo instances hosted in the cloud available at: https://live.aptrs.com/ (Default creds are sourav.kalal@aptrs.com & I-am-Weak-Password-Please-Change-Me) - Some APIs
/r/Python
https://redd.it/1h0g0us
Hi, I recently released my open-source project APTRS (Automated Penetration Testing Reporting System). It is an automated pentest report generation application built with the Django Rest framework.
What it does:
Enables users to create and manage projects while tracking their statuses.
Management of customers and their respective projects, as well as any associated security vulnerabilities.
Users can generate project reports in Word using a custom template, as well as in PDF and Excel formats.
Additionally, the application allows users to use the WYSIWYG CKEDITOR to input data and document vulnerabilities for report creation.
Target Audience:
Individual Security Consultant
Cyber Security Companies to manage projects and clients and create a report
Many similar tools exist, but most Python-based options do not support custom word templates. APTRS stands out by focusing on company needs with features for project management and status tracking. It also plans to introduce customer login functionality, a feature lacking in other open-source tools.
Tech Stack:
Python 3.9+ with Django Rest Framework
Postgresql
Redis
Vite + React Frontend
Here's the source: APTRS
In case you're interested, I have demo instances hosted in the cloud available at: https://live.aptrs.com/ (Default creds are sourav.kalal@aptrs.com & I-am-Weak-Password-Please-Change-Me) - Some APIs
/r/Python
https://redd.it/1h0g0us
GitHub
GitHub - APTRS/APTRS: Automated pentest reporting with custom templates, project tracking, customer dashboard and client management…
Automated pentest reporting with custom templates, project tracking, customer dashboard and client management tools. Streamline your security workflows effortlessly! - APTRS/APTRS
Wednesday Daily Thread: Beginner questions
# Weekly Thread: Beginner Questions 🐍
Welcome to our Beginner Questions thread! Whether you're new to Python or just looking to clarify some basics, this is the thread for you.
## How it Works:
1. Ask Anything: Feel free to ask any Python-related question. There are no bad questions here!
2. Community Support: Get answers and advice from the community.
3. Resource Sharing: Discover tutorials, articles, and beginner-friendly resources.
## Guidelines:
This thread is specifically for beginner questions. For more advanced queries, check out our [Advanced Questions Thread](#advanced-questions-thread-link).
## Recommended Resources:
If you don't receive a response, consider exploring r/LearnPython or join the Python Discord Server for quicker assistance.
## Example Questions:
1. What is the difference between a list and a tuple?
2. How do I read a CSV file in Python?
3. What are Python decorators and how do I use them?
4. How do I install a Python package using pip?
5. What is a virtual environment and why should I use one?
Let's help each other learn Python! 🌟
/r/Python
https://redd.it/1h0qsi6
# Weekly Thread: Beginner Questions 🐍
Welcome to our Beginner Questions thread! Whether you're new to Python or just looking to clarify some basics, this is the thread for you.
## How it Works:
1. Ask Anything: Feel free to ask any Python-related question. There are no bad questions here!
2. Community Support: Get answers and advice from the community.
3. Resource Sharing: Discover tutorials, articles, and beginner-friendly resources.
## Guidelines:
This thread is specifically for beginner questions. For more advanced queries, check out our [Advanced Questions Thread](#advanced-questions-thread-link).
## Recommended Resources:
If you don't receive a response, consider exploring r/LearnPython or join the Python Discord Server for quicker assistance.
## Example Questions:
1. What is the difference between a list and a tuple?
2. How do I read a CSV file in Python?
3. What are Python decorators and how do I use them?
4. How do I install a Python package using pip?
5. What is a virtual environment and why should I use one?
Let's help each other learn Python! 🌟
/r/Python
https://redd.it/1h0qsi6
Discord
Join the Python Discord Server!
We're a large community focused around the Python programming language. We believe that anyone can learn to code. | 413614 members
Anybody else all the sudden unable to access Python downloads at python.org?
We have a number of jobs that download python distros from python.org/ftp, and they just started failing due to Access Denied errors. Anybody else seeing this? Is this intentional? Everything in https://www.python.org/downloads/source/ is going to Access Denied
edit: Either python.org got ransomeware'd or some admin pushed a bad config change. Could be infra issues too I suppose. Looks like that backlog card for saving a copy of the source for the versions we use to S3 and pulling from there just got moved to this sprint...
Issue here for tracking - https://github.com/python/cpython/issues/127307
edit edit: looks like it's back up again
/r/Python
https://redd.it/1h0opoj
We have a number of jobs that download python distros from python.org/ftp, and they just started failing due to Access Denied errors. Anybody else seeing this? Is this intentional? Everything in https://www.python.org/downloads/source/ is going to Access Denied
edit: Either python.org got ransomeware'd or some admin pushed a bad config change. Could be infra issues too I suppose. Looks like that backlog card for saving a copy of the source for the versions we use to S3 and pulling from there just got moved to this sprint...
Issue here for tracking - https://github.com/python/cpython/issues/127307
edit edit: looks like it's back up again
/r/Python
https://redd.it/1h0opoj
Python.org
Python Source Releases for Source release
The official home of the Python Programming Language
Localization in Django Rest Framework
I have a Django Rest Framework project that is handling REST apis and React + TS application for client side.
Now I need to add Localization to my application for multi language support and it needs to be done on server side, so that the strings can be changed from the admin panel easily. I have used i18n on client side in React before but we want to do it on server side.
What's the best way to handle this? I am going through the documentation: https://docs.djangoproject.com/en/5.1/topics/i18n/translation/ & https://www.django-rest-framework.org/topics/internationalization/ but can't wrap my head around it how will be handled on the client side in React? Everything need to be translated from Header to Footer and everything in between.
Thanks!
/r/django
https://redd.it/1h0xm0r
I have a Django Rest Framework project that is handling REST apis and React + TS application for client side.
Now I need to add Localization to my application for multi language support and it needs to be done on server side, so that the strings can be changed from the admin panel easily. I have used i18n on client side in React before but we want to do it on server side.
What's the best way to handle this? I am going through the documentation: https://docs.djangoproject.com/en/5.1/topics/i18n/translation/ & https://www.django-rest-framework.org/topics/internationalization/ but can't wrap my head around it how will be handled on the client side in React? Everything need to be translated from Header to Footer and everything in between.
Thanks!
/r/django
https://redd.it/1h0xm0r
Django Project
Translation | Django documentation
The web framework for perfectionists with deadlines.
Am stuck at part 3 of Django - Writing your own app.
So at this part, I try to type in /polls/34 and get this response:
# Page not found (404)
|Request Method:|GET|
|:-|:-|
|Request URL:|http://127.0.0.1:8000/polls/34|
Using the URLconf defined in
1.
2.
3.
4.
The current path,
Why is that?
/r/djangolearning
https://redd.it/1h0yaq5
So at this part, I try to type in /polls/34 and get this response:
# Page not found (404)
|Request Method:|GET|
|:-|:-|
|Request URL:|http://127.0.0.1:8000/polls/34|
Using the URLconf defined in
mysite.urls, Django tried these URL patterns, in this order:1.
[name='index']2.
<int:question_id>/ [name='detail']3.
<int:question_id>/results/ [name='results']4.
<int:question_id>/vote/ [name='vote']The current path,
polls/34, didn’t match any of these.Why is that?
/r/djangolearning
https://redd.it/1h0yaq5
Django Project
Writing your first Django app, part 3 | Django documentation
The web framework for perfectionists with deadlines.
is 2depth nested model still good for production..?
hi, I am building an ecommerce and my model structures are like
Product - < OptionName -< OptionValue
2depth nested model, and I feel it is really difficult to handle create, update in drf serializer.. is 2depth a normal approach? or should I limit to 1depth?
also, any advice or ways to handle nested models for creations and updating?
/r/django
https://redd.it/1h10yki
hi, I am building an ecommerce and my model structures are like
Product - < OptionName -< OptionValue
2depth nested model, and I feel it is really difficult to handle create, update in drf serializer.. is 2depth a normal approach? or should I limit to 1depth?
also, any advice or ways to handle nested models for creations and updating?
/r/django
https://redd.it/1h10yki
Reddit
From the django community on Reddit
Explore this post and more from the django community
Is there life beyond PyUnit/PyTest?
Some years ago, there were many alternatives to just using these: grappa, behave, for instance, with many less-popular alternatives around and thriving.
Today, if you check Snyk Advisor for these, or simply the repo, you will find them abandoned or worse, with security issues. To be sure, checking the Assertions category in Pypi will give you some alternatives, a few interesting ones based in a fluent API, for instance, but none of them are even remotely as popular as these ones. New tutorials don't even bother in telling people to look for alternatives.
Have we arrived to a point where Python is so mature that a single framework is enough to test it all?
/r/Python
https://redd.it/1h0yg58
Some years ago, there were many alternatives to just using these: grappa, behave, for instance, with many less-popular alternatives around and thriving.
Today, if you check Snyk Advisor for these, or simply the repo, you will find them abandoned or worse, with security issues. To be sure, checking the Assertions category in Pypi will give you some alternatives, a few interesting ones based in a fluent API, for instance, but none of them are even remotely as popular as these ones. New tutorials don't even bother in telling people to look for alternatives.
Have we arrived to a point where Python is so mature that a single framework is enough to test it all?
/r/Python
https://redd.it/1h0yg58
PyPI
behave
behave is behaviour-driven development, Python style
Good Linux distribution to choose for a first-time Linux install
FYI: I'm posting this in two sub-reddits, so if this is not the right sub then let me know and I'll delete here.
Generally, the question is per the post.
Context: Long time Mac user who is now studying to be a software engineer, and beginning with Python and Django. 'Everyone' says you should use Linux on your home device, and do your best to get used to it as soon as practical. But without knowing too much about Linux yet (I've only used Mint briefly), let alone the strengths and weaknesses of the different distributions ...What is a good choice for a beginner who both (a) wants to learn a lot, while (b) not getting too frightened too early by something with an immense learning curve or shock vs familiarity with Mac OC and Windows.
Thanks for any tips and advice. Cheers.
/r/djangolearning
https://redd.it/1h125z0
FYI: I'm posting this in two sub-reddits, so if this is not the right sub then let me know and I'll delete here.
Generally, the question is per the post.
Context: Long time Mac user who is now studying to be a software engineer, and beginning with Python and Django. 'Everyone' says you should use Linux on your home device, and do your best to get used to it as soon as practical. But without knowing too much about Linux yet (I've only used Mint briefly), let alone the strengths and weaknesses of the different distributions ...What is a good choice for a beginner who both (a) wants to learn a lot, while (b) not getting too frightened too early by something with an immense learning curve or shock vs familiarity with Mac OC and Windows.
Thanks for any tips and advice. Cheers.
/r/djangolearning
https://redd.it/1h125z0
Reddit
From the djangolearning community on Reddit
Explore this post and more from the djangolearning community
I made a Python signal/slot library that works like Qt but without Qt dependency
Hi everyone!
**What My Project Does:**
I've been working on TSignal, a library that implements Qt-style signals and slots in pure Python. It handles async operations and thread communication automatically, making it easy to build event-driven applications without pulling in heavy dependencies.
**Target Audience:**
This is meant for production use, especially for:
* Python developers who like Qt's signal/slot pattern but don't want Qt as a dependency
* Anyone building async applications that need clean component communication
* Developers working with multi-threaded applications who want easier thread communication
**Comparison:**
While Qt provides a robust signal/slot system, it comes with the entire Qt framework. Other alternatives like PyPubSub or RxPY exist, but TSignal is unique because it:
* Provides Qt-like syntax without Qt dependencies
* Has native asyncio integration (unlike Qt)
* Handles thread-safety automatically (simpler than manual PyPubSub threading)
* Is much lighter than RxPY while keeping the essential event handling features
Here's a quick example:
@t_with_signals
class Counter:
@t_signal
def count_changed(self):
pass
/r/Python
https://redd.it/1h115dx
Hi everyone!
**What My Project Does:**
I've been working on TSignal, a library that implements Qt-style signals and slots in pure Python. It handles async operations and thread communication automatically, making it easy to build event-driven applications without pulling in heavy dependencies.
**Target Audience:**
This is meant for production use, especially for:
* Python developers who like Qt's signal/slot pattern but don't want Qt as a dependency
* Anyone building async applications that need clean component communication
* Developers working with multi-threaded applications who want easier thread communication
**Comparison:**
While Qt provides a robust signal/slot system, it comes with the entire Qt framework. Other alternatives like PyPubSub or RxPY exist, but TSignal is unique because it:
* Provides Qt-like syntax without Qt dependencies
* Has native asyncio integration (unlike Qt)
* Handles thread-safety automatically (simpler than manual PyPubSub threading)
* Is much lighter than RxPY while keeping the essential event handling features
Here's a quick example:
@t_with_signals
class Counter:
@t_signal
def count_changed(self):
pass
/r/Python
https://redd.it/1h115dx
Reddit
From the Python community on Reddit: I made a Python signal/slot library that works like Qt but without Qt dependency
Explore this post and more from the Python community
Comparing AWS S3 with Cloudflare R2: Price, Performance and User Experience
https://kerkour.com/aws-s3-vs-cloudflare-r2-price-performance-user-experience
/r/django
https://redd.it/1h188tg
https://kerkour.com/aws-s3-vs-cloudflare-r2-price-performance-user-experience
/r/django
https://redd.it/1h188tg
Reddit
From the django community on Reddit: Comparing AWS S3 with Cloudflare R2: Price, Performance and User Experience
Posted by The_Naveen - 7 votes and no comments
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/1h1isdo
# 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/1h1isdo
Reddit
From the Python community on Reddit
Explore this post and more from the Python community
My side project has gotten 420k downloads and 69 GitHub stars (noice!)
Hey Redditors! 👋
I couldn't think of a better place to share this achievement other than here with you lot. Sometimes the universe just comes together in such a way that makes you wonder if the simulation is winking back at you...
But now that I've grabbed your attention, allow me tell you a bit about my project.
# What My Project Does
ridgeplot is a Python package that provides a simple interface for plotting beautiful and interactive ridgeline plots within the extensive Plotly ecosystem.
Unfortunately, I can't share any screenshots here, but feel free to take a look at our **getting started guide** for some examples of what you can do with it.
# Target Audience
Anyone that needs to plot a ridgeline graph can use this library. That said, I expect it to be mainly used by people in the data science, data analytics, machine learning, and adjacent spaces.
# Comparison
If all you need is a simple ridgeline plot with Plotly without any bells and whistles, take a look at this example in their official docs. However, if you need more control over how the plot looks like, like plotting multiple traces per row, using different coloring options, or mixing KDEs and histograms, then I think
/r/Python
https://redd.it/1h1ccfu
Hey Redditors! 👋
I couldn't think of a better place to share this achievement other than here with you lot. Sometimes the universe just comes together in such a way that makes you wonder if the simulation is winking back at you...
But now that I've grabbed your attention, allow me tell you a bit about my project.
# What My Project Does
ridgeplot is a Python package that provides a simple interface for plotting beautiful and interactive ridgeline plots within the extensive Plotly ecosystem.
Unfortunately, I can't share any screenshots here, but feel free to take a look at our **getting started guide** for some examples of what you can do with it.
# Target Audience
Anyone that needs to plot a ridgeline graph can use this library. That said, I expect it to be mainly used by people in the data science, data analytics, machine learning, and adjacent spaces.
# Comparison
If all you need is a simple ridgeline plot with Plotly without any bells and whistles, take a look at this example in their official docs. However, if you need more control over how the plot looks like, like plotting multiple traces per row, using different coloring options, or mixing KDEs and histograms, then I think
/r/Python
https://redd.it/1h1ccfu
GitHub
GitHub - tpvasconcelos/ridgeplot: Beautiful ridgeline plots in Python
Beautiful ridgeline plots in Python. Contribute to tpvasconcelos/ridgeplot development by creating an account on GitHub.
Causal Discovery Competition Winning Paper Discussion D
I’ve recently come across this post: https://thetourney.github.io/adia-report/ which describes the winning method for a casual discovery competition. It’s not really my field but I do have a reasonable understanding of GNNs and Causal Inference. Anyway, from the report I don’t understand precisely what the winning team was doing. Can anyone either link to a full paper or have a good intuitive and potentially step by step explanation of what they are doing?
/r/MachineLearning
https://redd.it/1h1i0ji
I’ve recently come across this post: https://thetourney.github.io/adia-report/ which describes the winning method for a casual discovery competition. It’s not really my field but I do have a reasonable understanding of GNNs and Causal Inference. Anyway, from the report I don’t understand precisely what the winning team was doing. Can anyone either link to a full paper or have a good intuitive and potentially step by step explanation of what they are doing?
/r/MachineLearning
https://redd.it/1h1i0ji
Reddit
From the MachineLearning community on Reddit
Explore this post and more from the MachineLearning community