atlas news
    
Reddit : Python
24  mars     00h00
Sunday Daily Thread: What’s everyone working on this week?
   Weekly Thread: What ;s Everyone Working On This Week ï Hello r Python It ;s time to share what you ;ve been working on Whether it ;s a work in progress, a completed masterpiece, or just a rough idea, let us know what you ;re up to How it Works: Show amp; Tell: Share your...
28  mars     00h00
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...
    15h29
Automating Python with Google Cloud
   I just published a tutorial series on how to automate a Python script in Google Cloud using Cloud Functions and or Cloud Run. Feedback would be great. Thanks Automating Python with Google Cloud Automating Python with Google Cloud Functions Automating Python with Google Cloud Run ;...
    02h36
Makefile Parser for Python
   Hello everyone I am proud to introduce a Makefile Parser for Python that I think will be useful the link is Thanatisia makefile parser python As an introduction, I have been using python and been following this subreddit for quite awhile now, but this is my first post Recently, I ;ve been...
    16h12
Python state management
   Hey all, I love what Django has with django fsm. I require something but without Django, as there is no user interaction with the workflow. All inputs and outputs are either rabbitmq or another api. This is to be a workflow management system. I am looking for state management backed up by database...
    20h56
Anything similar to Kaggle’s Datasets community?
   Just like the title says, anything similar to Kaggle ;s Datasets community Any recommendations Looking for more online resources for public and private datasets. ; submitted by ; u Technical Visual link ; comments
    07h36
The 77 French legal codes are now available via Hugging Face’s Datasets library with daily updates
   This groundwork enables ecosystem players to consider deploying RAG solutions in real time without having to configure data retrieval systems. Link to Louis Brulé Naudet ;s Hugging Face profile python import concurrent.futures import logging from datasets from tqdm import tqdm def dataset...
    17h52
OTP messages flask application
   Hello all. I ;m developing a flask application to automate some websites, one of them airbnb has a MFA to login and one workaround that I ;m trying to do is to autenticate via SMS. I tryed to use Twilio but OTP are blocked because compliance. Anyone know what can I use to recieve OTP...
    16h10
Creating a GeoTIFF raster XYZ tile service in python with caching capability
   Creating a GeoTIFF raster XYZ tile service in python with caching capability ; submitted by ; u iamgeoknight link ; comments
27  mars     21h44
Load Apple’s .numbers Files into Pandas
   I recently ran into some challenges while trying to work with Apple ;s .numbers files on Linux. After a bit of experimentation, I figured out a workflow that simplifies the process. If you ;re planning to use .numbers files and need to load them into pandas, I ;ve created a tutorial that...
28  mars     12h29
No More Cutting in Line: Crafting Fairness in Queues using RQ in Python
   I was trying to tackle the problem of queue fairness and here ;s how I solved it. ; submitted by ; u soap link ; comments
27  mars     11h24
Type-Level Programming: a POC
   While Python doesn ;t explicitly support Type Level Programming, I ;ve had some success with it. I think this may be of interest to the Python community, so I ;m sharing a POC Proof Of Concept I ;ve written. This POC is a statically typed list that encodes its length in its type so...
    14h52
Open Jupyter Notebooks in Kaggle? (from GitHub)
   I have a repo in GitHub with Jupyter Notebooks for students. On each notebook I have a link where the student can open the notebook in Colab by changing the URL from https: github.com to https: githubtocolab.com . The problem is that some school boards have Colab blocked. Is there a similar...
26  mars     21h34
does anyone know about an alternative to aeneas that works on python 3.12.1?
   i need some python library that can automatically generate a synchronization map between a list of text fragments and an audio file containing the narration of the text. aeneas does exactly that except it doesnt work on higher than . with windows. ; submitted by ; u jonnisaesipylsur ...
    20h13
PyOhio CFP open through May 20
   Call for Proposals open through May PyOhio is a fun, friendly, free general Python conference now in its Nth year N is large . This year it will be Sat amp; Sun Jul , at The Westin Cleveland Downtown in Cleveland, OH its first year outside Columbus Hope to see you there ;...
    12h57
Mark as read plugin for mkdocs-material
   Hi everyone, I developed a simple plugin for mkdocs material. What My Project Does: In simple terms, this plugin allows users to mark pages as read and it shows a checkmark icon in navigation bar for the pages that was marked as read. The plugin adds a button under the page content and when users...
    04h42
An Automated Bash Script for Python Virtual Environment Management
   Hello r Python, What My Project Does: This script is designed to automate the management of Python virtual environments and dependencies, streamlining the setup process for Python projects. It facilitates a more efficient workflow for managing project specific environments and package installations...
27  mars     00h00
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: Ask Anything: Feel free to ask any Python related question. There are no bad questions here Community...
25  mars     15h29
Analyzing Python Malware found in an open-source project
   Hi all, I ;ve recently found a Python Malware in a FOSS tool that is currently available on GitHub. I ;ve written about how I found it, what it does and who the author is. The whole malware analysis is available in form of an article. I would appreciate any and all feedback. ; submitted...
26  mars     03h19
ipython-sql has been forked
   Hi r Python, In case you didn ;t know, ipython sql has been forked. The new project has fixed some long standing issues and added a bunch of new capapabilities: Splitting long SQL queries in multiple cells Plotting large scale datasets More flexibility to open database connections The API...
    13h54
PS] PyCompatManager: Manage legacy Python package compatibility
   I ;m working on a simple PowerShell script called PyCompatManager that helps manage package installations for legacy Python versions. What My Project Does: PyCompatManager checks your current Python environment and finds the latest compatible release of a specified package on PyPI. This can be...
25  mars     13h32
s Goprox: Simplify Google searches with automatic proxy handling and user-agent selection.
   What My Project Does: Goprox is a Python module that revolutionizes Google searches by automatically checking and using proxies, eliminating the need for user input. With Goprox, users can enjoy seamless searching without worrying about proxy configuration or getting blocked. Target Audience...
    18h53
Astrologers have announced the month of Python in Centrifugal Labs: real-time libraries and tutorial
   Hello Python community. My name is Alexander I am the author of Centrifugo project. It ;s a self hosted real time messaging server alternative to Ably, Pusher, Pubnub services . It was written in Python originally, but then migrated to Go. But it ;s fully language agnostic and helps many...
24  mars     19h40
I forked Newspaper3k, fixed bugs and improved its article parsing performance - Newspaper4k package
   Hi all The Newspaper k is abandoned latest release in without any upgrades and bugfixing. I forked it, and imported all open Issues into my repo. The first two releases . . and . . were mainly bugfixes and bringing the project more up to date and compatible with python gt; . I...
26  mars     00h00
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: Ask Away: Post your advanced Python questions here. Expert Insights: Get...
    14h59
We’re building a Large Action Model (LAM) project that can do any task for you using Python
   Hey guys My friend and I are building Nelima. It ;s basically a Large Language Model designed to take actions on your behalf with natural language prompts and theoretically automate anything. For example, it can schedule appointments, send emails, check the weather, and even connect to IoT...
24  mars     17h59
Is this project worth the time and effort: Camera to Keyboard?
   EDIT: Since there are a lot of upvotes on that comment, yes, this is about seeking strangers ; validations. But we ;re all validation seekers. For instance, we all need someone ;s validation to make a living boss, customers, etc. Your boss ain ;t gonna tell you quot;god damn boy, you...