Python Daily
2.57K subscribers
1.48K photos
53 videos
2 files
38.9K links
Daily Python News
Question, Tips and Tricks, Best Practices on Python Programming Language
Find more reddit channels over at @r_channels
Download Telegram
Tracking user status in Flask

Hi everyone,

I am trying to implement user status(Online/Offline) tracking functionality in my Flask app. I have something, partially working, but is not polished and working as I need. In short, I want to be able to track the Online users, when user login his status updates to Online, respectively when the user logouts his status in the database changes to Offline and the last\_status\_update field(datetime) updates as well with the current timestamp. I have achieved that using SocketIO and it's working perfectly fine, but the user status updates to Offline only if he is using the Logout button which basically ends the session.

I would like to improve that functionality by updating his status if the user closes the tab or the browser, I guess that involves some kind of client-side script, but I can't make it work as i need. Any hints how I can implement the entire functionality? I know that the code is a bit messy, I accept critics and proposals how to modify the entire logic.

The config class and the sockets:

class Config:
SECRET_KEY = os.getenv('SECRET_KEY')
SQLALCHEMY_DATABASE_URI = os.getenv('SQLALCHEMY_DATABASE_URI_DEV')


/r/flask
https://redd.it/1ebbu23
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/1ebgo2f
A simple Python script that sorts your ~/Downloads folder by file extensions

Hey everyone!

So I’ve created a very simple Python script to de-clutter your Downloads folder.

demo

# What My Project Does

This Python script sorts the files into different folders such as Audio, Video, Documents etc. according to the file extension. For example, a .pdf file will be moved to Documents.

# Usage

1. Install it through Pip: pip install download-organizer

2. Run $ dlorg to run the script.

# Target Audience

Just a useful tool for most people.

# Comparison

Supports a wide range of extensions, easily accessible through a single command, colored logging.

# Links

Source Code (Github)

Python package: PyPi

/r/Python
https://redd.it/1ebq2b3
Introducing Lambda Forge: Simplify Your AWS Lambda Development

Hello Python and Open Source Enthusiasts!



I'm excited to introduce [Lambda Forge\](https://docs.lambda-forge.com/home/getting-started/), a Python framework designed to make AWS Lambda function creation and deployment effortless. Whether you're a seasoned developer or just starting with serverless architectures, Lambda Forge has something to offer.



---



### What My Project Does



Lambda Forge simplifies the process of creating, deploying, and managing AWS Lambda functions. It provides a robust CLI tool to generate Lambda function templates, authorizers, and service integrations with ease. The framework supports live development, allowing developers to test and debug Lambda functions locally while connected to real AWS resources. Additionally, Lambda Forge facilitates the creation and deployment of Lambda Layers, and it automatically generates documentation and architecture diagrams for your projects.



---



### Target Audience



Lambda Forge is designed for developers who are building serverless applications using AWS Lambda. Whether you're working on production-grade applications or experimenting with serverless technologies, Lambda Forge provides the tools and structure to streamline your development workflow. It's suitable for both experienced developers looking for efficiency and newcomers seeking an easy entry point into serverless development.



---



### Key Features:



**1. CLI Tool:**  

Lambda Forge includes a powerful CLI tool, `FORGE`, to help you create and manage serverless projects efficiently.



**2. Modular Functions:**  

Easily create Lambda functions

/r/Python
https://redd.it/1ebkzfd
pgmq-sqlalchemy - Postgres Message Queue Python client that using SQLAlchemy ORM

# [pgmq-sqlalchemy](https://github.com/jason810496/pgmq-sqlalchemy)

# What My Project Does

