Truelogic Blog

Notes from the world of software development, technology and strategy

  • Home
  • About This Blog
  • Contact Me

Python

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 […]

Python 2.7 – Fundamentals – Collections

March 4, 2018 amit 1

The main strength of Python lies in its powerful data structures and the operations we can do with complex data. So what exactly are Collections? […]

Python 2.7 – Fundamentals – Primitive Data Types & Variables

February 23, 2018 amit 1

The whole purpose of programming is to manipulate data. Without data, software is of little use. So lets see what kind of data can be […]

Python 2.7 – Getting Started

February 22, 2018 amit 0

WHY PYTHON There are lots of languages out there as of 2018 and one question which bothers someone who wants to learn programming is “which […]

Python 2.7 – Fundamentals – Files & Directories – File Handling

February 22, 2018 amit 1

Let us look at the various file operations we can do in Python:   Opening Files – open() Whether you want to write data to […]

Posts pagination

« 1 2 3 »
  • 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