Best of PythonJune 2022

  1. 1
    Article
    Avatar of freecodecampfreeCodeCamp·4y

    Automate Your Life with Python

    We just published a Python automation course on the freeCodeCamp.org YouTube channel. Learn how to automate boring and repetitive tasks such as creating an Excel report, sending text messages, extracting tables from websites, interacting with websites, and more. You will learn how to use a few different Python libraries to help with automation such as Path, Selenium, XPath.

  2. 2
    Article
    Avatar of pointerPointer·4y

    bregman-arie/devops-exercises: Linux, Jenkins, AWS, SRE, Prometheus, Docker, Python, Ansible, Git, Kubernetes, Terraform, OpenStack, SQL, NoSQL, Azure, GCP, DNS, Elastic, Network, Virtualization. DevO

    This repo contains questions and exercises on various technical topics, sometimes related to DevOps and SRE. There are currently 2292 exercises and questions. You can use these for preparing for an interview but most of the questions don't represent an actual interview. Join our DevOps community where we have discussions and share resources.

  3. 3
    Article
    Avatar of geekcultureGeek Culture·4y

    4 Automation Projects in Python You Can Finish in a Weekend

    Spend a weekend building a bot that will help you save thousands of hours. With Python, we can create simple yet powerful automation that can help us simplify the most tedious tasks we have. 4 Automation Projects in Python You Can Finish in a Weekend are available on GitHub.

  4. 4
    Article
    Avatar of geekcultureGeek Culture·4y

    Goodbye Excel. Hello Spreadsheets in Python!

    Here are some spreadsheets with the power of Python and the ease of use of Excel. Goodbye Excel. Hello Spreadsheets in Python! Back then I didn’t know how to code, so at least I needed to know Excel to get a job. Back then, Excel helped me a lot whenever I wanted to clean data.

  5. 5
    Article
    Avatar of hashnodeHashnode·4y

    Introducing CodeGuard: The open-source tool to obfuscate your JavaScript or Python code

    CodeGuard is an open-source tool to obfuscate your JavaScript or Python code. It can be used to make your code hard to read and nearly impossible to understand. Made using Vercel and Linode for the Hashnode Xode Hackathon and using Flask for the API.

  6. 6
    Article
    Avatar of geekflareGeekflare·4y

    15 Beginner Python Projects to Practice and Learn

    In this article, we’ll go over 15 Python projects with code that’s help you build a portfolio, and level up your Python programming skills. We also discuss why you should learn Python, followed by helping you choose a development environment. Along the way, we will also walk you through a list of 15 beginner-friendly Python projects.

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

    10 Python Scripts to Automate Your Daily Problems

    Use the discord-webhook module to send Discord webhooks. This is a handy script for developers who want to send hundreds of emails at once. The ICrawler module can help you download images from the Google Image Search engine. You can test your internet speed programmatically using the Okla speed test API.

  8. 8
    Article
    Avatar of geekcultureGeek Culture·4y

    I Did a Python Project Outside Work After A Year & Here’s How It Went…

    I Did a Python Project Outside Work After A Year & Here’s How It Went… emphatically.Honest confessions from a data analyst and best practices used to simplify the efforts of data analysts. I did a Python project outside work after a year & Here's How it Went. emphatically. I worked on a data project outside of my day job for a year and here's how it went. I didn’t finish it, but it was a start.

  9. 9
    Article
    Avatar of hashnodeHashnode·4y

    Python Object Oriented Programming For Absolute Beginners !

    Object-oriented programming is an approach to modeling real-world elements, such as players in a game or employees in a company. A simple example of an object is a car with properties such as color, speed, brand and weight, and methods such as increase or decrease speed, stop, turn right or left, reverse...