
Python
JavaScript
Java
C++
Rust
Ruby
PHP
Elixir
Odysee
YouTube
PeerTube
LBRY
DTube
Vimeo
BitChute
Rumble
Python
OdyseeOdysee is a truly a big competitor of YouTube. No annoying ads and smooth flow of videos is a big plus of this platform. Highly recommended!!
Based on our record, Odysee should be more popular than Python. It has been mentiond 483 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.
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
For anyone without an iPhone or doesn't want to install the app you can see a demo here: https://odysee.com/@techlore:3/permission-not-required-the-open-source:3 https://www.youtube.com/watch?v=_n_SpEWtqog https://inv.nadeko.net/watch?v=_n_SpEWtqog https://techlore.tv/w/d7dh4P7y4dVngNoL7u7s3B. - Source: Hacker News / 15 days ago
We cannot carve and move rocks and dirt like they did: https://odysee.com/@hiddenincatours:3/megalithic-saqsaywaman-in-peru-2-2:e. - Source: Hacker News / 17 days ago
I have never purchased Monero anonymously, I just buy it straight from fiat on Kraken. What I do: Fiat-->Kraken-->Monero-->Self-custody Monero Wallet If you don't want anyone to know you purchased Monero(which is not necessary for most people because once you have the Monero, it's untraceable and all anyone can know is that you bought Monero, similar to how anyone can know you have cash once you withdraw from the... - Source: Hacker News / about 1 month ago
As explained here[1], HIPPA makes our medical privacy worse, not better. [1] https://www.youtube.com/watch?v=4sfIBRTcRpU https://odysee.com/@NaomiBrockwell:4/HIPAA:7. - Source: Hacker News / about 1 month ago
HIPAA makes our medical privacy worse, unfortunately. (https://odysee.com/@NaomiBrockwell:4/HIPAA:7). - Source: Hacker News / 2 months ago
JavaScript - Lightweight, interpreted, object-oriented language with first-class functions
YouTube - Our mission is to give everyone a voice and show them the world.
Java - A concurrent, class-based, object-oriented, language specifically designed to have as few implementation dependencies as possible
PeerTube - Federated (ActivityPub) video streaming platform using P2P (BitTorrent) directly in the web browser...
C++ - Has imperative, object-oriented and generic programming features, while also providing the facilities for low level memory manipulation
LBRY - Meet LBRY, a content sharing and publishing platform that is decentralized and owned by its users.