Simple guide to making Python virtual environment in Windows .
https://medium.com/@MatchaLatt3/simple-guide-to-making-python-virtual-environment-in-windows-f8606cc64729
https://medium.com/@MatchaLatt3/simple-guide-to-making-python-virtual-environment-in-windows-f8606cc64729
Medium
Simple guide to making Python virtual environment in Windows .
*The following are steps that I usually take to create virtual environments in Windows10
Which is the best back-end web framework: Node.js vs Django vs Laravel ?
https://javascript.plainenglish.io/which-is-the-best-back-end-web-framework-node-js-vs-django-vs-laravel-cd68bf3149e7
https://javascript.plainenglish.io/which-is-the-best-back-end-web-framework-node-js-vs-django-vs-laravel-cd68bf3149e7
Medium
Node.js vs Django vs Laravel: Which is the Best Back-End Web Framework?
Web frameworks are nothing but software packages that makes complex web app development easy. They also come with many built-in features…
Python’da Veri Yapılarına Giriş
https://medium.com/@mehmettuzcu/pythonda-veri-yap%C4%B1lar%C4%B1na-giri%C5%9F-273f2bc9570b
https://medium.com/@mehmettuzcu/pythonda-veri-yap%C4%B1lar%C4%B1na-giri%C5%9F-273f2bc9570b
Medium
Python’da Veri Yapılarına Giriş
Herkese Merhaba, İlk yazım olarak sizlerle Python'da veri yapıları hakkında öğrendiklerimi aktarmak istiyorum. Programlama dillerine yeni…
9 странностей Python для C++ программистов
https://medium.com/nuances-of-programming/9-%D1%81%D1%82%D1%80%D0%B0%D0%BD%D0%BD%D0%BE%D1%81%D1%82%D0%B5%D0%B9-python-%D0%B4%D0%BB%D1%8F-c-%D0%BF%D1%80%D0%BE%D0%B3%D1%80%D0%B0%D0%BC%D0%BC%D0%B8%D1%81%D1%82%D0%BE%D0%B2-d387b1f41a69
https://medium.com/nuances-of-programming/9-%D1%81%D1%82%D1%80%D0%B0%D0%BD%D0%BD%D0%BE%D1%81%D1%82%D0%B5%D0%B9-python-%D0%B4%D0%BB%D1%8F-c-%D0%BF%D1%80%D0%BE%D0%B3%D1%80%D0%B0%D0%BC%D0%BC%D0%B8%D1%81%D1%82%D0%BE%D0%B2-d387b1f41a69
Medium
9 странностей Python для C++ программистов
Python можно назвать странным языком программирования.
Instruments in the air using Python and Mediapipe
https://medium.com/@priyanjali.gupta2019/instruments-in-the-air-using-python-and-mediapipe-e2576819ef8a
https://medium.com/@priyanjali.gupta2019/instruments-in-the-air-using-python-and-mediapipe-e2576819ef8a
Medium
Instruments in the air using Python and Mediapipe
Play any instrument by running your fingers in the air, here I chose piano keys with the help of the HandTracking module and mediapipe
List Comprehension, Conditional, and Looping Statements (Quick Code-Python)
https://medium.com/@Shreedharvellay/list-comprehension-conditional-and-looping-statements-in-python-16db4ea9e58b
https://medium.com/@Shreedharvellay/list-comprehension-conditional-and-looping-statements-in-python-16db4ea9e58b
Medium
List Comprehension, Conditional, and Looping Statements (Quick Code-Python)
Learn about the if statement, for, while, nested loops, range and using List Comprehension to write code efficiently