#pythonlearning — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #pythonlearning, aggregated by home.social.
-
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 -
Python Coding Comments Data Types #python #programming #pythonlearning #coding #tutorials #code #codeberg https://youtu.be/jxeKmEo26y0?si=CtO51z1a2RDnEEwa
-
Python Coding Comments Data Types #python #programming #pythonlearning #coding #tutorials #code #codeberg https://youtu.be/jxeKmEo26y0?si=CtO51z1a2RDnEEwa
-
My First Python Coding Tutorial - https://youtu.be/gnstHUEbMRI?si=weeAH40ctKrFWEs0 #pythonlearning #coding #programming #python
-
My First Python Coding Tutorial - https://youtu.be/gnstHUEbMRI?si=weeAH40ctKrFWEs0 #pythonlearning #coding #programming #python
-
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. 😄
-
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. ✨
#Arduino #IoT #PythonLearning #Automation #SoilMoistureSensor #WateringRobot 💡
-
Today's Poll.. 👇
What did you first build with Python?
#Python #CodingJourney #FirstProject #PythonLearning #TuxAcademy #LearnToCode #ProgrammingPoll #TechCommunity -
Slicing Tuple in python:
Slicing a tuple in Python means extracting a portion of it using the syntax tuple[start :stop :step].
#Python #PythonTips #Tuple #PythonSlicing #CodeSnippet #LearnPython #DevTips #100DaysOfCode #Programming #pythonlearning -
Slicing Tuple in python:
Slicing a tuple in Python means extracting a portion of it using the syntax tuple[start :stop :step].
#Python #PythonTips #Tuple #PythonSlicing #CodeSnippet #LearnPython #DevTips #100DaysOfCode #Programming #pythonlearning -
Stand back! I'm doing a developer!
-
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.
-
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.
-
🤓 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:
🔗 https://www.apogeonline.com/corsi/python-ebook-bundle/ -
🤓 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:
🔗 https://www.apogeonline.com/corsi/python-ebook-bundle/ -
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: http://eepurl.com/gH6myT
#datavisualization #data #statisticians #pythonlearning #datascienceeducation #bigdata
-
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: http://eepurl.com/gH6myT
#datavisualization #data #statisticians #pythonlearning #datascienceeducation #bigdata
-
I started to learn Python two years ago and stopped because I had too much on. It's time to get started again.
-
I've created a series of tutorial posts on Principal Component Analysis (PCA) across my social media accounts.
- PCA Explained: https://www.facebook.com/joachim.schork/posts/pfbid02Yx3RHmDakew21EiZBU9ZAP8hSAqoERc3ThiMBwevYSDTwZh2b7JDgEHgB7TmWKtGl
- Pros & Cons of PCA: https://x.com/JoachimSchork/status/1820334157219647749
- How to Visualize PCA Results: https://www.linkedin.com/posts/joachim-schork_dataanalytics-rprogramming-bigdata-activity-7224307564044267520-V8Q1/This series is also a teaser for my comprehensive online course on "Principal Component Analysis (PCA) – From Theory to Application in R."
Further details: https://statisticsglobe.com/online-course-pca-theory-application-r
-
I've created a series of tutorial posts on Principal Component Analysis (PCA) across my social media accounts.
- PCA Explained: https://www.facebook.com/joachim.schork/posts/pfbid02Yx3RHmDakew21EiZBU9ZAP8hSAqoERc3ThiMBwevYSDTwZh2b7JDgEHgB7TmWKtGl
- Pros & Cons of PCA: https://x.com/JoachimSchork/status/1820334157219647749
- How to Visualize PCA Results: https://www.linkedin.com/posts/joachim-schork_dataanalytics-rprogramming-bigdata-activity-7224307564044267520-V8Q1/This series is also a teaser for my comprehensive online course on "Principal Component Analysis (PCA) – From Theory to Application in R."
Further details: https://statisticsglobe.com/online-course-pca-theory-application-r
-
[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 -
[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 -
[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!
-
[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!
-
[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 -
[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 -
[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 -
[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 -
100 #python mini projects with source codes for #beginners
#guide #tutorial
#pythonlearning
#pythonprogramming #pythondeveloper #pythoncode
#DataScience #DataAnalytics
Pandas NumPy Scipy
#interpolation #search
#ProgrammingEducation
#edtech -
100 #python mini projects with source codes for #beginners
#guide #tutorial
#pythonlearning
#pythonprogramming #pythondeveloper #pythoncode
#DataScience #DataAnalytics
Pandas NumPy Scipy
#interpolation #search
#ProgrammingEducation
#edtech -
Quick Python Quiz - strip() Method!
Can you solve this quick exercise? What does the strip() method do in Python?
-
Quick Python Quiz - strip() Method!
Can you solve this quick exercise? What does the strip() method do in Python?
-
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
-
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
-
Incredibly Useful Function for Appending Data in Python!
Check out this amazingly helpful Python function for adding Data! Did you know it before?
-
Incredibly Useful Function for Appending Data in Python!
Check out this amazingly helpful Python function for adding Data! Did you know it before?
-
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
-
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
-
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: https://statisticsglobe.com/autoplot-pca-python
-
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: https://statisticsglobe.com/autoplot-pca-python
-
How I teach Python on the Raspberry Pi 400 at the public library | OpenSource.com https://red.ht/3uR6Muy #PythonLearning #PythonInEducation #Python
-
🧑💻 New learning unit in our #NetworkAutomation eAcademy: #Python!
Learn how to program using Python, why it is useful and how it can be used 👉 https://connect.geant.org/2023/02/27/new-learning-unit-in-the-network-eacademy-automation-tools-python
👤 Trainer: Iacovos Ioannou – CyNet
⏳ Course duration: 90 MinutesPS you can also follow your self-paced OAV (#Orchestration, #Automation, #Virtualisation) training via our interactive map 🗺️ https://wiki.geant.org/display/NETDEV/OAV+Training+Portal
#pythonlearning #python3 #pythoncoding #OpenSource #Network #Research #Education #Networking #Training #learning
-
TIP: Calculate the age of a file using Python’s os module
ZikTIPS #Python #pythonprogramming #Python3 #pythonlearning #pythoncode