How to deal with video dataset efficiently using Tensorflow in Google Colab.
https://medium.com/@gurkirat801802/how-to-deal-with-video-dataset-efficiently-using-tensorflow-in-google-colab-c7121b92d67e
https://medium.com/@gurkirat801802/how-to-deal-with-video-dataset-efficiently-using-tensorflow-in-google-colab-c7121b92d67e
Medium
How to deal with video dataset efficiently using Tensorflow in Google Colab.
Google Colab is a very popular free cloud service provided by Google. If you’re not living under a rock you must have heard about it. It…
İyi bir yazılımcı nasıl olmalı?
https://medium.com/@mertgokhandonmez/i%CC%87yi-bir-yaz%C4%B1l%C4%B1mc%C4%B1-nas%C4%B1l-olmal%C4%B1-1684b511569e
https://medium.com/@mertgokhandonmez/i%CC%87yi-bir-yaz%C4%B1l%C4%B1mc%C4%B1-nas%C4%B1l-olmal%C4%B1-1684b511569e
Medium
İyi bir yazılımcı nasıl olmalı?
Bir yazılımcı olmayı mı düşünüyorsunuz? O zaman bu makaleyi okumak sizin için doğru bir karar. Sebebini yazının tamamını okuyunca…
A recipe to empirically answer any question quickly
https://towardsdatascience.com/a-recipe-to-empirically-answer-any-question-quickly-22e48c867dd5
https://towardsdatascience.com/a-recipe-to-empirically-answer-any-question-quickly-22e48c867dd5
Medium
A recipe to empirically answer any question quickly
From academia to corporate work, this recipe is for you
Things to keep in mind while picking a server-side framework for your early-stage startup
https://medium.com/@saurabh0719/things-to-keep-in-mind-while-picking-a-server-side-framework-for-your-early-stage-startup-eabdf4b9aee4
https://medium.com/@saurabh0719/things-to-keep-in-mind-while-picking-a-server-side-framework-for-your-early-stage-startup-eabdf4b9aee4
Medium
Things to keep in mind while picking a server-side framework for your early-stage startup
You’re a young and inexperienced engineer at an early-stage startup, tasked with the important decision of picking a server-side…
Tkinter: Python in-built Graphical User Interface (GUI)
https://amitprius.medium.com/tkinter-python-in-built-graphical-user-interface-gui-3ed4750f7124
https://amitprius.medium.com/tkinter-python-in-built-graphical-user-interface-gui-3ed4750f7124
Medium
Tkinter: Python in-built Graphical User Interface (GUI)
Creating GUI-based application with python examples
Creating an up-to-date Python Distroless Container Image
https://alex-moss.medium.com/creating-an-up-to-date-python-distroless-container-image-e3da728d7a80
https://alex-moss.medium.com/creating-an-up-to-date-python-distroless-container-image-e3da728d7a80
Medium
Creating an up-to-date Python Distroless Container Image
How I created a Distroless Docker Container Image for Python, without relying on the out-of-date and vulnerable Google version
How I Rick Rolled Over 200 Students of my University
https://medium.com/@kamalesh1810/how-i-rick-rolled-over-200-students-of-my-university-165d26c950b6
https://medium.com/@kamalesh1810/how-i-rick-rolled-over-200-students-of-my-university-165d26c950b6
Medium
How I Rick Rolled Over 200 Students of my University
Our semester end exam results had just been released and I decided to send out an email to all the students of my batch to rick roll them…
Scraping ‘Quotes to Scrape’ website using Python
https://medium.com/@kshamasinghal/scraping-quotes-to-scrape-website-using-python-c8a616b244e7
https://medium.com/@kshamasinghal/scraping-quotes-to-scrape-website-using-python-c8a616b244e7
Medium
Scraping ‘Quotes to Scrape’ website using Python
Web Scraping is the process of extracting and parsing data from websites in an automated fashion using a computer program. There are many…
Sandboxing python modules in your code
https://infosecwriteups.com/sandboxing-python-modules-in-your-code-1e590d71fc26
https://infosecwriteups.com/sandboxing-python-modules-in-your-code-1e590d71fc26
Medium
Sandboxing Python dependencies in your code
Running code from an untrusted source is still an unsolved issue. Especially in dynamic languages like Python and Javascript. I will begin…
Automate your Weekly Insights with Python
https://dimitris-chortarias.medium.com/automate-your-weekly-insights-with-python-62f29adfa5b1
https://dimitris-chortarias.medium.com/automate-your-weekly-insights-with-python-62f29adfa5b1
Medium
Automate your Weekly Insights with Python
After some years in the data analytics field, the most important thing is not just to visualize the results and the data.
The pythonic way — Optimize your Python code and run it faster
https://medium.com/@david.alvares.62/the-pythonic-way-optimize-your-python-code-and-run-it-faster-3c6da69f3c8c
https://medium.com/@david.alvares.62/the-pythonic-way-optimize-your-python-code-and-run-it-faster-3c6da69f3c8c
Medium
The pythonic way — Optimize your Python code and run it faster
In this article we will mainly deal with the good ways to write Python code, allowing to naturally improve the execution speed of Python…
[Solved] ‘ImportError: cannot import name ‘ParamSpec’ from ‘typing_extensions’…
https://medium.com/@codingInformer/solved-importerror-cannot-import-name-paramspec-from-typing-extensions-dfd9aa2027c1
https://medium.com/@codingInformer/solved-importerror-cannot-import-name-paramspec-from-typing-extensions-dfd9aa2027c1
Medium
[Solved] ‘ImportError: cannot import name ‘ParamSpec’ from ‘typing_extensions’ (…/lib/site-packages/typing_extensions.py)’
Problem: Running into the following error when trying to start up a FastAPI app via uvicorn main:app --reload: