satej@home:~$

  • Python for differential calculus

    Many would have known about using differential calculus in Maths. How do we use it with Python? Well, sympy and scipy can help us here. Sympy is used to create symbols for our x, y variables while Scipy helps with the differential bit. These can be installed using below command:...

  • Newsletter of Today's reads

    A few articles / reads I went through today which share interesting and unique perspectives: Why large language models (like ChatGPT) are bullshit artists: Interesting view on what LLMs are and how they are made and how they work and where to use and not to use. 5 Crucial Things...

  • Redis Data Modelling Patterns ebook review

    EBook Name: Learn 8 Data Modelling Patterns in Redis? Author Name: N/A Published by: Redis Cost: Free Pages: 56 Rating: 5/5 This handy small ebook is an interesting read about Redis and the different data modelling patterns one can use in Redis. The patterns are a handy addon to your...