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

Python

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
Python @ DjangoSpin

Creating isolated Python environments using virtualenv

Reading Time: 4 minutesvirtualenv in Python virtualenv in Python Creating isolated Python environnments is a great industrial practice to keep two or more applications separate from each other. These applications have different dependencies, […]

Posted on January 6, 2017May 8, 2017 by lakshayarora7 Continue reading
Python @ DjangoSpin

Python: Replacing a method dynamically in a class

Reading Time: 5 minutesReplacing a method dynamically in Python Replacing a method dynamically in Python There are 3 ways to dynamically replace the contents of a method defined inside a class with contents […]

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

Python: Executing Python statements dynamically with compile(), exec() & eval()

Reading Time: 2 minutesExecuting statements dynamically with compile(), exec() & eval() in Python Executing statements dynamically with compile(), exec() & eval() in Python Python offers two builtin functions to execute pieces of code […]

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

50+ Know-How(s) Every Pythonista Must Know

Reading Time: 21 minutesKnow-How(s) Every Pythonista Must Know Know-How(s) Every Pythonista Must Know Python is an extremely versatile language. Its builtin capability along with its vast community lets you do almost anything. Below […]

Pages: 1 2 3 4 5 6 7 8 9
Posted on December 31, 2016April 27, 2017 by lakshayarora7 Continue reading
Python @ DjangoSpin

50+ Tips & Tricks for Python Developers

Reading Time: 25 minutesTips & Tricks for Python Developers Tips & Tricks for Python Developers Python is one of the most popular programming languages today. It powers Google, YouTube, BitTorrent, Pinterest, Dropbox, Sublime […]

Pages: 1 2 3 4 5 6 7 8 9 10
Posted on December 31, 2016January 22, 2019 by lakshayarora7 Continue reading
Python @ DjangoSpin

Python: The builtin sorted() in detail

Reading Time: 1 minutessorted() in Python sorted() in Python You can use the command sorted(list1) to sort the elements of a list. You can give it a custom comparison function, and for more […]

Posted on December 27, 2016April 5, 2017 by lakshayarora7 Continue reading

Posts navigation

Older posts
Newer posts
♫  I am what you see
I am not what they say
But if I turned out to be
Could you love me anyway ♫

Tyler Hilton

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.