Comprehensive guide to a one stop shop Python developer environment using WSL, Ubuntu and NeoVim!
https://medium.com/@nesvik.1995/comprehensive-guide-to-a-one-stop-shop-python-developer-environment-using-wsl-ubuntu-and-neovim-d17ebcf02b6e
https://medium.com/@nesvik.1995/comprehensive-guide-to-a-one-stop-shop-python-developer-environment-using-wsl-ubuntu-and-neovim-d17ebcf02b6e
Medium
Comprehensive guide to a one stop shop Python developer environment using WSL, Ubuntu and NeoVim!
Every now and then I get the urge to try something new and change the way I do development to see if there are any new or interesting tools…
Create a Simple Crypto Currency News Website with Django using Python -Part 1
https://medium.com/@toyeex/create-a-simple-crypto-currency-news-website-with-django-using-python-9008899e5feb
https://medium.com/@toyeex/create-a-simple-crypto-currency-news-website-with-django-using-python-9008899e5feb
Medium
Create a Simple Crypto Currency News Website with Django using Python -Part 1
Django is a full-stack framework for creating web applications using the Python programming language. Frameworks will help us build the web…
Estimate the future maximum drawdown of a stock in Python
https://medium.datadriveninvestor.com/estimate-the-future-maximum-drawdown-of-a-stock-in-python-ce65c04de5ad
https://medium.datadriveninvestor.com/estimate-the-future-maximum-drawdown-of-a-stock-in-python-ce65c04de5ad
Medium
Estimate the future maximum drawdown of a stock in Python
Let’s see how to estimate the maximum drawdown of an investment in Python
python redis自带门神 lock 方法 - 金色旭光
http://www.cnblogs.com/goldsunshine/p/15463741.html#at?hmsr=toutiao.io&utm_campaign=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io
http://www.cnblogs.com/goldsunshine/p/15463741.html#at?hmsr=toutiao.io&utm_campaign=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io
Cnblogs
python redis自带门神 lock 方法 - 金色旭光 - 博客园
redis 支持的数据结构比较丰富,自制一个锁也很方便,所以极少提到其原生锁的方法。但是在单机版redis的使用时,自带锁的使用还是非常方便的。自己有车就不用滴滴出行了是吧,本篇主要介绍`redis-py`模块中原生锁`lock`的相关方法。
Batch Editing Photos in Python Saved Us Thousands of Dollars
https://levelup.gitconnected.com/batch-editing-photos-in-python-saved-us-thousands-of-dollars-9ca6a150992b
https://levelup.gitconnected.com/batch-editing-photos-in-python-saved-us-thousands-of-dollars-9ca6a150992b
Medium
Batch Editing Photos in Python Saved Us Thousands of Dollars
Humans are expensive — Good code can eliminate that
Lojistik Regresyon ve sklearn: Kısım 1
https://medium.com/@bcelalakyuz/lojistik-regresyon-ve-sklearn-k%C4%B1s%C4%B1m-1-98404ac3123f
https://medium.com/@bcelalakyuz/lojistik-regresyon-ve-sklearn-k%C4%B1s%C4%B1m-1-98404ac3123f
Medium
Lojistik Regresyon ve sklearn: Kısım 1
ML101 eğitim serimizin ikinci algoritması olan Lojistik Regresyon (yazının devamında bundan LogReg olarak bahsedilecektir) yöntemi ile…
Data-Science Series(Part-11)-predict the gender and age range of an individual in Python
https://meetsuvariya.medium.com/data-science-series-part-11-predict-the-gender-and-age-range-of-an-individual-in-python-7c0fc6344869
https://meetsuvariya.medium.com/data-science-series-part-11-predict-the-gender-and-age-range-of-an-individual-in-python-7c0fc6344869
Medium
Data-Science Series(Part-11)-predict the gender and age range of an individual in Python
This is the 11th blog in the Data Science Blog Series. You can check out my previous blog from the data science blog series here.
News_headlines_web_scrapper
https://medium.com/@narain.narain21/news-headlines-web-scrapper-4f4fdbf87c1e
https://medium.com/@narain.narain21/news-headlines-web-scrapper-4f4fdbf87c1e
Medium
News Headlines Web scrapping
Hey guys! this blog is about a mini project of scraping the contents from the websites. I hope you enjoy this article. We are using Beautiful soup to scrape the text data. Beautiful Soup is a Python…
How Can I Make a Graphical User Interface (GUI) Application in Python?
https://python.plainenglish.io/how-can-i-make-a-graphical-user-interface-gui-application-in-python-a8d461feeb87
https://python.plainenglish.io/how-can-i-make-a-graphical-user-interface-gui-application-in-python-a8d461feeb87
Medium
How Can I Make a Graphical User Interface (GUI) Application in Python?
How to get started with Python GUI applications? By using and accessing several libraries.