Skip to content

digitronik/python-workshop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Fun with Python 3

A hands on tutorial intented towards learning Python3 by solving problems.

Problem Statement:

Python Programming langauage is Open Source. It's code and all development happens on github.

Source code url of Python: https://github.com/python/cpython

Github also provides a nice feature to show the contributors of any project.

Let's write a program to show

  • Top 10 contributors of cpython project with their names
  • Numbers of commits made by the contributors
  • Find list of contributors having same number of commits

Let's Solve it

Prerequisites

Make sure you have Python3.7 is installed. Check by typing python3 in terminal.

[chandankumar@ironman ~]$ python3
Python 3.7.2 (default, Mar 21 2019, 10:09:12) 
[GCC 8.3.1 20190223 (Red Hat 8.3.1-2)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> 

If not then follow this link to install Python: https://www.python.org/downloads/

Follow these next steps to learn Python and then solve it

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published