Skip to content

Here are commented solutions and code of the Fluent Python 2nd edition book by Ramalho

License

Notifications You must be signed in to change notification settings

depicted-candela/FLUENT_PYTHON

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fluent Python 2nd Edition Code Repository

This repository contains commented solutions and code examples from the book Fluent Python 2nd Edition by Luciano Ramalho. The code is organized following the book's structure, and each portion of code is designed to be executable through the terminal.

Usage

To run the code, follow these general steps:

  1. Navigate to the desired chapter's directory: cd ChapterX.
  2. Each module includes tests that are executed by the main section of the module itself. To run tests, use the following command:
python3 FILENAME.py -v

Replace FILENAME.py with the specific Python file you want to test.

Chapter Structure

The repository is organized by chapters, mirroring the book's structure. Inside each chapter's directory, you will find the relevant Python files. Feel free to explore the code and learn more about effective Python programming using the principles and techniques presented in Fluent Python 2nd Edition. Happy coding!

About

Here are commented solutions and code of the Fluent Python 2nd edition book by Ramalho

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages