Support Python: Our End-of-Year Fundraiser with PyCharm Discount is live
Our end of year fundraiser and membership drive has launched! There are 3 ways to join in to support Python and the PSF:
- 30% off @PyCharm
from JetBrains
- Donate directly
- Become a member
Learn more
Python empowers you to build amazing tools, build/grow companies, and secure jobs—all for free! Consider giving back today.
/r/Python
https://redd.it/1gu7g70
Our end of year fundraiser and membership drive has launched! There are 3 ways to join in to support Python and the PSF:
- 30% off @PyCharm
from JetBrains
- Donate directly
- Become a member
Learn more
Python empowers you to build amazing tools, build/grow companies, and secure jobs—all for free! Consider giving back today.
/r/Python
https://redd.it/1gu7g70
JetBrains: Developer Tools for Professionals and Teams
Support Python With JetBrains
Purchase PyCharm at 30% OFF, and have all the proceeds of your purchase donated to support Python.
difficulty with flask-login
I'm a beginner in Flask, and I think I didn't find this information in the documentation, or I may not have understood/read it correctly.
But, I'm having the following problem:
I can log my user into my application, everything works perfectly, but if I type the /login page again, it is accessed, even though the user is already authenticated. Is there a way that when the user is already logged in, the login page is not accessed and redirects to the home page, for example?
I would be very grateful to anyone who can help.
/r/flask
https://redd.it/1gtqpy0
I'm a beginner in Flask, and I think I didn't find this information in the documentation, or I may not have understood/read it correctly.
But, I'm having the following problem:
I can log my user into my application, everything works perfectly, but if I type the /login page again, it is accessed, even though the user is already authenticated. Is there a way that when the user is already logged in, the login page is not accessed and redirects to the home page, for example?
I would be very grateful to anyone who can help.
/r/flask
https://redd.it/1gtqpy0
Reddit
From the flask community on Reddit
Explore this post and more from the flask community
D Simple Questions Thread
Please post your questions here instead of creating a new thread. 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 noscript.
Thanks to everyone for answering questions in the previous thread!
/r/MachineLearning
https://redd.it/1gtgnk8
Please post your questions here instead of creating a new thread. 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 noscript.
Thanks to everyone for answering questions in the previous thread!
/r/MachineLearning
https://redd.it/1gtgnk8
Reddit
From the MachineLearning community on Reddit
Explore this post and more from the MachineLearning community
Basic Components: Server-Side UI Components for Python Web Apps (Feedback Appreciated)
Hi everyone! 👋
I'm excited to share a project I've been working on called Basic Components, which ports shadcn/ui component to the Python/Jinja.
# What My Project Does
Basic Components is a collection of reusable, server-side UI components built with JinjaX, htmx, and Alpine.js and Tailwind CSS. It's a port of shadcn/ui to Python/Jinja. It allows you to build dynamic, responsive web applications using Python web frameworks like FastAPI, Django, and Flask.
Key Features:
Copy/Paste Components: No package to install; simply copy the components you need into your project.
Full Customization: Complete control over the components to modify and extend as needed.
Tailwind CSS Styling: Styled using Tailwind CSS utility classes for consistent and rapid UI development.
Accessibility-First Design: Components are built with accessibility in mind, based on shadcn/ui.
Dark Mode Support: Built-in theming with light and dark modes.
Markup Compatibility: The component markup is the same as in shadcn/ui, making it easy to adapt and integrate.
# Target Audience
This project is intended for Python web developers who prefer a server-first architecture and want to build modern, interactive web applications without relying heavily on client-side JavaScript frameworks.
# Comparison to Existing Alternatives
While there are many frontend component libraries available for JavaScript frameworks like React or Vue,
/r/Python
https://redd.it/1gue0s5
Hi everyone! 👋
I'm excited to share a project I've been working on called Basic Components, which ports shadcn/ui component to the Python/Jinja.
# What My Project Does
Basic Components is a collection of reusable, server-side UI components built with JinjaX, htmx, and Alpine.js and Tailwind CSS. It's a port of shadcn/ui to Python/Jinja. It allows you to build dynamic, responsive web applications using Python web frameworks like FastAPI, Django, and Flask.
Key Features:
Copy/Paste Components: No package to install; simply copy the components you need into your project.
Full Customization: Complete control over the components to modify and extend as needed.
Tailwind CSS Styling: Styled using Tailwind CSS utility classes for consistent and rapid UI development.
Accessibility-First Design: Components are built with accessibility in mind, based on shadcn/ui.
Dark Mode Support: Built-in theming with light and dark modes.
Markup Compatibility: The component markup is the same as in shadcn/ui, making it easy to adapt and integrate.
# Target Audience
This project is intended for Python web developers who prefer a server-first architecture and want to build modern, interactive web applications without relying heavily on client-side JavaScript frameworks.
# Comparison to Existing Alternatives
While there are many frontend component libraries available for JavaScript frameworks like React or Vue,
/r/Python
https://redd.it/1gue0s5
jinjax.scaletti.dev
Welcome | JinjaX Documentation
Super components powers for your Jinja templates
If you use uv, what are your use cases for uvx?
I really love
I also really like the
But I it never really clicked for me when I would use
Currently I am on my way to release v0.4.0 of kanban-tui with multi board support and board-individual columns. I develop those features in a new branch and just discovered that you can use something like:
to install the current development status from a custom branch (or even commit)
within seconds. A great way to quickly share the current progress of your work with friends or use your tool on your system already without creating a new release yet.
I am curious to hear, what are your use cases for
/r/Python
https://redd.it/1guf2fh
I really love
uv as my new All-In-One tool for python project management. I also really like the
uv tool functionality for tools I regularly use like Harlequin or my kanban/tasks apps kanban-python and more lately the less minimal kanban-tui.But I it never really clicked for me when I would use
uvx which basically installs a tool temporary and after usage removes it again (though still cached, so future uses go faster).Currently I am on my way to release v0.4.0 of kanban-tui with multi board support and board-individual columns. I develop those features in a new branch and just discovered that you can use something like:
uvx --from git+https://github.com/Zaloog/kanban-tui@lg/independent-board-columns ktui demo
to install the current development status from a custom branch (or even commit)
within seconds. A great way to quickly share the current progress of your work with friends or use your tool on your system already without creating a new release yet.
I am curious to hear, what are your use cases for
uvx, and what are your favourite tools to use with it?/r/Python
https://redd.it/1guf2fh
GitHub
GitHub - Zaloog/kanban-tui: Task Manager with a TUI written in Python
Task Manager with a TUI written in Python. Contribute to Zaloog/kanban-tui development by creating an account on GitHub.
On Ajax what is the prefer way to get the CSRFTOEKN?
const csrfToken1 = document.cookie
const csrfToken2 = document.getElementsByName('csrfmiddlewaretoken')
From top snippet, what is the convention/prefer way to get the csrf\token? Any suggestion will be greatly appreciated. Thank you.
/r/djangolearning
https://redd.it/1guni1v
const csrfToken1 = document.cookie
const csrfToken2 = document.getElementsByName('csrfmiddlewaretoken')
From top snippet, what is the convention/prefer way to get the csrf\token? Any suggestion will be greatly appreciated. Thank you.
/r/djangolearning
https://redd.it/1guni1v
Reddit
From the djangolearning community on Reddit
Explore this post and more from the djangolearning community
Tuesday Daily Thread: Advanced questions
# Weekly Wednesday Thread: Advanced Questions 🐍
Dive deep into Python with our Advanced Questions thread! This space is reserved for questions about more advanced Python topics, frameworks, and best practices.
## How it Works:
1. **Ask Away**: Post your advanced Python questions here.
2. **Expert Insights**: Get answers from experienced developers.
3. **Resource Pool**: Share or discover tutorials, articles, and tips.
## Guidelines:
* This thread is for **advanced questions only**. Beginner questions are welcome in our [Daily Beginner Thread](#daily-beginner-thread-link) every Thursday.
* Questions that are not advanced may be removed and redirected to the appropriate thread.
## Recommended Resources:
* If you don't receive a response, consider exploring r/LearnPython or join the [Python Discord Server](https://discord.gg/python) for quicker assistance.
## Example Questions:
1. **How can you implement a custom memory allocator in Python?**
2. **What are the best practices for optimizing Cython code for heavy numerical computations?**
3. **How do you set up a multi-threaded architecture using Python's Global Interpreter Lock (GIL)?**
4. **Can you explain the intricacies of metaclasses and how they influence object-oriented design in Python?**
5. **How would you go about implementing a distributed task queue using Celery and RabbitMQ?**
6. **What are some advanced use-cases for Python's decorators?**
7. **How can you achieve real-time data streaming in Python with WebSockets?**
8. **What are the
/r/Python
https://redd.it/1gujmbz
# Weekly Wednesday Thread: Advanced Questions 🐍
Dive deep into Python with our Advanced Questions thread! This space is reserved for questions about more advanced Python topics, frameworks, and best practices.
## How it Works:
1. **Ask Away**: Post your advanced Python questions here.
2. **Expert Insights**: Get answers from experienced developers.
3. **Resource Pool**: Share or discover tutorials, articles, and tips.
## Guidelines:
* This thread is for **advanced questions only**. Beginner questions are welcome in our [Daily Beginner Thread](#daily-beginner-thread-link) every Thursday.
* Questions that are not advanced may be removed and redirected to the appropriate thread.
## Recommended Resources:
* If you don't receive a response, consider exploring r/LearnPython or join the [Python Discord Server](https://discord.gg/python) for quicker assistance.
## Example Questions:
1. **How can you implement a custom memory allocator in Python?**
2. **What are the best practices for optimizing Cython code for heavy numerical computations?**
3. **How do you set up a multi-threaded architecture using Python's Global Interpreter Lock (GIL)?**
4. **Can you explain the intricacies of metaclasses and how they influence object-oriented design in Python?**
5. **How would you go about implementing a distributed task queue using Celery and RabbitMQ?**
6. **What are some advanced use-cases for Python's decorators?**
7. **How can you achieve real-time data streaming in Python with WebSockets?**
8. **What are the
/r/Python
https://redd.it/1gujmbz
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
Using Python's pathlib module
I've written a hybrid "why pathlib" and "pathlib cheat sheet" post: [Python's pathlib module\](https://www.pythonmorsels.com/pathlib-module/).
I see this resource as a living document, so feedback is very welcome.
/r/Python
https://redd.it/1guhphv
I've written a hybrid "why pathlib" and "pathlib cheat sheet" post: [Python's pathlib module\](https://www.pythonmorsels.com/pathlib-module/).
I see this resource as a living document, so feedback is very welcome.
/r/Python
https://redd.it/1guhphv
Pythonmorsels
Python's pathlib module
Python's pathlib module is the tool to use for working with file paths. See pathlib quick reference tables and examples.
I'm pretty lost on how to setup a full app from scratch.
I work at a software house, Im a junior developer (5months of experience). My first project had 2 seniors and plus 2 juniors besides me, I did all kind of tasks most of it creating views to do CRUD on django. My perfomance overall was pretty good, and when things got reallly ugly the senior always came in to solve it (for example we had a lot lot lot of problems with migrations, ppl running migrations on productions instead of local DB and etc.)
Given this context, whats happening now: I'm working at another project for this company, its a project from scratch and whats getting me desperate its I'm the only developer on the project. The PO of the project always says that his got react skills and always can help me on frontend ( I wont even speak how useless this help is, and every time he tries to help we got a new lib installed on the project that I have to study, so this is happening even tho in the start I tried to convice to use vanila JS since its a simple project but nah, we using react with a list of 10+ libs and
/r/django
https://redd.it/1gudped
I work at a software house, Im a junior developer (5months of experience). My first project had 2 seniors and plus 2 juniors besides me, I did all kind of tasks most of it creating views to do CRUD on django. My perfomance overall was pretty good, and when things got reallly ugly the senior always came in to solve it (for example we had a lot lot lot of problems with migrations, ppl running migrations on productions instead of local DB and etc.)
Given this context, whats happening now: I'm working at another project for this company, its a project from scratch and whats getting me desperate its I'm the only developer on the project. The PO of the project always says that his got react skills and always can help me on frontend ( I wont even speak how useless this help is, and every time he tries to help we got a new lib installed on the project that I have to study, so this is happening even tho in the start I tried to convice to use vanila JS since its a simple project but nah, we using react with a list of 10+ libs and
/r/django
https://redd.it/1gudped
Reddit
From the django community on Reddit
Explore this post and more from the django community
D What’s the most surprising or counterintuitive insight you’ve learned about machine learning recently?
ML often challenges assumptions. What’s something you learned that flipped your understanding or made you rethink a concept?
/r/MachineLearning
https://redd.it/1gujfj2
ML often challenges assumptions. What’s something you learned that flipped your understanding or made you rethink a concept?
/r/MachineLearning
https://redd.it/1gujfj2
Reddit
From the MachineLearning community on Reddit
Explore this post and more from the MachineLearning community
Rewriting 4,000 lines of Python to migrate to Quart (async Flask)
Talk Python rewritten in Quart (async Flask)
Here's a massive write up of why over at Talk Python we rewrote our website and why we chose Quart (async Flask). Lots of lessons here if you're choosing a framework for a project or considering rewriting your own.
/r/Python
https://redd.it/1gulzjt
Talk Python rewritten in Quart (async Flask)
Here's a massive write up of why over at Talk Python we rewrote our website and why we chose Quart (async Flask). Lots of lessons here if you're choosing a framework for a project or considering rewriting your own.
/r/Python
https://redd.it/1gulzjt
talkpython.fm
Talk Python rewritten in Quart (async Flask)
Are you considering migrating from one Python web framework to another? This article describes our recent migration from Pyramid to Quart and from synchronous code to code powered by asyncio with async and await. Here why we chose Quart/Flask over the many…
Joe: writing a Django mini-clone article series
Hey all!
I've written a series of article that go through the process of building a minimal Django clone, which I hope could be a useful learning resource.
https://artoale.gitlab.io/joe
Feedback welcome!
/r/Python
https://redd.it/1gutct7
Hey all!
I've written a series of article that go through the process of building a minimal Django clone, which I hope could be a useful learning resource.
https://artoale.gitlab.io/joe
Feedback welcome!
/r/Python
https://redd.it/1gutct7
artoale.gitlab.io
Build yourself a Django
Joe: Build yourself a DjangoHello and welcome!
This project is a learning adventure aimed at studying and exploring how a python web framework like Django works, learning the basics of some python advanced concepts along the way.
⚠️ DO NOT ATTEMPT TO USE…
This project is a learning adventure aimed at studying and exploring how a python web framework like Django works, learning the basics of some python advanced concepts along the way.
⚠️ DO NOT ATTEMPT TO USE…
Data Visualization Project.
Hi, i need to create a wep app whit streamlit to present some data. I just want to do somthing not boring. Any suggestion on how to create some dataset or some nice dataset?
/r/Python
https://redd.it/1guws6z
Hi, i need to create a wep app whit streamlit to present some data. I just want to do somthing not boring. Any suggestion on how to create some dataset or some nice dataset?
/r/Python
https://redd.it/1guws6z
Reddit
From the Python community on Reddit
Explore this post and more from the Python community
Build a fraud detection app with AI
Hi,
Our boss just wrote an article about creating a fraud detection app using AI in Python: https://taipy.io/blog/building-fraud-detection-applications-with-taipy
Reviews are welcome.
/r/Python
https://redd.it/1gux1d4
Hi,
Our boss just wrote an article about creating a fraud detection app using AI in Python: https://taipy.io/blog/building-fraud-detection-applications-with-taipy
Reviews are welcome.
/r/Python
https://redd.it/1gux1d4
Taipy
Building Fraud Detection Applications with Taipy
In the fight against fraud, staying ahead implies combining both AI-driven insights and expert analysis. Taipy’s powerful Python platform enables organizations to build cutting-edge fraud detection applications that harness the full potential of AI and data…
Keeping large data available to all users in memory
Not quite sure if this is the correct subreddit for questions like this, but here I go:
I'm currently building a website where I each day want yesterday's financial data cached in memory for the full day, to be quickly available to all users (note that this data is incommon for all users, and can be quite big at ~50 MB). I also want to cache older data on request, e.g. if a user looks at data for some date in 2023, I also want to cache that, although for a shorter time (say maybe 1 h).
Being new to Django, I've tried to read up on the different caching solutions that Django offers, but I'm a bit confused as to which would server me well.
* Does Django offer an existing solution fit for this purpose?
* Would it be easier to set up a manual pure python caching process, which fetches cached data if it exists, and otherwise retrieves and caches it for a specfied time period?
* Can this be solved by simply attaching the data to a middleware instance? Not quite sure how long such an instance lives to provide the attached data.
Thank you!
/r/django
https://redd.it/1guu1t8
Not quite sure if this is the correct subreddit for questions like this, but here I go:
I'm currently building a website where I each day want yesterday's financial data cached in memory for the full day, to be quickly available to all users (note that this data is incommon for all users, and can be quite big at ~50 MB). I also want to cache older data on request, e.g. if a user looks at data for some date in 2023, I also want to cache that, although for a shorter time (say maybe 1 h).
Being new to Django, I've tried to read up on the different caching solutions that Django offers, but I'm a bit confused as to which would server me well.
* Does Django offer an existing solution fit for this purpose?
* Would it be easier to set up a manual pure python caching process, which fetches cached data if it exists, and otherwise retrieves and caches it for a specfied time period?
* Can this be solved by simply attaching the data to a middleware instance? Not quite sure how long such an instance lives to provide the attached data.
Thank you!
/r/django
https://redd.it/1guu1t8
Reddit
From the django community on Reddit
Explore this post and more from the django community
Is this a good production setup?
I've just finished deploying my project on Digital Ocean and would like to hear your opinion on the way I've done it and if this is a production-friendly setup. Any feedback is welcome but please be nice as this is my first run-in with this amount of devops.
The application is a bookings management SaaS for small businesses to manage (calendar view) and sell (online store) their experiences (Surf camps, Yoga camps, Wellness retreats, etc)
The stack is a Django app with AlpineJs for frontend all within the same project + Postgres + Redis + Celery.
I set up my Django project with cookiecutter-django from the two scoops guys and for local dev I'm using Docker.
So for local Dev I use Docker and run all these services in one container.
On Digital Ocean I decided not to use Docker and to go for their App Platform app (Django app) + Managed Database (Postgres) + Managed Cache Database (Redis) + Spaces (Static) + App (Celery Worker).
The DO enviroment is connected to my Github where when I'm ready to deploy my local changes I push my local changes using git and DO rebuilds and deploys automatically.
The main reason I
/r/django
https://redd.it/1guuq8b
I've just finished deploying my project on Digital Ocean and would like to hear your opinion on the way I've done it and if this is a production-friendly setup. Any feedback is welcome but please be nice as this is my first run-in with this amount of devops.
The application is a bookings management SaaS for small businesses to manage (calendar view) and sell (online store) their experiences (Surf camps, Yoga camps, Wellness retreats, etc)
The stack is a Django app with AlpineJs for frontend all within the same project + Postgres + Redis + Celery.
I set up my Django project with cookiecutter-django from the two scoops guys and for local dev I'm using Docker.
So for local Dev I use Docker and run all these services in one container.
On Digital Ocean I decided not to use Docker and to go for their App Platform app (Django app) + Managed Database (Postgres) + Managed Cache Database (Redis) + Spaces (Static) + App (Celery Worker).
The DO enviroment is connected to my Github where when I'm ready to deploy my local changes I push my local changes using git and DO rebuilds and deploys automatically.
The main reason I
/r/django
https://redd.it/1guuq8b
Reddit
From the django community on Reddit
Explore this post and more from the django community
Retro Terminal Chatbot (GLaDOS)
Hey everyone! I’d like to share a Python project I’ve been working on for a while now. It’s a chatbot based on GLaDOS from the Portal games, with a retro-style terminal interface and her iconic voice. I think any portal fans among you will enjoy it.
# What My Project Does
GLaDOS-Terminal is a fully interactive chatbot experience that brings the personality of GLaDOS to life.
Chatting: The responses are generated using the llama3.2:3b model, giving her personality depth and sarcasm that feels true to the original character.
Voice Synthesis: Her iconic voice is recreated using custom fine-tuned Tacotron 2 and HiFi-GAN models that I developed specifically for this project.
UI and Visuals: The terminal is built using pygame combined with a custom moderngl shader, inspired by the retro visuals from the Portal end credits and [this ](https://github.com/Swordfish90/cool-retro-term)project.
# Target Audience
This project is mainly for:
Portal fans who want a chance to talk to GLaDOS (or at least her chatbot counterpart).
Developers or Python enthusiasts who are curious about integrating AI models, custom shaders, and real-time voice synthesis.
Anyone looking for a cool and unique chatbot experience.
Right now, this is more of a showcase or experimental project since it’s somewhat technical to set
/r/Python
https://redd.it/1gv92l4
Hey everyone! I’d like to share a Python project I’ve been working on for a while now. It’s a chatbot based on GLaDOS from the Portal games, with a retro-style terminal interface and her iconic voice. I think any portal fans among you will enjoy it.
# What My Project Does
GLaDOS-Terminal is a fully interactive chatbot experience that brings the personality of GLaDOS to life.
Chatting: The responses are generated using the llama3.2:3b model, giving her personality depth and sarcasm that feels true to the original character.
Voice Synthesis: Her iconic voice is recreated using custom fine-tuned Tacotron 2 and HiFi-GAN models that I developed specifically for this project.
UI and Visuals: The terminal is built using pygame combined with a custom moderngl shader, inspired by the retro visuals from the Portal end credits and [this ](https://github.com/Swordfish90/cool-retro-term)project.
# Target Audience
This project is mainly for:
Portal fans who want a chance to talk to GLaDOS (or at least her chatbot counterpart).
Developers or Python enthusiasts who are curious about integrating AI models, custom shaders, and real-time voice synthesis.
Anyone looking for a cool and unique chatbot experience.
Right now, this is more of a showcase or experimental project since it’s somewhat technical to set
/r/Python
https://redd.it/1gv92l4
GitHub
GitHub - Swordfish90/cool-retro-term: A good looking terminal emulator which mimics the old cathode display...
A good looking terminal emulator which mimics the old cathode display... - Swordfish90/cool-retro-term
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/1gvbziu
# 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/1gvbziu
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
Has anyone here built a profitable side project with Django or created one for a client that generates profit?
Hi everyone,
I’m curious to hear from those who’ve created side projects using Django. Have any of you built something that turned out to be profitable, either as a personal project or for a client?
I’m working on a side project myself using Django and DRF, mainly focusing on the backend. While I enjoy the process, I’m also wondering about the potential for turning it into something financially viable.
Thanks in advance for sharing your experiences! I’m hoping this inspires ideas and helps me (and others) approach these projects with a more practical perspective.
/r/django
https://redd.it/1gv7q2v
Hi everyone,
I’m curious to hear from those who’ve created side projects using Django. Have any of you built something that turned out to be profitable, either as a personal project or for a client?
I’m working on a side project myself using Django and DRF, mainly focusing on the backend. While I enjoy the process, I’m also wondering about the potential for turning it into something financially viable.
Thanks in advance for sharing your experiences! I’m hoping this inspires ideas and helps me (and others) approach these projects with a more practical perspective.
/r/django
https://redd.it/1gv7q2v
Reddit
From the django community on Reddit
Explore this post and more from the django community
I'm stucking in installing numpy
Hello everyone , im trying to install numpy library on my terminal and always i face a problem on installing backend dependencies, i try to solve this problem by adding cmake to my system path and the c/cpp compiler and the problem continue , then i try installing .whl files of numpy and still the same problem , can anyone here have a solution for this problem .
/r/Python
https://redd.it/1gvkpbm
Hello everyone , im trying to install numpy library on my terminal and always i face a problem on installing backend dependencies, i try to solve this problem by adding cmake to my system path and the c/cpp compiler and the problem continue , then i try installing .whl files of numpy and still the same problem , can anyone here have a solution for this problem .
/r/Python
https://redd.it/1gvkpbm
Reddit
From the Python community on Reddit
Explore this post and more from the Python community
I am thinking of making a tool noscript that makes it easier for linux admins
To many commands is a pain to recall the switches and so on. Anyone know of any shell noscript that can provide a menu then sub-menu of options?
/r/Python
https://redd.it/1gvhb2h
To many commands is a pain to recall the switches and so on. Anyone know of any shell noscript that can provide a menu then sub-menu of options?
/r/Python
https://redd.it/1gvhb2h
Reddit
From the Python community on Reddit
Explore this post and more from the Python community