Issue #1
Yeah, it is my work set up :)

Issue #1

Some articles I have came across

  • “ if __name__ == ‘__main__’ ” - What is this line in almost every python script ?? ? Ever wondered what we are supposed to achieve by including this line in the script? Understand the “__name__” variable and the role with https://towardsdatascience.com/python-main-b729fab7a8c3


  • Documentation ?? , ?? the tedious job for every developer and programmer. But what is the significance it provides to the users of your code base? What are the standard formats of doc strings available with Python? Here is the detailed use case of doc strings and the standard formats for writing the docstring in your code. ??


  • Do you remember SQLite? The lite version of SQL, which revolutionized by simplicity ?? combined with features ?? of SQL. Even such tools can be replaced with adding more features and use cases. Mind boggling, right? Same I felt when I came across DuckDB (yes, ??), which serves as analytics database for almost all use cases. Know more about the awesome tool here ??


  • What is the most common question you have faced in interviews as a python developer/programmer? Let me guess, “Decorators” ??? See I can read your mind ??. Decorators are indeed an interesting design pattern in Python. It indicates the understanding of any candidate who attends the interview. Let me help you to answer that very question in your next interview ??. Read the awesome detailed tutorial from Real Python ??.


  • If you have started learning computer science early this millenia ?? , let me take you a trip down the memory lane ??, otherwise allow me to introduce some new (actually old) terms. Read about some programming languages which are almost dead ?? and reasons why they disappeared from the industry.


Some interesting python libraries I have came across


  • requests - ultimatum of almost all web frameworks in python. Just because of that there will not be any alternatives? No, there are few. Httpx is a top contender along with aiohttp. I am actively trying to create scrapers with the alternatives.?


  • Creating a monolithic class and tired of adding basic functionalities of a class? Python 3.7 introduced dataclasses to resolve the pain. But before that, attrs serves the purpose. I would highly recommend playing around with this dynamic library which actually inspired developers at PSF for developing dataclasses.?


Some interesting and detailed videos I have came across


Some bonus content

要查看或添加评论,请登录

Santhosh Solomon的更多文章

  • Issue #3 | Logging

    Issue #3 | Logging

    In the previous two issues, the content was scattered, which may have distracted readers from focusing on a particular…

    2 条评论
  • Issue #2

    Issue #2

    Issue #2 What’s new? https://github.blog/2023-03-22-github-copilot-x-the-ai-powered-developer-experience/ Microsoft got…

    1 条评论

社区洞察

其他会员也浏览了