Topics in Linux Terminal working

Symbolic Links building & Extracting zip keeping perm origin

============

1

Scenario: You installed in Ubuntu Eclipse IDE but to run needed JDK/JRE (Java) being installed in Ec;ipse dir /home/leonidassavvides/Documents/eclipse/jre/bin/java , instead of install JAva in this directory you install in default directory and create a symbolic link at /home/leonidassavvides/Documents/eclipse/jre/bin/java .

# create directories that needed
leonidassavvides@ubuntu:~$ mkdir -p /home/leonidassavvides/Documents/eclipse/jre/bin

# link directories java to java/eclipse
leonidassavvides@ubuntu:~$ ln -s /usr/lib/jvm/jdk-11.0.3/bin/java /home/leonidassavvides/Documents/eclipse/jre/bin/java

now Eclipse IDE should work

2

Scenario: Extract Prestashop zip archive keeping origin before extract files/folders permissions the same

coming soon

 

 

My Reading list for Summer 2019 – Data Science

My Reading list for Summer 2019 – Data Science

I took a ZENVA course in Data Science in May 2019 so my reading list is as here – along some programming books in [advanced in Data Structures & Design Patterns] Python/C++/PHP/Java NOT referred here…

 

Laura Igual • Santi Seguí Introduction to Data Science , Springer A Python Approach to Concepts, Techniques and Applications For this reason all the code examples and data in this book are available to download at https://github. com/DataScienceUB/introduction-datascience-python-book

=====

José Unpingco Python for Probability, Statistics, and Machine Learning , Springer

=====

Python Web Scraping , Packt Second Edition Hands-on data scraping and crawling using PyQT, Selnium, HTML and Python Katharine Jarmul, Richard Lawson

=====

PROBABILITY AND STATISTICS FOR COMPUTER SCIENTISTS SECOND EDITION Michael Baron CRC Press, Taylor & Francis Group

=====

IPython Interactive Computing and Visualization Cookbook , Packt Copyright © 2014 Packt Publishing

=====

Software Architecture with Python , Packt Design and architect highly scalable, robust, clean, and high performance applications in Python Anand Balachandran Pillai