Icons8
The Noun Project
Flaticon
Font Awesome
Iconfinder
Feather Icons
IcoMoon
Magnific
Python
JavaScript
Java
C++
Rust
Ruby
PHP
Elixir
Icons8
PythonIcons8 is highly recommended for graphic designers, web developers, UI/UX designers, and any creative professionals who require access to a diverse range of design assets. It is also suitable for individuals and businesses seeking to enhance their projects with high-quality visuals.
Based on our record, Python should be more popular than Icons8. It has been mentiond 299 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
In this example, I used the GIF animation Upward Arrow icon by Icons8 as a base and customized its color. Then I transformed the GIF into a sprite. We also need a static button image. - Source: dev.to / over 1 year ago
Icons8 for icons and more (illustrations, 3D assets, AI photo gen). - Source: dev.to / about 2 years ago
Icons8 โ Icons, illustrations, photos, music, and design tools. Free Plan offers Limited formats in lower resolution. Link to Icons8 when you use our assets. - Source: dev.to / over 2 years ago
Looks like it isโthey started out with the same color scheme just without the splashes [0], then changed the colors when someone recognized it. From the thread it sounds like an honest mistake. They seem to have assumed that everything on icons8 [1] was up for grabs, when in fact a lot of trademarks are on there. [0] https://github.com/webui-dev/webui/issues/100#issuecomment-1545044899. - Source: Hacker News / over 2 years ago
Icon stocks In these sites, you will find cool icon collections to use in your websites. Iconfinder.com Icons8.com Flaticon.com. - Source: dev.to / over 2 years ago
137Foundry provides legacy modernization services that include dependency mapping as a foundational assessment phase. Prettier and ESLint are useful companion tools for enforcing code style consistency as the refactoring proceeds. Node.js and Python.org official documentation are authoritative references for understanding the import and module systems of those runtimes. - Source: dev.to / about 2 months ago
For Python codebases, tools like Python's built-in ast module and import analysis scripts can generate call graphs. For JavaScript, ESLint and module analysis tools serve a similar purpose. GitHub advanced search can help you find all internal references to a specific function across a large repository. - Source: dev.to / about 2 months ago
Import asyncio Import aiohttp From bs4 import BeautifulSoup Async def scrape_and_parse(url: str, session: aiohttp.ClientSession) -> dict: async with session.get(url) as response: html = await response.text() # BeautifulSoup parsing happens after the await โ no issue soup = BeautifulSoup(html, "html.parser") return { "url": url, "title": soup.title.string if soup.title... - Source: dev.to / 3 months ago
**_Beginner mistake to avoid_** - Writing SQL only inside DBeaver - Always save SQL files in VS Code and commit them **Using PostgreSQL with Python** _**What Python does here**_ Python talks to PostgreSQL and says: - โSave this dataโ - โGet this dataโ - PostgreSQL listens. Python works. _**Step 1: Install Python **_ - Download from https://python.org - During install, check Add Python to PATH Screenshot... - Source: dev.to / 6 months ago
Import time Import requests Import asyncio Import aiohttp Urls = [ 'https://example.com', 'https://httpbin.org/get', 'https://python.org' ] # Synchronous version Def sync_fetch(): for url in urls: response = requests.get(url) print(f"{url} fetched with {len(response.text)} characters") # Async version Async def async_fetch(): async with aiohttp.ClientSession() as session: ... - Source: dev.to / 9 months ago
The Noun Project - Creating, Sharing and Celebrating the World's Visual Language
JavaScript - Lightweight, interpreted, object-oriented language with first-class functions
Flaticon - A database of free vector icons.
Java - A concurrent, class-based, object-oriented, language specifically designed to have as few implementation dependencies as possible
Font Awesome - Font Awesome makes it easy to add vector icons and social logos to your website. And version 5 is redesigned and built from the ground up!
C++ - Has imperative, object-oriented and generic programming features, while also providing the facilities for low level memory manipulation