Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Tutorial intended towards learning Python3

License

NotificationsYou must be signed in to change notification settings

pythonpune/python-workshop

Repository files navigation

A hands-on tutorial intended for learning Python3 by solving problems.

Problem Statement:

Python is an open source programming language. In 1991,Guido vanRossum made Python. It's code is open source andall development happens onGitHub.

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

Github also provides a nice feature to show the contributors to 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 the same number of commits

Let's Solve it

Prerequisites

Make sure you havePython3 is installed.Check by typing python3 in terminal.

[chandankumar@ironman ~]$ python3Python 3.7.2 (default, Mar 21 2019, 10:09:12) [GCC 8.3.1 20190223 (Red Hat 8.3.1-2)] on linuxType "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

What nexts from here:

Have fun and Happy Hacking.

About

Tutorial intended towards learning Python3

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors5


[8]ページ先頭

©2009-2025 Movatter.jp