Skip to content

speedsheet/tutorial-python-configparser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python ConfigParser Tutorial

Learn how to add a configuration file to your project fast using Pythons core ConfigParser library.

These source files go along with the tutorial. You are free to use them as you like.

Python SpeedSheet

All the ConfigParser commands and many others are available on the Python SpeedSheet here:

SpeedSheet:

[https://speedsheet.io/s/python]

ConfigParser Section:

[https://speedsheet.io/s/python?search=configparser]

Setup Command:

python3 setup.py create

Creates all the test data files needed to run the source code.

Cleanup Command:

python3 setup.py remove

Removes all the test data files from your system.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages