Leanpub Header

Skip to main content

Filters

Category: "Computer Programming/Artificial Intelligence/Python"

Computer Programming/Artificial Intelligence/Python

  1. Hidden Gems: 30+ Powerful Python AI Tools That Aren't LangChain

    The Python AI ecosystem has hundreds of excellent libraries that nobody writes about because LangChain dominates the conversation. This book covers 38 of them. Each chapter is a practical guide: what the library does, why it exists, how to install it, and working Python code you can run today. No fluff, no theory — just tools and code.

  2. Python project pro VOL-8
    Python project pro VOL-8
    50 industry-ready projects for aspiring software professionals
    Anshuman Mishra

    Build applications including a Password Strength Checker, SQL Injection Simulation & Prevention Lab, Secure Login System using Password Hashing, Steganography Image Encoder/Decoder, and an educational Keyboard Activity Monitoring demonstrationMaster technologies including Python, Hashlib, SQLite, Cryptography, OpenCV, Pillow, and secure database programming.

  3. Python project pro VOL-7
    Python project pro VOL-7
    50 industry-ready projects for aspiring software professionals
    Anshuman Mishra

    Build real-world software including a Library Management System, Student Record System, Online Quiz Platform with Leaderboard, Inventory Management System, Hospital Management System, and Contact Book with Advanced SearchLearn professional concepts such as database design, SQL queries, CRUD operations, NoSQL development, authentication, reporting, search optimization, and secure data management

  4. Python project pro VOL-6
    Python project pro VOL-6
    50 industry-ready projects for aspiring software professionals
    Anshuman Mishra

    Learn how to containerize applications with Docker, automate deployments using GitHub Actions, deploy Python applications to the cloud, integrate AWS S3, monitor applications with the ELK Stack, and build Slack bots for deployment notifications.Master industry-standard tools including Docker, GitHub Actions, AWS, Heroku, Elasticsearch, Logstash, Kibana, Slack APIs, Flask, and Python

  5. Python project pro VOL-5
    Python project pro VOL-5
    50 industry-ready projects for aspiring software professionals
    Anshuman Mishra

    Create real-world applications including a To-Do List Manager, BMI Calculator, Expense Manager, Quiz System, File Encryption Tool, Socket-Based Chat Application, Text Editor, and Password-Protected Personal Diary event-driven programming, GUI design, file management, encryption, socket programming, SQLite integration, authentication, and application security through practical, step-by-step project

  6. Python project pro VOL-4
    Python project pro VOL-4
    50 industry-ready projects for aspiring software professionals
    Anshuman Mishra

    Create applications such as a PDF Merger Tool, Bulk Email Sender, Folder Organizer, WhatsApp Message Scheduler, Expense Tracker, News Headline Web Scraper, YouTube Video Downloader, and educational automation demonstrations while learning modern Python scripting techniques.Discover how to use powerful Python libraries including PyPDF2, Pandas, BeautifulSoup, Requests, pywhatkit, CSV,

  7. Python project pro VOL-3
    Python project pro VOL-3
    50 industry-ready projects for aspiring software professionals
    Anshuman Mishra

    Build intelligent systems including Iris Flower Classification, Handwritten Digit Recognition, Spam Email Detection, Face Recognition Attendance Systems, House Price Prediction, Loan Eligibility Prediction, Customer Segmentation using K-Means, and Object Detection with YOLO.Master powerful tools such as Scikit-learn, TensorFlow, Keras, OpenCV, YOLO, NumPy, Pandas, and Matplotlib

  8. Python project pro VOL-2
    Python project pro VOL-2
    50 industry-ready projects for aspiring software professionals
    Anshuman Mishra

    Build complete, real-world projects including COVID-19 Data Analysis, Sales Forecasting, Movie Recommendation Systems, Customer Churn Prediction, Stock Price Prediction using LSTM, Twitter Sentiment Analysis, Credit Card Fraud Detection, and Interactive Dashboards with Streamlit.Learn industry-standard tools such as Pandas, NumPy, Scikit-learn, TensorFlow, Keras, Plotly, and Streamlit

  9. Python project pro VOL-1
    Python project pro VOL-1
    50 industry-ready projects for aspiring software professionals
    Anshuman Mishra

    Build portfolio-worthy web applications using Flask, Django, REST APIs, databases, Git, GitHub, authentication systems, third-party APIs, and professional development workflows.From your very first project to complete web applications like an E-commerce System, Job Portal, Resume Builder, Weather App, Blog CMS, and File Sharing Platform, every chapter

  10. AI for Financial Risk, Compliance and Regulatory Reporting
    AI for Financial Risk, Compliance and Regulatory Reporting
    Production Systems and Architecture for Modern Banking
    Sreedhara Reddy Kotha

    A £4.1M PRA compliance failure. A fictional bank called Avon & Wessex. Sixteen chapters and 23 systems showing exactly how to build production-grade, auditable AI for credit, market, operational and liquidity risk, model governance, and regulatory reporting — the practitioner's guide UK banking has been missing.

  11. Production NLP with spaCy
    Production NLP with spaCy
    A Comprehensive Guide to Building Production-Ready NLP Systems
    Steve Publications

    If you want to build real NLP applications instead of just experimenting with notebooks, spaCy is one of the best places to start. This book walks you through the entire journey from the fundamentals to advanced production workflows with practical explanations, real code examples and hands-on projects that show you how to build fast, reliable NLP systems for the real world.

  12. Python Automation Cheat-Sheets — 12 Print-Ready Cards for Real-World Scripting (PDF)

    Not another "hello world" sheet. 12 print-ready cards for REAL Python automation —files, CSV, APIs, regex & scheduling. ~90 copy-paste snippets. Letter + A4.

  13. ENTERPRISE AI ARCHITECTURE AND THE MODERN AI STACK
    ENTERPRISE AI ARCHITECTURE AND THE MODERN AI STACK
    VOLUME II — RUNNING THE STACK
    Padmanabham Venkiteela

    Designing AI is only half the journey. Learn how to deploy, secure, govern, monitor, and scale Enterprise AI systems for production with practical architectures and proven operational strategies.

  14. Beyond "Prompt and Pray"
    Beyond "Prompt and Pray"
    Building Governed Agentic Systems with Geometric Memory and Verification A Practical Tutorial on Perception, Planning, Tools, Memory, Evaluation and Runtime Governance
    Agus Sudjianto and Wing Yan Lau

    A language model predicts tokens. An agent acts—and must be held accountable. Learn to replace “prompt and pray” with governed tools, geometric memory, independent verification and auditable runtime controls.

  15. Neural Networks with Python, Second Edition
    Neural Networks with Python, Second Edition
    Explore Transformers, ViTs, Diffusion, KANs, and SSMs using Python, NumPy and PyTorch
    GitforGits | Asian Publishing House

    We'll stick to five libraries, not because more would be a problem, but because keeping it simple shows how well we can organise things. When you download MNIST with just the standard library, you finally see what a dataset loader was hiding. If you write attention as four lines of NumPy before you ever call a PyTorch module, it's no longer a magic process but just plain arithmetic.