Sudo Learning

52 posts

Sudo Learning banner
Sudo Learning

Sudo Learning

@SudoLearning

Grow your technical skills 🤓🧑‍💻 #python #data #ml #programming #cloud

参加日 Aralık 2023
16 フォロー中5 フォロワー
Sudo Learning
Sudo Learning@SudoLearning·
@tegatweets_ Great progress Tega! If you're learning python, you should follow our page. We post a lot of python challenges that may help you in your journey. You should also check out our most recent blog post on socket programming with python. medium.com/sudo-learning/…
English
0
0
0
5
Tega Abiri
Tega Abiri@tegaabiri·
Day 1 of #100DaysOfCode : Today, I built a band name generator. Basically learning how to concatenate strings together; input functions etc. I started a new course on Python. 100 Days of Code by Dr. Angela Yu on Udemy. Excited about this!
Tega Abiri tweet media
English
24
8
116
8.9K
Anant Luthra
Anant Luthra@anant_luthra_·
Day 45-46 of #100DaysOfCode in web dev I did following things: - - I learnt about matches method in JS✅ - Completed my laptop battery care tool which i made in python, it notifies if battery is < 35% or >= 85%, so that i can put in or out the charger 😁 ✅
Anant Luthra tweet media
English
4
1
27
841
Sudo Learning がリツイート
Bob Belderbos
Bob Belderbos@bbelderbos·
Did you know you can easily log a traceback in #Python? Just use logging.exception(), it adds the exception info to the logging message, for example:
Bob Belderbos tweet media
English
1
8
25
1.8K
Sudo Learning
Sudo Learning@SudoLearning·
The correct answer is 🥁🥁🥁 B! request.GET.get('name', 'Guest') retrieves the value of "name" from the request. If "name" is not present, it defaults to 'Guest'. It then renders my_template.html with the retrieved name. Did you get it right?
Sudo Learning@SudoLearning

Python Challenge: A special treat for you Django developers 🤓 What does this function do? #python #programming #developer #programmer #webdev #webdeveloper #webdevelopment #pythonprogramming #pythonquiz #ai #ml #machinelearning #datascience #100DaysOfCode #CodingChallenge

English
0
0
0
14
Sudo Learning
Sudo Learning@SudoLearning·
@tu_shar81 That's awesome! 💪 What projects are you planning on working on?
English
0
0
0
11
Sudo Learning
Sudo Learning@SudoLearning·
@habeebslm In the function shown, 'Guest' is the default value for name. The correct answer is 🥁🥁🥁 B) Renders the `my_template.html` with the name provided in the request's query parameters Although if the incoming request failed to specify a name for whatever reason, you'd be right!
English
0
0
0
3
Sudo Learning
Sudo Learning@SudoLearning·
The correct answer is A) 4 🤓 The code defines a lambda function based on a condition. Since 5 is greater than 2, the lambda function (lambda x: x**2) is assigned to func. Then, func(2) is called, which squares the input 2 and returns 4. Did you answer correctly? 🤔
Sudo Learning@SudoLearning

Python Challenge: What is the output of the following Python code, and why? 🤔 Comment your answers below! 👇 #python #programming #developer #programmer #webdeveloper #webdevelopment #pythonprogramming #pythonquiz #ai #ml #machinelearning #datascience #CodingChallenge

English
0
0
1
16