williamFalcon / pytorch-lightning
Rapid research framework for PyTorch. The researcher's version of Keras
https://github.com/williamFalcon/pytorch-lightning
Rapid research framework for PyTorch. The researcher's version of Keras
https://github.com/williamFalcon/pytorch-lightning
GitHub
GitHub - Lightning-AI/pytorch-lightning: Pretrain, finetune and deploy AI models on multiple GPUs, TPUs with zero code changes.
Pretrain, finetune and deploy AI models on multiple GPUs, TPUs with zero code changes. - Lightning-AI/pytorch-lightning
Object-Oriented Programming and the magic of Test-Driven Development
https://towardsdatascience.com/object-oriented-programming-and-the-magic-of-test-driven-development-d377acae85fa
https://towardsdatascience.com/object-oriented-programming-and-the-magic-of-test-driven-development-d377acae85fa
How I Became a 16-Year-Old Full-Stack Developer
I was 14, I was a noob at PHP, HTML/CSS, and…
https://medium.com/better-programming/how-i-became-a-16-year-old-full-stack-developer-10af18a8f6c7
I was 14, I was a noob at PHP, HTML/CSS, and…
https://medium.com/better-programming/how-i-became-a-16-year-old-full-stack-developer-10af18a8f6c7
[Personal project] I’ve made 3D Trees, Grass, Terrain and mini environment generator in Python
https://www.reddit.com/r/Python/comments/cxvzrs/personal_project_ive_made_3d_trees_grass_terrain/
https://www.reddit.com/r/Python/comments/cxvzrs/personal_project_ive_made_3d_trees_grass_terrain/
reddit
[Personal project] I’ve made 3D Trees, Grass, Terrain and mini...
Posted in r/Python by u/Nemanja_Stojanovic • 575 points and 39 comments
OpenCV – Stream video to web browser/HTML page

In this tutorial you will learn how to use OpenCV to stream video from a webcam to a web ...
https://www.pyimagesearch.com/2019/09/02/opencv-stream-video-to-web-browser-html-page/

