Best of PythonNovember 2021

  1. 1
    Article
    Avatar of rpythonReal Python·5y

    Advanced Visual Studio Code for Python Developers – Real Python

    This tutorial shows you how to get the most out of Visual Studio Code for Python development. You can map all activities in VS Code, whether they’re built-in or provided via extensions, to a keyboard shortcut. After finishing this tutorial, you’ll have a variety of tools to help you be more productive using VS Code.

  2. 2
    Article
    Avatar of inPlainEngHQPython in Plain English·4y

    Who Writes Better Code: GitHub CoPilot or GPT-3?

    GitHub recently announced its new GitHub copilot tool. The copilot is based on suggesting what could be the next piece of code based on the current variables used/declared. GPT-3 predicts the next word of a sentence given the previous words in a sentence. The comparison between the two may seem a bit unfair, but it will be interesting to see how these two models perform.

  3. 3
    Article
    Avatar of inPlainEngHQPython in Plain English·4y

    How to Build Your Personal AI Assistant Using Python

    How to Build Your Personal AI Assistant Using Python Part 1: A guide on setting up our J.A.R.V.I.S using Python. Ashutosh Krishna explains how to create a virtual environment and activate it using virtualenv. He also shows you how to set up a speech engine using the pyttsx3 module.

  4. 4
    Article
    Avatar of inPlainEngHQPython in Plain English·5y

    Machine Learning: Popular Libraries and Frameworks (Part 1)

    Machine Learning: Popular Libraries and Frameworks (Part 1) An overview of industry-standard frameworks, modules, and libraries used by Machine Learning practitioners. We’ll focus on the Machine Learning libraries unique to the Python programming language. The popular Pandas library is a go-to machine learning library when it comes to dealing with an enormous density of tabular data.

  5. 5
    Article
    Avatar of inPlainEngHQPython in Plain English·4y

    An Introduction to the main() Function in Python

    The main function in Python acts as the point of execution for any program. In most programming languages, there is a special function that is executed automatically every time the program is run. In Python, it is not necessary to define the main function every time you write a program. The Python interpreter executes grom the top of the file unless a specific function is defined.

  6. 6
    Article
    Avatar of ghblogGitHub Blog·5y

    Game Off 2021 theme announcement

    The theme for this year’s Game Off is… Bug! Submit a game incorporating the theme between now and December 1. After a few weeks of playing and rating the games by participants, the winners will be announced shortly thereafter. Nobody’t judging the code quality, so lots of bugs are both expected and accepted. Focus on having fun!

  7. 7
    Article
    Avatar of dzDZone·4y

    Interview With FastAPI Creator

    Sebastián Ramírez is an open-source enthusiast and the creator of FastAPI, Typer, and SQLModel. He has been building products and custom solutions for data and machine learning systems and has led teams of developers around the world. Here is a quick recap of the knowledge shared by Sebastián.