Skip to content

Latest commit

 

History

History
49 lines (30 loc) · 1.19 KB

File metadata and controls

49 lines (30 loc) · 1.19 KB

Python Learning

A comprehensive guide to mastering Python programming from fundamentals to advanced concepts.

Website

https://rajacsp.github.io/python-learning/

About

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.

Contents

  • Preface - Introduction and getting started guide
  • Chapter 2: Python Fundamentals
    • Python Variables and Literals
    • Python Type Conversion
    • Python Basic Input and Output

Getting Started

  1. Clone this repository
  2. Install dependencies: pip install sphinx sphinx_rtd_theme
  3. Build the documentation: cd doc && python scripts/docgen.py --nopdf
  4. Open docs/index.html in your browser

Building Documentation

To rebuild the documentation:

cd doc
python scripts/docgen.py --nopdf

The HTML files will be generated in the docs/ folder.

Contributing

Contributions are welcome! Feel free to submit issues or pull requests to improve the content.

Author

Raja CSP Raman

License

See LICENSE file for details.