Dev

Pytrends 1: How to use Google Trend unofficially with Python

Overview Google Trends provides valuable insights into search trends and keyword popularity. However, Google doesn’t offer an official API for accessing this data. Fortunately, the Pytrends library enables us to access Google Trends data using Python. In this tutorial, we’ll walk you through the installation and setup of Pytrends, and demonstrate how to perform a simple search and interpret the results. Prerequisites To follow this tutorial, you should have: Python 3 installed Basic knowledge of Python programming Familiarity with using Python packages Installation To install Pytrends, simply use pip: ...

March 26, 2023 · 2 min · 326 words · Juhyun Lee
한국어 日本語 简体中文 Bahasa Indonesia Español Français Português Tiếng Việt 繁體中文
Dev

How to Use Pyenv and Pyenv-Virtualenv

In this blog post, we will discuss how to use pyenv and pyenv-virtualenv, two powerful tools that can help you manage multiple Python versions and virtual environments with ease. We will cover installation instructions for various platforms, such as Mac and Linux, and discuss the most frequently used features of these tools. By the end, you’ll have a solid understanding of how to use these tools effectively in your development workflow. ...

March 16, 2023 · 3 min · 521 words · Juhyun Lee
한국어 日本語 简体中文 Bahasa Indonesia Español Français Português Tiếng Việt 繁體中文
Dev

Automating Workout Scheduling with Notion API

I. Introduction This development report aims to demonstrate how to use the Notion API to automate workout scheduling. Notion is an all-in-one productivity tool that allows users to create and organize databases, notes, tasks, and much more. The Notion API provides developers with programmatic access to Notion’s features, enabling the automation of various tasks. The code snippet provided showcases how to use the Notion API to create workout events in a database based on a predefined schedule. The script fetches the existing events within a specific date range and creates new events for the days that do not have any scheduled events. The workout schedule is defined in the days_of_week dictionary, which maps each day of the week to a workout name and a list of tags. ...

March 14, 2023 · 7 min · 1419 words · Juhyun Lee
한국어 日本語 简体中文 Bahasa Indonesia Español Français Português Tiếng Việt 繁體中文