Truelogic Blog

Notes from the world of software development, technology and strategy

  • Home
  • About This Blog
  • Contact Me

Python

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

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

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

Posts navigation

1 2 3 »

My Book on the Youtube API

Newsletter

Categories

  • Apache/PHP
    (47)
  • Programming
    (119)
    • YouTube API With PHP
      (31)
    • Javascript/Jquery
      (23)
    • Python
      (22)
    • ASP.NET
      (11)
    • C/C++
      (7)
    • MySQL
      (2)
    • VC++
      (1)
    • MongoDB
      (1)
    • Java
      (1)
  • FreeBSD Unix
    (23)
  • Misc
    (19)
  • Tutorials
    (17)
  • Linux
    (15)
  • Windows
    (14)
  • Android Dev
    (11)
  • Amazing Technology
    (11)
  • WWW Stuff
    (10)
  • Useful Lists
    (9)
  • Web Designing
    (5)
  • Xcode & Swift
    (5)
  • Uncategorized
    (4)
  • Maps
    (4)
  • MS SQL Server
    (4)
  • MySQL
    (4)
  • Slideshow
    (4)
  • HTML
    (3)
  • Audio
    (3)
  • NginX
    (2)
  • Business
    (2)
  • Strategy
    (2)
  • OpenCV
    (2)
  • Get the right Job
    (1)
  • Books
    (1)
  • Book Downloads
    (1)
  • Powershell
    (1)
  • AWS
    (1)

Socrates – MySql Tool

Socrates – web based MySQL schema diagram generator

Copyright © 2019 | WordPress Theme by MH Themes