- High level language
- Dynamically typed
- Interpreted language
- Simple and easy to understand the code
Let's start python interpreter by typing command python in terminal
| Projects for July Python Pune Developer's sprint 2015 | |
| ----------------------------------------------------- | |
| scipy - https://github.com/scipy/scipy/issues?q=is%3Aopen+is%3Aissue+label%3Aeasy-fix | |
| matpolib - https://github.com/matplotlib/matplotlib/issues?q=is%3Aopen+is%3Aissue+label%3A%22Difficulty%3A+Easy%22 | |
| nltk - https://github.com/nltk/nltk/issues?q=is%3Aopen+is%3Aissue+label%3Agoodfirstbug | |
| pandas - https://github.com/pydata/pandas/issues?q=is%3Aopen+is%3Aissue+label%3A%22Difficulty+Novice%22 | |
| mailpile - https://github.com/mailpile/Mailpile/issues?q=is%3Aopen+is%3Aissue+label%3A%22Low+Hanging+Fruit%22 | |
| junction - https://github.com/pythonindia/junction/issues?q=is%3Aopen+is%3Aissue+label%3A%22Easy+Fix%22 | |
| rtfd - https://github.com/rtfd/readthedocs.org/issues?q=is%3Aopen+is%3Aissue+label%3A%22Good+First+Bug%22 |
| [3.] python-nodeenv : https://bugzilla.redhat.com/show_bug.cgi?id=1252656 [Done] | |
| [4.] python-bashate: https://bugzilla.redhat.com/show_bug.cgi?id=1252657 [done] | |
| [5.] Python-PyKMIP: https://bugzilla.redhat.com/show_bug.cgi?id=1252669 | |
| [7.] python-zake: https://bugzilla.redhat.com/show_bug.cgi?id=1252803 | |
| [8.] python-gabbi : https://bugzilla.redhat.com/show_bug.cgi?id=1252812 |
| August Python Pune Meetup 2015 Schedule | |
| ======================================= | |
| Date: 29th August, 2015 | |
| Time: 10:30 A.M. to 02:30 P.M. | |
| Venue: Amazatic Solutions, Office # 712, 713 & 716 Spot 18 Mall, Jagtap Dairy Chowk, Pimple Saudagar , Pune | |
| [1.] Workshop : 10:30 A.M. to 11:30 A.M. | |
| Topic - Scapy - A packet crafting/manipulation tool | |
| speaker - suraj deshmukh | |
| Pre-requisites: |
| # Bugzilla Script to close ALL EOL Bugs | |
| # Author : Chandan Kumar <chkumar246@gmail.com> | |
| # | |
| # How to Run this script: | |
| # $ python close_eol_bugs.py | |
| import bugzilla | |
| import getpass | |
| BZ_URL = "https://bugzilla.redhat.com" |
| # Script to generate stats based on the activity on RDO Bugzilla | |
| # during Bug Triage Day | |
| # | |
| # Autho: Chandan Kumar <chkumar246@gmail.com> | |
| # | |
| # How to run this script | |
| # python bztraigeday_stats.py | |
| import bugzilla |
| # Script to find all third party imports from python projects | |
| # How to Run | |
| # sudo pip install find-import virtualenv pymod2pkg | |
| # python findimports.py <path to python code repository> | |
| # Author: Chandan Kumar <chkumar246@gmail.com> | |
| import pymod2pkg | |
| import os | |
| import shutil | |
| import subprocess |