materials icon indicating copy to clipboard operation
materials copied to clipboard

Bonus materials, exercises, and example projects for our Python tutorials

Results 61 materials issues
Sort by recently updated
recently updated
newest added

Spotted this discrepancy between version 3 and version 4 where v4 appears to work and v3 causes the table to not update when creating a new person **Where to put...

**Where to put new files:** - New files should go into a top-level subfolder, named after the article slug. For example: `my-awesome-article` **How to merge your changes:** 1. [Make sure...

While opening ![image_2021-01-05_014743](https://user-images.githubusercontent.com/76867063/103575668-13719980-4ef8-11eb-9b69-7d135efc9ecd.png) server its shows template does't exist at index.html

Hello everyone, and thanks for this great material. I am trying to use cython to import a C++ library in Python. I followed the instructions in [Python Bindings: Calling C...

[This](https://realpython.com/python-bindings-overview/) tutorial using [this](https://github.com/realpython/materials/tree/master/python-bindings/overview_article) code only works on linux. Unfortunately I had to find out myself, since the tutorial [doesn't really make it clear](https://realpython.com/python-bindings-overview/#setting-up-your-environment). To make this work with MSVC...

Hi, I have a branch to push to you with a working version of the python binding module with Mac Mojave and Python 3.8 using python.org version of python, (not...

https://github.com/realpython/materials/blob/705d8c026c02ab4a7a40b3598a18f340bc9fe82c/build-a-gui-with-wxpython/mp3_tag_editor.py#L94 TypeError: ListCtrl.InsertItem(): arguments did not match any overloaded call: overload 1: argument 1 has unexpected type 'int' overload 2: argument 2 has unexpected type 'NoneType' overload 3: argument 2...

**Where to put new files:** - New files should go into a top-level subfolder, named after the article slug. For example: `my-awesome-article` **How to merge your changes:** 1. [Make sure...

**Where to put new files:** - New files should go into a top-level subfolder, named after the article slug. For example: `my-awesome-article` **How to merge your changes:** 1. [Make sure...

Hello, I think this is an easy error but I can't solve it. When i run `invoke test-pybind11` I obtain `You indicated pty=True, but your platform doesn't support the 'pty'...