home.social

#pythonlearning — Public Fediverse posts

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

  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. 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

  3. 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

  4. 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

  5. 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

  6. 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

  7. 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

  8. 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

  9. 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

  10. 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 💡

  11. 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 💡

  12. 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 💡

  13. 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 💡

  14. 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 💡

  15. Do I add learning to Python to my list of things to do while searching for new work?

    I didn't have time to actually do so while working and now that I've been let go I can focus on that as well as some other tools.

    #pythonlearning

  16. 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

  17. 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

  18. 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

  19. 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

  20. 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

  21. 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