atlas news
    
OpenSource : Python
25  avril     07h00
Retry your Python code until it fails
Moshe Zadka    Retry your Python code until it fails Moshe Zadka Tue, : Use the Tenacity and Mock libraries to find the bugs hiding deep within your code. Sometimes, a function is called with bad inputs or in a bad program state, so it fails. In languages...
21  avril     07h00
How I teach Python with open source tools
Don Watkins    How I teach Python with open source tools Don Watkins Fri, : Teaching Python to others is easy with these open source tools and techniques. I love to teach Python. I start by beginning where the learner begins. My first question is, How would...
19  avril     07h00
Explore data visually with Python tools
bill-wang    Explore data visually with Python tools bill wang Wed, : Combine Python, Pygwalker, Pandas, and Jupyter Notebook for a dynamic visual interface to your data. Open source tools have been instrumental in advancing technology and making it more...
18  avril     07h00
Talk to your cluster with this open source Python API wrapper
rnetser1    Talk to your cluster with this open source Python API wrapper rnetser Tue, : Combine the power of an open API and the Python programming language. Open source projects that create a wrapper around an API are becoming increasingly popular....
10  avril     07h00
Remove the background from an image with this Linux command
Don Watkins    Remove the background from an image with this Linux command Don Watkins Mon, : The power of Python makes image editing easy on Linux. You have a great picture of yourself and want to use it for your social media profile, but the background is...
01  avril     07h00
Using mocks in Python
Moshe Zadka    Using mocks in Python Moshe Zadka Sat, : Test your code safely with mocks. April st is all about fake stories and pretending. This makes it the perfect day to talk about mocking. Sometimes, using real objects is hard, ill advised, or...
28  mars     07h00
Why you should use Python and Rust together
Moshe Zadka    Why you should use Python and Rust together Moshe Zadka Tue, : Rust and Python have complementary strengths and weaknesses. Prototype in Python and move performance bottlenecks to Rust. Python and Rust are very different languages, but they...
27  mars     07h00
Create a ChatBot in Mattermost with Python
DrMJG    Create a ChatBot in Mattermost with Python DrMJG Mon, : Implement ChatOps in your organization with a simple open source bot. ChatOps is a collaboration model that connects people, processes, tools, and automation into a transparent workflow....
14  février     08h00
Create a modern user interface with the Tkinter Python library
patrik-dufresne    Create a modern user interface with the Tkinter Python library patrik dufresne Tue, : TKVue saves time while developing the graphical interface and makes it easier to maintain and modify the code afterward. Python’s Tkinter library isn’t...
31  janvier     08h00
Automate Mastodon interactions with Python
Moshe Zadka    Automate Mastodon interactions with Python Moshe Zadka Tue, : Follow along as I play with the Mastodon API to create a new application. The federated Mastodon social network has gotten very popular lately. It’s fun to post on social media, but...