Skip to content

python

Getting started with Tensorflow

general introduction into Machine Learning and Neural Networks and Tensorflow in order to provide developers with a broader understanding of the subject and how to implement a basic machine learning algorithm using Python, Anaconda and Tensorflow

Python

Introduction to Natural Language Processing

Technical Director at threenine.co.uk
Gary is Technical Director at threenine.co.uk, an independent software vendor specialising in IoT, Field Service and associated managed services,enabling customers to be efficient, productive, secure and scale-able.
Gary Woodfine
Latest posts by Gary Woodfine (see all)

In the field of software development and Artificial Intelligence especially when applied to Digital Marketing, is to develop software applications and services that are able… Read More »Introduction to Natural Language Processing

How to start a new Python Project using Pycharm and Conda on ubuntu

Technical Director at threenine.co.uk
Gary is Technical Director at threenine.co.uk, an independent software vendor specialising in IoT, Field Service and associated managed services,enabling customers to be efficient, productive, secure and scale-able.
Gary Woodfine
Latest posts by Gary Woodfine (see all)

In Getting Started with Python on Ubuntu we set up a Ubuntu desktop to make use of Anaconda and the Conda package and environment management system… Read More »How to start a new Python Project using Pycharm and Conda on ubuntu

Introduction to Python

Python is an open-source , general-purpose, multi-paradigm, high level and interpreted programming language that provides programmers the ability to use various styles of programming to create complex or simple programs. In this post we discuss why it is a beneficial language to learn

What is a Raspberry Pi?

Technical Director at threenine.co.uk
Gary is Technical Director at threenine.co.uk, an independent software vendor specialising in IoT, Field Service and associated managed services,enabling customers to be efficient, productive, secure and scale-able.
Gary Woodfine
Latest posts by Gary Woodfine (see all)

Over the past 3 years there has been a lot of buzz and chatter on the internet about the Raspberry Pi. However, for the uninitiated… Read More »What is a Raspberry Pi?

install python pip and django on ubuntu

Technical Director at threenine.co.uk
Gary is Technical Director at threenine.co.uk, an independent software vendor specialising in IoT, Field Service and associated managed services,enabling customers to be efficient, productive, secure and scale-able.
Gary Woodfine
Latest posts by Gary Woodfine (see all)





Django is a free and open source web application framework, written in Python, which follows the Model–View–Controller (MVC) architectural pattern.  In this article I will provide you instructions to install python pip and django on ubuntu linux to create a development site .

Read More »install python pip and django on ubuntu