A more flexible [PGMQ Postgres extension](https://github.com/tembo-io/pgmq) Python client using **SQLAlchemy ORM**, supporting both **async** and **sync** `engines`, `sessionmakers`, or built from `dsn`.

# Comparison

* The [official PGMQ package](https://github.com/tembo-io/pgmq) only supports `psycopg3` DBAPIs.
* For most use cases, using `SQLAlchemy` ORM as the PGMQ client is more flexible, as most Python backend developers won't directly use Python Postgres DBAPIs.

# Features

* Supports **async** and **sync** `engines` and `sessionmakers`, or built from `dsn`.
* **Automatically** creates the `pgmq` (or `pg_partman`) extension on the database if it does not exist.
* Supports **all Postgres DBAPIs supported by SQLAlchemy**, e.g., `psycopg`, `psycopg2`, `asyncpg`.
* See [SQLAlchemy Postgresql Dialects](https://docs.sqlalchemy.org/en/20/dialects/postgresql.html) for all dialects.

# Target Audience

[pgmq-sqlalchemy](https://github.com/jason810496/pgmq-sqlalchemy) is a production package that can be used in scenarios that need a message queue for general fan-out systems or third-party dependencies retry mechanisms.

# Links

* [PyPI](https://pypi.org/project/pgmq-sqlalchemy/)
* [GitHub](https://github.com/jason810496/pgmq-sqlalchemy)
* [Documentation](https://pgmq-sqlalchemy.readthedocs.io/en/latest/)

/r/Python
https://redd.it/1ebvafo
WAT - Deep inspection of Python objects

https://github.com/igrek51/wat

# What My Project Does

This inspection tool is extremely useful for debugging in dynamically typed Python. It allows you to examine unknown objects at runtime. Specifically, you can investigate type, formatted value, variables, methods, parent types, signature, documentation, and even the source code.

Let me know what you think. I would really appreciate your feedback.

/r/Python
https://redd.it/1ebzeh2
Issue with python manage.py migrate Command Producing Red Lines

/r/djangolearning
https://redd.it/1ebke38
N OpenAI announces SearchGPT

https://openai.com/index/searchgpt-prototype/

> We’re testing SearchGPT, a temporary prototype of new AI search features that give you fast and timely answers with clear and relevant sources.

/r/MachineLearning
https://redd.it/1ec2gk2
Friday Daily Thread: r/Python Meta and Free-Talk Fridays

# Weekly Thread: Meta Discussions and Free Talk Friday 🎙️

Welcome to Free Talk Friday on /r/Python! This is the place to discuss the r/Python community (meta discussions), Python news, projects, or anything else Python-related!

## How it Works:

1. Open Mic: Share your thoughts, questions, or anything you'd like related to Python or the community.
2. Community Pulse: Discuss what you feel is working well or what could be improved in the /r/python community.
3. News & Updates: Keep up-to-date with the latest in Python and share any news you find interesting.

## Guidelines:

All topics should be related to Python or the /r/python community.
Be respectful and follow Reddit's Code of Conduct.

## Example Topics:

1. New Python Release: What do you think about the new features in Python 3.11?
2. Community Events: Any Python meetups or webinars coming up?
3. Learning Resources: Found a great Python tutorial? Share it here!
4. Job Market: How has Python impacted your career?
5. Hot Takes: Got a controversial Python opinion? Let's hear it!
6. Community Ideas: Something you'd like to see us do? tell us.

Let's keep the conversation going. Happy discussing! 🌟

/r/Python
https://redd.it/1eca0qf
Monthly Data Engineering Python Newsletter

https://alessandromolina.substack.com/p/python-data-engineering-july-2024

I have been working in the data engineering world for a few years, and have been contributing to many OSS projects that are foundations to it. This month I decided to start a dedicated newsletter to help everyone stay informed with what goes on in the data engineering world.

The Python Data Engineering newsletter was born as a way to scratch my own itch of having to keep up with updates to all the components that are foundations for data engineering projects in Python, and aims to be different from the usual ones that focus on data science and analytics, as it concentrates more on the fundamental building blocks needed to create platforms on which data science can run.

Hope it will be helpful for other people too and lightweight enough that it won’t introduce additional information overload for its readers.

/r/Python
https://redd.it/1ec132n
Project Termatus: A TUI system informatics viewer, written in Python

What my project does:

Displays most of your system's informatics with a pretty TUI in your terminal.


Who is this for:

Well anyone wanting to style their setup or just see how their computer's doing


What's better about mine:

Colorful (i guess)
Nice big banner
Space for ASCII art and also custom art can be added
Completely in the terminal
Can work on Windows AND Linux

What's worse about mine:

UI would still be considered as lacking
Too much blank spaces that probably could be utilized in better ways
Some info might not be available on different OSes

This is highly customizable. Although there isn't a menu for that, you can just go into the source code and look for things you would wanna customize like colors, ascii arts, banner text etc. Just make sure it fits the dimensions


HEAVILY INSPIRED OFF OF BPYTOP

Disclaimer: This was created in windows. Although it has been tested on a WSL2 environment, still really dont expect it to work nicely on actual Linux OS


Github: https://github.com/muaaz-ur-habibi/termatus

/r/Python
https://redd.it/1eci1y2
jinja2.exceptions.TemplateNotFound: templates/PatientView.html

I'm trying to create a simple Web App, fetching data from a MySQL table and displaying it on an HTML page. However, when I try running the .py file, I get the error: **jinja2.exceptions.TemplateNotFound: templates/Patient\
View.html even though there is a Patient_View.html file in the templates folder.

Here is my .py file and the code in it:

from flask import Flask, rendertemplate, request, redirect, urlfor, flash
from flasksqlalchemy import SQLAlchemy
from import generate
passwordhash, checkpasswordhash
from flask
login import UserMixin, LoginManager, loginuser, logoutuser, currentuser, loginrequired
from datetime import datetime
import pymysql
import logging

pymysql.installasMySQLdb()

app = Flask(name)
app.secretkey = 'Krish'

app.config['SQLALCHEMY
DATABASEURI'] = 'mysql://root:@localhost/medical'
app.config['SQLALCHEMY
TRACKMODIFICATIONS'] = False
db = SQLAlchemy(app)

# Set up logging
logging.basicConfig(level=
logging.INFO)

# Initialize Flask-Login
login
manager = LoginManager(app)
loginmanager.loginview = 'home' # when

/r/Python
https://redd.it/1echwyc
Having Multiple Models Upload Files to Different Paths

I have 2 main entities, a Pharmacy and a Hospital, each of them can have one-or-multiple attachments, those attachments can be photos or PDFs.

Here's my Attachment model
class Attachment(Base):
file = models.FileField(upload_to='attachments/')

def __str__(self):
return f'{self.created_at}'


and as an example here are my Pharmacy and Hospital models
class Pharmacy(Base):
attachments = models.ManyToManyField(Attachment)
...

class Hospital(Base):
attachments = models.ManyToManyField(Attachment)
...

My goal is to be able to put the attachments of a Pharmacy into a subfolder inside attachments/ and that subfolder should be pharmacy/, so everything lives in attachments/pharmacy/. And the same applies for a hospital.

I couldn't figure out the proper way to do this I even did a Google search which turned out with nothing. Any ideas?

/r/django
https://redd.it/1ecj5pb
Analytics?

I still have third party cookies on my website is because I'm using Google analytics. Is it possible to use a internal module of Django to do this instead?

/r/django
https://redd.it/1ecj33e
I made a command-line tool that gives you granular control over bulk deleting your Github gists

Source code: https://github.com/ben-n93/gists-gone/

What my Project Does: From the command-line you can bulk delete Github gists. You can be specific about the type of Gists you want deleted - what language, when they were created, whether they are public or private.

Target Audience
Github users/anyone who uses Github gists!

/r/Python
https://redd.it/1eclzmr
D Every annotator has a guidebook, but the reviewers don't

I submitted to the ACL rolling review in June and found the reviewers' evaluation scores very subjective.

Although the ACL committee has an instruction on some basic reviewing guidelines, there lacks of a preliminary test for the reviewers to explicitly show the evaluation standards. Maybe we should provide some paper-score examples to prompt the reviewers for more objective reviews? Or build a test before they make reviews to make sure they fully understand the meaning of soundness and overall assessment, rather than giving some random scores based on their personal interests.

/r/MachineLearning
https://redd.it/1ecnxng