Best of PythonOctober 2020

  1. 1
    Article
    Avatar of tdsTowards Data Science·6y

    Python is Slowly Losing its Charm

    Python is the Swiss Army Knife of Programming Languages. It has far surpassed C, C#, Java and even Javascript in popularity. Python dominates the fields of Data Science and Machine Learning, and, to some extent, Scientific and Mathematical computing. It does have its share of disadvantages when compared to newer languages like Julia, Swift and Java.

  2. 2
    Article
    Avatar of hashnodeHashnode·6y

    The Ultimate Python Resource hub

    A curated list of Ultimate Python resources is here! (If you are getting started with #Python or a senior Python developer, you wouldn't wanna miss this) A lot of people have been recently asking me about python books, courses to refer and other resources to help. So here are some resources for you.

  3. 3
    Article
    Avatar of hashnodeHashnode·6y

    Top 10 Python Packages you should try right now

    Python has various packages to make your life easy so that you don't need to code from scratch. These are some of the packages which you can use to build your next project in Python. These were some packages which can do testing or build machine learning projects. Try using any one of these packages and let me know what you built.

  4. 4
    Article
    Avatar of sitepenSitePen·6y

    Introduction to Machine Learning with JavaScript

    Machine learning is a subset of AI that is concerned with algorithms that can improve through experience. When it comes to web development some of the more common use cases for machine learning are things like categorizing or filtering user input or user submitted content. The TensorFlow project has made it much more plausible to seriously engage with ML using JS.