A comprehensive guide to mastering Python programming from fundamentals to advanced concepts.
https://rajacsp.github.io/python-learning/
Python Learning is an educational resource designed to help beginners and intermediate programmers develop strong Python skills. This documentation covers essential programming concepts, best practices, and practical examples to accelerate your learning journey.
- Preface - Introduction and getting started guide
- Chapter 2: Python Fundamentals
- Python Variables and Literals
- Python Type Conversion
- Python Basic Input and Output
- Clone this repository
- Install dependencies:
pip install sphinx sphinx_rtd_theme - Build the documentation:
cd doc && python scripts/docgen.py --nopdf - Open
docs/index.htmlin your browser
To rebuild the documentation:
cd doc
python scripts/docgen.py --nopdfThe HTML files will be generated in the docs/ folder.
Contributions are welcome! Feel free to submit issues or pull requests to improve the content.
Raja CSP Raman
See LICENSE file for details.