GNU social JP
  • FAQ
  • Login
GNU social JPは日本のGNU socialサーバーです。
Usage/ToS/admin/test/Pleroma FE
  • Public

    • Public
    • Network
    • Groups
    • Featured
    • Popular
    • People

Notices tagged with numpy

  1. Embed this notice
    Alexandre B A Villares 🐍 (villares@ciberlandia.pt)'s status on Saturday, 18-Jan-2025 02:31:33 JST Alexandre B A Villares 🐍 Alexandre B A Villares 🐍

    Minha apresentação sobre aprendizados de #NumPy para fazer #ProgramaçãoCriativa com #Python e #py5 até que é legal gente!

    https://youtu.be/TuV9T6vTrIM

    In conversation 4 months ago from ciberlandia.pt permalink

    Attachments

    1. Palestra: Python científico na programação criativa
      from Processing Community Day Brasil
      Processing Community Day Brasil 2023—Palestra: Python científico na programação criativa: o que eu aprendi até agora de numpy para usar nos meus desenhos—Ale...
  2. Embed this notice
    Alexandre B A Villares (villares@pynews.com.br)'s status on Monday, 23-Dec-2024 07:59:07 JST Alexandre B A Villares Alexandre B A Villares

    ```python
    tris = sequence.reshape(20,3)
    face_centers = vs[tris].mean(axis=1)
    ```

    Code at: https://github.com/villares/sketch-a-day/tree/main/2024/sketch_2024_12_22
    More sketch-a-day: https://abav.lugaralgum.com/sketch-a-day
    I really need your support to keep going, if you can, donate any amount at: https://www.paypal.com/donate/?hosted_button_id=5B4MZ78C9J724 #numpy #Processing #Python #py5 #CreativeCoding

    In conversation 5 months ago from pynews.com.br permalink

    Attachments

    1. No result found on File_thumbnail lookup.
      Alexandre Villares
    2. Domain not in remote thumbnail source whitelist: www.paypalobjects.com
      Donate to Alexandre Barrozo do Amaral Villares
      Help support Alexandre Barrozo do Amaral Villares by donating or sharing with your friends.

    3. Domain not in remote thumbnail source whitelist: opengraph.githubassets.com
      sketch-a-day/2024/sketch_2024_12_22 at main · villares/sketch-a-day
      One visual idea a day. Contribute to villares/sketch-a-day development by creating an account on GitHub.
  3. Embed this notice
    Linux Walt (@lnxw37j1) {3EB165E0-5BB1-45D2-9E7D-93B31821F864} (lnxw37j1@gnusocial.jp)'s status on Monday, 09-Dec-2024 12:51:03 JST Linux Walt (@lnxw37j1) {3EB165E0-5BB1-45D2-9E7D-93B31821F864} Linux Walt (@lnxw37j1) {3EB165E0-5BB1-45D2-9E7D-93B31821F864}
    in reply to
    • Linux Walt (@lnxw37j1) {3EB165E0-5BB1-45D2-9E7D-93B31821F864}
    Still working on finishing the track on #DataCamp. But I wanted to add a little more to this.

    It took me most of a year to discover this, but I struggled mightily with data analysis functions in #Python + #Numpy + #Pandas, in #R-lang, and in #Julia-lang. #SQL was much easier to comprehend. But I've recently had a few courses where they were covering pure Python, without the data analysis packages, and that is totally different.

    Even though I've barely touched Python in the past 20 years or so, it feel familiar and almost everything we do feels "natural". With the data analysis / data science content, it feels like there are dozens of nearly identically-named functions and methods, each with its own special syntax and list of arguments to pass to it.

    fleep(ugarit=1, dopongo='nezhir', neeq=['bijoc', 'umbagula'])

    and

    floop(nsommus=17, dubunoid=['nezhir', 5, 'immertel'], neeq=['bijoc', 'umbagula'])

    are easily mixed up and I always (no, seriously always) pick the wrong one first.

    I guess that's not a DataCamp issue, but more of a problem with the tools being covered.

    But DataCamp's methods don't help with this much. Each one-hour chapter of each four-hour course is supposed to be a sequence of bite-sized tools that one learns to use and then remembers it when it comes up again later. Unfortunately, it quickly turns into a big ball of mud.
    In conversation 5 months ago from web permalink
  4. Embed this notice
    Sharlatan (sharlatan@mastodon.social)'s status on Tuesday, 19-Nov-2024 00:46:38 JST Sharlatan Sharlatan

    Good news #NumPy is built 1.23.2->1.24.4 with the latest #pytest and #MyPy, any other versions up to 1.26.4 could not be built without a higher level of wizardry.

    #Pandas has been built on the latest version!

    Fixing failing dependency to build #SciPy hoping to refresh it to the latest version when chaning packages are resolved.

    70+ commits are in the queue for the python team in #Guix.

    Oh Brave New World...

    In conversation 6 months ago from mastodon.social permalink
  5. Embed this notice
    mort (mort@fosstodon.org)'s status on Sunday, 08-Sep-2024 20:51:05 JST mort mort

    What if we had something similar to the #numpy API on the #web and in #node etc? V8 is faster than CPython sure but you still can't get close to the performance of a hand-crafted SIMD number crunching loop written in C when writing #JavaScript (or using #WebAssembly for that matter). You kinda can in #Python thanks to numpy.

    You may argue that most web/JS things don't need that level of performance.. but for sites which want to do e.g some pretty complex image prcoessing, SIMD would be great

    In conversation 8 months ago from fosstodon.org permalink
  6. Embed this notice
    ruthpozuelo (ruthpozuelo@mastodon.social)'s status on Sunday, 08-Sep-2024 03:40:13 JST ruthpozuelo ruthpozuelo

    My next step to my #python learning is #numpy . If you have a resource you love, send it my way.

    The focus is #datascience and #dataanalysis , so a lot of array creation, manipulation and slicing.

    Thanks!

    In conversation 8 months ago from mastodon.social permalink
  7. Embed this notice
    leah wasser (leahawasser@fosstodon.org)'s status on Monday, 20-May-2024 01:46:31 JST leah wasser leah wasser
    • pyOpenSci

    Learning about #numpy comics in the documentation summit . How can we make #opensource documentation more fun amd user friendly?! Do you have ideas? #pyconus @pyOpenSci

    In conversation 12 months ago from fosstodon.org permalink

    Attachments


    1. https://cdn.fosstodon.org/media_attachments/files/112/468/481/223/602/960/original/da1fc5afbbc09bbd.jpg
  8. Embed this notice
    LinuxWalt (@lnxw48a1) {3EB165E0-5BB1-45D2-9E7D-93B31821F864} (lnxw48a1@nu.federati.net)'s status on Thursday, 21-Mar-2024 11:01:33 JST LinuxWalt (@lnxw48a1) {3EB165E0-5BB1-45D2-9E7D-93B31821F864} LinuxWalt (@lnxw48a1) {3EB165E0-5BB1-45D2-9E7D-93B31821F864}
    Weird feeling for me: In a few of these #DataCamp courses, I'm now feeling lost when I'm doing the exercises. I think I need to spin up a separate data analysis project using #R-Lang, or #Python + #numpy + #pandas or #SQL ... or maybe do the same project three ways.

    With SQL, at least, it seems to be an artifact of the way their hands-on code runner works (Displays a short `head` of the relevant tables ... so when you're working on queries, you may not have a direct way to see whether your query does specifically what you expected and intended.)

    With R-Lang, it is just that it isn't always apparent what the language will do. Some things are inexplicably backwards compared to most other languages I've seen, so mentally I tend to go with the wrong choice. Also, the practice question set is too small. I've reached the point where some of the practice exercises are familiar enough that I know which answer to choose immediately without having any understanding of why that is the correct choice.
    In conversation about a year ago from nu.federati.net permalink
  9. Embed this notice
    phiofx (phiofx@hachyderm.io)'s status on Tuesday, 23-Jan-2024 07:16:23 JST phiofx phiofx
    in reply to
    • sirber

    @sirber @amin scratch the mighty #python and invariably you find some C/C++ lib that is as high performance as can get. Case in point the #lxml lib for parsing whatever you fetch from the web...
    https://pypi.org/project/lxml/

    Where python speed will let you down performance wise is if you write "naive" code for a computationally intense task and dont use something like #numpy, #cython etc.

    In conversation about a year ago from hachyderm.io permalink

    Attachments


  10. Embed this notice
    Jacob Scott (_wurli@fosstodon.org)'s status on Thursday, 21-Dec-2023 20:59:00 JST Jacob Scott Jacob Scott

    #NumPy should be in the #Python standard library.

    In conversation about a year ago from fosstodon.org permalink
  11. Embed this notice
    phiofx (phiofx@hachyderm.io)'s status on Thursday, 21-Dec-2023 20:58:56 JST phiofx phiofx
    in reply to
    • Jacob Scott

    @_wurli if people optimized #numpy to take automatically maximum advantage of all available hardware, e.g multi-core, gpu etc, it sort of makes moot any performance concerns around #python (for a wide range of applications).

    The complexity of working with #cuda, c++ bindings or inventing new languages like #mojo would be largely mitigated on a 80/20 principle.

    I dont know if there is an intrinsic obstacle for this to happen or if there is some other reason...

    In conversation about a year ago from hachyderm.io permalink
  12. Embed this notice
    MagTkr (mag_tkr@mastodon.social)'s status on Friday, 21-Jul-2023 18:39:06 JST MagTkr MagTkr

    ndarray多次元配列では複数のインデックスを指定できる
    #python, #numpy

    [NumPy超入門]多次元配列「ndarray」の高度なインデックス指定に触れてみよう
    https://atmarkit.itmedia.co.jp/ait/articles/2307/21/news031.html

    In conversation 2 years ago from mastodon.social permalink

    Attachments

    1. Domain not in remote thumbnail source whitelist: image.itmedia.co.jp
      [NumPy超入門]多次元配列「ndarray」の高度なインデックス指定に触れてみよう
      from @atmark_it
      NumPyが提供する多次元配列の要素を選択するために、その整数値のインデックスを配列で与えたり、ブーリアン値の配列を与えたりする方法を紹介します。覚えると便利に使えるはずです。

Feeds

  • Activity Streams
  • RSS 1.0
  • RSS 2.0
  • Atom
  • Help
  • About
  • FAQ
  • TOS
  • Privacy
  • Source
  • Version
  • Contact

GNU social JP is a social network, courtesy of GNU social JP管理人. It runs on GNU social, version 2.0.2-dev, available under the GNU Affero General Public License.

Creative Commons Attribution 3.0 All GNU social JP content and data are available under the Creative Commons Attribution 3.0 license.

Embed this notice