Skip to content

Latest commit

 

History

History
45 lines (27 loc) · 1.03 KB

README.md

File metadata and controls

45 lines (27 loc) · 1.03 KB

Python3-Workshop

Author: Ravin Kumar

Steps to Update ubuntu (for installing packages)

sudo apt-get update

Steps to install vim in ubuntu (a terminal based file editing tool)

sudo apt-get install vim-nox

Steps to install packages:

  • tkinter (a library for GUI)
sudo apt-get install python3-tk
  • pip (for installing libraries in python available in Python Package Index)
sudo apt-get install python3-pip
  • tweepy (for twitter bot)
sudo pip3 install tweepy

Link for further learning Python3 :

Python : http://www.pyschools.com/

We hope that this repository and documentation link referred here, will provide some help to those who want to learn and advance their current skillset in Python 3 :)

Note: This work can be used freely for individual non-commercial projects, please do provide citation and/or deserved credits to this work. For Industrial and commercial use permission is required from the Author.