home.social

#pythonlearning — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #pythonlearning, aggregated by home.social.

fetched live
  1. I'm doing a BASIC INTRODUCTION class for Python and one task is to call on a dictionary and get the value to the corresponding key. I *know* how to do this.
    But the sample code is so full of variables and input that I simply cannot identify what the key is. I'm incredibly frustrated. 😭
    #PythonLearning #beginner

  2. Simply combine an Arduino with the HC-SR04 ultrasonic sensor to easily create a distance measurement app. ✨

    The distance measurement system works by emitting ultrasonic waves and receiving reflected waves, making it a simple and ideal learning tool. 📏

    The hardware connection is simple: just four pins. Assembly takes just an hour! Even beginners can successfully create something that works. 😄

    📕 ebokify.com/arduino

    #Arduino #Electronics #HC_SR04 #PythonLearning #Beginners

  3. By combining an Arduino with a soil moisture sensor, relay, and pump, you can automate plant watering. 🌱

    When the sensor detects dryness, the pump activates and waters the plants automatically. 💧

    This is relatively easy to build, even for beginners, and a great way to learn programming. It's also recommended as a foundation for IoT. ✨

    📕 ebokify.com/arduino

    #Arduino #IoT #PythonLearning #Automation #SoilMoistureSensor #WateringRobot 💡

  4. I know I'm singing to the choir here but as someone that hasn't used Python in my day job until recently, I continue to be happy with its extensibility and usefulness.

    It is so obviously built by real people that use it to solve their everyday problems. Parsing files, creating reports, evaluating messy data. Wish I had this in my toolbox sooner.

    #Python #PythonLearning

  5. I know I'm singing to the choir here but as someone that hasn't used Python in my day job until recently, I continue to be happy with its extensibility and usefulness.

    It is so obviously built by real people that use it to solve their everyday problems. Parsing files, creating reports, evaluating messy data. Wish I had this in my toolbox sooner.

    #Python #PythonLearning

  6. 🤓 Vuoi portare le tue competenze in Python al livello successivo e sostenere Python Italia? Anche quest'anno è possibile grazie alla nostra collaborazione con Apogeo!

    📚 5 bundle di ebook dedicati a Python – per un totale di 30 ebook – sono disponibili ad un prezzo speciale solo fino al 29 ottobre. Perfetti sia per chi è alle prime armi, sia per chi vuole approfondire e specializzarsi.

    👉 Scopri tutti i dettagli qui:
    🔗 apogeonline.com/corsi/python-e

    #pythonprogramming #ebook #pythonlearning

  7. 🤓 Vuoi portare le tue competenze in Python al livello successivo e sostenere Python Italia? Anche quest'anno è possibile grazie alla nostra collaborazione con Apogeo!

    📚 5 bundle di ebook dedicati a Python – per un totale di 30 ebook – sono disponibili ad un prezzo speciale solo fino al 29 ottobre. Perfetti sia per chi è alle prime armi, sia per chi vuole approfondire e specializzarsi.

    👉 Scopri tutti i dettagli qui:
    🔗 apogeonline.com/corsi/python-e

    #pythonprogramming #ebook #pythonlearning

  8. Risk modeling is a fascinating aspect of data science, particularly in the context of Frequency-Severity modeling and Monte Carlo simulations.

    Thanks to Gabriel Ryan for sharing this graph in a recent post, which explains the topic in further detail.

    More information: eepurl.com/gH6myT

    #datavisualization #data #statisticians #pythonlearning #datascienceeducation #bigdata

  9. Risk modeling is a fascinating aspect of data science, particularly in the context of Frequency-Severity modeling and Monte Carlo simulations.

    Thanks to Gabriel Ryan for sharing this graph in a recent post, which explains the topic in further detail.

    More information: eepurl.com/gH6myT

    #datavisualization #data #statisticians #pythonlearning #datascienceeducation #bigdata

  10. I started to learn Python two years ago and stopped because I had too much on. It's time to get started again.

    #Python #pythonlearning #coding

  11. I've created a series of tutorial posts on Principal Component Analysis (PCA) across my social media accounts.

    - PCA Explained: facebook.com/joachim.schork/po
    - Pros & Cons of PCA: x.com/JoachimSchork/status/182
    - How to Visualize PCA Results: linkedin.com/posts/joachim-sch

    This series is also a teaser for my comprehensive online course on "Principal Component Analysis (PCA) – From Theory to Application in R."

    Further details: statisticsglobe.com/online-cou

    #Python #pythonlearning #datascienceenthusiast #datascience

  12. I've created a series of tutorial posts on Principal Component Analysis (PCA) across my social media accounts.

    - PCA Explained: facebook.com/joachim.schork/po
    - Pros & Cons of PCA: x.com/JoachimSchork/status/182
    - How to Visualize PCA Results: linkedin.com/posts/joachim-sch

    This series is also a teaser for my comprehensive online course on "Principal Component Analysis (PCA) – From Theory to Application in R."

    Further details: statisticsglobe.com/online-cou

    #Python #pythonlearning #datascienceenthusiast #datascience

  13. [PyCrumble No. 6] #Python __dunder__ special methods:
    What is the difference between __repr__, __str__ and __format__? (4/4)

    You can use __format__ also to create your own format specifications. Just be creative! 🤠
    #teachingpython #pythonlearning

  14. [PyCrumble No. 6] #Python __dunder__ special methods:
    What is the difference between __repr__, __str__ and __format__? (4/4)

    You can use __format__ also to create your own format specifications. Just be creative! 🤠
    #teachingpython #pythonlearning

  15. [PyCrumble No. 5] #Python __dunder__ special methods:
    What is the difference between __repr__, __str__ and __format__? (3/4)

    __format__ ensures that you can use Pythons format string mini-language with your objects. A basic usage could look like this beyond.

    More about format and its mini-language next time!

    #teachingpython #pythonlearning

  16. [PyCrumble No. 5] #Python __dunder__ special methods:
    What is the difference between __repr__, __str__ and __format__? (3/4)

    __format__ ensures that you can use Pythons format string mini-language with your objects. A basic usage could look like this beyond.

    More about format and its mini-language next time!

    #teachingpython #pythonlearning

  17. [PyCrumble No. 4] #Python __dunder__ special methods:
    What is the difference between __repr__, __str__ and __format__? (2/4)

    __repr__ is "what the developer wants to see", __str__ is "what the user wants to see". So you always want to implement __repr__ (especially for debugging) but __str__ is not as necessary.
    #teachingpython #pythonlearning #oop #programming

  18. [PyCrumble No. 4] #Python __dunder__ special methods:
    What is the difference between __repr__, __str__ and __format__? (2/4)

    __repr__ is "what the developer wants to see", __str__ is "what the user wants to see". So you always want to implement __repr__ (especially for debugging) but __str__ is not as necessary.
    #teachingpython #pythonlearning #oop #programming

  19. [PyCrumble No. 2] The minimum number of special- or "dunder"-methods to implement in your #python classes for your objects to behave like standard Python lists. In which other programing language can you do such cool things?
    #pythonlearning #pythonistas #oop

  20. [PyCrumble No. 2] The minimum number of special- or "dunder"-methods to implement in your #python classes for your objects to behave like standard Python lists. In which other programing language can you do such cool things?
    #pythonlearning #pythonistas #oop

  21. Quick Python Quiz - strip() Method!

    Can you solve this quick exercise? What does the strip() method do in Python?

    #python #pythonlearning #pythonquiz #datascience #Coding

  22. Quick Python Quiz - strip() Method!

    Can you solve this quick exercise? What does the strip() method do in Python?

    #python #pythonlearning #pythonquiz #datascience #Coding

  23. Drawing Histograms is so Simple in Python!

    Drawing histograms in Python is so simple. Just import pandas, create a DataFrame and use the plot() function!

    #python #pythonlearning #pandas #dataanalytic #coding #dataviz

  24. Drawing Histograms is so Simple in Python!

    Drawing histograms in Python is so simple. Just import pandas, create a DataFrame and use the plot() function!

    #python #pythonlearning #pandas #dataanalytic #coding #dataviz

  25. Incredibly Useful Function for Appending Data in Python!

    Check out this amazingly helpful Python function for adding Data! Did you know it before?

    #python #pythonlearning #pythonlist #dataanalytics #data

  26. Incredibly Useful Function for Appending Data in Python!

    Check out this amazingly helpful Python function for adding Data! Did you know it before?

    #python #pythonlearning #pythonlist #dataanalytics #data

  27. Drawing Barcharts is so Simple in Python!

    Drawing barcharts in Python is so simple. All you need is the pandas library, a DataFrame and the plot() function!

    #python #pythonlearning #pandas #barcharts #datascience #dataviz

  28. Drawing Barcharts is so Simple in Python!

    Drawing barcharts in Python is so simple. All you need is the pandas library, a DataFrame and the plot() function!

    #python #pythonlearning #pandas #barcharts #datascience #dataviz

  29. Hey, I've published a tutorial on how to draw an Autoplot of a Principal Component Analysis (PCA) using the Python programming language. The tutorial was created in collaboration with Paula Villasante Soriano: statisticsglobe.com/autoplot-p

    #pythonlearning #research

  30. Hey, I've published a tutorial on how to draw an Autoplot of a Principal Component Analysis (PCA) using the Python programming language. The tutorial was created in collaboration with Paula Villasante Soriano: statisticsglobe.com/autoplot-p

    #pythonlearning #research

  31. 🧑‍💻 New learning unit in our #NetworkAutomation eAcademy: #Python!

    Learn how to program using Python, why it is useful and how it can be used 👉 connect.geant.org/2023/02/27/n

    👤 Trainer: Iacovos Ioannou – CyNet
    ⏳ Course duration: 90 Minutes

    PS you can also follow your self-paced OAV (#Orchestration, #Automation, #Virtualisation) training via our interactive map 🗺️ wiki.geant.org/display/NETDEV/

    #pythonlearning #python3 #pythoncoding #OpenSource #Network #Research #Education #Networking #Training #learning