Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 14 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
******************************************************************************************************************************************
pydevtips, `Slides <https://docs.google.com/presentation/d/1BnezhwUy22DiF72wss8GU_YIMfhjortz-uILdIFGuoM/edit?usp=sharing>`__
******************************************************************************************************************************************
***************************************
pydevtips: Python Development Tips
***************************************

.. image:: https://readthedocs.org/projects/pydevtips/badge/?version=latest
:target: http://pydevtips.readthedocs.io/en/latest/
Expand All @@ -11,6 +11,14 @@ pydevtips, `Slides <https://docs.google.com/presentation/d/1BnezhwUy22DiF72wss8G
:target: https://github.com/ebezzam/python-dev-tips/blob/main/.github/workflows/python.yml
:alt: Unit tests and formatting

.. image:: https://img.shields.io/badge/YouTube-%23FF0000.svg?style=for-the-badge&logo=YouTube&logoColor=white
:target: https://youtu.be/okxaTuBdDuY?si=5AQ5pOpmsCH8BLt2&t=3803
:alt: Recording

.. image:: https://img.shields.io/badge/Google_Slides-yellow
:target: https://docs.google.com/presentation/d/1D1_JywMl2rjaeuVzpykPBOJsDIuwQKGOJB4EFZjej2s/edit#slide=id.g2eaa4b61f15_0_1346
:alt: Slides


.. |ss| raw:: html

Expand Down Expand Up @@ -56,8 +64,9 @@ choose the features that you like. This flexibility is one of the best
* Remove development.

The accompanying
`slides <https://docs.google.com/presentation/d/1BnezhwUy22DiF72wss8GU_YIMfhjortz-uILdIFGuoM/edit?usp=sharing>`__
are from a tutorial given at ENS Ulm (January 2023).
`slides <https://docs.google.com/presentation/d/1D1_JywMl2rjaeuVzpykPBOJsDIuwQKGOJB4EFZjej2s/edit#slide=id.g2eaa4b61f15_0_1346>`__
and `video <https://youtu.be/okxaTuBdDuY?si=5AQ5pOpmsCH8BLt2&t=3803>`__
are from a tutorial given at LauzHack's `Deep Learning Bootcamp <https://github.com/LauzHack/deep-learning-bootcamp>`__.
Feel free to modify and use it for your own purposes.

.. note::
Expand Down Expand Up @@ -123,7 +132,6 @@ TODO

- numba: https://numba.pydata.org/
- picking a license
- badge for google slides
- change documentation links to main branch
- github page
- point out features in scripts: object-oriented, asserts, tqdm, type hints
Expand Down
2 changes: 1 addition & 1 deletion docs/source/badges.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ You can also create `badges from GitHub Actions <https://docs.github.com/en/acti
:target: https://github.com/ebezzam/python-dev-tips/blob/main/.github/workflows/python.yml
:alt: Unit tests and formatting

Finally, you can use `Badgen <https://badgen.net/>`__ to create custom badges.
Finally, you can use `Badgen <https://badgen.net/>`__ or `Shields.io <https://shields.io/badges>`__ to create custom badges.