Best of NLPSeptember 2022

  1. 1
    Article
    Avatar of ghblogGitHub Blog·4y

    8 things you didn’t know you could do with GitHub Copilot

    GitHub Copilot is an AI pair programmer that helps you write code faster with less work. The tool is available to developers everywhere and can help speed up development and increase developer productivity. It's available in Visual Studio Code, JetBrains, and Neovim, a forked version of Vim with additional features, you can exit NeoVim.

  2. 2
    Article
    Avatar of codemotionCodemotion·4y

    Automate everything with Python

    Python is one of the most popular programming languages in developer surveys. It uses dynamic or duck-typing for intuitive coding and also features in-built garbage collection. It’s easy to find Python integrations for Facebook, Tiktok, Instagram and other social media platforms.

  3. 3
    Article
    Avatar of medium_jsMedium·4y

    How Does Python Work?

    Python is a high-level, object-oriented, interpreted general-purpose programming language. It can be used by anyone, not just software engineers, but mathematicians, data scientists, financiers, artists, and scientists, in almost any industry. It has an interpreter that is already binary.