Gabriel C. Brown against the full solar chromosphere, 50,000,000 times closer but still tiny!
Epic full shot!
📸Andrew McCarthy
/photography
0 replies
0 recasts
4 reactions
9 Tools & Topics Every Data Analyst Should Master In 2025
0 replies
0 recasts
0 reactions
Spammer mini app by @mvr
Yo Yo😎🤟
0 replies
0 recasts
1 reaction
Top casts
Some of the most popular and versatile Python tools include:
-NumPy: for numerical operations and data analysis
-Pandas: for data manipulation and analysis
-Matplotlib: for data visualization
-Scikit-learn: for machine learning
-TensorFlow: for deep learning
-Django: for web development
All open source and freely.
18 replies
9 recasts
103 reactions
Trick🍻
To iterate over a dictionary while also accessing its keys and values:
python:
for key, value in my_dict.items():
# Do something with key and value
This trick simplifies iterating over dictionaries and provides direct access to both keys and values in a single loop.
20 replies
0 recasts
102 reactions
important point to using typography in app design is "readability".
The text should be easy to read and understand, even on small screens.
Other important points:
Hierarchy
Contrast
Alignment
Whitespace
Overall, the goal is that enhances the user experience and makes it easy for users to interact with the app.