The Non-Programmers' Tutorial For Python 3 is a tutorial designed to be an introduction to the Python programming language. Originally, this guide is for someone with no programming experience. However, it does take a few shortcuts here and there. If you're confused at some point, try one of the other Python tutorials linked below. Be sure to come back to improve this Wikibook though! 😉
Conditions of Use
This book is licensed under a Creative Commons License (CC BY-NC-SA). You can download the ebook Non-Programmer's Tutorial for Python 3 for free.
- Title
- Non-Programmer's Tutorial for Python 3
- Publisher
- wikibooks.org
- Author(s)
- Josh Cogliati
- Published
- 2024-06-24
- Edition
- 1
- Format
- eBook (pdf, epub, mobi)
- Pages
- 126
- Language
- English
- ISBN-10
- 0359028926
- ISBN-13
- 9780359028924
- License
- CC BY-NC-SA
- Book Homepage
- Free eBook, Errata, Code, Solutions, etc.
1 Front matter 2 Intro 3 Hello, World 4 Who Goes There? 5 Count to 6 Decisions 7 Debugging 8 Defining Functions 9 Advanced Functions Example 10 Lists 11 For Loops 12 Boolean Expressions 13 Dictionaries 14 Using Modules 14.1 Other modules 15 More on Lists 16 Revenge of the Strings 17 File IO 18 Dealing with the imperfect 19 The End 20 FAQ 21 Contributors List of Figures 22 Licenses 22.1 GNU GENERAL PUBLIC LICENSE 22.2 GNU Free Documentation License 22.3 GNU Lesser General Public License
Related Books