Learning Python for FREE
2.83K subscribers
46 photos
2 videos
96 files
42 links
🧐 Want to learn the Python programming language and get one of the most demanded Skil 💵?

Then stay tuned 🌟 and just watch the course we publish once a week🗓️:

https://t.me/python_learning_free
Download Telegram
[Linux] What is the root directory in Linux?
Anonymous Quiz
53%
/root
8%
/home
39%
/
0%
/etc
[Python] What is the correct way to create a function in Python?
Anonymous Quiz
8%
function myFunction():
81%
def myFunction():
8%
create myFunction():
3%
func myFunction():
👍2
👍3
[Python] Which of these is a mutable data type in Python?
Anonymous Quiz
23%
String
27%
Tuple
42%
List
8%
Integer
👍1
[Linux] What is the root directory in Linux?
Anonymous Quiz
22%
/root
5%
/home
67%
/
5%
/etc
[Linux] What is the root directory in Linux?
Anonymous Quiz
24%
/root
12%
/home
63%
/
2%
/etc
[Flutter] What is the primary programming language used in Flutter?
Anonymous Quiz
41%
Java
10%
Kotlin
45%
Dart
4%
Swift
[Web Development] Which of these is not a JavaScript framework?
Anonymous Quiz
10%
React
7%
Angular
77%
Django
7%
Vue
🧠 Build your own ChatGPT

Build an LLM app with Mixture of AI Agents using small Open Source LLMs that can beat GPT-4o in just 40 lines of Python Code


⬇️ step-by-step instructions ⬇️
1👍1
Learning Python for FREE
APPRENDRE_PYTHON_DE_A_à_Z_LamjAFnybo0_135.mp4
Pour une ressource en Français, c'est par ici.
Qui est partant pour une séance de quizz juste sur python pour tester les connaissances ?
5👍2
[Python] What will happen if you call `list.remove(item)` on a list where `item` does not exist?
Anonymous Quiz
33%
The list remains unchanged
36%
An exception is raised
19%
The first element of the list is removed
13%
None of the above