Filter
Exclude
Time range
-
Near
My CTO friend just texted me : “Your blog everythingpython on $ub$tack is crazy. This is like god mode. You should blog more and more people should subscribe to it “
My CTO friend texted me: "Your gstack is crazy. This is like god mode. Your eng review discovered a subtle cross site scripting attack that I don't even think my team is aware of. I will make a bet that over 90% of new repos from today forward will use gstack."
1
3
321
I finally wrote up the EverythingPython edition on the process of "vibe coding" this status dashboard. open.substack.com/pub/everyt… cc @textualizeio @willmcgugan Here it is! :) The community might not have said it enough, but thank you so much for Textual!

I have lost track of the number of soloware I've made for myself. This is my latest quickfix that no one else will find interesting except me.
1
1
6
1,310
Gave a talk at Bengaluru Mongo User Group on "Streaming real time AI inference results into Mongo DB" 😊 Folks really enjoyed it. Here's the latest edition of EverythingPython talking about what I learnt and presented 🐍 - everythingpython.substack.co…
1
75
Following on the heels of the poll I put out a few days ago that some of you responded to, the latest edition of EverythingPython 🐍 is about Postgres - how to install it and how to connect to the local instance using Python - everythingpython.substack.co…

1
2
122
map we can pass arguments as iterables. But map does not expect an iterable inside another iterable. In cases like this we can use starmap. #pythontutorial2021 #pythonitertools #pythonbuiltinfunction #pythontutorialforbeginners #everythingpython #learnpython
1
1
Python filter helps us to quickly filter out iterables based on an expression or function. It can help us to avoid loops and conditional statements for filtering elements. #pythonfilters #pythonfilterfunction #everythingpython #pythonbuiltinfunction #pythontutorial2021
1
1
We use python inbuilt method map() to run a function on each element of an iterable. Sometimes it is more efficient to use a map() compared to loops. As it is more efficient. #pythonmaptutorial #pythonmapfunctions #pythonmapfunction#pythontutorial2021 #everythingpython
1
1
zip method is used to combine different operators together. The combined elements can be accessed via a for loop. #python3 #pythonprogramming #pythonlearning #pythondeveloper #pythoncoding #pythontutorial #everythingpython #zipmethods #pythonzip #pythonbeginner #pythonbasics
4
2