Truelogic Blog

Notes from the world of software development, technology and strategy

  • Home
  • About This Blog
  • Contact Me

Month: March 2018

Python 2.7 – Fundamentals – Files & Directories – Directory Management

March 20, 2018 amit 1

Using import We have examined the basic concepts in core Python. Python has a lot more functionality apart from that. The extra functionality is divided […]

Python 2.7 – Fundamentals – Exceptions

March 18, 2018 amit 1

Using Source Files Till now we have been using the python interpreter and entering code directly on the command line. From this point, we will […]

Python 2.7 – Fundamentals – Control Structures

March 16, 2018 amit 1

Now that we have finished looking at data types, lets look at writing logic in Python. A control structure is a language construct which controls […]

Firefox & Chrome browsers have issues with localhost domains with .dev extension

March 15, 2018 amit 0

This issue is particularly relevant for those who set up virtual hosts in their development machines, to work with multiple websites under Apache or other […]

Python 2.7 – Fundamentals – Basic Input & Output

March 14, 2018 amit 1

The input() function Python has numerous GUI libraries which can create complex user interfaces, but within the core language it has a single input() function […]

Python 2.7 – Fundamentals – Collections – Dictionaries

March 13, 2018 amit 1

Just like a set, a dictionary is an unordered collection. A dictionary represents a collection of key:value pairs. In other words, we can use a […]

Python 2.7 – Fundamentals – Collections – Sets

March 10, 2018 amit 1

A set is an unordered collection of mixed data types. No duplicates can be there in a set. Sets are declared by enclosing the items […]

Python 2.7 – Fundamentals – Collections – Tuples

March 10, 2018 amit 1

Tuples are very similar to lists, except that they are immutable. In other words, once a tuple is created you cannot modify it in any […]

Python 2.7 – Fundamentals – Collections – Lists

March 8, 2018 amit 1

In the previous post, we dealt with strings. A string is a collection of characters and lists are ordered collections of any kind of data […]

Python 2.7 – Fundamentals – Collections – Strings

March 4, 2018 amit 1

A String is a collection of characters. What are characters? In simple terms, all the letters, numbers and symbols that you find on a keyboard […]

Posts pagination

1 2 »
  • Amazing Technology
  • Android Dev
  • Apache/PHP
  • ASP.NET
  • Audio
  • AWS
  • Book Downloads
  • Books
  • Business
  • C#
  • C/C++
  • Computer Science
  • FreeBSD Unix
  • Get the right Job
  • GPU and AI
  • HTML
  • Java
  • Javascript/Jquery
  • Linux
  • Maps
  • MIDI Programming
  • Misc
  • MongoDB
  • MS SQL Server
  • MySQL
  • MySQL
  • NginX
  • Node.JS
  • Objective C
  • OpenCV
  • Powershell
  • Programming
  • Python
  • Slideshow
  • Strategy
  • Tools And Components
  • Tutorials
  • Uncategorized
  • Useful Lists
  • VC++
  • Web Designing
  • WebRTC
  • Windows
  • WWW Stuff
  • wxWidgets
  • Xcode & Swift
  • YouTube API With PHP

Copyright © 2025 | WordPress Theme by MH Themes