Truelogic Blog

Notes from the world of software development, technology and strategy

  • Home
  • About This Blog
  • Contact Me

Programming

Python 2.7 – Working with MS-SQL Server databases

July 4, 2018 amit 1

Overview In the previous post Working With MySql databases  we saw how Python can be used to work with databases. This post is going to […]

Python 2.7 – Working with MySQL databases

June 26, 2018 amit 2

Overview Most modern applications need to interact with a database some time or the other. The most common databases in use are MySQL if its […]

Geocoding An Address With Google Maps API

June 15, 2018 amit 0

OVERVIEW One of the most useful features of Google Maps its ability to locate an address on the map. Geocoding is the process of taking […]

Python 2.7 – Fundamentals – Classes & Objects – Basic Theory

May 19, 2018 amit 1

What Is a Class Classes are ways of grouping data together so that they can be manipulated in code as a single unit. Imagine various […]

Python 2.7 – Fundamentals – Functions

May 12, 2018 amit 1

Sometimes you have some tasks in Python which are repetitive in nature. For instance the steps to calculate the sale price of a product requires […]

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

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

Posts pagination

« 1 … 11 12 13 … 23 »
  • 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