Flashcard app
Hey all. I built a flashcard app but am having issues with it loading in my browser. It works on phone so I’d like to see if it will load in your browser. Please take a peek.
www.flashcardzz.com
/r/djangolearning
https://redd.it/18a1yy4
Hey all. I built a flashcard app but am having issues with it loading in my browser. It works on phone so I’d like to see if it will load in your browser. Please take a peek.
www.flashcardzz.com
/r/djangolearning
https://redd.it/18a1yy4
Reddit
From the djangolearning community on Reddit
Explore this post and more from the djangolearning community
What's new in Django 5.0 video
Made an overview of Django 5.0 key features and community updates: https://youtu.be/lPl5Q5gv9G8?feature=shared
This is my first video and I want to deliver value to the community, so please tell me what you liked and what I can do differently next time.
I feel truly honored to be part of the Django community. Hoping I will be warmly welcomed while I fumble my way through video content 💚
/r/django
https://redd.it/18aj6ep
Made an overview of Django 5.0 key features and community updates: https://youtu.be/lPl5Q5gv9G8?feature=shared
This is my first video and I want to deliver value to the community, so please tell me what you liked and what I can do differently next time.
I feel truly honored to be part of the Django community. Hoping I will be warmly welcomed while I fumble my way through video content 💚
/r/django
https://redd.it/18aj6ep
YouTube
What's new in Django 5.0!
Have you been counting down the days? Not to Christmas... to the new Django release! Django 5.0 is out! Let's unwrap the new features of our favourite Python web framework together 🎁
What you'll see in this video:
00:00 Intro
00:10 New feature: db_default…
What you'll see in this video:
00:00 Intro
00:10 New feature: db_default…
Where do you get your images from?
I am building this flask web app and want to put in some images, but I don't know where from. To be specific: do I just put the URL of an image from online, do I download them and just use the local path or do I just do something else like make a public git-repo and use that URL. Any help is appreciated!
/r/flask
https://redd.it/18a0fo9
I am building this flask web app and want to put in some images, but I don't know where from. To be specific: do I just put the URL of an image from online, do I download them and just use the local path or do I just do something else like make a public git-repo and use that URL. Any help is appreciated!
/r/flask
https://redd.it/18a0fo9
Reddit
From the flask community on Reddit
Explore this post and more from the flask community
Why is ´print´ not recommended in linters?
I am writing a mini-program for basic payment calculation, and after the calculation the results are printed in the terminal. However, I get the following warnings from Ruff (the Python linter that I use):
src/pfexample/foodpayment.py:39:5: T201
src/pfexample/foodpayment.py:51:5: T201
src/pfexample/foodpayment.py:52:5: T201
src/pfexample/foodpayment.py:54:5: T201
src/pfexample/foodpayment.py:56:9: T201
I know that I can turn off this check in the settings, BUT I don't why print is bad in the code. What would be the alternatives if not using print?
/r/Python
https://redd.it/18aiy0v
I am writing a mini-program for basic payment calculation, and after the calculation the results are printed in the terminal. However, I get the following warnings from Ruff (the Python linter that I use):
src/pfexample/foodpayment.py:39:5: T201
print foundsrc/pfexample/foodpayment.py:51:5: T201
print foundsrc/pfexample/foodpayment.py:52:5: T201
print foundsrc/pfexample/foodpayment.py:54:5: T201
print foundsrc/pfexample/foodpayment.py:56:9: T201
print foundI know that I can turn off this check in the settings, BUT I don't why print is bad in the code. What would be the alternatives if not using print?
/r/Python
https://redd.it/18aiy0v
Reddit
From the Python community on Reddit
Explore this post and more from the Python community
When should I start learning flask?
So basically I am a 12th grade student who have a sound knowledge of python basics, functions, file handling and exception handling. I am planning to move on to OOPs and making some projects after I finish my final examinations. But before I do that i have a doubt like what are the exact pre requisites I need to learn in python before moving to any python framework(like flask).
/r/flask
https://redd.it/18ararx
So basically I am a 12th grade student who have a sound knowledge of python basics, functions, file handling and exception handling. I am planning to move on to OOPs and making some projects after I finish my final examinations. But before I do that i have a doubt like what are the exact pre requisites I need to learn in python before moving to any python framework(like flask).
/r/flask
https://redd.it/18ararx
Reddit
From the flask community on Reddit
Explore this post and more from the flask community
Highest Paying Django Companies
I was doing some scraping and now have a db of about 4k job openings. About 200 of those are specifically hiring for Django Developers. I created a page that list the companies that pay the most for Django Developers.
Check it out here: https://gettjalerts.com/jobs/django/highest-paid/
P.S. You can also create an alert that will notify you of any new Django jobs on the market (on the home page).
/r/django
https://redd.it/18alhqy
I was doing some scraping and now have a db of about 4k job openings. About 200 of those are specifically hiring for Django Developers. I created a page that list the companies that pay the most for Django Developers.
Check it out here: https://gettjalerts.com/jobs/django/highest-paid/
P.S. You can also create an alert that will notify you of any new Django jobs on the market (on the home page).
/r/django
https://redd.it/18alhqy
Gettjalerts
Tech Job Alerts
Get notified when the new Tech Jobs are published.
The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.
Hello everybody for days ive been receiveing The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again. its so irritating because it was working perfectly fine before. i wanna see what updates i've made to my project. heres my app.py file
from flask import Flask,redirect,url_for,render_template,request
app = Flask(__name__)
u/app.route('/home')
def hello_world():
return render_template(about.html)
if __name__ == "__main__":
app.run(debug=True)
/r/flask
https://redd.it/189xprn
Hello everybody for days ive been receiveing The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again. its so irritating because it was working perfectly fine before. i wanna see what updates i've made to my project. heres my app.py file
from flask import Flask,redirect,url_for,render_template,request
app = Flask(__name__)
u/app.route('/home')
def hello_world():
return render_template(about.html)
if __name__ == "__main__":
app.run(debug=True)
/r/flask
https://redd.it/189xprn
Reddit
From the flask community on Reddit
Explore this post and more from the flask community
If you like to have (different) music on the background while coding, here’s a good retro synth playlist with NO VOCALS. If you also have a playlist, post yours!
https://open.spotify.com/playlist/77ykD3pb0otPIgVpzarriY
/r/flask
https://redd.it/189vv2h
https://open.spotify.com/playlist/77ykD3pb0otPIgVpzarriY
/r/flask
https://redd.it/189vv2h
Spotify
Eerie Sci-Fi
Eerie Sci-Fi · Playlist · 31 songs · 283 likes
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/18aybv2
# 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/18aybv2
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. | 412982 members
Will Pandas have streaming in Future??
As Pandas has switched to arrow backend from version 2.0, is there a possibility that we can see Lazy Evaluation or streaming in Pandas so that we'll be able to process datasets larger than memory on a machine as we have in Polars??
/r/Python
https://redd.it/18b5bsg
As Pandas has switched to arrow backend from version 2.0, is there a possibility that we can see Lazy Evaluation or streaming in Pandas so that we'll be able to process datasets larger than memory on a machine as we have in Polars??
/r/Python
https://redd.it/18b5bsg
Reddit
From the Python community on Reddit
Explore this post and more from the Python 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 title.
Thanks to everyone for answering questions in the previous thread!
/r/MachineLearning
https://redd.it/189wh8y
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 title.
Thanks to everyone for answering questions in the previous thread!
/r/MachineLearning
https://redd.it/189wh8y
Reddit
From the MachineLearning community on Reddit
Explore this post and more from the MachineLearning community
Use cases of Django
Hello guys. I have a little IT business, we create different web applications. I'm also a CTO in this firm, so I understand something in programming. We write frontend on Vue, backend on Asp.net/spring/fastapi. Also we use some clean architecture patterns. We use c#/java for big, complex applications and fastapi for e-commerce.
I discovered Django, and it's possibilities look interesting for short time to market, compared to other frameworks. What best use cases can Django offer in context of my organization? Share your experience please
/r/django
https://redd.it/18b6n21
Hello guys. I have a little IT business, we create different web applications. I'm also a CTO in this firm, so I understand something in programming. We write frontend on Vue, backend on Asp.net/spring/fastapi. Also we use some clean architecture patterns. We use c#/java for big, complex applications and fastapi for e-commerce.
I discovered Django, and it's possibilities look interesting for short time to market, compared to other frameworks. What best use cases can Django offer in context of my organization? Share your experience please
/r/django
https://redd.it/18b6n21
The Official Microsoft ASP.NET Site
Error: ASP.net
DataStack: The Fastest way to build apps in python
Hey Python devs,
Excited to share my latest creation – **DataStack**! 🎉 It's a new open-source, event-driven Python web app framework that's here to streamline your development process.
**Key Differentiator:** Unlike Streamlit, DataStack doesn't run your entire Python script on every change. It's designed to be lightning-fast and efficient, responding only to the events that matter. Say goodbye to unnecessary processing!
**Why DataStack?**
* 🌐 **Event-Driven:** Enjoy a responsive and dynamic web app experience.
* 🚀 **Lightning-Fast Updates:** Only processes what's needed, making it super quick.
* 💻 **Minimal Syntax:** Simple, intuitive code for maximum impact.
* 🎨 **Customization:** Tailor your apps exactly the way you want.
* 🔓 **Open Source:** Contribute, customize, and use it freely in your projects.
Github : [https://github.com/data-stack-hub/DataStack](https://github.com/data-stack-hub/DataStack)
Pypi: [https://pypi.org/project/pydatastack/](https://pypi.org/project/pydatastack/)
Share your view on DataStack
/r/Python
https://redd.it/18b5qle
Hey Python devs,
Excited to share my latest creation – **DataStack**! 🎉 It's a new open-source, event-driven Python web app framework that's here to streamline your development process.
**Key Differentiator:** Unlike Streamlit, DataStack doesn't run your entire Python script on every change. It's designed to be lightning-fast and efficient, responding only to the events that matter. Say goodbye to unnecessary processing!
**Why DataStack?**
* 🌐 **Event-Driven:** Enjoy a responsive and dynamic web app experience.
* 🚀 **Lightning-Fast Updates:** Only processes what's needed, making it super quick.
* 💻 **Minimal Syntax:** Simple, intuitive code for maximum impact.
* 🎨 **Customization:** Tailor your apps exactly the way you want.
* 🔓 **Open Source:** Contribute, customize, and use it freely in your projects.
Github : [https://github.com/data-stack-hub/DataStack](https://github.com/data-stack-hub/DataStack)
Pypi: [https://pypi.org/project/pydatastack/](https://pypi.org/project/pydatastack/)
Share your view on DataStack
/r/Python
https://redd.it/18b5qle
GitHub
GitHub - data-stack-hub/DataStack: The Fastest way to build apps in python
The Fastest way to build apps in python. Contribute to data-stack-hub/DataStack development by creating an account on GitHub.
How will you use the new Django 5.0 GeneratedField?
I'm pretty exciting by this new feature and I was wondering how I could benefit from it.
My first question: are properties still relevant?
For example, something like:
could be easily replaced by a generated field. However, as it's not a CPU intensive task, I'm not sure I'd benefit from it.
Then I was thinking of annotations. In some cases, they can be a little painful to write, and I always have to remember if my queryset is contains the annotation or not. However, what if I replace annotation by a generated field, will it create an overhead, in a sense that it will compute stuff when I may not require it. Maybe the
I'd be glad to know how are you going to use this welcome feature.
/r/django
https://redd.it/18b8pk6
I'm pretty exciting by this new feature and I was wondering how I could benefit from it.
My first question: are properties still relevant?
For example, something like:
@property
def full_name(self) -> str:
return f"{self.first_name} {self.last_name}"
could be easily replaced by a generated field. However, as it's not a CPU intensive task, I'm not sure I'd benefit from it.
Then I was thinking of annotations. In some cases, they can be a little painful to write, and I always have to remember if my queryset is contains the annotation or not. However, what if I replace annotation by a generated field, will it create an overhead, in a sense that it will compute stuff when I may not require it. Maybe the
persist_db is the answer to this question?I'd be glad to know how are you going to use this welcome feature.
/r/django
https://redd.it/18b8pk6
Django Project
Django 5.0 release notes | Django documentation
The web framework for perfectionists with deadlines.
Flask for Video Site
I have this collection of short mp4 video clips (ranging from 30s-2min) coupled with images of explanations of the videos.
The files all organised pretty well, using a letter for categories and an integer for the video number (A1-A52, B1-B40 etc) then the corresponding images use the same format with .png instead of mp4.
Obviously S3 is the place for these.
I've been working on a flask app that runs locally it consists of a index home page with menus/submenus to select the video category which takes you to a new page and displays the videos in a menu which you can hover to display a gif of the video and click to expand the video and play it.
I'm wondering what the best way to implement this using Flask:
* On the front-end side too, is there any tools that make developing this type of site easier? I'm bashing away at CSS and JS to glue the video player and display a button to show the explanation of the clip.
Is **Flask** the best tool to use for this HTML/CSS/JS site or should I be using something else?
I would also like to implement a 'test' scenario that would run through 20 clips and have you
/r/flask
https://redd.it/18bao77
I have this collection of short mp4 video clips (ranging from 30s-2min) coupled with images of explanations of the videos.
The files all organised pretty well, using a letter for categories and an integer for the video number (A1-A52, B1-B40 etc) then the corresponding images use the same format with .png instead of mp4.
Obviously S3 is the place for these.
I've been working on a flask app that runs locally it consists of a index home page with menus/submenus to select the video category which takes you to a new page and displays the videos in a menu which you can hover to display a gif of the video and click to expand the video and play it.
I'm wondering what the best way to implement this using Flask:
* On the front-end side too, is there any tools that make developing this type of site easier? I'm bashing away at CSS and JS to glue the video player and display a button to show the explanation of the clip.
Is **Flask** the best tool to use for this HTML/CSS/JS site or should I be using something else?
I would also like to implement a 'test' scenario that would run through 20 clips and have you
/r/flask
https://redd.it/18bao77
Reddit
From the flask community on Reddit
Explore this post and more from the flask community
Passing Python Array to Javascript
I have been struggling trying to pass a python array to javascript. Does anyone know how to do this?
/r/flask
https://redd.it/18b7br0
I have been struggling trying to pass a python array to javascript. Does anyone know how to do this?
/r/flask
https://redd.it/18b7br0
Reddit
From the flask community on Reddit
Explore this post and more from the flask community
Looking for some freelance hours
Hello everyone,
Currently looking to do some freelance hours.
Experience with:
Django
MySQL/PostgreSQL
Celery
Docker
Kubernetes
Cloud Deployment (GCP, AWS)
Also, experience with FastAPI, Javascript, PHP.
With Django, I've built multiple systems mainly serving as APIs to Web Apps (React, etc) or Mobile Apps.
I'm working as a CTO full time but looking to fill some free hours. PM me if you want more details.
Thank you
/r/django
https://redd.it/18b9wo4
Hello everyone,
Currently looking to do some freelance hours.
Experience with:
Django
MySQL/PostgreSQL
Celery
Docker
Kubernetes
Cloud Deployment (GCP, AWS)
Also, experience with FastAPI, Javascript, PHP.
With Django, I've built multiple systems mainly serving as APIs to Web Apps (React, etc) or Mobile Apps.
I'm working as a CTO full time but looking to fill some free hours. PM me if you want more details.
Thank you
/r/django
https://redd.it/18b9wo4
Reddit
From the django community on Reddit
Explore this post and more from the django community