Skip to content

Development Using Python

Ajmal Aju edited this page Jun 2, 2019 · 2 revisions

https://docs.python-guide.org/starting/install3/linux/

Install Python 3 For Ubuntu

sudo apt-get update

sudo apt-get install python3.6

or

sudo apt-get install software-properties-common

sudo add-apt-repository ppa:deadsnakes/ppa

sudo apt-get update

sudo apt-get install python3.6

Install Python 3 For Debian

sudo apt-get update

sudo apt-get -y upgrade

sudo apt install -y python3-pip

sudo apt install build-essential libssl-dev libffi-dev python3-dev

Node Errors:-

Node Version Manager : Using brew

https://medium.com/@katopz/how-to-install-specific-nodejs-version-c6e1cec8aa11

ENOSPC: System limit for the number of file watchers reached, watch

https://github.com/guard/listen/wiki/Increasing-the-amount-of-inotify-watchers#the-technical-details

while loading shared libraries: libicui18n.so.64: cannot open shared object file: No such file or directory

https://stackoverflow.com/questions/55097675/node-error-while-loading-shared-libraries-libicui18n-so-62-cannot-open-shared

Flutter HandTips : -

Form Fields Prefilling from an API Call, in a simple way (Small Delay Expected)

https://stackoverflow.com/questions/59269947/how-to-display-user-data-in-an-edit-form-using-flutter

Django Workarounds

Query using subquery and distinct uniqueness overloaded (><)

https://stackoverflow.com/a/56333533/9301191

R for Debian

Installation and Updation

http://scottsfarley.com/research/cloudcomputing/2016/07/19/Updating-R-on-Debian.html

Clone this wiki locally