home.social

Search

143 results for “realpython”

  1. Yesterday when hearing about the rise of malicious #pypi packages on the #realpython podcast, I had an idea for a package I’m calling`pre-pip`.

    It’s a way to run some custom #python code before a #pip command. This could potentially be used to check if a package is on a known list of bad packages before installing it or to automatically upgrade pip before a pip install.

    Seems there are lots of possibilities here.

    #prepip #fosstodon #opensource #rich #click #precommit

  2. I loved the newest Real Python podcast episode with Stefanie Molin. She and Christopher talked about contributing to open source.

    realpython.com/podcasts/rpp/19

    #Python #OpenSource #RealPython

  3. I loved the newest Real Python podcast episode with Stefanie Molin. She and Christopher talked about contributing to open source.

    realpython.com/podcasts/rpp/19

    #Python #OpenSource #RealPython

  4. I loved the newest Real Python podcast episode with Stefanie Molin. She and Christopher talked about contributing to open source.

    realpython.com/podcasts/rpp/19

    #Python #OpenSource #RealPython

  5. I loved the newest Real Python podcast episode with Stefanie Molin. She and Christopher talked about contributing to open source.

    realpython.com/podcasts/rpp/19

    #Python #OpenSource #RealPython

  6. 🔍 / #software / #python / #asyncio

    Explore how Python asyncio works and when to use it. Follow hands-on examples to build efficient programs with coroutines and awaitable tasks.

    🐱🔗 laravista.altervista.org/CatLi

    #catlink #softwarepython #softwarepythonasyncio #realpython

  7. 🔍 / #software / #python / #asyncio

    Explore how Python asyncio works and when to use it. Follow hands-on examples to build efficient programs with coroutines and awaitable tasks.

    🐱🔗 laravista.altervista.org/CatLi

    #catlink #softwarepython #softwarepythonasyncio #realpython

  8. 🔍 / #software / #python / #asyncio

    Explore how Python asyncio works and when to use it. Follow hands-on examples to build efficient programs with coroutines and awaitable tasks.

    🐱🔗 laravista.altervista.org/CatLi

    #catlink #softwarepython #softwarepythonasyncio #realpython

  9. 🔍 / #software / #python / #asyncio

    Explore how Python asyncio works and when to use it. Follow hands-on examples to build efficient programs with coroutines and awaitable tasks.

    🐱🔗 laravista.altervista.org/CatLi

    #catlink #softwarepython #softwarepythonasyncio #realpython

  10. @villares I've found Leaflet to be a really easy way to work with maps in Python.

    The Python package to use for this is called Folium

    A useful tutorial to get you started is

    realpython.com/python-folium-w

    #python #folium #leaflet #gis #realpython

  11. @villares I've found Leaflet to be a really easy way to work with maps in Python.

    The Python package to use for this is called Folium

    A useful tutorial to get you started is

    realpython.com/python-folium-w

    #python #folium #leaflet #gis #realpython

  12. @villares I've found Leaflet to be a really easy way to work with maps in Python.

    The Python package to use for this is called Folium

    A useful tutorial to get you started is

    realpython.com/python-folium-w

    #python #folium #leaflet #gis #realpython

  13. @villares I've found Leaflet to be a really easy way to work with maps in Python.

    The Python package to use for this is called Folium

    A useful tutorial to get you started is

    realpython.com/python-folium-w

    #python #folium #leaflet #gis #realpython

  14. Python import: Advanced Techniques and Tips

    I thought I knew #Python until I read this. The plugins' functionality was quite interesting, and I have a few ideas about what I can use it for. One thing I miss in Python that I often use is in #CPP are true abstract classes, overloading, and extension of classes. With tools like this, you can achieve similar functionality.

    realpython.com/python-import/#

    #coding #development #opensource #realpython

  15. Python import: Advanced Techniques and Tips

    I thought I knew #Python until I read this. The plugins' functionality was quite interesting, and I have a few ideas about what I can use it for. One thing I miss in Python that I often use is in #CPP are true abstract classes, overloading, and extension of classes. With tools like this, you can achieve similar functionality.

    realpython.com/python-import/#

    #coding #development #opensource #realpython

  16. Python import: Advanced Techniques and Tips

    I thought I knew #Python until I read this. The plugins' functionality was quite interesting, and I have a few ideas about what I can use it for. One thing I miss in Python that I often use is in #CPP are true abstract classes, overloading, and extension of classes. With tools like this, you can achieve similar functionality.

    realpython.com/python-import/#

    #coding #development #opensource #realpython

  17. Python import: Advanced Techniques and Tips

    I thought I knew until I read this. The plugins' functionality was quite interesting, and I have a few ideas about what I can use it for. One thing I miss in Python that I often use is in are true abstract classes, overloading, and extension of classes. With tools like this, you can achieve similar functionality.

    realpython.com/python-import/#

  18. 🌍 Welcome to PyCon Africa!
    🤝We're excited to kick off this incredible event, uniting Python enthusiasts from across the continent and beyond.
    Let's code, connect, and create together! ⌨️💻♥️

    @ThePSF
    @OpenAI
    @nephila
    @realpython

    #PyConAfrica24 #PyConAfrica2024

  19. #PythonGotcha 🧵

    It is often useful to make a #copy of a given list before performing operations that would mutate the elements.

    When you make a shallow copy of an existing list, you create a new pointer to a new list object that points to the same old elements. (It saves memory.)

    On the other hand, if you make a deep copy, then you create a completely new copy of the original list.

    In other words: realpython.com/python-mutable-

    #learning #objects #python #dev #CS #DataScience #memory #dataDev

  20. How Do You Choose Python Function Names? – Real Python

    Rules and conventions for naming Python functions emphasizing:
    ➡️the importance of using descriptive, snake-case names.
    ➡️the use of underscores for internal methods
    ➡️differences in naming conventions for variables and classes.

    The article is based on Python Enhancement Proposals PEP8

    realpython.com/python-function

  21. El PEP-723 ha sido aceptado. Con este PEP se permite añadir a los scripts de python información sobre el entorno de ejecución que, hasta ahora, había que especificar externamente con un fichero pyproject.toml o similar.

    realpython.com/python-news-oct

    Este modo de integrar dependencias en un único fichero de script sigue la tendencia de algunos otros lenguajes. La más notable serían las "directivas" de scala, con las que se puede controlar no sólo las dependencias, sino también las versiones de la máquina virtual jvm, las implementaciones del lenguaje, el testing y el building final.

    #scripting #python #pep723

  22. 🐍💻 Python Developer Wanted: Software Engineer (Python / Django) at Mirvie (South San Francisco, CA, USA) #pythonjob #sponsored #python

  23. 🐍💻 Python Developer Wanted: Software Engineer (Python / Django) at Mirvie (South San Francisco, CA, USA)

  24. 🐍💻 Python Developer Wanted: Software Engineer (Python / Django) at Mirvie (South San Francisco, CA, USA) #pythonjob #sponsored #python

  25. 🐍💻 Python Developer Wanted: Software Engineer (Python / Django) at Mirvie (South San Francisco, CA, USA) #pythonjob #sponsored #python

  26. 🐍💻 Python Developer Wanted: Software Engineer (Python / Django) at Mirvie (South San Francisco, CA, USA) #pythonjob #sponsored #python