Saturday Daily Thread: Resource Request and Sharing! Daily Thread
# Weekly Thread: Resource Request and Sharing π
Stumbled upon a useful Python resource? Or are you looking for a guide on a specific topic? Welcome to the Resource Request and Sharing thread!
## How it Works:
1. Request: Can't find a resource on a particular topic? Ask here!
2. Share: Found something useful? Share it with the community.
3. Review: Give or get opinions on Python resources you've used.
## Guidelines:
Please include the type of resource (e.g., book, video, article) and the topic.
Always be respectful when reviewing someone else's shared resource.
## Example Shares:
1. Book: "Fluent Python" \- Great for understanding Pythonic idioms.
2. Video: Python Data Structures \- Excellent overview of Python's built-in data structures.
3. Article: Understanding Python Decorators \- A deep dive into decorators.
## Example Requests:
1. Looking for: Video tutorials on web scraping with Python.
2. Need: Book recommendations for Python machine learning.
Share the knowledge, enrich the community. Happy learning! π
/r/Python
https://redd.it/1lm91sf
# Weekly Thread: Resource Request and Sharing π
Stumbled upon a useful Python resource? Or are you looking for a guide on a specific topic? Welcome to the Resource Request and Sharing thread!
## How it Works:
1. Request: Can't find a resource on a particular topic? Ask here!
2. Share: Found something useful? Share it with the community.
3. Review: Give or get opinions on Python resources you've used.
## Guidelines:
Please include the type of resource (e.g., book, video, article) and the topic.
Always be respectful when reviewing someone else's shared resource.
## Example Shares:
1. Book: "Fluent Python" \- Great for understanding Pythonic idioms.
2. Video: Python Data Structures \- Excellent overview of Python's built-in data structures.
3. Article: Understanding Python Decorators \- A deep dive into decorators.
## Example Requests:
1. Looking for: Video tutorials on web scraping with Python.
2. Need: Book recommendations for Python machine learning.
Share the knowledge, enrich the community. Happy learning! π
/r/Python
https://redd.it/1lm91sf
YouTube
Data Structures and Algorithms in Python - Full Course for Beginners
A beginner-friendly introduction to common data structures (linked lists, stacks, queues, graphs) and algorithms (search, sorting, recursion, dynamic programming) in Python. This course will help you prepare for coding interviews and assessments.
π Courseβ¦
π Courseβ¦
What data serialization formats do you use most often at work/personally?
Hi!
I am curious about what structured data formats are most commonly used across different teams and industries and why. Non binary ones. Personally, I've mostly worked with YAML (and occasionally JSON). I find it super easy to read and edit, which is one of my usual biggest priorities.
I have never had to use XML in any of the environments I have worked with. Do you often make use of it? Does it have any advatnages over YAML/JSON?
/r/Python
https://redd.it/1llzmha
Hi!
I am curious about what structured data formats are most commonly used across different teams and industries and why. Non binary ones. Personally, I've mostly worked with YAML (and occasionally JSON). I find it super easy to read and edit, which is one of my usual biggest priorities.
I have never had to use XML in any of the environments I have worked with. Do you often make use of it? Does it have any advatnages over YAML/JSON?
/r/Python
https://redd.it/1llzmha
Reddit
From the Python community on Reddit
Explore this post and more from the Python community
Recent Noteworthy Package Releases
Over the last 7 days, I've noticed these significant upgrades in the Python package ecosystem.
**Gymnasium 1.2.0** \- A standard API for reinforcement learning and a diverse set of reference environments (formerly Gym)
**LangGraph 0.5.0** \- Building stateful, multi-actor applications with LLMs
**Dagster 1.11.0 (core) / 0.27.0 (libraries)** \- An orchestration platform for the development, production, and observation of data assets.
**aioboto3 15.0.0** \- Async boto3 wrapper
**lxml 6.0.0** \- Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API
**transformers 4.53.0** \- State-of-the-art Machine Learning for JAX, PyTorch and TensorFlow
**mcp 1.10.0** \- Model Context Protocol SDK
**resolvelib 1.2.0** \- Resolve abstract dependencies into concrete ones
**chdb 3.4.0** \- An in-process SQL OLAP Engine powered by ClickHouse
**Diffusers 0.34.0** \- State-of-the-art diffusion in PyTorch and JAX
**junitparser 4.0.0** \- Manipulates JUnit/xUnit Result XML files
**Pybtex 0.25.0** \- A BibTeX-compatible bibliography processor in Python
**Instructor 1.9.0** \- structured outputs for llm
**Robyn 0.70.0** \- A Super Fast Async Python Web Framework with a Rust runtime
/r/Python
https://redd.it/1llr1ix
Over the last 7 days, I've noticed these significant upgrades in the Python package ecosystem.
**Gymnasium 1.2.0** \- A standard API for reinforcement learning and a diverse set of reference environments (formerly Gym)
**LangGraph 0.5.0** \- Building stateful, multi-actor applications with LLMs
**Dagster 1.11.0 (core) / 0.27.0 (libraries)** \- An orchestration platform for the development, production, and observation of data assets.
**aioboto3 15.0.0** \- Async boto3 wrapper
**lxml 6.0.0** \- Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API
**transformers 4.53.0** \- State-of-the-art Machine Learning for JAX, PyTorch and TensorFlow
**mcp 1.10.0** \- Model Context Protocol SDK
**resolvelib 1.2.0** \- Resolve abstract dependencies into concrete ones
**chdb 3.4.0** \- An in-process SQL OLAP Engine powered by ClickHouse
**Diffusers 0.34.0** \- State-of-the-art diffusion in PyTorch and JAX
**junitparser 4.0.0** \- Manipulates JUnit/xUnit Result XML files
**Pybtex 0.25.0** \- A BibTeX-compatible bibliography processor in Python
**Instructor 1.9.0** \- structured outputs for llm
**Robyn 0.70.0** \- A Super Fast Async Python Web Framework with a Rust runtime
/r/Python
https://redd.it/1llr1ix
GitHub
Release v1.2.0 Β· Farama-Foundation/Gymnasium
Gymnasium v1.2.0
In Gym v0.24, v4 MuJoCo environments were added that used a different simulator (mujoco, not mujoco-py).
Having been 3 years since v0.24 and with mujoco-py being unmaintained, it i...
In Gym v0.24, v4 MuJoCo environments were added that used a different simulator (mujoco, not mujoco-py).
Having been 3 years since v0.24 and with mujoco-py being unmaintained, it i...
I have created PowerEdit: a code editor
I have created PowerEdit - a lightweight code editor in PyQt5 with integrated console, file explorer and theme support.
Ideal for those looking for something fast and extensible π§
π₯ Download it here β https://github.com/ZtaMDev/PowerEdit/releases
π Documentation (in process) β https://ztamdev.github.io/PowerEdit/
Feedback and contributions welcome! π
/r/Python
https://redd.it/1llx4jd
I have created PowerEdit - a lightweight code editor in PyQt5 with integrated console, file explorer and theme support.
Ideal for those looking for something fast and extensible π§
π₯ Download it here β https://github.com/ZtaMDev/PowerEdit/releases
π Documentation (in process) β https://ztamdev.github.io/PowerEdit/
Feedback and contributions welcome! π
/r/Python
https://redd.it/1llx4jd
GitHub
Releases Β· ZtaMDev/PowerEdit
Contribute to ZtaMDev/PowerEdit development by creating an account on GitHub.
I made a swipeable video feed for immersing yourself in topics like python
https://illustrious-mu.vercel.app/
This isn't a python project, but it's a tool that would serve you learning or advancing in Python. You might stumble into python idioms, patterns, and practices that you haven't seen before if you spend some time on this thing
Really curious if it's working to help you pick up information
/r/Python
https://redd.it/1lm3bvd
https://illustrious-mu.vercel.app/
This isn't a python project, but it's a tool that would serve you learning or advancing in Python. You might stumble into python idioms, patterns, and practices that you haven't seen before if you spend some time on this thing
Really curious if it's working to help you pick up information
/r/Python
https://redd.it/1lm3bvd
illustrious-mu.vercel.app
Illustrious: The Learning Scroll
Your learning algorithm.
I updated CtrlV: Share code instantly via web or directly from VS Code
/r/django
https://redd.it/1lmk52v
/r/django
https://redd.it/1lmk52v
Pobshell: A Bash-like shell for live Python objects
# What Pobshell Does
Think cd, ls, cat, and find β but for Python objects instead of files.
Stroll around your code, runtime state, and data structures. Inspect everything: modules, classes, live objects. Plus recursive search and CLI integration.
2 minute video demo: https://www.youtube.com/watch?v=I5QoSrc\_E\_A
What it's for:
Exploratory debugging: Inspect live object state on the fly
Understanding APIs: Examine code, docstrings, class trees
Shell integration: Pipe object state or code snippets to LLMs or OS tools
Code and data search: Recursive search for object state or source without file paths
REPL & paused script: Explore runtime environments dynamically
Teaching & demos: Make Python internals visible and walkable
Pobshell is pickβupβandβplay: familiar commands plus optional new tricks.
# Target Audience
Python devs, Data Scientists, LLM engineers and intermediate Python learners.
Pobshell is open source, and in alpha release -- Don't use it in production. N.B. Tab-completion isn't available in Jupyter.
Tested on MacOs, Linux and Windows (Python 3.12)
Install: pip install pobshell
Github: https://github.com/pdalloz/pobshell
# Alternatives
You can get similar information from a good IDE or JupyterLab, but you'd need to craft Python list comprehensions using the inspect module. IPython has powerful introspection commands too.
What makes Pobshell different is how expressive its commands are, with an easy learning curve - because basic commands and
/r/Python
https://redd.it/1lmn348
# What Pobshell Does
Think cd, ls, cat, and find β but for Python objects instead of files.
Stroll around your code, runtime state, and data structures. Inspect everything: modules, classes, live objects. Plus recursive search and CLI integration.
2 minute video demo: https://www.youtube.com/watch?v=I5QoSrc\_E\_A
What it's for:
Exploratory debugging: Inspect live object state on the fly
Understanding APIs: Examine code, docstrings, class trees
Shell integration: Pipe object state or code snippets to LLMs or OS tools
Code and data search: Recursive search for object state or source without file paths
REPL & paused script: Explore runtime environments dynamically
Teaching & demos: Make Python internals visible and walkable
Pobshell is pickβupβandβplay: familiar commands plus optional new tricks.
# Target Audience
Python devs, Data Scientists, LLM engineers and intermediate Python learners.
Pobshell is open source, and in alpha release -- Don't use it in production. N.B. Tab-completion isn't available in Jupyter.
Tested on MacOs, Linux and Windows (Python 3.12)
Install: pip install pobshell
Github: https://github.com/pdalloz/pobshell
# Alternatives
You can get similar information from a good IDE or JupyterLab, but you'd need to craft Python list comprehensions using the inspect module. IPython has powerful introspection commands too.
What makes Pobshell different is how expressive its commands are, with an easy learning curve - because basic commands and
/r/Python
https://redd.it/1lmn348
YouTube
Pobshell - A Bash-like shell for live Python objects - 2 min intro
Lightning tour of Pobshell - What it is, how to use it
Pobshell is a Bash-like shell for live Python objects
It's in alpha release and is open source
github.com/pdalloz/pobshell
Try it out
pip install pobshell
Pobshell is a Bash-like shell for live Python objects
It's in alpha release and is open source
github.com/pdalloz/pobshell
Try it out
pip install pobshell
Ending all Circular Imports Forever?
Wouldn't there be a way to hack Python so that it receives the following system-level command from module import:
And the argument (doppler) then automatically ensures that lazy is imported, and if that doesn't work, it detects a circle and automatically uses the doppler.py where you simply shove all defs() that make problems from your whole project?
π DOPPLER MODULE ================
# AST-Manipulation before Import:
is this a bad idea?
/r/Python
https://redd.it/1lmmypt
Wouldn't there be a way to hack Python so that it receives the following system-level command from module import:
from module import somedef:(doppler)And the argument (doppler) then automatically ensures that lazy is imported, and if that doesn't work, it detects a circle and automatically uses the doppler.py where you simply shove all defs() that make problems from your whole project?
π DOPPLER MODULE ================
import sys import importlib.utilclass DopplerImportHook: def find_spec(self, name, path, target=None): # Spot "(doppler)" Pattern if ":(doppler)" in name: # Circular Import Detection # Fallback zu `doppler.py` return self.load_from_doppler(name)# AST-Manipulation before Import:
import astdef preprocess_import(source): # Parse "from module import func:(doppler)" # Transform to try/except with doppler fallbackclass AutoDopplerMeta(type): def __new__(cls, name, bases, namespace): # Automatically detect circular dependencies # Route to doppler when neededis this a bad idea?
/r/Python
https://redd.it/1lmmypt
Reddit
From the Python community on Reddit
Explore this post and more from the Python community
Himig β Compose and Play Melodies with Python
GitHub: **Himig**
Playground: **Himig Playground Β· Streamlit**
What My Project Does?
Himig is a Python music synthesis module that lets you compose, play, and save melodies using simple note strings like
You can use it like this:
from himig import play
melody = "C4:0.5", "C4:0.5", "G4:1.0"
play(melody)
save(melody, "melody.wav")
Melodies are written using the format
Try playing built-in melodies: happy birthday and twinkle twinkle or create your own.
Target Audience:
\-Hobbyists who want to compose melodies programmatically.
\-Educators teaching music, sound, or digital signal processing in Python.
\-Python developers who want to explore audio synthesis.
\-Others who just want to play with music.
Comparison:
\-Aside from Python built-ins, it relies only on Numpy.
\-Simple, readable note strings.
Limitation: One note at a time, wav output only, and sine wave synthesis only for now.
You can install via:
/r/Python
https://redd.it/1lmnful
GitHub: **Himig**
Playground: **Himig Playground Β· Streamlit**
What My Project Does?
Himig is a Python music synthesis module that lets you compose, play, and save melodies using simple note strings like
"C4:0.5".You can use it like this:
from himig import play
melody = "C4:0.5", "C4:0.5", "G4:1.0"
play(melody)
save(melody, "melody.wav")
Melodies are written using the format
"NOTE:DURATION" β for example, "A4:1.0" or "R:0.25" for a rest.Try playing built-in melodies: happy birthday and twinkle twinkle or create your own.
Target Audience:
\-Hobbyists who want to compose melodies programmatically.
\-Educators teaching music, sound, or digital signal processing in Python.
\-Python developers who want to explore audio synthesis.
\-Others who just want to play with music.
Comparison:
\-Aside from Python built-ins, it relies only on Numpy.
\-Simple, readable note strings.
Limitation: One note at a time, wav output only, and sine wave synthesis only for now.
You can install via:
pip install himig/r/Python
https://redd.it/1lmnful
GitHub
GitHub - j-ncel/himig: Python music synthesis module that lets you compose, play, and save melodies.
Python music synthesis module that lets you compose, play, and save melodies. - j-ncel/himig
Are there many of you on here who do all their Python development inside a container?
I tried to run my app in a container during development a few years ago in vscode, but it didn't feel right at all. Within the few i spoke to who also tried this it didn't resonate either and most did their python development locally. They only used containers for development services.
I wonder if things have changed. It looks like you still need to do a lot of custom config to debug a container in vscode. Does hot reload work? Intellisense? click through to system modules? I wonder if the consensus is different in 2025.
/r/Python
https://redd.it/1lmztd5
I tried to run my app in a container during development a few years ago in vscode, but it didn't feel right at all. Within the few i spoke to who also tried this it didn't resonate either and most did their python development locally. They only used containers for development services.
I wonder if things have changed. It looks like you still need to do a lot of custom config to debug a container in vscode. Does hot reload work? Intellisense? click through to system modules? I wonder if the consensus is different in 2025.
/r/Python
https://redd.it/1lmztd5
Reddit
From the Python community on Reddit
Explore this post and more from the Python community
How are you managing local env-specific config/secrets?
Hi all, I manage a team running a number of web services both internally and externally ay my company, and one issue I always have is managing local configuration and secrets.
For example, we have develop/staging/prod instances for each web application, which allows us to validate changes and promote these changes to escalating prod-like environments. I think this pattern is probably pretty familiar to most folks but I'm happy to elaborate more.
However, one thing I have not figured out a good workflow for is managing local secrets. For example, when we are generating database migrations against prod, we need to be pointed to the prod database. What I have found works well enough is to store the secrets in a .env.local file, or .env.prod, .env.staging, .env.develop, etc. And then we just pass these around. It all sounds primitive, but it works well enough, but it feels a bit unwieldy and requires manual config switching to change envs.
However, I also don't imagine this is the best practice. So I guess my questions: how do you store and manage local secrets for dev purposes? I think this question touches on both secrets as well as other likely env-based configs that might vary
/r/django
https://redd.it/1lmusv2
Hi all, I manage a team running a number of web services both internally and externally ay my company, and one issue I always have is managing local configuration and secrets.
For example, we have develop/staging/prod instances for each web application, which allows us to validate changes and promote these changes to escalating prod-like environments. I think this pattern is probably pretty familiar to most folks but I'm happy to elaborate more.
However, one thing I have not figured out a good workflow for is managing local secrets. For example, when we are generating database migrations against prod, we need to be pointed to the prod database. What I have found works well enough is to store the secrets in a .env.local file, or .env.prod, .env.staging, .env.develop, etc. And then we just pass these around. It all sounds primitive, but it works well enough, but it feels a bit unwieldy and requires manual config switching to change envs.
However, I also don't imagine this is the best practice. So I guess my questions: how do you store and manage local secrets for dev purposes? I think this question touches on both secrets as well as other likely env-based configs that might vary
/r/django
https://redd.it/1lmusv2
Reddit
From the django community on Reddit
Explore this post and more from the django community
Showcase: I built perplexity clone with Django and React
I built a Perplexity clone with Django + React! π₯
Knowmore is my latest open-source project featuring:
Real-time streaming AI responses
Web search integration for current info
Django async/ASGI backend
React + TypeScript frontend
Anthropic & OpenAI LLM integration
FireCrawl for web scraping
Check it out: https://github.com/ahmadrosid/Knowmore
Currently open to new opportunities as a Django/Python/React developer. If you're hiring or know someone who is, drop me a line at **hey@ahmadrosid.com** π§
Would love your feedback on the code and architecture! π
/r/django
https://redd.it/1lmrgd6
I built a Perplexity clone with Django + React! π₯
Knowmore is my latest open-source project featuring:
Real-time streaming AI responses
Web search integration for current info
Django async/ASGI backend
React + TypeScript frontend
Anthropic & OpenAI LLM integration
FireCrawl for web scraping
Check it out: https://github.com/ahmadrosid/Knowmore
Currently open to new opportunities as a Django/Python/React developer. If you're hiring or know someone who is, drop me a line at **hey@ahmadrosid.com** π§
Would love your feedback on the code and architecture! π
/r/django
https://redd.it/1lmrgd6
GitHub
GitHub - ahmadrosid/Knowmore: Knowmore is perplexity clone build width django & react.
Knowmore is perplexity clone build width django & react. - ahmadrosid/Knowmore
Finally tried Django 5.1βs {% querystring %} tag β itβs amazing (especially with HTMX)
While working on a Django project for a client, I had to build a fairly complex UI with HTMX β filtering, sorting, pagination β all driven by query parameters.
As you probably know, updating URLs in Django templates without clobbering the rest of the querystring used to be a pain. I was halfway into writing a custom tag (again) when a colleague pointed me to Django 5.1βs new {% querystring %} template tag.
Game. Changer. π
It handles adding, removing, and updating query parameters cleanly β no loops, no custom tags, just elegant syntax.
I was so happy I found it and I hope it can make someone else happy :)
From the official docs: here
I wrote a short blog post walking through the tag, with examples of real-world usage (pagination, multi-param filters, HTMX integration, etc.) if your'e interested in some more info:
π Django 5.1βs Game-Changing QueryString Template Tag: Finally, URL Parameters Made Easy
Hope itβs useful β and Iβd love to hear how others are using it or if youβve got tips I missed!
/r/django
https://redd.it/1ln92hm
While working on a Django project for a client, I had to build a fairly complex UI with HTMX β filtering, sorting, pagination β all driven by query parameters.
As you probably know, updating URLs in Django templates without clobbering the rest of the querystring used to be a pain. I was halfway into writing a custom tag (again) when a colleague pointed me to Django 5.1βs new {% querystring %} template tag.
Game. Changer. π
It handles adding, removing, and updating query parameters cleanly β no loops, no custom tags, just elegant syntax.
I was so happy I found it and I hope it can make someone else happy :)
From the official docs: here
I wrote a short blog post walking through the tag, with examples of real-world usage (pagination, multi-param filters, HTMX integration, etc.) if your'e interested in some more info:
π Django 5.1βs Game-Changing QueryString Template Tag: Finally, URL Parameters Made Easy
Hope itβs useful β and Iβd love to hear how others are using it or if youβve got tips I missed!
/r/django
https://redd.it/1ln92hm
Django Project
Built-in template tags and filters | Django documentation
The web framework for perfectionists with deadlines.
Django rest job advice?
Hey guys i have been doing works with django more than a year. I am much comfortable with it that no other framework gives me courage. The best framework for me for backend currently i enjoy. So i wanna build career specifically on this cause i enjoy for hourse doing django rest stuffs.
But in my country there are only few companies that hires django developers.
I want to try remote company that hires django/fastapi developer. How to get job posts? I tried LinkedIn but failed many times bu sending cv...can anyone help me how to get a remote job? What should i add in CV?
I will pleased to have a network who are working as a django/python developer.
/r/django
https://redd.it/1ln4yuw
Hey guys i have been doing works with django more than a year. I am much comfortable with it that no other framework gives me courage. The best framework for me for backend currently i enjoy. So i wanna build career specifically on this cause i enjoy for hourse doing django rest stuffs.
But in my country there are only few companies that hires django developers.
I want to try remote company that hires django/fastapi developer. How to get job posts? I tried LinkedIn but failed many times bu sending cv...can anyone help me how to get a remote job? What should i add in CV?
I will pleased to have a network who are working as a django/python developer.
/r/django
https://redd.it/1ln4yuw
Reddit
From the django community on Reddit
Explore this post and more from the django community
Sunday Daily Thread: What's everyone working on this week?
# Weekly Thread: What's Everyone Working On This Week? π οΈ
Hello /r/Python! It's time to share what you've been working on! Whether it's a work-in-progress, a completed masterpiece, or just a rough idea, let us know what you're up to!
## How it Works:
1. Show & Tell: Share your current projects, completed works, or future ideas.
2. Discuss: Get feedback, find collaborators, or just chat about your project.
3. Inspire: Your project might inspire someone else, just as you might get inspired here.
## Guidelines:
Feel free to include as many details as you'd like. Code snippets, screenshots, and links are all welcome.
Whether it's your job, your hobby, or your passion project, all Python-related work is welcome here.
## Example Shares:
1. Machine Learning Model: Working on a ML model to predict stock prices. Just cracked a 90% accuracy rate!
2. Web Scraping: Built a script to scrape and analyze news articles. It's helped me understand media bias better.
3. Automation: Automated my home lighting with Python and Raspberry Pi. My life has never been easier!
Let's build and grow together! Share your journey and learn from others. Happy coding! π
/r/Python
https://redd.it/1ln12ce
# Weekly Thread: What's Everyone Working On This Week? π οΈ
Hello /r/Python! It's time to share what you've been working on! Whether it's a work-in-progress, a completed masterpiece, or just a rough idea, let us know what you're up to!
## How it Works:
1. Show & Tell: Share your current projects, completed works, or future ideas.
2. Discuss: Get feedback, find collaborators, or just chat about your project.
3. Inspire: Your project might inspire someone else, just as you might get inspired here.
## Guidelines:
Feel free to include as many details as you'd like. Code snippets, screenshots, and links are all welcome.
Whether it's your job, your hobby, or your passion project, all Python-related work is welcome here.
## Example Shares:
1. Machine Learning Model: Working on a ML model to predict stock prices. Just cracked a 90% accuracy rate!
2. Web Scraping: Built a script to scrape and analyze news articles. It's helped me understand media bias better.
3. Automation: Automated my home lighting with Python and Raspberry Pi. My life has never been easier!
Let's build and grow together! Share your journey and learn from others. Happy coding! π
/r/Python
https://redd.it/1ln12ce
Reddit
From the Python community on Reddit
Explore this post and more from the Python community
With Python 3.14 free-threading support coming up, will this be useful for Django's future performances?
I am not very familiar with how this is handled in Django, but does the Django team have a roadmap of supporting this feature and how long down the road should we expect it to roll over?
/r/django
https://redd.it/1lnekfg
I am not very familiar with how this is handled in Django, but does the Django team have a roadmap of supporting this feature and how long down the road should we expect it to roll over?
/r/django
https://redd.it/1lnekfg
Reddit
From the django community on Reddit
Explore this post and more from the django community
Starting Over at 40: How Solo Python Freelancing Let Me Trade Burnout for a Zero-Stress, Profitable
It took me twenty years, two burn-outs, and a hard look at what I really wanted from a working week to understand how I could earn a comfortable living and stay sane. This article is the unfiltered story of my learning curve. Itβs 100 percent real; I wrote every line, using AI only to polish grammar and structure. If you are wondering whether a mid-career switch to Python freelance work could fit your own life, read on: I will lay out every step, the money, the mistakes, and exactly how I organise my days now so you can decide what might translate to your situation.
Link to full post here
/r/Python
https://redd.it/1lnkxko
It took me twenty years, two burn-outs, and a hard look at what I really wanted from a working week to understand how I could earn a comfortable living and stay sane. This article is the unfiltered story of my learning curve. Itβs 100 percent real; I wrote every line, using AI only to polish grammar and structure. If you are wondering whether a mid-career switch to Python freelance work could fit your own life, read on: I will lay out every step, the money, the mistakes, and exactly how I organise my days now so you can decide what might translate to your situation.
Link to full post here
/r/Python
https://redd.it/1lnkxko
Medium
Starting Over at 40: How Solo Python Freelancing Let Me Trade Burnout for a Zero-Stress, Profitable Life
It took me twenty years, two burn-outs, and a hard look at what I really wanted from a working week to understand how I could earn aβ¦