pytorch / examples
A set of examples around pytorch in Vision, Text, Reinforcement Learning, etc.
https://github.com/pytorch/examples
A set of examples around pytorch in Vision, Text, Reinforcement Learning, etc.
https://github.com/pytorch/examples
GitHub
GitHub - pytorch/examples: A set of examples around pytorch in Vision, Text, Reinforcement Learning, etc.
A set of examples around pytorch in Vision, Text, Reinforcement Learning, etc. - pytorch/examples
Power of zip() in Python
By Lenin Mishra
Sections covered:
Why use zip? Unzipping Solve a competitive interview question ...
https://www.pylenin.com/blogs/python-zip-function/
By Lenin Mishra
Sections covered:
Why use zip? Unzipping Solve a competitive interview question ...
https://www.pylenin.com/blogs/python-zip-function/
Pylenin
Power of zip() in Python
A simple guide to understanding the applications of zip() in python
Building Your First Website With Flask — Part 1
Hello World and beyond
https://medium.com/better-programming/building-your-first-website-with-flask-part-1-903a8b44e806
Hello World and beyond
https://medium.com/better-programming/building-your-first-website-with-flask-part-1-903a8b44e806
Local Testing Server with Python
This quick little tutorial shows how to setup a simple local testing server with Python.
You can ...
http://janakiev.com/blog/python-testing-server/
This quick little tutorial shows how to setup a simple local testing server with Python.
You can ...
http://janakiev.com/blog/python-testing-server/
Parametric Thoughts
Local Testing Server with Python
This quick little tutorial shows how to setup a simple local testing server with Python.
timgrossmann / InstaPy
📷 Instagram Bot - Tool for automated Instagram interactions
https://github.com/timgrossmann/InstaPy
📷 Instagram Bot - Tool for automated Instagram interactions
https://github.com/timgrossmann/InstaPy
How to Convert a PDF to Excel
You can find the source code in the companion repository
In this article we are going to see ...
https://tomassetti.me/how-to-convert-a-pdf-to-excel/
You can find the source code in the companion repository
In this article we are going to see ...
https://tomassetti.me/how-to-convert-a-pdf-to-excel/
hellerve / programming-talks
Awesome & interesting talks about programming
https://github.com/hellerve/programming-talks
Awesome & interesting talks about programming
https://github.com/hellerve/programming-talks
GitHub
GitHub - hellerve/programming-talks: Awesome & interesting talks about programming
Awesome & interesting talks about programming. Contribute to hellerve/programming-talks development by creating an account on GitHub.
Introducing Mypy, an Experimental Optional Static Type Checker for Python
by Reuven M. Lerner
Tighten up ...
https://www.linuxjournal.com/content/introducing-mypy-experimental-optional-static-type-checker-python
by Reuven M. Lerner
Tighten up ...
https://www.linuxjournal.com/content/introducing-mypy-experimental-optional-static-type-checker-python
Mastering Python Datetime (With Examples)
By Lenin Mishra
Python Datetime module is the second and third topic in the #Python30 course. If ...
https://www.pylenin.com/blogs/mastering-python-datetime/
By Lenin Mishra
Python Datetime module is the second and third topic in the #Python30 course. If ...
https://www.pylenin.com/blogs/mastering-python-datetime/
Pylenin
Mastering Python Datetime (With Examples)
A comprehensive guide to working with python datetime objects and timezones in Python.
A Step-by-Step guide to Python Logging
By Lenin Mishra
Python Logging module is the first topic in the #Python30 course. If you prefer ...
https://www.pylenin.com/blogs/python-logging-guide/
By Lenin Mishra
Python Logging module is the first topic in the #Python30 course. If you prefer ...
https://www.pylenin.com/blogs/python-logging-guide/
Pylenin
A Step-by-Step Guide to Python Logging
A comprehensive guide to understanding the advantages and usage of Python Logging module.
Creating a Reverse Dictionary
You can find the code in the companion repository
In this article we are going to see how to ...
https://tomassetti.me/creating-a-reverse-dictionary/
You can find the code in the companion repository
In this article we are going to see how to ...
https://tomassetti.me/creating-a-reverse-dictionary/
Simple Scene Boundary/Shot Transition Detection with OpenCV
In this tutorial, you will learn how to implement a simple scene boundary/shot transition detector ...
https://www.pyimagesearch.com/2019/08/19/simple-scene-boundary-shot-transition-detection-with-opencv/
In this tutorial, you will learn how to implement a simple scene boundary/shot transition detector ...
https://www.pyimagesearch.com/2019/08/19/simple-scene-boundary-shot-transition-detection-with-opencv/
One-tailed or two-tailed test, that is the question
Learn the difference between two variants of…
https://towardsdatascience.com/one-tailed-or-two-tailed-test-that-is-the-question-1283387f631c
Learn the difference between two variants of…
https://towardsdatascience.com/one-tailed-or-two-tailed-test-that-is-the-question-1283387f631c
Pyleri Tutorial: Parsing with Ease
You can find the source code in the companion repository
Welcome to a tutorial on Pyleri, ...
https://tomassetti.me/pyleri-tutorial/
You can find the source code in the companion repository
Welcome to a tutorial on Pyleri, ...
https://tomassetti.me/pyleri-tutorial/
swisskyrepo / PayloadsAllTheThings
A list of useful payloads and bypass for Web Application Security and Pentest/CTF
https://github.com/swisskyrepo/PayloadsAllTheThings
A list of useful payloads and bypass for Web Application Security and Pentest/CTF
https://github.com/swisskyrepo/PayloadsAllTheThings
GitHub
GitHub - swisskyrepo/PayloadsAllTheThings: A list of useful payloads and bypass for Web Application Security and Pentest/CTF
A list of useful payloads and bypass for Web Application Security and Pentest/CTF - swisskyrepo/PayloadsAllTheThings
mravanelli / pytorch-kaldi
pytorch-kaldi is a project for developing state-of-the-art DNN/RNN hybrid speech recognition systems. The DNN part is managed by pytorch, while feature extraction, label computation, and decoding are performed with the kaldi toolkit.
https://github.com/mravanelli/pytorch-kaldi
pytorch-kaldi is a project for developing state-of-the-art DNN/RNN hybrid speech recognition systems. The DNN part is managed by pytorch, while feature extraction, label computation, and decoding are performed with the kaldi toolkit.
https://github.com/mravanelli/pytorch-kaldi
GitHub
GitHub - mravanelli/pytorch-kaldi: pytorch-kaldi is a project for developing state-of-the-art DNN/RNN hybrid speech recognition…
pytorch-kaldi is a project for developing state-of-the-art DNN/RNN hybrid speech recognition systems. The DNN part is managed by pytorch, while feature extraction, label computation, and decoding a...
The Ultimate Guide to using the Python regex module
The original Pattern Finder
https://towardsdatascience.com/the-ultimate-guide-to-using-the-python-regex-module-69aad9e9ba56
The original Pattern Finder
https://towardsdatascience.com/the-ultimate-guide-to-using-the-python-regex-module-69aad9e9ba56
How to build a time series dashboard in Python with Panel, Altair and a Jupyter Notebook
https://towardsdatascience.com/how-to-build-a-time-series-dashboard-in-python-with-panel-altair-and-a-jupyter-notebook-c0ed40f02289
https://towardsdatascience.com/how-to-build-a-time-series-dashboard-in-python-with-panel-altair-and-a-jupyter-notebook-c0ed40f02289