atlas news
    
Reddit : Python
13  octobre     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...
15  octobre     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...
14  octobre     13h56
My first python package got 844 downloads
   I know downloads aint much, but i feel so proud. This was my first project that i published. Here is the package link: https: pypi.org project Font Source code: https: github.com ivanrj j Font What My Project Does My project is a library for rendering custom font using opencv. Target...
    14h56
Which libraries have the best docs?
   Hi, Out of all the available python libraries and frameworks, which ones do you think have the best documentation I am looking for examples to learn how to create good docs for a project I am working on. Thanks ; submitted by ; u Amgadoz link ; comments
    17h37
Teaching the world’s largest programming lesson
   This past Saturday I taught the world ;s largest programming lesson, with students, breaking the previous record of students. We broke the record in Portugal and the event was co organised by a local university and a company I used to work at. It was an insane event. I have been...
    19h18
Speeding up PyTest by removing big libraries
   I ;ve been working on a small project that uses quot;big quot; libraries, and it was extremely annoying to have pytest to take seconds to run test cases that were not even doing anything. Armed with the excellent PyInstrument I went ahead to search for what was the reason. Turns out...
    13h53
Python 3.12 vs Python 3.13 - performance testing
   This article describes the performance testing results of Python . compared to Python . . A total of various benchmark tests were conducted on computers with the AMD Ryzen series and the th generation of Intel Core processors for desktops, laptops or mini PCs. https: en.lewoniewski...
15  octobre     02h49
Qtcord - A lightweight, native Discord client for Windows and Linux
   Ever noticed that the normal Discord client is bloated and takes too long to load for quick conversations Well, here ;s the solution. Qtcord is a very lightweight Discord client written by the open source community and me. Shoutout to randomusername a for optimizing the backend and improving...
14  octobre     18h37
Python support in KDE
   The KDE community is working to improve Python support in KDE as part of the KDE Goals initiative. We are implementing Python bindings in KDE and improving support to build third party apps beyond C . Another project is to ship Kirigami via Pip. This Sunday, Oct th at : UTC , the KDE Goals...
    18h40
Lockdown Your FastAPI Endpoints with Armasec
   Tired of writing repetitive code for authentication and authorization in your FastAPI applications The Omnivector team introduces Armasec, a Python package designed to streamline the process of protecting your API endpoints. Armasec leverages the power of OpenID Connect OIDC to verify JSON Web...
    17h16
Build an intuitive CLI app with Python argparse
   A while ago, I used Python and the argparse library to build an app for managing my own mail server. That ;s when I realized that argparse is not only flexible and powerful, but also easy to use. I always reach for argparse when I need to build a CLI tool because it ;s also included in the...
    10h17
How to benchmark with pytest-benchmark
   I wrote a tutorial that walks you through how to benchmark Python code using pytest benchmark. It starts out with a basic example and then evolves things as new requirements are added to the software. SPOILER ALERT: There ;s a performance regression. https: bencher.dev learn benchmarking python...
    13h37
Emmett55 is now available
   In the same month of Emmett ;s th anniversary, I also published Emmett : the micro web framework for inventors. Emmett takes advantage of some of the unique features of Emmett, like the RSGI protocol, the Rust powered router, or the Pipeline, but with an overall smaller set of features and...
    09h26
Reading CAN Bus signals from and mf4 file.
   Anybody know how I can read CAN Bus signals from an MF file. Any libraries for it, or if I need to convert the file into another format ; submitted by ; u SchlauchbootlippeN link ; comments
13  octobre     23h19
Old school 2000s mouse accessory: Particles following your mouse Get color under cursor And more
   I would have loved to instead call this thread: quot;You can now have shit stuck to your mouse quot;, but I felt it wouldn ;t take very long until it was removed. What my project does: I ;ve had an idea somewhere in : I want rainbow trails for my mouse cursor. Available software was...
14  octobre     21h44
Need assistance with my lead generation scrape
   I have created a lead generation scraper for zoominfo which used to collect the mobile numbers ass well but is not anymore. I need assistance in fixing it. Willing to give the software and some extra cash to anyone that can assist me. ; submitted by ; u Appropriate Tap link ...
13  octobre     19h22
I made a website for finding deals on Pokemon cards on Ebay
   Site: https: www.jimmyrustles.com pokemondeals Github: https: www.github.com sgriffin pokemon tcg deal finder app What My Project Does For the past few weeks I ;ve been working on a Pokemon deal finder website. It works by finding listings from Ebay and card valuations from Pricecharting...
    15h43
I shared a 1 Hour Streamlit Course on YouTube - Learn to Create Python Data Web Apps Easily
   Hello, I just shared a Python Streamlit Course on YouTube. Streamlit is a Python framework for creating Data Web Apps with a few lines of Python code. I covered a wide range of topics, started to the course with installation and finished with creating machine learning web apps. I am leaving the...
    19h04
Accounting (book-keeping) rules for chart of accounts and ledger implemented in Python
   Target audience I think ther is a big void between people who code and who know accounting that is filled with expensive software. Hope this demo can show that if there where common open data formats for charts of accounts, the cost of accounting software could be much lower. What this project does...
    19h41
Xenharmlib 0.2.0 released - Advanced music theory library
   Hi everyone, Last week I released version . . of xenharmlib. New features focus mostly on post tonal theory and scale transformations. You can get a good overview on quot;What ;s new in . . quot;. Source code here I ;m still looking for contributors. So if you are interested, shoot me...
14  octobre     00h00
Monday Daily Thread: Project ideas
   Weekly Thread: Project Ideas ’ Welcome to our weekly Project Ideas thread Whether you ;re a newbie looking for a first project or an expert seeking a new challenge, this is the place for you. How it Works: Suggest a Project: Comment your project idea be it beginner friendly or advanced....
13  octobre     08h56
Environments Utils - Detect Your (quirky) Python Runtime Environment
   Hey, r Python What My Project Does: Over the years, I’ve been working on a Python package called Environments Utils that helps detect characteristics of the environments where your Python script is running. It’s built to handle various edge cases and odd environments I’ve encountered. For example,...
    18h05
Udemy 100 days of code
   For anyone else who has worked through this course how difficult were days and I understand how to use requests and how to use API calls for reference, days and were the airline price finder days , but I just can’t wrap my head around this. I’m probably just going to skip this one...
12  octobre     21h33
I’m making a periodic table on python.
   I ;m making a periodic table that has almost everything that a element can have. I made a Github repository, so check it out Also, the quot;discussion quot; flair is because I know that the code is pretty bad, so if anybody has anything to add both for the table and for the code, please...
    07h25
I Understand Machine Learning with Numpy and PyTorch Better Since I Started Focusing on the Basics
   I ;ve recently started appreciating ML in Python more since I began looking at the concepts from the ground up. For example, I took a closer look at the basics of classification neural networks, and now I have a better understanding of how more complex networks work. The foundation here is...
    09h02
Pyloid: A Web-Based GUI Library for Desktop Applications - v0.11.0 Released
   What is Pyloid Pyloid is the Python backend version of Electron, Tauri, designed to simplify desktop application development. This open source project, built on QtWebEngine and PySide , provides seamless integration with various Python features, making it easy to build powerful applications...
11  octobre     14h22
Pyinstrument v5.0 - flamegraphs for Python
   Hi reddit I ;ve been hard at work on a new pyinstrument feature that I ;m really excited to show off. It ;s a completely new HTML renderer that lets you see visually exactly what happened as the program was running. What it does First, some context: Pyinstrument is a statistical profiler...