Skip to content
djangoSpin
  • Home
  • About Us
    • Nalini & Lakshay
  • Python Center
    • Python 101
    • OO Python
    • Design Patterns
    • 50+ Standard Library Modules
    • 60+ Third-Party Modules
    • 50+ Tips & Tricks for Python Developers
    • 50+ Know-How(s) Every Pythonista Must Know
    • All Python Articles
    • Python Programs
  • Handy-How-To(s)
    • C#
    • English
    • Google Chrome
    • Microsoft Excel
    • Oracle
    • Python
    • SQL
    • WordPress
    • Unix

Month: January 2017

Python @ DjangoSpin

Zen of Python: import this

Reading Time: 1 minutesZen of Python Zen of Python The this module reveals a list of guidelines which the Python developers had in mind while developing the language. It encapsulates the philosophy that […]

Posted on January 6, 2017April 5, 2017 by lakshayarora7 Continue reading
Python @ DjangoSpin

Operator Precedence in Python

Reading Time: 1 minutesOperator Precedence in Python Operator Precedence in Python Following is the order in which operators in Python are evaluated. The operators at the top are evaluated first, and ones lower […]

Posted on January 6, 2017April 5, 2017 by lakshayarora7 Continue reading
Python @ DjangoSpin

Python: Duck Typing

Reading Time: 1 minutesDuck Typing in Python Duck Typing in Python Python allows the user to skip the data type of variables. It doesn't even require you to declare the return type of […]

Posted on January 6, 2017April 5, 2017 by lakshayarora7 Continue reading
Python @ DjangoSpin

Python: Docstrings

Reading Time: 1 minutesDocstrings in Python Docstrings in Python You can provide a helpful description of your functions, classes, modules in form of docstrings. Documentation strings need to be the first line of […]

Posted on January 6, 2017April 5, 2017 by lakshayarora7 Continue reading
Python @ DjangoSpin

Python: Unpacking Iterables into Individual Variables

Reading Time: 1 minutesUnpacking Iterables into Individual Variables in Python Unpacking Iterables into Individual Variables in Python In Python, iterable objects can be decomposed into individual components in a single statement. This is […]

Posted on January 6, 2017April 5, 2017 by lakshayarora7 Continue reading
Python @ DjangoSpin

Python: When to use which data structure

Reading Time: 1 minutesWhen to use which data structure in Python When to use which data structure in Python Each data structure has an array of associated methods and attributes, and each one […]

Posted on January 6, 2017April 5, 2017 by lakshayarora7 Continue reading
Python @ DjangoSpin

Python: Prettifying output with the builtin pprint module

Reading Time: 1 minutesPrettifying output in Python using pprint Prettifying output in Python using pprint The builtin pprint module enables the user to prettify the output while printing lists, tuples & dictionaries. This […]

Posted on January 6, 2017April 5, 2017 by lakshayarora7 Continue reading
Python @ DjangoSpin

Getting help from Python: Using the builtin function help()

Reading Time: 1 minutesUsing help() in Python Using help() in Python Python's builtin help() function returns the description of the object passed to it, in addition to its basic usage. For example, if […]

Posted on January 6, 2017April 11, 2017 by lakshayarora7 Continue reading
Python @ DjangoSpin

Exploring an object in Python: Using the builtin function dir()

Reading Time: 1 minutesUsing dir() in Python Using dir() in Python The dir(object) function returns a list of all the methods and associated with the mentioned object. Everything in Python is an object, […]

Posted on January 6, 2017April 11, 2017 by lakshayarora7 Continue reading
Python @ DjangoSpin

Python: The "if __name__ == '__main__':" construct

Reading Time: 2 minutesif __name__ == '__main__' if __name__ == '__main__' You may have encountered something like if __name__ == '__main__'. This if construct is used to execute the top-level code(i.e. at the […]

Posted on January 6, 2017April 5, 2017 by lakshayarora7 Continue reading

Posts navigation

Older posts
Newer posts
♫  I’m taking and you’re taking we’ve forgotten how to give,
I’m faking it, you’re breaking it and its just the way it is,
So we’ll leave here tonight but not before we give each other back our hearts ♫

Passenger

Categories

  • English (1)
  • Google Chrome (2)
  • Mac (1)
  • Microsoft Excel (2)
  • Microsoft Outlook (2)
  • Oracle (6)
  • Project Euler Problems (1)
  • Python (112)
  • Python Programs (102)
  • SQL (3)
  • Uncategorized (3)
  • Unix (2)
  • Wordpress (1)

Recent Posts

  • Test
  • Project Euler Problem #1: Multiples of 3 and 5 | Difficulty 5%
  • Python: Lexicon
  • Windows: Scheduling a task
  • PyPro #101 Chain of Responsibility Design Pattern

Archives

  • April 2023
  • April 2018
  • April 2017
  • March 2017
  • February 2017
  • January 2017
  • December 2016
  • October 2016
  • September 2016
  • July 2016
  • May 2016
  • February 2016
  • January 2016
  • December 2015

Feeds

  • Log in
  • Entries RSS
  • Comments RSS
  • WordPress.org
Proudly powered by WordPress | Theme: West by aThemes.