Category Archives: Programming
Programming/CS Related Resources
Top Resources Project Euler – For challenging mathematical/programming related problems Stack Overflow – Question and Answer for programming enthusiasts Introduction …
Python Notes – all([]), Packages and Other Things
Consider following program: – The program outputs 2. But how? In line 1 of code, the only value i can …
Python Notes – OOP
Program 1 We haven’t used __init__ above at all. By doing so, we have a chance to understand better the …
Python Notes- Naming Your Script
I was trying to write a program for sending email and I innocuously saved this program as email.py only to …
Fluent Python book is awesome
A while ego, Python veteran Raymond Hettinger published a following tweet – Being a novice in Python, I couldn’t make …
Idiot’s guide to *args and **kwargs
I am going to explain this in most basic terms. No jargon. No theory. Nothing. Just examples (and you should …
Python Tricks
Some cool tricks you might be unaware of (especially for beginners). Actually, there are hundreds of such cool tricks but …
Resources for Flask Framework
Just started exploring Flask Framework for web development. Found following resources helpful to start. Books Flask Web Development Book – …
Resources for Python
Not in any particular order. Mostly for beginner and intermediate level programmers. Shall be updated frequently. Unless other people get …