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

Object Oriented Python: Using the __init__() magic method

Reading Time: 1 minutesUsing __init__() in Python Using __init__() in Python The __init__ method is one of several class methods which are called implicitly on certain events. These methods are called magic methods, […]

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

Python: Interchanging Data Structures

Reading Time: 1 minutesInterchanging Data Structures in Python Interchanging Data Structures in Python You can make any data structure from any other data structure using the builtin constructors list(), tuple(), dict(), set(), frozenset() […]

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

Python: Using builtin chr() & ord() functions

Reading Time: 1 minutesUsing chr() & ord() in Python Using chr() & ord() in Python The ord() function takes a single character (special ones too) and returns its Unicode value. Unicode is a […]

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

Object Oriented Python: Naming Convention of Variables/Attributes

Reading Time: 1 minutesNaming Convention of Variables/Attributes in Python Naming Convention of Variables/Attributes in Python There are 4 conventions followed while naming variables in Python: Dunder attributes/Magic attributes such as __doc__, __name__ etc. […]

Posted on January 6, 2017April 5, 2017 by lakshayarora7 Continue reading
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

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.