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...
23  avril     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...
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...
23  avril     06h25
Does FastAPI make sense for internal services vs Thrift?
   We have a service at work built in Java and im being asked to rebuild it in Python. I ;ve never built an internal service and im not sure if I should be using a web framework like FastAPI or something like Thrift. My service will primarily be consumed by other services without my organization...
    03h03
Pandas Python Introduction
   I ;m sharing some of the Python tutorials I made. I teach Ukrainian teenagers and university students Python programming and data science for free. Here is an introduction to Pandas. It shows: How to read data into a Pandas dataframe from a CSV file. Show how to print out the column names....
22  avril     14h51
rusttypes-py - The Power of Rust-types implemented Python
   What my Project Does rusttypes is a Python library that provides a set of utilities to write Python code that is more Rust like. This includes: A Result type that can be used to return either a value or an error. A Option type that can be used to return either a value or nothing. It implements...
23  avril     06h50
Python minesweeper bot
   I ;m trying to make this minesweeper bot using selenium. github link https: github.com cs b minesweeper bot right now i ;m using a basic algorithm that checks if the empty places around a cell is equal to cell value and places flags. But this approach cannot completly solve the game,...
22  avril     19h54
tutorial] Data imputation on real-time data source
   Hi there, My team at Bytewax and I have been working on a series of hands on guides on streaming data and I am excited to share how one can handle missing values in real time in Python. While some parts of the guide are simplified, for example, we use a random number generator as an input source,...
    12h14
I made Cria - Run LLMs (AI) locally and programmatically with as little friction as possible
   https: github.com leftmove cria My name is Anonyo, and I am a seventeen year old from Southeast Michigan. This is my second open source project. I built Cria, a Python library that allows you to run LLMs programmatically through Python. Cria is designed so there is as little friction as possible ...
23  avril     04h08
Sentiment analysis app using python
   Sentiment analysis of single text and dataset done using two popular python libraries: textblob and Vader. sentiment analysis app ; submitted by ; u Trinity software link ; comments
22  avril     07h04
What is currently the fastest state-of-the-art ODE solver in Python?
   For my application, Scipy ;s solvers are not fast enough so I am looking to speed up by using another package. These are some packages I have found so far: NumbaLSODA DifferentialEquations.jl Torchquad Although doesn ;t solve ODEs, just integrates quickly, but that could be wrapped I guess ...
    13h06
Announcing The Python Logging Book & Course Kickstarter
   New developers print out strings to their terminal. It’s how we learn But printing out to the terminal isn’t what you do with most professional applications. In those cases, you log into files. Sometimes, you log into multiple locations at once. These logs may serve as an audit trail for...
21  avril     21h59
Jobs that utilize Jupyter Notebook?
   I have been programming for a few years now and have on and off had jobs in the industry. I used Jupyter Notebook in undergrad for a course almost a decade ago and I found it really cool. Back then I really didn’t know what I was doing and now I do. I think it’s cool how it makes it feel more like...
22  avril     13h16
Most-watched PyData conference & meetup talks from 2023
   Just came across this list and I think it ;s amazing: https: techtalksweekly.substack.com p all pydata talks ; submitted by ; u ad link ; comments
    08h11
How to Clean Data and work with outliers and Missing Data in Python Pandas
   I made a detailed tutorial on how to work with missing data, outliers, and how to lean up data in Pandas Python. This explains how to clean up your data so that your statistical results and trainin data is not skewed. x B; https: github.com werowe HypatiaAcademy blob master pandas pandas...
    12h50
Is Pythonista (Python for iOS iPadOS) no longer with active development and support?
   I have not seen updates in almost a year and there is no activity in the support forum Is there a replacement forum Thanks ; submitted by ; u br web link ; comments
    04h05
Tkinter Variable class C Python garbage collection mismatch
   Tkinter is going to drive me crazy. Let me lay this out for you: Tkinter is the GUI interface I am using, which is a python frontend for a C library It holds quot;widgets quot; in a window. Some widgets have variables StringVar, BooleanVar, etc not quot;variables quot; like code variables but...
    09h40
I created an AI tool for using python to process excel and other files
   Hi, I ;m Owen, and I ;ve developed an AI tool for data processing. I spend a significant amount of time processing daily data from numerous Excel files, which requires me to write a lot of Python code. I have been using GitHub Copilot to assist with this, but I am exploring ways to eliminate...
21  avril     12h45
Should I use pydantic for all my classes?
   Pydantic makes your code safer by making it strongly typed. You can no longer input a wrongly typed argument without getting an error if pydantic can ;t convert it . This is great but to me it seems that sometimes standard python classes still seem preferable. Perhaps it ;s because I ;m...
22  avril     10h33
Ray on Golem MVP Launch: the Best Way of Running Python Code on the Golem Network
   Golem Network has just released Ray on Golem MVP, a significant milestone in integrating Ray with Golem ;s decentralized infrastructure Check out all the details about the release and next steps in our blog post: https: blog.golem.network announcing ray on golem mvp launch the...
21  avril     02h44
My latest TILs about Python
   After years working with it, I keep discovering new features. This is a list of the most recent ones: https: jcarlosroldan.com post ; submitted by ; u JCx link ; comments
22  avril     09h42
Single file, hot reloading python server with raw websockets and inotify
   A project to build a local server without any external dependencies with main features of hot reloading browser on source modification. The idea is to make it simple, standalone and work without any setup. The project uses regular sockets, websockets, inotify and a bit of javascript on the fly...
    09h18
Intermediate Project: Python Plotly Data Visuals: Dropdowns and Range Sliders For User Interaction
   Interactive data visualization is a powerful tool that can significantly enhance the analysis and interpretation of complex datasets. With Python, the Plotly library offers various features that can be used to create interactive publication quality graphs. This project demonstrates how to use of...
    14h27
I made a team of AI manage my YouTube channel and my work with Python based framework CrewAI
   I found this awesome AI framework for python called amp;quot;Crew AI amp;quot;, that allows us to create assistants, or agents in the CrewAI lingo, and assign specific tasks. I started my tiny youtube channel months and for a youtuber, especially a novice one like myself, there are a bunch of...
21  avril     12h54
Anycrc - Python CRC computation library
   Link: https: github.com marzooqy anycrc What My Project Does This is a Cython module with bindings to the crcany library. It supports calculating CRC hashes of arbitary sizes as well as updating a crc hash over time, and I believe that it is the fastest generic CRC library available for Python....
22  avril     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....
20  avril     22h34
Introducing Stockdex: A Superior Python Package for Real-Time Financial Data Retrieval
   Greetings I ;ve previously introduced my Python package in this post. Since then, I ;ve significantly enhanced its performance and expanded its capabilities. What My Project Does A lightweight python package designed for the efficient retrieval of financial data from various sources like...