Best of PythonJanuary 2022

  1. 1
    Article
    Avatar of pointerPointer·4y

    Python Design Patterns

    This site is letting me collect my ideas about Python and Design Patterns all in one place. My hope is that these pages make the patterns more discoverable. To check for new material, simply visit the commit history of this site’s project repository on GitHub, where you can also select “Watch” to get updates.

  2. 2
    Article
    Avatar of gcgitconnected·4y

    How I scrape lots of sites with one python script

    Mykhailo Kushnir has created a python script that can scrape 90% of websites for free. He uses a dockerized version of Selenium and chromedriver for stability. The script can be used to scrape good-old quotes.toscrape.com. The result is stored in a CSV file.

  3. 3
    Article
    Avatar of crioCrio.Do·4y

    5 Python Projects Explained Step-By-Step, Get Started Today

    Python is widely used in Machine Learning and Data Science. Its simple syntax, ease of use, versatility, and thriving community make it ubiquitous. Having practical knowledge can be a strong point on your resume for top product-based companies. By building the above projects, you can gain relevant industry skills and experience.

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

    12 Tricks To Write Better Python Code

    A list of Python code tricks that every Python developer should know. Harendra Verma: 12 Tricks To Write Better Python Code. A compilation of python coding industry standards that I’ve picked up over the previous several months to help me write more idiomatic Python code.

  5. 5
    Article
    Avatar of btrprogBetter Programming·4y

    If You Want To Scale Your Application, Learn How to Async

    Asynchronous programming is not suitable if your tasks are CPU intensive. It leverages the idle time of CPU’s performing I/O operations. If you are working with a framework like Django which uses Python which has limitations when it comes to running parallel processes, this approach can cause issues.

  6. 6
    Article
    Avatar of devdojoDevDojo·4y

    5 programming languages that can make it big in 2022

    Programming languages are the foundation of all technical advancements. You should begin by mastering one language and gaining a strong command of it. Then you can move on to the next one, and so on. The domain in which you are interested determines whether or not you should learn a language.

  7. 7
    Article
    Avatar of swcdSweetcode·4y

    Top 10 Coding Mistakes in Python & How to Avoid Them

    Python is flexible, fun, and easy to learn, but there are some common errors that can give you a headache if you don’t understand Python’s quirks. In this article, we will help you save time in the future by introducing you to 10 of the most common errors.

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

    5 More Useful Scripts in Python — 4

    In this article, I have discussed 5 Python scripts or 5 mini-projects that you can create to brush up on your Python skills. I have published part 1, part 2, and part3 of this post earlier, I will provide the link to that article below. Learn more Python script posts here.