forked from codebasics/py
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8009ced
commit 2b00a8c
Showing
1 changed file
with
13 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,14 @@ | ||
# py | ||
Repository to store sample python programs for python learning | ||
Youtube channel https://www.youtube.com/channel/UCh9nVJoWXmFb7sLApWGcLPQ | ||
Repository to store sample Python programs. | ||
|
||
This repository is meant for beginners to assist them in their learning of Python. The repository covers a wide range of algorithms and other programs, and would prove immensely helpful for everybody interested in Python programming. | ||
|
||
If this is your first time coding in Python, I would love to suggest you begin from the [Basics](https://github.com/codebasics/py/tree/master/Basics). They are simple to understand and hopefully will prove fun to you. | ||
|
||
You can also pay a visit to my very own [Youtube channel](https://www.youtube.com/channel/UCh9nVJoWXmFb7sLApWGcLPQ). | ||
|
||
Contributions to the repository are welcome. | ||
|
||
[](https://www.youtube.com/channel/UCh9nVJoWXmFb7sLApWGcLPQ). | ||
|
||
#### Happy coding! |