atlas news
    
Reddit : Python
21  avril     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...
26  avril     00h00
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: Open Mic: Share your thoughts, questions, or anything...
    15h26
I made a Python app that turns your Figma design into code
   Link: https: github.com Axorax tkforge Hey, my name is Axorax. I have been programming for a few years now. I started making a lot more projects in Python recently and this is one of them. I decided to call the project TkForge. What My Project Does TkForge allows you to turn your Figma design into...
    04h53
What’s the best thing you’ve automated?
   Mine is automating my social media posts with some AI magic. Now I just have to check if the post is okay. Took a lot of prompt mangling but hey it reduced a mins task to mins task. Over a course of a year, that ;s a lot of time. So what ;s your thing ; submitted by ; u...
    04h16
Python for backend? Please enlighten me
   I have finished my front end web dev part. I ;m confident in my skills and want to move to the backend section. But the problem is, most influencers promote MERN stack for the backend, and since it ;s easy to promote as both front end and back end use the same language. While researching, I...
    18h00
terminal not working
   Cannot open Local Failed to start powershell.exe, NoExit, ExecutionPolicy, Bypass, File, C: Program Files JetBrains PyCharm Community Edition . plugins terminal shell integrations powershell powershell integration.ps in C: Users RT PycharmProjects pythonProject , columns , rows ,...
    14h18
Python Quality Standards
   Hey, happy Friday don ;t push to prod . Me and some friends are building a no code platform to run code improvement agents really in BETA . We want to have a quality agent for each language, and I would really appreciate your feedback on python best practices and standards. The agents are...
    16h49
Which tool(s) do you use for deployments?
   Hey folks, At my job we use Buildout for deployments we like Buildout for its ability to pull multiple repositories and automatically set up a local environment on a dev ;s laptop, or the DTAP environments just through config files. However, Buildout is not maintained, and uses some functions...
    09h03
How To Build a Social Media Sentiment Analysis Pipeline With FastAPI And Generative AI
   Social media like Reddit, Hacker News, Twitter, etc. contain tons of genuine discussions that you might want to analyze automatically with sentiment analysis. For example you might want to monitor what people say about you, your product, your competitors, etc. I made a technical article that shows...
25  avril     05h50
Python Interview Cheat Sheet Website
   Hey everyone, I’ve recently launched a new website aimed at helping fellow programmers ace their Python interviews. It’s not just limited to Python though; it also covers essential topics like big O notation, object oriented programming, design patterns, and more I’d love to hear your thoughts and...
    14h38
Python Test 219: Building Django Apps & SaaS Pegasus - Cory Zue
   Listen at podcast.pythontest.com When starting a SaaS project using Django, there are tons of decisions. I ;ve asked Cory Zue, creator of SaaS Pegasus, to help me sift through some common SaaS Django decisions. ; submitted by ; u variedthoughts link ; comments
    09h01
OpenTelemetry Architecture: Python SDK Overview
   Hey folks, I have just posted an article for those who want to go a little bit beyond the basic usage of OTEL and understand how it works under the hood. The post quickly touches on: History and the idea of OpenTelemetry Distributed traces amp; spans. How span collection happens on the...
24  avril     21h17
What are your favourite pre-commit hooks and why?
   Just getting started with pre commit and I think it ;s awesome. Looking to find out what other code automation tools people are using. Let me know what works for you and why. Thanks ; submitted by ; u LatterConcentrate link ; comments
25  avril     18h02
How to create a Discord Bot to launch a Minecraft server automatically
   Hi y ;all, This might be off topic a bit from the normal stuff that gets posted here, but a while back I was messing around on a Minecraft server that I was hosting on Aternos a free online Minecraft server host . Now since the server wasn ;t running on my computer and since Aternos has a...
    08h44
UXsim 1.2.0 released with support for (self-driving) taxis and shared mobility
   Version . . of UXsim is released, which allows simulating taxis, shared mobility and self driving taxis Main Changes in . . Add taxi aka. shared mobility functions A standard vehicle in UXsim just travel from A to B and disappear. This is like a private owned vehicle. From this update, a...
24  avril     13h12
Best way to grade Jupyter-Notebooks?
   I recently took a job with a professor, that includes helping with the grading of biweekly assignments. So I basically have now Notebooks that I have to grade. Top of my head I can think of these approaches: Convert to PDF and write into the PDF Duplicate the Notebook and write the comments in...
    22h05
What is your best Tkinter project that you put a lot of effort into creating?
   I want to hear your description of the project you are most proud of. I was just trying to find something on the Internet, but I didn ;t find much of interest. The only difficult project was CustomTkinter, which, as far as I know, was done entirely in Tkinter. Since it is possible to create...
    01h08
Zillow scraper made pure in Python
   Hello everyone., on today new scraper I created the python version for the zillow scraper. https: github.com johnbalvin pyzill What My Project Does The library will get zillow listings and details. I didn ;t created a defined structured like on the Go version just because it ;s not as easy...
25  avril     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...
24  avril     09h58
Created Netlify DNS Manager: CLI Tool for uploading zone Files to Netlify or exporting Netlify DNS
   What My Project Does Command line tool to simplify the management of DNS records for domains hosted on Netlify, whether you want to migrate to Netlify or migrate away from Netlify. . Import Zone File from Godaddy, NameCheap or others to Netlify helpful in migrating nameservers. Export DNS...
25  avril     05h03
How to use Google’s Free Python Programming Environment, Google Colab
   Hi. Beginning programmers should be using the same tools that we use in business. For Python that ;s mainly Jupyter notebooks. Google provides those free at Google Colab. I made this video to show you how to use Colab and hope that can help you. https: www.youtube.com watch v JwIaYnrM Oc ...
23  avril     09h50
Py2wasm: A Python to Wasm compiler 3x faster than pyiodide
   Take the excellent nuitka, compile python code to C, turn it into web assembly, and you got Python in the browser, without the usual runtime overhead: https: wasmer.io posts py wasm a python to wasm compiler While the doc states you can get this effect by doing: pip install py wasm py wasm...
24  avril     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...
23  avril     14h35
Runtime type checking performance
   I ;m trying to decide whether to use typeguard or stick to assert isinstance in the places where I care. Has anyone done benchmarking testing of the overhead of using type guards quot;at quot;typeguard decorator ; submitted by ; u gerardwx link ; comments
24  avril     16h43
pwdgen v2 -a simple password generator
   https: github.com RadoTheProgrammer pwdgen What my project does My project generate simple, strong, memorable and easy to type passwords. The system is simple: it generate pronounceable words separated by a special char, with a number at start or end. I tried creating a password generator that...
    06h06
find where - my first Python package published to PyPi
   PyPi Source What My Project Does find where is a Python package that provides a function to find values in dictionaries where a specified key matches a given value, similar to filtering in SQL. Target Audience This is my first attempt at creating a Python package so I would describe this as a toy...
22  avril     16h44
I now know again why I stopped using mamba conda for setting up virtual environments
   I have started at a new job and had the idea that it would probably be clever to set up my developing environment in exactly the same way as my predecessor did. Because: This should help resolving errors quicker in the transition period His code was good and clean and it appears that he knows what...