You are here |
bruceeckel.com | ||
| | | |
doughellmann.com
|
|
| | | | ||
| | | |
janakiev.com
|
|
| | | | When writing programs, there is often a large set of configuration and credentials that should not be hard-coded in the program. This also makes the customization of the program much easier and more generally applicable. There are various ways to handle configuration and credentials and you will see here a few of the popular and common ways to do that with Python. | |
| | | |
florimond.dev
|
|
| | | | ChainMap in a nutshell: treat multiple dictionaries as one, unlock Python superpowers. | |
| | | |
www.softdevtube.com
|
|
| | Computers are orders of magnitude faster than when most of us started programming and yet a lot of software runs much slower than it should. Nobody likes progress bars. Slow code provides for a horrible user experience, drains batteries faster, and increases our cloud bill. This session explores some of the reasons why software is |