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

Python: Handling CSV files using csv module

Reading Time: 1 minutescsv in Python csv in Python CSV (Comma-separated values) is a common data interchange format. Python's csv library makes it easy to work with files containing comma-separate values. Its reader() […]

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

Python: Using builtin class zip()

Reading Time: 1 minutesUsing zip() in Python Using zip() in Python The constructor of builtin class zip takes iterables as inputs and returns an iterator of tuples of corresponding elements. The population of […]

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

Python: Finding pathnames matching a Unix-style pattern

Reading Time: 1 minutesFinding pathnames matching a Unix-style pattern in Python Finding pathnames matching a Unix-style pattern in Python The glob standard library helps to find pathnames matching a Unix-style pattern, using its […]

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

Python: Fetching Environment Variables using the os module

Reading Time: 1 minutesFetching Environment Variables in Python using the os module Fetching Environment Variables in Python using the os module The environment variables of your system can be read using the os […]

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

Python: Launching webpages using the webbrowser standard library module

Reading Time: 1 minuteswebbrowser in Python webbrowser in Python Python's webbrowser module provides us with an interface to control the default web browser. You can use its open() function to launch webpages with […]

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

Python: Taking Garbage Collection into your own hands

Reading Time: 1 minutesGarbage Collection in Python Garbage Collection in Python Garbage Collection refers to deleting objects from memory when they are no longer needed. Python implements this process using reference counts and […]

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

Python: Detecting Your Platform Using sys.platform

Reading Time: 1 minutesDetecting platform in Python using sys.platform Detecting platform in Python using sys.platform The builtin sys module provides a very useful attribute called platform, which can be used to execute separate […]

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

Encoding in Python: encode() & decode()

Reading Time: 1 minutesEncoding in Python - encode() & decode() Encoding in Python - encode() & decode() Encoding, is the process of transforming the string into a specialized format for efficient storage or […]

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

Python: Number System Interconversion - int(), bin(), oct() & hex()

Reading Time: 1 minutesNumber System Interconversion in Python Number System Interconversion in Python Python provides handy builtin functions bin(), hex() & oct() to convert decimal values to strings of corresponding number systems. To […]

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

Python: Call functions upon termination of program

Reading Time: 1 minutesCall functions upon termination of program in Python Call functions upon termination of program in Python The builtin module atexit helps to call functions upon normal termination of Python scripts. […]

Posted on January 7, 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.