Kick off your book project in 3 hours! Live workshop on Zoom. You’ll leave with a real book project, progress on your first chapter, and a clear plan to keep going. Saturday, June 6, 2026. Learn more…

Leanpub Header

Skip to main content

Filters


Courses

  1. Python Programming Bootcamp for Scientists
    A Python course for people without programming background
    Gábor Szabó

    This course was primarily designed for Chemistry, Biology, Physics, Life Sciences, or Psychology students and researchers, who have no programming background, but would like to take their first steps in creating tools to help with data analysis and their research in general.

  2. pwshop
    A PowerShell 101 Workshop
    Mikey Lombardi and Chris Allen

    A self paced workshop to teach you the fundamentals of PowerShell and leave you ready to use those fundamentals in the prompt.

  3. Flask Masterclass
    Abdur-Rahmaan Janhangeer

    Flask beyond the basics or Flask at scale. Condensed are my years of Flask freelancing insights coupled with pro tips. 30+ whole chapters await you. LeanPub forum enabled in case you are stuck.

  4. CISSP Training
    Prepare to pass the CISSP!
    Diego Zamboni

    Prepare yourself to pass the Certified Information Systems Security Professional (CISSP) exam! This course will show you the way through the eight domains of the (ISC)2 Common Body of Knowledge and guide you through the most important topics.

  5. Create Your Own Blockchain From Scratch
    The best way to learn the Blockchain is to create one yourself.
    Bernard Peh

    There is a very strong correlation between the popularity of Blockchain and Bitcoin (cryptocurrency). Today, many people use these words interchangeably. The fact is that Bitcoin is a product of Blockchain. Blockchain can exists without Bitcoin and not vice versa. The best way to learn about the Blockchain is to create a cryptocurrency yourself.

  6. What does it really mean to “observe” the Universe? This course trains you to think like an observational astronomer, moving from intuition to first-principles reasoning about light from stars and galaxies. You’ll follow real observational clues, turn data into explanations, and build a coherent picture of galactic physics and cosmology.

  7. The Smartest Way to Learn Python Regex
    Learn the best-kept productivity secret of code masters and become a regular expression master!
    Finxter and Lukas Rieger

    Learn the best-kept productivity secret of code masters and become a regular expression master!

  8. Learn Python the Practical Way [Coding Interview Exercises]
    Sharpen Your Coding Skills with 20 Practical Python Problems!
    Lukas Rieger and Finxter

    Prepare for your next coding interview and learn the basics of Python programming with 20 exercises from practical interviews, code wars, and University lectures. The idea is simple: (1) read over the exercise problem, (2) implement your solution, and (3) watch master coders explain their solutions in a short video tutorial. Towards Python Mastery!

  9. Python Lambdas Deep Dive
    Take Your Python Skills to the Next Level by Mastering Lambdas!
    Lukas Rieger and Finxter

    Do you struggle with these stupid lambda functions in Python? Functional programming is the swiss-army knife of Python programming. Every master coder uses functional programming to code faster, smarter, and better. Do you want to master Python? Take this deep dive and master Lambdas to write effective, functional, and Pythonic code!

  10. Learn To Test Like A Grumpy Programmer
    Understanding the building blocks of testing your PHP code using PHPUnit
    Chris Hartjes

    Learn from one of the PHP community's most-recognized experts as he teaches you the building blocks for testing your PHP code.

  11. Algorithms and Data Structures in C#: Complete Tutorial
    Learn data structures and algorithms in C# from A to Z. Pass coding interview. Learn unit testing and TDD in addition.
    EngineerSpock

    Do you want to pass a C# interview full of algorithms and data structures? Then enroll in this course right now!

  12. Master the Art of Writing Clean Code in C#
    Learn how to write clean and maintainable code in C#
    EngineerSpock

    Learn how to design and implement types in C# so that the other developers won't hate you when using one of the types developed by you. It means you are going to learn how to write code of the high quality: readable, understandable and reliable.

  13. Certified Essence-In-Use Practitioner Training
    Practical and Proven Tips and Techniques With Case Studies
    Paul E. McMahon

    Learn the things that never change. Get certified in the use of the new software engineering Essence framework. A practical and proven problem-solving tool that can be applied by practitioners, coaches and consultants along with whatever approach your team or organization is currently using to gain timely and measurable performance improvement.

  14. Kotlin Essentials
    Marcin Moskała

    Want to learn how to use Kotlin? This practical course presents the most important Kotlin features, together with the best practices for using them.

  15. Composing Software
    An Exploration of Functional Programming and Object Composition in JavaScript
    Eric Elliott

    All software design is composition: the act of breaking complex problems down into smaller problems and composing those solutions. Most developers have a limited understanding of compositional techniques. It's time for that to change.