Best of PythonApril 2023

  1. 1
    Article
    Avatar of hackernoonHacker Noon·3y

    50 + Python Projects (10 Lines of Code)

    GitHub repository features 50+ Python applications with only 10 lines of code. Author is a Machine Learning Researcher, currently working in IBM. Taught 20,000+ students & working professionals to crack coding interviews and land their dream job.

  2. 2
    Article
    Avatar of theregisterThe Register·3y

    Microsoft is rewriting core Windows libraries in Rust

    Microsoft is rewriting core Windows libraries in Rust programming language. The more memory-safe code is already reaching developers. Microsoft showed interest in Rust several years ago as a way to address memory safety bugs. The Rust renovation of Windows began in 2020 with DWriteCore, the Windows App SDK implementation of Windows' DWrite engine.

  3. 3
    Article
    Avatar of medium_jsMedium·3y

    FREE Advanced ChatGPT Prompt Engineering Course

    A free advanced ChatGPT prompt engineering course is available. It covers Python scripting, combining Python with ChatGPT prompts, and building a real-world prototype with ChatGPT. The course also provides a Notion template and the source code for a Bitcoin Analyzer.

  4. 4
    Article
    Avatar of ossphsOSSPH·3y

    Top Modern Programming Languages You Should Use At Least Once

    A list of top modern programming languages, including Rust, Python, JavaScript, Kotlin, and Go, that are recommended for building high-performance, reliable, and scalable software.

  5. 5
    Article
    Avatar of communityCommunity Picks·3y

    Python CRUD Rest API, using: Django, Postgres, Docker and Docker Compose

    Learn how to create a CRUD Rest API in Python using Django and Docker. The post covers the step-by-step process of setting up the project, including creating a Django project, Dockerizing the application, and testing the endpoints.

  6. 6
    Article
    Avatar of hnHacker News·3y

    Astral: Next-gen Python tooling

    Ruff is so fast that sometimes I add an intentional bug in the code just to confirm it’s actually running. Sebastián Ramírez Creator of FastAPI Why is Ruff a gamechanger? Primarily because it's nearly 1000x faster.

  7. 7
    Article
    Avatar of systemweaknessSystem Weakness·3y

    Creating a undetectable Backdoor for Windows using — Villain

    Learn how to create an undetectable backdoor for Windows using Villain, a C2 framework written in Python. The post provides step-by-step instructions to generate the backdoor and bypass Windows Defender. It emphasizes that the information is for educational purposes only and does not condone illegal activities.

  8. 8
    Article
    Avatar of communityCommunity Picks·3y

    ChatGPT + Code Interpreter = Magic

    OpenAI is developing plugins for ChatGPT, including the Code Interpreter plugin, which allows users to generate code, run code, and manipulate images. The plugin has various capabilities such as analyzing data, creating music and animations, generating QR codes, and more.

  9. 9
    Article
    Avatar of colkgirlCode Like A Girl·3y

    Understanding Dependency Injections

    The benefits of Dependency Injections include increased flexibility and modularity in software design, improved testability, and reduced coupling between components. With dependency injection, we can pass the database connection to the class from outside, making the code more modular and easier to test.

  10. 10
    Article
    Avatar of medium_jsMedium·3y

    200+ Python and Data Science Tips — Covering Pandas, NumPy, ML Basics, Sklearn, Jupyter, and More.

    A collection of over 200 Python and Data Science tips covering Pandas, NumPy, ML Basics, Sklearn, Jupyter, and more, aimed at leveling up data analysis skills.

  11. 11
    Article
    Avatar of communityCommunity Picks·3y

    Dockerize a Python Application

    Learn how to dockerize a Python application by creating a Dockerfile and running it with Docker Compose. Also, learn how to push the Docker image to Docker Hub.

  12. 12
    Article
    Avatar of freecodecampfreeCodeCamp·3y

    Use Scrapy for Web Scraping in Python

    The Scrapy Beginners Course is broken down into 13 easy-to-follow parts that cover everything you need to know to get started with web scraping. The course also teaches you how to deploy your scraper to the cloud and schedule it to run periodically. Using fake user-agents and browser headers to avoid getting blocked.

  13. 13
    Article
    Avatar of kdnuggetsKDnuggets·3y

    A Step-by-Step Guide to Web Scraping with Python and Beautiful Soup

    A Step-by-Step Guide to Web Scraping with Python and Beautiful Soup - KDnuggets. Learn the basics of Web Scrapeing and its Python implementation. Also, get to know about the various methods of Beautiful Soup library.

  14. 14
    Article
    Avatar of communityCommunity Picks·3y

    Dockerize a Python application

    This post provides a tutorial on how to dockerize a Python application. It covers the prerequisites, creating a Dockerfile, using Docker Compose, and pushing the image to Docker Hub.