Best of Planet Python2023

  1. 1
    Article
    Avatar of planetpythonPlanet Python·3y

    Python in Visual Studio Code

    The April 2023 release of the Python and Jupyter extensions for Visual Studio Code includes announcements, the availability of Data Wrangler for Visual Studio Code Insiders, move symbol refactoring with Pylance, the embedding of the Create Environment command in dependency files, the finalization of the Environments API for extension authors, and improvements to the Kernel Picker for Python Environments.

  2. 2
    Article
    Avatar of planetpythonPlanet Python·3y

    Open Source ChatGPT Models: A Step-by-Step Guide

    Alpaca is based on Meta's large-scale language model. It is designed to be accessible to academicians and individuals who want to build their own chatbots without the need for expensive hardwares, commercial solutions. It can be used to generate text which spreads misinformation, racism and hatred towards vulnerable sections of society.

  3. 3
    Article
    Avatar of planetpythonPlanet Python·2y

    Python, Markdown, and Tailwind: Best Buds! · Matt Layman

    Learn how to style tags in rendered HTML from Markdown using Tailwind CSS.

  4. 4
    Article
    Avatar of planetpythonPlanet Python·2y

    10 Python Beginner Projects for Ultimate Practice

    Learn Python through hands-on beginner projects that cover various aspects of programming. Projects include creating a habit tracker, building a vocabulary builder with flashcards, and developing a code snippet organizer.

  5. 5
    Article
    Avatar of planetpythonPlanet Python·3y

    Pattern Programs in Python (20) in 2023

    Explore a collection of beginner-friendly Python pattern programs that are both fun to create and serve as a practical way to understand the basics of loops and logic in Python. The patterns include squares, rectangles, triangles, diamonds, numbers, Pascal's Triangle, arrows, and letter patterns. Start your coding journey and unleash your creativity!