atlas news
Python Guides
09 april
13h26
How to Update Tkinter Label Text Dynamically
Bijay Kumar
I’ve spent years building desktop applications with Python, and if there is one thing I’ve learned, it’s that static interfaces are boring. Users...
09h52
How to Change Tkinter Frame Background Color
Bijay Kumar
In my years of developing desktop applications with Python, I’ve found that the default gray look of Tkinter can be a bit dull. One of the first...
07h46
How to Align Widgets to the Left in Tkinter Grid
Bijay Kumar
When I first started building desktop applications with Python, I found the Tkinter grid manager to be incredibly powerful but sometimes a bit...
08 april
12h52
How to Use Lazy Loading Component in React
Bijay Kumar
I have seen many projects struggle with slow initial load times as the codebase grows. When your bundle size gets too large, users on slower...
12h19
How to Destructure Props in React Functional Components
Bijay Kumar
React has come a long way since I started building front-end applications over eight years ago. In the early days, we spent a lot of time typing this...
10h31
How to Use React Pivot Table
Bijay Kumar
I’ve found that nothing satisfies a client quite like a powerful data grid. Whether you are building a FinTech dashboard or a retail inventory...
07h44
How to Use react-tag-input-component in React
Bijay Kumar
In my years of building large-scale React applications, I’ve often found that capturing user input for lists, like tags, keywords, or email...
06h28
How to Use React Select Component
Bijay Kumar
I’ve found that building a custom dropdown from scratch is often a recipe for a headache. Whether it’s handling keyboard navigation or managing...
05h27
Component-Based Architecture in React
Bijay Kumar
In my journey of building front-end applications, I have seen many frameworks come and go. However, React changed everything for me because of one...
07 april
12h55
How to Use the Pandas Apply Function to Each Row
Bijay Kumar
If you have been working with data in Python for a while, you know that the real magic happens when you start transforming your datasets. In my years...