Passionate about continuous growth through education, collaboration, & innovation. This space is dedicated to sharing new ideas, and connecting with like-minded professionals.
Read more on our blog:
Read more on our blog:
This cheatsheet = things I wish I knew on day one. Hope it helps someone avoid my beginner mistakes. #Linux
This cheatsheet = things I wish I knew on day one. Hope it helps someone avoid my beginner mistakes. #Linux
Octal & Hexadecimal conversion. This has been the most humbling experience in my programming journey. Every programmer wrestles with something that felt impossible at first. This has been mine unfortunately. Sticking with the course. I know it will pay off
Octal & Hexadecimal conversion. This has been the most humbling experience in my programming journey. Every programmer wrestles with something that felt impossible at first. This has been mine unfortunately. Sticking with the course. I know it will pay off
#Linux
#Linux
while True:
print("Progress isn't always visible, but it is always happening.")
"Simple is better than complex."
#python #importthis
while True:
print("Progress isn't always visible, but it is always happening.")
"Simple is better than complex."
#python #importthis
Took a step back, reread the code, and realized: I was using the wrong variable. One word change and the issue was resolved.
Took a step back, reread the code, and realized: I was using the wrong variable. One word change and the issue was resolved.
Why did the function return early?
Because it had too many arguments .
please don't block me 😂
Why did the function return early?
Because it had too many arguments .
please don't block me 😂
A. You can vote!
B. You're too young to vote.
C. Syntax error
A. You can vote!
B. You're too young to vote.
C. Syntax error
Check out the lab I worked on this week! 1/3
Check out the lab I worked on this week! 1/3
x = 7
if x < 5:
print("Low")
elif x < 10:
print("Medium")
else:
print("High")
Feel free to leave your answers in the comments :) 2/2
x = 7
if x < 5:
print("Low")
elif x < 10:
print("Medium")
else:
print("High")
Feel free to leave your answers in the comments :) 2/2
As you can see, `not` can be used to flip comparisons, expressions, and more, making it an essential part of your Python toolbox! ⚙️
#Python #LearningToCode #BooleanLogic #Programming #TechJourney #DataScience #codecademy
As you can see, `not` can be used to flip comparisons, expressions, and more, making it an essential part of your Python toolbox! ⚙️
#Python #LearningToCode #BooleanLogic #Programming #TechJourney #DataScience #codecademy
#Python #BooleanLogic
#Python #BooleanLogic
Today, I dove deeper into Python and discovered the power of the **`not`** operator! 🐍 1/3
#Python #LearningToCode #BooleanLogic #Programming #TechJourney #DataScience #codecademy
Today, I dove deeper into Python and discovered the power of the **`not`** operator! 🐍 1/3
#Python #LearningToCode #BooleanLogic #Programming #TechJourney #DataScience #codecademy
Needing assistance with this lab. Can anyone explain?
Needing assistance with this lab. Can anyone explain?
Learn how to detect anomalies in time series data using different detection models. Explore our step-by-step guide with code examples for various applications.
https://blog.jetbrains.com/pycharm/2025/01/anomaly-detection-in-time-series/
Learn how to detect anomalies in time series data using different detection models. Explore our step-by-step guide with code examples for various applications.
https://blog.jetbrains.com/pycharm/2025/01/anomaly-detection-in-time-series/