How did FastAPI gain so much traction?
I am looking to understand and hopefully learn something as to how FastAPI ended up gaining so much popularity. Is there a lesson to be learned that other open source projects can implement as well. It’s actually a genuine question that I want to find answers to. Thank you!
/r/django
https://redd.it/1h5x0xv
I am looking to understand and hopefully learn something as to how FastAPI ended up gaining so much popularity. Is there a lesson to be learned that other open source projects can implement as well. It’s actually a genuine question that I want to find answers to. Thank you!
/r/django
https://redd.it/1h5x0xv
Reddit
From the django community on Reddit
Explore this post and more from the django community
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/1h629va
# 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/1h629va
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
Dink: a command line notifier
Hi there,
I’m Pranav, a self-taught python developer. Just wanted to share a little noscript I made.
What my project does:
Dink is a command line notifier. It can notify you of the completion of a command, so you don’t have to keep checking the terminal.
Target audience:
All devs.
Comparison:
This, unlike maybe a few other tools, is extremely lightweight and does not require extensive setup. All you do is install it and just put the word dink before any command you want notified about and that's it.
You can find this at https://github.com/Pranav435/dink.git
This has, in the 6 months since I made it, saved me a bunch of hours, and I hope it is equally as useful to you.
Would appreciate all feedback!
Cheers.
/r/Python
https://redd.it/1h5qv5d
Hi there,
I’m Pranav, a self-taught python developer. Just wanted to share a little noscript I made.
What my project does:
Dink is a command line notifier. It can notify you of the completion of a command, so you don’t have to keep checking the terminal.
Target audience:
All devs.
Comparison:
This, unlike maybe a few other tools, is extremely lightweight and does not require extensive setup. All you do is install it and just put the word dink before any command you want notified about and that's it.
You can find this at https://github.com/Pranav435/dink.git
This has, in the 6 months since I made it, saved me a bunch of hours, and I hope it is equally as useful to you.
Would appreciate all feedback!
Cheers.
/r/Python
https://redd.it/1h5qv5d
GitHub
GitHub - Pranav435/dink: Command line notifier in python.
Command line notifier in python. Contribute to Pranav435/dink development by creating an account on GitHub.
How to automatically deploy Python web application
https://quan.hoabinh.vn/post/2024/12/how-to-automatically-deploy-python-web-application
/r/django
https://redd.it/1h68xo2
https://quan.hoabinh.vn/post/2024/12/how-to-automatically-deploy-python-web-application
/r/django
https://redd.it/1h68xo2
quan.hoabinh.vn
How to automatically deploy Python web application
Recently I saw a question from a Python fellow, how to deploy Django application without manually SSH to server and run commands. This style is single-server deployment, where you put all components, from the application code, database, to static, media files…
Looking for help with a Flask extension
I was looking for Flask extensions that were able to store traffic data from requests and came across flask-statistics, which is no longer maintained.
I've created somewhat of a successor called flask-traffic
I've done the majority of what I think an extension like this should look like, and I'm wondering if anyone else would like to help out?
I'm not sure if I should create a blueprint to show the traffic much like flask-statistics did, or just provide ways of accessing the data from within routes and let the user deal with the display.
Some additional tasks I can think of are; adding more Stores (Like Redis), a way to only log on specified routes (with a decorator maybe?)
I plan on handing this project over to the Pallets-Eco once it's in a state that makes sense, and works well.
/r/flask
https://redd.it/1h5zsid
I was looking for Flask extensions that were able to store traffic data from requests and came across flask-statistics, which is no longer maintained.
I've created somewhat of a successor called flask-traffic
I've done the majority of what I think an extension like this should look like, and I'm wondering if anyone else would like to help out?
I'm not sure if I should create a blueprint to show the traffic much like flask-statistics did, or just provide ways of accessing the data from within routes and let the user deal with the display.
Some additional tasks I can think of are; adding more Stores (Like Redis), a way to only log on specified routes (with a decorator maybe?)
I plan on handing this project over to the Pallets-Eco once it's in a state that makes sense, and works well.
/r/flask
https://redd.it/1h5zsid
GitHub
GitHub - CheeseCake87/flask-traffic: Store and monitor site traffic.
Store and monitor site traffic. Contribute to CheeseCake87/flask-traffic development by creating an account on GitHub.
HELP What Am I Missing in Simplifying Django Development with Docker?
I inherited a Django project that runs inside Docker. I’ve managed to get it running, but I have some questions about improving the development experience.
When I write code, I like to test how functions work or behave quickly. In other projects, I simply right-click to run/debug. In Django, I’ve found the following approaches, but each has some friction:
Write a Test and Trigger Debug Inside the Pycharm IDE
This works, but it requires connecting to Docker every time or starting a test container, which feels slow for quick tests.
Write an Endpoint and Trigger it
This also works, but I haven’t found a good way to debug or set breakpoints in my IDE to start debugging there.
Use the Django Python Shell
So far, this has been the best option, but it still involves friction. I need to copy code, import a lot of libs manually, and rely on print statements, which I’m not a fan of.
What do i oversee ? How can i improve my developing experience ?
/r/django
https://redd.it/1h6ewrx
I inherited a Django project that runs inside Docker. I’ve managed to get it running, but I have some questions about improving the development experience.
When I write code, I like to test how functions work or behave quickly. In other projects, I simply right-click to run/debug. In Django, I’ve found the following approaches, but each has some friction:
Write a Test and Trigger Debug Inside the Pycharm IDE
This works, but it requires connecting to Docker every time or starting a test container, which feels slow for quick tests.
Write an Endpoint and Trigger it
This also works, but I haven’t found a good way to debug or set breakpoints in my IDE to start debugging there.
Use the Django Python Shell
So far, this has been the best option, but it still involves friction. I need to copy code, import a lot of libs manually, and rely on print statements, which I’m not a fan of.
What do i oversee ? How can i improve my developing experience ?
/r/django
https://redd.it/1h6ewrx
Reddit
From the django community on Reddit
Explore this post and more from the django community
ProgressPal (an alternative/iteration to tqdm)
**Get ProgressPal** here is full documentation available in the Github repo: [https://github.com/levi2234/Progresspal](https://github.com/levi2234/Progresspal)
**What My Project Does** The code progress tracker called ProgressPal provides an easy to use environment for tracking python functions, iterables and logs. It tries to keep the known tqdm syntax while expanding the usability for simulataneous python runtimes such as Threads and parallel processes. ProgressPal provides an easy to access online environment which collects all progress in one place, visible from anywhere in the world. The main features included are:
* **Progress Tracking**: Track the progress of Python iterables, functions, and log messages in real-time.
* **Decentralized Monitoring**: Monitor multiple Python noscripts from any device with an internet connection.
* **Collaborative Projects**: Collaborate and monitor the real-time progress of various noscripts running on different devices and processes.
* **Distributed Systems**: Track progress across distributed systems for seamless monitoring and remote collaboration.
* **Function Tracking**: Track the call-count, execution time distribution, execution history, time between calls, error count, function file origin, and function name.
* **Iterable Tracking**: Track the progress of iterables and generators with a progress bar. Additionally, track the total number of iterations, current iteration, and percentage completion, time remaining, iteration execution time, and iteration rate.
* **Log Server**: Start a log server to receive
/r/Python
https://redd.it/1h6hu9s
**Get ProgressPal** here is full documentation available in the Github repo: [https://github.com/levi2234/Progresspal](https://github.com/levi2234/Progresspal)
**What My Project Does** The code progress tracker called ProgressPal provides an easy to use environment for tracking python functions, iterables and logs. It tries to keep the known tqdm syntax while expanding the usability for simulataneous python runtimes such as Threads and parallel processes. ProgressPal provides an easy to access online environment which collects all progress in one place, visible from anywhere in the world. The main features included are:
* **Progress Tracking**: Track the progress of Python iterables, functions, and log messages in real-time.
* **Decentralized Monitoring**: Monitor multiple Python noscripts from any device with an internet connection.
* **Collaborative Projects**: Collaborate and monitor the real-time progress of various noscripts running on different devices and processes.
* **Distributed Systems**: Track progress across distributed systems for seamless monitoring and remote collaboration.
* **Function Tracking**: Track the call-count, execution time distribution, execution history, time between calls, error count, function file origin, and function name.
* **Iterable Tracking**: Track the progress of iterables and generators with a progress bar. Additionally, track the total number of iterations, current iteration, and percentage completion, time remaining, iteration execution time, and iteration rate.
* **Log Server**: Start a log server to receive
/r/Python
https://redd.it/1h6hu9s
GitHub
GitHub - levi2234/Progresspal: A decentralized python iterable, function and log tracker
A decentralized python iterable, function and log tracker - levi2234/Progresspal
Frontend Options for Flask App with MongoDB
Hello r/flask,
I've been developing a Flask application that aggregates IT alerts from various sources into a MongoDB. The Flask application allows its users to view the alerts in a large table where they can filter them based on properties and timestamps. They can also assign alerts to themselves and resolve them with a specific outcome. A dashboard with a few graphs provides basic statistics to stakeholders.
So far I have only used Flask features and a few plugins (mainly flask-login, flask-mongoengine and flask-mail) for the backend, and Jinja2 templates with Boostrap 5 classes for the frontend. For the graphs I used the apache echarts JS library. I've also written some custom frontend functionality in vanilla JS, but as I'm not that comfortable with Javanoscript and frontend development in general, most of the functionality is implemented in the backend.
This approach has worked well so far, but I am beginning to reach its limits. For example, I want to add features such as column-based sorting, filtering and searching to the large table with thousands of IT alerts. I want to enable multiselect so that users can assign and close multiple alerts at once. A wet dream would be to dynamically add and remove
/r/flask
https://redd.it/1h6h37m
Hello r/flask,
I've been developing a Flask application that aggregates IT alerts from various sources into a MongoDB. The Flask application allows its users to view the alerts in a large table where they can filter them based on properties and timestamps. They can also assign alerts to themselves and resolve them with a specific outcome. A dashboard with a few graphs provides basic statistics to stakeholders.
So far I have only used Flask features and a few plugins (mainly flask-login, flask-mongoengine and flask-mail) for the backend, and Jinja2 templates with Boostrap 5 classes for the frontend. For the graphs I used the apache echarts JS library. I've also written some custom frontend functionality in vanilla JS, but as I'm not that comfortable with Javanoscript and frontend development in general, most of the functionality is implemented in the backend.
This approach has worked well so far, but I am beginning to reach its limits. For example, I want to add features such as column-based sorting, filtering and searching to the large table with thousands of IT alerts. I want to enable multiselect so that users can assign and close multiple alerts at once. A wet dream would be to dynamically add and remove
/r/flask
https://redd.it/1h6h37m
Reddit
From the flask community on Reddit
Explore this post and more from the flask community
Perplexity Pro 1 Year Vouchers (check reviews)
Get a 1-Year Perplexity Pro Voucher for just $29 (regular price $200) through my service provider.
This includes access to advanced models like:
* Claude 3.5 Sonnet, Claude 3.5 Haiku (Opus Removed), Grok-2
* GPT-4o, o1 Mini for Reasoning & Llama 3.1
* Image generators: Flux.1, DALL-E 3, Playground v3 Stable Diffusion XL
Works globally and payments are accepted via PayPal for buyer protection.
# How It Works:
1. Join the 👉[Discord](https://discord.gg/h2HUMpKxhn) of 230+ Members
2. Pay via PayPal
3. Promo link redeemed
[Vouch from Buyers](https://www.reddit.com/r/ChatGPTPromptGenius/comments/1gv38zi), [Feedback 2](https://www.reddit.com/r/ChatGPTPromptGenius/comments/1gv3g3d), [Feedback 3](https://www.reddit.com/r/ChatGPTPromptGenius/comments/1gu0bkm), [Feedback 4](https://www.reddit.com/r/ChatGPTPromptGenius/comments/1g510cq), [Feedback 5](https://www.reddit.com/r/ChatGPTPromptGenius/comments/1g6ilkh)
/r/flask
https://redd.it/1h6glux
Get a 1-Year Perplexity Pro Voucher for just $29 (regular price $200) through my service provider.
This includes access to advanced models like:
* Claude 3.5 Sonnet, Claude 3.5 Haiku (Opus Removed), Grok-2
* GPT-4o, o1 Mini for Reasoning & Llama 3.1
* Image generators: Flux.1, DALL-E 3, Playground v3 Stable Diffusion XL
Works globally and payments are accepted via PayPal for buyer protection.
# How It Works:
1. Join the 👉[Discord](https://discord.gg/h2HUMpKxhn) of 230+ Members
2. Pay via PayPal
3. Promo link redeemed
[Vouch from Buyers](https://www.reddit.com/r/ChatGPTPromptGenius/comments/1gv38zi), [Feedback 2](https://www.reddit.com/r/ChatGPTPromptGenius/comments/1gv3g3d), [Feedback 3](https://www.reddit.com/r/ChatGPTPromptGenius/comments/1gu0bkm), [Feedback 4](https://www.reddit.com/r/ChatGPTPromptGenius/comments/1g510cq), [Feedback 5](https://www.reddit.com/r/ChatGPTPromptGenius/comments/1g6ilkh)
/r/flask
https://redd.it/1h6glux
Discord
Join the GPT Code Shop™ Discord Server!
Welcome to GPT Code Shop! This server is your one-stop shop for Perplexity, LinkedIn & many other premium digital items. | 1011 members
Using Pyjokes in Other Programming Languages
Hey everyone,
Check out this guide on integrating Pyjokes into various languages like Java, C#, and JavaScript. If you enjoy adding humor to your code, this article is worth a read: How to Use Pyjokes in Other Programming Languages
Have fun and let me know your thoughts!
/r/Python
https://redd.it/1h6f3j4
Hey everyone,
Check out this guide on integrating Pyjokes into various languages like Java, C#, and JavaScript. If you enjoy adding humor to your code, this article is worth a read: How to Use Pyjokes in Other Programming Languages
Have fun and let me know your thoughts!
/r/Python
https://redd.it/1h6f3j4
Javonet
How to use PyJokes in Other Programming Languages?! - Javonet
Learn how to use the PyJokes Python module in other programming languages like Java, Ruby, and Node.js with Javonet. No web services needed!
Agent-Based Modeling library Mesa releases version 3.1
Hi everyone! After our huge Mesa 3.0 release, we're proud to announce Mesa 3.1 less than a month later. It contains some major spatial improvements and groundwork for new control and data collection features.
- https://github.com/projectmesa/mesa/releases/tag/v3.1.0
### What's Agent-Based Modeling?
Ever wondered how bird flocks organize themselves? Or how traffic jams form? Agent-based modeling (ABM) lets you simulate these complex systems by defining simple rules for individual "agents" (birds, cars, people, etc.) and then watching how they interact. Instead of writing equations to describe the whole system, you model each agent's behavior and let patterns emerge naturally through their interactions. It's particularly powerful for studying systems where individual decisions and interactions drive collective behavior.
### What's Mesa?
Mesa is Python's leading framework for agent-based modeling, providing a comprehensive toolkit for creating, analyzing, and visualizing agent-based models. It combines Python's scientific stack (NumPy, pandas, Matplotlib) with specialized tools for handling spatial relationships, agent scheduling, and data collection. Whether you're studying epidemic spread, market dynamics, or ecological systems, Mesa provides the building blocks to create sophisticated simulations while keeping your code clean and maintainable.
### What's new in Mesa 3.1?
This release adds experimental support for Observables and Computed, enabling a more reactive and responsive programming model for agent-based simulations.
/r/Python
https://redd.it/1h6pwdn
Hi everyone! After our huge Mesa 3.0 release, we're proud to announce Mesa 3.1 less than a month later. It contains some major spatial improvements and groundwork for new control and data collection features.
- https://github.com/projectmesa/mesa/releases/tag/v3.1.0
### What's Agent-Based Modeling?
Ever wondered how bird flocks organize themselves? Or how traffic jams form? Agent-based modeling (ABM) lets you simulate these complex systems by defining simple rules for individual "agents" (birds, cars, people, etc.) and then watching how they interact. Instead of writing equations to describe the whole system, you model each agent's behavior and let patterns emerge naturally through their interactions. It's particularly powerful for studying systems where individual decisions and interactions drive collective behavior.
### What's Mesa?
Mesa is Python's leading framework for agent-based modeling, providing a comprehensive toolkit for creating, analyzing, and visualizing agent-based models. It combines Python's scientific stack (NumPy, pandas, Matplotlib) with specialized tools for handling spatial relationships, agent scheduling, and data collection. Whether you're studying epidemic spread, market dynamics, or ecological systems, Mesa provides the building blocks to create sophisticated simulations while keeping your code clean and maintainable.
### What's new in Mesa 3.1?
This release adds experimental support for Observables and Computed, enabling a more reactive and responsive programming model for agent-based simulations.
/r/Python
https://redd.it/1h6pwdn
Reddit
From the Python community on Reddit: Mesa 3.0: A major update to Python's Agent-Based Modeling library 🎉
Explore this post and more from the Python community
Where can I deploy my flask app and sql alchemy for free
I have a flask app using sql alchemy. I tried to deploy the app on vercel but I soon found out that it does not have native support for sql alchemy which was frustrating.
So where can I deploy my app for free that has automatic support for sql alchemy?
/r/flask
https://redd.it/1h6qwpn
I have a flask app using sql alchemy. I tried to deploy the app on vercel but I soon found out that it does not have native support for sql alchemy which was frustrating.
So where can I deploy my app for free that has automatic support for sql alchemy?
/r/flask
https://redd.it/1h6qwpn
Reddit
From the flask community on Reddit
Explore this post and more from the flask community
Django security releases issued: 5.1.4, 5.0.10, and 4.2.17
https://www.djangoproject.com/weblog/2024/dec/04/security-releases/
/r/django
https://redd.it/1h6kjbt
https://www.djangoproject.com/weblog/2024/dec/04/security-releases/
/r/django
https://redd.it/1h6kjbt
Django Project
Django security releases issued: 5.1.4, 5.0.10, and 4.2.17
Posted by Sarah Boyce on Dec. 4, 2024
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/1h6vb5l
# 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/1h6vb5l
Reddit
From the Python community on Reddit
Explore this post and more from the Python community
Nefertiti for Sphinx
Hi there,
A new Sphinx theme is available, it is called Nefertiti, and it is highly customizable: it comes with several font bundles and new fonts can be added easily (to avoid accessing 3rd party font sites, like Google Fonts). It supports filtering of the index (in the left side column), which allows to find index entries that we might remember from a previous visit but can't remember in what level they are. It has support for light/dark color schemes, and when given, images switch between color-schemes too (this last feature is based on sphinx-colorschemed-images). Nefertiti provides several colorsets, and there is an extra option to make the header color neutral, so that the primary color adapts to the light/dark color scheme. You can see these color customizations directly in the docs of Nefertiti for Sphinx. Another feature are header links, they are visible in the docs. They are customizable too. Header links can be displayed next to the project's name or in a second row in the header, below the project's name (see examples in this page). They can contain dropdown menus too. All that is customizable.
If you take a look and see something not working, please, create an
/r/Python
https://redd.it/1h6hq7i
Hi there,
A new Sphinx theme is available, it is called Nefertiti, and it is highly customizable: it comes with several font bundles and new fonts can be added easily (to avoid accessing 3rd party font sites, like Google Fonts). It supports filtering of the index (in the left side column), which allows to find index entries that we might remember from a previous visit but can't remember in what level they are. It has support for light/dark color schemes, and when given, images switch between color-schemes too (this last feature is based on sphinx-colorschemed-images). Nefertiti provides several colorsets, and there is an extra option to make the header color neutral, so that the primary color adapts to the light/dark color scheme. You can see these color customizations directly in the docs of Nefertiti for Sphinx. Another feature are header links, they are visible in the docs. They are customizable too. Header links can be displayed next to the project's name or in a second row in the header, below the project's name (see examples in this page). They can contain dropdown menus too. All that is customizable.
If you take a look and see something not working, please, create an
/r/Python
https://redd.it/1h6hq7i
GitHub
GitHub - danirus/sphinx-colorschemed-images: A Sphinx extension to add support for colorschemed images.
A Sphinx extension to add support for colorschemed images. - danirus/sphinx-colorschemed-images
Perplexity Pro 1 Year Vouchers (activate then pay)
Get a 1-Year Perplexity Pro Voucher for just $25 (regular price $200) through my service provider.
This includes access to advanced models like:
* Claude 3.5 Sonnet, Claude 3.5 Haiku (Opus Removed), Grok-2
* GPT-4o, o1 Mini for Reasoning & Llama 3.1
* Image generators: Flux.1, DALL-E 3, Playground v3 Stable Diffusion XL
Works globally as long as you don't have an active Pro subnoscription.
# How It Works:
1. Join the 👉[Discord](https://discord.gg/h2HUMpKxhn) of 240+ Members
2. Pay via PayPal for buyer protection.
3. I'll send you a link to redeem.
[Vouch from Buyers](https://www.reddit.com/r/ChatGPTPromptGenius/comments/1gv38zi), [Feedback 2](https://www.reddit.com/r/ChatGPTPromptGenius/comments/1gv3g3d), [Feedback 3](https://www.reddit.com/r/ChatGPTPromptGenius/comments/1gu0bkm), [Feedback 4](https://www.reddit.com/r/ChatGPTPromptGenius/comments/1g510cq), [Feedback 5](https://www.reddit.com/r/ChatGPTPromptGenius/comments/1g6ilkh)
/r/Python
https://redd.it/1h70a77
Get a 1-Year Perplexity Pro Voucher for just $25 (regular price $200) through my service provider.
This includes access to advanced models like:
* Claude 3.5 Sonnet, Claude 3.5 Haiku (Opus Removed), Grok-2
* GPT-4o, o1 Mini for Reasoning & Llama 3.1
* Image generators: Flux.1, DALL-E 3, Playground v3 Stable Diffusion XL
Works globally as long as you don't have an active Pro subnoscription.
# How It Works:
1. Join the 👉[Discord](https://discord.gg/h2HUMpKxhn) of 240+ Members
2. Pay via PayPal for buyer protection.
3. I'll send you a link to redeem.
[Vouch from Buyers](https://www.reddit.com/r/ChatGPTPromptGenius/comments/1gv38zi), [Feedback 2](https://www.reddit.com/r/ChatGPTPromptGenius/comments/1gv3g3d), [Feedback 3](https://www.reddit.com/r/ChatGPTPromptGenius/comments/1gu0bkm), [Feedback 4](https://www.reddit.com/r/ChatGPTPromptGenius/comments/1g510cq), [Feedback 5](https://www.reddit.com/r/ChatGPTPromptGenius/comments/1g6ilkh)
/r/Python
https://redd.it/1h70a77
Discord
Join the GPT Code Shop™ Discord Server!
Welcome to GPT Code Shop! This server is your one-stop shop for Perplexity, LinkedIn & many other premium digital items. | 1011 members
What should I do next?
I want to ask you about what should I do now I want to learn backend using Python. I know python basics concepts as well some advance concepts like decorators and also OOP concepts inheritance and polymorphism I also know about basics of Django like I can create a simple to do application. I know about forms, models, urls, views and templates. But I recently I came to know that Django is used for making APIs. Now my question is what should be the next step how to learn about APIs please share any resources you know about.
/r/djangolearning
https://redd.it/1h6h8ro
I want to ask you about what should I do now I want to learn backend using Python. I know python basics concepts as well some advance concepts like decorators and also OOP concepts inheritance and polymorphism I also know about basics of Django like I can create a simple to do application. I know about forms, models, urls, views and templates. But I recently I came to know that Django is used for making APIs. Now my question is what should be the next step how to learn about APIs please share any resources you know about.
/r/djangolearning
https://redd.it/1h6h8ro
Reddit
From the djangolearning community on Reddit
Explore this post and more from the djangolearning community
Perplexity Pro 1 Year Vouchers (activate then pay)
Get a 1-Year Perplexity Pro Voucher for just $25 (regular price $200) through my service provider.
This includes access to advanced models like:
* Claude 3.5 Sonnet, Claude 3.5 Haiku (Opus Removed), Grok-2
* GPT-4o, o1 Mini for Reasoning & Llama 3.1
* Image generators: Flux.1, DALL-E 3, Playground v3 Stable Diffusion XL
Works globally as long as you don't have an active Pro subnoscription.
# How It Works:
1. Join the 👉[Discord](https://discord.gg/h2HUMpKxhn) of 240+ Members
2. Pay via PayPal for buyer protection.
3. I'll send you a link to redeem.
[Vouch from Buyers](https://www.reddit.com/r/ChatGPTPromptGenius/comments/1gv38zi), [Feedback 2](https://www.reddit.com/r/ChatGPTPromptGenius/comments/1gv3g3d), [Feedback 3](https://www.reddit.com/r/ChatGPTPromptGenius/comments/1gu0bkm), [Feedback 4](https://www.reddit.com/r/ChatGPTPromptGenius/comments/1g510cq), [Feedback 5](https://www.reddit.com/r/ChatGPTPromptGenius/comments/1g6ilkh)
/r/flask
https://redd.it/1h74glb
Get a 1-Year Perplexity Pro Voucher for just $25 (regular price $200) through my service provider.
This includes access to advanced models like:
* Claude 3.5 Sonnet, Claude 3.5 Haiku (Opus Removed), Grok-2
* GPT-4o, o1 Mini for Reasoning & Llama 3.1
* Image generators: Flux.1, DALL-E 3, Playground v3 Stable Diffusion XL
Works globally as long as you don't have an active Pro subnoscription.
# How It Works:
1. Join the 👉[Discord](https://discord.gg/h2HUMpKxhn) of 240+ Members
2. Pay via PayPal for buyer protection.
3. I'll send you a link to redeem.
[Vouch from Buyers](https://www.reddit.com/r/ChatGPTPromptGenius/comments/1gv38zi), [Feedback 2](https://www.reddit.com/r/ChatGPTPromptGenius/comments/1gv3g3d), [Feedback 3](https://www.reddit.com/r/ChatGPTPromptGenius/comments/1gu0bkm), [Feedback 4](https://www.reddit.com/r/ChatGPTPromptGenius/comments/1g510cq), [Feedback 5](https://www.reddit.com/r/ChatGPTPromptGenius/comments/1g6ilkh)
/r/flask
https://redd.it/1h74glb
Discord
Join the GPT Code Shop™ Discord Server!
Welcome to GPT Code Shop! This server is your one-stop shop for Perplexity, LinkedIn & many other premium digital items. | 1011 members
What Libraries do you use for Censorship?
For example, for input open to the public such as comments, ratings, reviews etc...
What libraries, packages, and services do y'all use ? How effective were they? Any drawbacks?
/r/django
https://redd.it/1h709f8
For example, for input open to the public such as comments, ratings, reviews etc...
What libraries, packages, and services do y'all use ? How effective were they? Any drawbacks?
/r/django
https://redd.it/1h709f8
Reddit
From the django community on Reddit
Explore this post and more from the django community
💥 Tech Talks Weekly #40: newly uploaded videos from PyCon AU 2024
Hello again r/Python. I'm sharing an excerpt from the latest issue of Tech Talks Weekly with the newest PyCon AU 2024 talks, ordered by the view count for your convenience. Let me know what you think!
1. **""Switching to MongoDB: The challenges of translating database schemas" - Katie Bell (Pycon AU 2024)"** ⸱ +600 views ⸱ 28 Nov 2024 ⸱ 00h 29m 00s
2. **""How we used Python to try and save lives" - Anthony Baxter (Pycon AU 2024)"** ⸱ +300 views ⸱ 01 Dec 2024 ⸱ 00h 30m 56s
3. **""Time and Time Again" - Yaakov (Pycon AU 2024)"** ⸱ +300 views ⸱ 30 Nov 2024 ⸱ 00h 28m 10s
4. **""Student showcase" - Education Track (Pycon AU 2024)"** ⸱ +300 views ⸱ 29 Nov 2024 ⸱ 01h 40m 15s
5. **"Failsafes and Safety Fails: How to crash a train and other lessons for software engineers"** ⸱ +200 views ⸱ 29 Nov 2024 ⸱ 00h 31m 03s
6. **"Space Django: Migrating and Redesigning a Database while Hunting for Satellites."** ⸱ +200 views ⸱ 28 Nov 2024 ⸱ 00h 31m 16s
7. **"Where am I? What am I doing? Mobile App development in Python"** ⸱ +200 views ⸱ 30 Nov 2024 ⸱ 00h 29m 38s
8. **"How to
/r/Python
[https://redd.it/1h75wv7
Hello again r/Python. I'm sharing an excerpt from the latest issue of Tech Talks Weekly with the newest PyCon AU 2024 talks, ordered by the view count for your convenience. Let me know what you think!
1. **""Switching to MongoDB: The challenges of translating database schemas" - Katie Bell (Pycon AU 2024)"** ⸱ +600 views ⸱ 28 Nov 2024 ⸱ 00h 29m 00s
2. **""How we used Python to try and save lives" - Anthony Baxter (Pycon AU 2024)"** ⸱ +300 views ⸱ 01 Dec 2024 ⸱ 00h 30m 56s
3. **""Time and Time Again" - Yaakov (Pycon AU 2024)"** ⸱ +300 views ⸱ 30 Nov 2024 ⸱ 00h 28m 10s
4. **""Student showcase" - Education Track (Pycon AU 2024)"** ⸱ +300 views ⸱ 29 Nov 2024 ⸱ 01h 40m 15s
5. **"Failsafes and Safety Fails: How to crash a train and other lessons for software engineers"** ⸱ +200 views ⸱ 29 Nov 2024 ⸱ 00h 31m 03s
6. **"Space Django: Migrating and Redesigning a Database while Hunting for Satellites."** ⸱ +200 views ⸱ 28 Nov 2024 ⸱ 00h 31m 16s
7. **"Where am I? What am I doing? Mobile App development in Python"** ⸱ +200 views ⸱ 30 Nov 2024 ⸱ 00h 29m 38s
8. **"How to
/r/Python
[https://redd.it/1h75wv7
YouTube
"Switching to MongoDB: The challenges of translating database schemas" - Katie Bell (Pycon AU 2024)
(Katie Bell) So you’ve decided you want to use MongoDB!
https://pretalx.com/pycon-au-2024/talk/LGSHE8/
python, pycon, australia, programming, conference, technical, developers, panel, sessions, libraries, frameworks, community, sysadmins, students, education…
https://pretalx.com/pycon-au-2024/talk/LGSHE8/
python, pycon, australia, programming, conference, technical, developers, panel, sessions, libraries, frameworks, community, sysadmins, students, education…