Python Python package importing explained Python is a powerful and elegant language which makes people obsessed into it (such as me). However, many of the python users are still confused by two question: 1. package Needone 6 Jan 2019 · 3 min read
Python Manage both Python2 and Python3 on your Mac Step 1: Install Python3 Use brew install python to install python3 on the mac, current version is Python 3.6.5. If your mac has a python2 already, brew will Needone 11 Jun 2018 · 1 min read
Python Instance method vs. Static method vs. Class method in Python In a python class, there are three kinds of methods: * Instance method * Static method * Class method Example explained Look at the following code, have a test for yourself, what are Needone 30 Mar 2018 · 1 min read
Python Get Start with RabbitMQ RabbitMQ is an open source & enterprise level messsage broker using AMQP protocal. The AMQP protocol is designed for asychronization and message dispatch. RabbitMQ can be used in time-consuming backend jobs Needone 21 Sep 2017 · 2 min read
Python Python Teltra SMS SDK telstra-sms-sdk A fully tested Python SDK allow you to send sms in a more easy way! Current version: 0.0.7 Support Python version: >=python 2.6 (not python3) If Needone 1 Apr 2017 · 1 min read