Best of PythonMarch 2022

  1. 1
    Article
    Avatar of freecodecampfreeCodeCamp·4y

    How to Create Microservices with FastAPI

    We just published a course on the freeCodeCamp.org YouTube channel that will teach you how to develop microservices app using FastAPI. FastAPI is a Web framework for developing RESTful APIs in Python. You will learn how to use RedisJSON as a Database and dispatch events with Redis Streams.

  2. 2
    Article
    Avatar of tdsTowards Data Science·4y

    Fall in Love with Your Environment Setup

    A Python developer’s guide to the optimal setup for collaboration, production readiness and time saving. The setup instructions for recommended tools can be found in the python-dev-setup repo, which will be referenced throughout the article. The variety of options available for accomplishing the 5 key tasks of environment setup can be overwhelming. I have tested these tools across operating systems to ensure optimal setup no matter your OS.

  3. 3
    Article
    Avatar of quastorQuastor Daily·4y

    How Compilers Work

    Bob Nystrom wrote an amazing book called Crafting Interpreters, where he goes through how language implementations work. We’ll be giving a summary of one of the chapters with some commentary from yours truly. The difference between programming languages and programming language implementations. Front end, middle end and back end of compilers and a breakdown of what each of these 3 parts do.

  4. 4
    Article
    Avatar of devgeniusDev Genius·4y

    Spotify Data Analysis and Visualisation with Python

    Spotify has an outstanding API to connect you to its database of songs and their features. There is also a powerful song search engine available as well as a recommendation system which helps you listen to more of what you love. This article gives a brief overview of Spotify Web API’s methods and shows how the fetched data might be analysed and plotted.

  5. 5
    Article
    Avatar of ossOpen Source Way·4y

    22 Raspberry Pi projects to try in 2022 | Opensource.com

    The beloved single-board computer recently turned ten years old. To celebrate, we put together a list of recent Raspberry Pi tutorials. Opensource.com authors have shared how they've built thermostats, monitored their home climate, set parental controls, and much more in the following tutorials.

  6. 6
    Article
    Avatar of systemweaknessSystem Weakness·4y

    OSINT ON GMAIL ACCOUNTS

    Open Source Intelligence is gathering information that is publicly accessible. This tool can be used to obtain information about a Gmail account such as: Activated Google services (YouTube, Photos, Maps, Hangouts, etc) Possible owner’s name and profile picture. Possible YouTube channel reviews. Possible physical location. Google ID.

  7. 7
    Article
    Avatar of towardsdevTowards Dev·4y

    Face Detection in Mobile App using Python, Flask, and Flutter

    In this blog, we will be looking at how to implement Face Detection in Mobile App using Python, Flask, and Flutter. You can think there are some platforms like ML-Kit to detect faces. This blog will be purely based on how to detect face on our own ML Algorithm using API.

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

    85+ Data Science Projects You Can Try with Python

    85+ Data Science Projects solved & explained with Python Aman Kharwal. Working on data science projects and case studies will help you improve your data science skills. I will update this list of projects with more projects regularly. Feel free to ask valuable questions in the comments section below.

  9. 9
    Article
    Avatar of sectionioSection·4y

    Approximating the Speed of an Object and its Distance using OpenCV in Python

    In this tutorial, we will learn how to use OpenCV to detect the frontal face of an object, find the object’s distance in relation to the camera, then calculate the speed. You need to be conversant with Python as a programming language, refer to this tutorial link below on Python. We will use the laptop webcam as our tool.