From 7d59ab944ff96ce76b6077813c301f9e463830ca Mon Sep 17 00:00:00 2001 From: Sundeep Agarwal Date: Tue, 29 Sep 2020 14:55:18 +0530 Subject: [PATCH 1/2] links updated and added current status of this repo --- README.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index fada36b..b8012fa 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,15 @@ Introduction to Python - Syntax, working with Shell commands, Files, Text Proces * Suitable for a one/two day workshop for Python beginners * Visit [Python re(gex)?](https://github.com/learnbyexample/py_regular_expressions) repo for a book on regular expressions -* [Python curated resources](https://github.com/learnbyexample/scripting_course/blob/master/Python_curated_resources.md) for more complete resources list, including tutorials for complete beginners to programming +* [Python resources for everybody](https://learnbyexample.github.io/py_resources/) for a curated and searchable collection, including resources for complete beginners to programming * For more related resources, visit [scripting course](https://github.com/learnbyexample/scripting_course) and my programming blog https://learnbyexample.github.io +--- + +:warning: :warning: I'm no longer actively working on this repo. I'm archiving this repo for now, might come back later to update the book to newer Python version, add more content, etc. + +--- +
# Chapters @@ -48,18 +54,16 @@ Introduction to Python - Syntax, working with Shell commands, Files, Text Proces ## Contributing * Please open an issue for typos/bugs/suggestions/etc - * Even for pull requests, open an issue for discussion before submitting PRs - * or [gitter group chat](https://gitter.im/learnbyexample/scripting_course) for discussion as well as for help/mentorship + * As this repo is no longer actively worked upon, **please do not submit pull requests** * Share the repo with friends/colleagues, on social media, etc to help reach other learners -* In case you need to reach me, use [gitter private chat](https://gitter.im/learnbyexample) - * or mail me at `echo 'bGVhcm5ieWV4YW1wbGUubmV0QGdtYWlsLmNvbQo=' | base64 --decode` +* In case you need to reach me, mail me at `echo 'bGVhcm5ieWV4YW1wbGUubmV0QGdtYWlsLmNvbQo=' | base64 --decode` or send a DM via [twitter](https://twitter.com/learn_byexample)
# ebook * Read as ebook on [gitbook](https://learnbyexample.gitbooks.io/python-basics/content/index.html) -* Download ebook for offline reading - [link](https://www.gitbook.com/book/learnbyexample/python-basics/details) +* All `legacy.gitbook.com` links are now automatically redirected to `gitbook.com`, so there's no longer an option to download ebooks for offline reading
From a958579ec569d8bd0f3c79c1f6104b27b1e5c52f Mon Sep 17 00:00:00 2001 From: Sundeep Agarwal Date: Tue, 29 Dec 2020 17:13:05 +0530 Subject: [PATCH 2/2] updated status of this project --- README.md | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index b8012fa..a52652f 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,17 @@ +
+ +--- + +:warning: :warning: I'm archiving this repo, as I don't intend to work on this repo further. + +I'm re-using materials in this repo for the **100 Page Python Intro** book (https://github.com/learnbyexample/100_page_python_intro). + +I'm also working on **Practice Python Projects** book (https://github.com/learnbyexample/practice_python_projects), which I had intended in this repo for the `mini_projects` folder. + +--- + +


+ # Python Basics Introduction to Python - Syntax, working with Shell commands, Files, Text Processing, and more... @@ -7,12 +21,6 @@ Introduction to Python - Syntax, working with Shell commands, Files, Text Proces * [Python resources for everybody](https://learnbyexample.github.io/py_resources/) for a curated and searchable collection, including resources for complete beginners to programming * For more related resources, visit [scripting course](https://github.com/learnbyexample/scripting_course) and my programming blog https://learnbyexample.github.io ---- - -:warning: :warning: I'm no longer actively working on this repo. I'm archiving this repo for now, might come back later to update the book to newer Python version, add more content, etc. - ---- -
# Chapters