I'm a hobbyist programmer, dabbling in coding for like 20 years now, but never anything professional minus a three month stint. I'm trying to work on a medium sized Python project but honestly, I'm looking to work with someone who's a little bit more experienced so I can properly learn …
Beautiful Soup or standard library (xml.etree.ElementTree)? I am building an ETL process for extracting notes from Evernote ENML. I hear BS4 is easier but standard library performs faster. This alone makes me want to stick with the standard library. Any reason why I should reconsider?
I built a Python package that generates professional LeetCode practice environments with some unique features that showcase modern Python development practices.
Quick Example:
pip install leetcode-py-sdk
lcpy gen -t grind-75 -output leetcode # Generate all 75 essential interview problems
Example of problem structure after generation:
leetcode/two_sum/
├── README.md # Problem …
I can't tell if I'm misunderstanding this setting in PyCharm about data collection.
This is the only setting I could find that allows me to disable data collection via AI APIs, in Appearance & Behavior > System Settings > Data Sharing:
>Allow detailed data collection by JetBrains AI
To measure …
Hi all 👋
Sharing my new package: fast-channels - Django Channels-inspired WebSocket library for FastAPI/Starlette and any ASGI framework.
What My Project Does
Fast-channels brings Django Channels' proven consumer patterns and channel layers to FastAPI/Starlette and any ASGI framework. It enables:
- Group messaging - Send to multiple WebSocket connections …
What My Project Does
This repository provides a lightweight user management system in Python, built on Azure Table Storage. It includes:
- User registration with bcrypt password hashing
- User login with JWT-based access and refresh tokens
- Secure token refresh endpoint
- Centralized user data stored …
I made a Python package that explains preprocessing with reports and plots
Note: This project started as a way for me to learn packaging and publishing on PyPI, but I thought it might also be useful for beginners who want not just preprocessing, but also clear reports and plots of …
What it does:
This python written encoder uses the Sol LeWitt's open cude technique
and uses to store data in a 3d medium. The encoder transforms any text or binary data into a sequence of 3D cube models, each cube can have between 1 and 12 of its edges "activated." …
What My Project Does
I work a lot with AI pair programming tools, for implementations, code refactoring, writing tons of docs and tests, and I find they are surprisingly weak at navigating repos (the directory they have access to) when responding to and understanding what you're asking. Simply tracing the …
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:
- Career Talk: …
You can customize this digest to include all the sites and sources you want.