Learning_Python
Learning_Python copied to clipboard
Source material for Python Like You Mean it
Referring to [Module 5: Odds and Ends](https://www.pythonlikeyoumeanit.com/Module5_OddsAndEnds/Writing_Good_Code.html) under the section [Naming Conventions](https://www.pythonlikeyoumeanit.com/Module5_OddsAndEnds/Writing_Good_Code.html#Naming-Conventions), there is a lot of emphasis put on the distinction between different formatting conventions for class names. It...
I've proofread and ran the code through Black - let me know if you notice anything that needs changing!
@davidmascharka (and anyone else!) I am in the process of completing an early draft of Module 6. I will make note of the sections that are ready for review/edits below....
One important aspect of Python that isn't discussed in PLYMI is Python's exceptions, what causes them, and how to create your own. I feel like an additional section in the...
We need more stars!! https://buttons.github.io/ And maybe we can add an issue button to each page?
Before:  After:  The button is kind of small though.. Closes #150
This is an incredible resource you guys have created! I applaud the big effort you put in. I am a comp chem faculty who was looking for an appropriate resource...
Really sorry about this, but it seems like changing my GitHub handle (and hence changing the source hosting URL of the Chinese site) broke a few things. Now, it's hosted...
I've been experimenting with GitHub actions to setup workflows that trigger when you, say, push to the master branch. Specifically, we can setup an action to 1. Build the HTML...