-
Follow up from https://github.com/takluyver/flit/issues/122
Members of Vancouver PyLadies are interested to learn how to publish a package to PyPI, but they are not package maintainers. I'm thinkin…
-
-
As part of DjangoCon Europe I gave a workshop about working with Django and Ember: :hammer: :snake: :guitar: :heavy_plus_sign: :hamster: 🕸 :convenience_store: : http://bit.ly/djember
I've since up…
-
```
.
├── main.py
└── pkg
├── __init__.py
├── mod_a.py
└── mod_b.py
```
main.py
```py
from pkg.mod_b import b
if __name__ == '__main__':
b()
```
pkg/mod_a.py
```py
…
-
Right now courses, for example [runs/2017/pyladies-praha-jaro/info.yml](https://github.com/pyvec/naucse.python.cz/blob/master/runs/2017/pyladies-praha-jaro/info.yml), just reference lessons by their p…
messa updated
6 years ago
-
@frenzymadness udělal tuto změnu: https://github.com/PyLadiesCZ/pyladies.cz/commit/73ee4567ab01e0992f85f95fa1f74d39d0a7d21d
```
- \item zvířata, která jsou v obou seznamech,
- \item…
messa updated
6 years ago
-
**About**
What is decorator ?
How to create and use them?
Decorating function with parameters.
Chaining decorators in python.
What are the common use of decorator ?
**Pre-r…
-
-
Eu e @cecivieira estávamos conversando hoje sobre como as pessoas não sabem direito o que é o PyLadies Brasil e como entrar nos grupos pra tirar dúvidas etc, então pensamos sobre criar uma página com …
-
_Este template deve ser editado com os itens a serem discutidos durante a reunião. Toda colaboração é bem vinda. Durante a reunião devem ser registradas as participantes e as decisões tomadas, caso ha…