Truelogic Blog

Notes from the world of software development, technology and strategy

  • Home
  • About This Blog
  • Contact Me

Python

Setup a Django 3 project with Bootstrap 4

July 10, 2020 amit 0

OVERVIEW This post looks at how to create a Django 3 project app and incorporate Bootstrap 4 files into it. This also looks at how […]

Setup Django with Python 3 in Ubuntu 18.x

June 10, 2020 amit 0

1.Install Python3 and PIP sudo apt-get install python3 python3-pip Check Python version by typing python3 -V Check PIP version by typing pip3 -V 2.Install Django […]

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

Posts navigation

1 2 3 »

Newsletter

Categories

  • Apache/PHP
    (47)
  • Programming
    (124)
    • YouTube API With PHP
      (31)
    • Python
      (24)
    • Javascript/Jquery
      (23)
    • ASP.NET
      (11)
    • C/C++
      (7)
    • MySQL
      (2)
    • VC++
      (1)
    • MongoDB
      (1)
    • Java
      (1)
    • Node.JS
      (1)
    • Objective C
      (1)
    • C#
      (1)
  • FreeBSD Unix
    (23)
  • Misc
    (19)
  • Linux
    (19)
  • Tutorials
    (18)
  • Windows
    (16)
  • WWW Stuff
    (11)
  • Android Dev
    (11)
  • Amazing Technology
    (11)
  • Useful Lists
    (9)
  • Xcode & Swift
    (6)
  • Web Designing
    (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)
  • WebRTC
    (2)
  • Get the right Job
    (1)
  • Books
    (1)
  • Book Downloads
    (1)
  • Powershell
    (1)
  • AWS
    (1)
  • MIDI Programming
    (1)

Copyright © 2021 | WordPress Theme by MH Themes