In this tutorial you will learn how to use OpenCV to stream video from a webcam to a web ...
https://www.pyimagesearch.com/2019/09/02/opencv-stream-video-to-web-browser-html-page/
Django + Elasticsearch. Searching for awesome TED Talks
In the article we’re going to cover the basics of Elasticsearch: what it is, how to run it, ...
https://apirobot.me/posts/django-elasticsearch-searching-for-awesome-ted-talks
In the article we’re going to cover the basics of Elasticsearch: what it is, how to run it, ...
https://apirobot.me/posts/django-elasticsearch-searching-for-awesome-ted-talks
Premade AI in the Cloud with Python
Learn how to call state of the art models with some clicks using…
https://towardsdatascience.com/premade-ai-in-the-cloud-with-python-6e02d87054b6
Learn how to call state of the art models with some clicks using…
https://towardsdatascience.com/premade-ai-in-the-cloud-with-python-6e02d87054b6
5 Minute Guide to Plotting with Pandas
Find out how to quickly visualise data with this popular python…
https://towardsdatascience.com/5-minute-guide-to-plotting-with-pandas-e8c0f40a1df4
Find out how to quickly visualise data with this popular python…
https://towardsdatascience.com/5-minute-guide-to-plotting-with-pandas-e8c0f40a1df4
I wrote a python program that scraps wikipedia articles (heading and paragraphs) and creates a pdf.
https://www.reddit.com/r/Python/comments/cy9z78/i_wrote_a_python_program_that_scraps_wikipedia/
https://www.reddit.com/r/Python/comments/cy9z78/i_wrote_a_python_program_that_scraps_wikipedia/
reddit
I wrote a python program that scraps wikipedia articles (heading...
Posted in r/Python by u/mrasadnoman • 1,734 points and 156 comments
8 skills you need to become a Data Engineer
By Lenin Mishra
The world needs more Data Engineers. With companies slowly realizing the value of ...
https://www.pylenin.com/blogs/8-skills-to-become-a-data-engineer/
By Lenin Mishra
The world needs more Data Engineers. With companies slowly realizing the value of ...
https://www.pylenin.com/blogs/8-skills-to-become-a-data-engineer/
Pylenin
8 skills you need to become a Data Engineer
Would you like to become a Data Engineer? Here are 8 important skill sets that you need to develop.
10 Python Articles Programmers Should Read
https://medium.com/javarevisited/10-python-articles-programmers-should-read-c64f4725d968
https://medium.com/javarevisited/10-python-articles-programmers-should-read-c64f4725d968
Models as Web Endpoints
An excerpt from Data Science in Production
https://towardsdatascience.com/models-as-web-endpoints-162cb928a9e6
An excerpt from Data Science in Production
https://towardsdatascience.com/models-as-web-endpoints-162cb928a9e6
danijar /
handout
Turn Python scripts into handouts with Markdown and figures
https://github.com/danijar/handout
handout
Turn Python scripts into handouts with Markdown and figures
https://github.com/danijar/handout
GitHub
GitHub - danijar/handout: Turn Python scripts into handouts with Markdown and figures
Turn Python scripts into handouts with Markdown and figures - danijar/handout
AI Cheatsheets - Now learn Tensorflow, Keras, Pytorch, Dask, Pandas, Numpy, Scipy, Pyspark, R Studio, Matplotlib and many more in an interactive manner
https://www.reddit.com/r/Python/comments/cyslju/ai_cheatsheets_now_learn_tensorflow_keras_pytorch/
https://www.reddit.com/r/Python/comments/cyslju/ai_cheatsheets_now_learn_tensorflow_keras_pytorch/
reddit
AI Cheatsheets - Now learn Tensorflow, Keras, Pytorch, Dask,...
Posted in r/Python by u/kailashahirwar12 • 987 points and 66 comments
Deploying a Machine Learning Model as a REST API
https://towardsdatascience.com/deploying-a-machine-learning-model-as-a-rest-api-4a03b865c166
https://towardsdatascience.com/deploying-a-machine-learning-model-as-a-rest-api-4a03b865c166
Dependencies Handling in Python
Dependencies are a nightmare for many people. Some even argue they are technical debt. Managing the ...
https://julien.danjou.info/dependencies-handling-in-python-automatic-update/
Dependencies are a nightmare for many people. Some even argue they are technical debt. Managing the ...
https://julien.danjou.info/dependencies-handling-in-python-automatic-update/
How to code Gaussian Mixture Models from scratch in Python
GMMs and Maximum Likelihood Optimization…
https://towardsdatascience.com/how-to-code-gaussian-mixture-models-from-scratch-in-python-9e7975df5252
GMMs and Maximum Likelihood Optimization…
https://towardsdatascience.com/how-to-code-gaussian-mixture-models-from-scratch-in-python-9e7975df5252
InstaCodes - Find the most common element in a Python list
By Lenin Mishra
Here are 3 different ways to figure out the most frequent element in a list. Here ...
https://www.pylenin.com/blogs/frequent-elements-in-a-list/
By Lenin Mishra
Here are 3 different ways to figure out the most frequent element in a list. Here ...
https://www.pylenin.com/blogs/frequent-elements-in-a-list/
Pylenin
InstaCodes - Find the most common element in a Python list
Visual explanation to finding out out the most common element in a Python list
Saw similar in r/webdev and decided to replicate using python
https://www.reddit.com/r/Python/comments/cnj7o7/saw_similar_in_rwebdev_and_decided_to_replicate/
https://www.reddit.com/r/Python/comments/cnj7o7/saw_similar_in_rwebdev_and_decided_to_replicate/
reddit
Saw similar in r/webdev and decided to replicate using python
Posted in r/Python by u/Lukki96 • 448 points and 26 comments