Learning Python for FREE
2.81K subscribers
44 photos
2 videos
96 files
40 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
This media is not supported in your browser
VIEW IN TELEGRAM
👍31🤝1
Français: AlphaGo a-t-il vraiment déjoué un champion de Go?

Qu'est-ce que le RL(Apprentissage par renforcement) ?

Rejoignez-nous pour explorer le concept : https://gdg.communauté.dev/j/8ug4rayykdk4q/

Groupe WhatsApp : https://chat.whatsapp.com/L1muNjTcrs34TtXp3SV78h

Did AlphaGo really outsmart a Go champion?

What's RL(Reinforcement Learning) ?

Join us as we explore the concept : https://gdg.community.dev/j/8ug4rayykdk4q/

WhatsApp Group : https://chat.whatsapp.com/L1muNjTcrs34TtXp3SV78h
🔥2👍1
Forwarded from 💻🛠 Programmation et tutos🛠💻 (NDE HURICH DILAN)
Un LLM aussi bon que votre docteur préféré ?

Est-ce même possible ?

Rejoignez-nous pour discuter de * LLM spécifique au domaine*

https://gdg.community.dev/j/8ug4rayykdk4q/

Groupe WhatsApp : https://lnkd.in/eR3fKA6C
👏1
Forwarded from 💻🛠 Programmation et tutos🛠💻 (NDE HURICH DILAN)
Prochain rendez-vous c'est ce soir.

Un seul lien : https://meet.google.com/rdn-mysr-rox


A partir de 20h
Forwarded from 💻🛠 Programmation et tutos🛠💻 (NDE HURICH DILAN)
Nous venons de terminer le Jour 2 et c'était tout simplement magnifique.
https://www.kaggle.com/learn-guide/5-day-genai

N'oubliez pas de consulter le notebook pour tester le code et jouer avec :

https://colab.research.google.com/drive/1x3L4IoqZ-XKks31DNKFxs6WpmeXD4Mt1?usp=sharing


Si vous avez des questions ou des suggestions, n'hésitez pas !


Le challenge continue sur https://gdg.community.dev/j/8ug4rayykdk4q/
👍2🔥21
Forwarded from 💻🛠 Programmation et tutos🛠💻 (NDE HURICH DILAN)
Hello everyone,

I hope you're all doing well.
---------------------------------------------------------
Hello à tous,

En espérant que tout le monde va bien,


We are starting in 4 minutes

https://meet.google.com/rdn-mysr-rox
Learning Python for FREE pinned «Les 5 jours de challenge sont finis.

Et si on continuais avec nos 100 jours de python ?
»
Forwarded from Learning Python for FREE
Pour les ressources j'ai choisis une formation au format vidéo suivie de quelques exercices de temps en temps.


Cette formation est une formation de 100 jours (100 days of python) et chaque jour je vais envoyer une vidéo sur laquelle vous allez travailler et faire vos propres recherches.



Si vous suivez la formation chaque jour ou juste suivez les vidéos vous verrez votre niveau augmenter de jour en jour 🖥

J'enverrais la première vidéo demain, en attendant apprêté vos machines ou vos téléphones (et oui vous pouvez coder en python sur votre téléphone ) et un cahier ou bloc note où vous pourrez noté ce que vous apprenez et y revenir après.
2👍1
⌨️ Python Question / Quiz;

What is the output of the following Python code, and why?
[Python] What does the `input()` function return in Python?
Anonymous Quiz
24%
An integer
58%
A string
12%
A boolean
6%
A float
[Python] What is the output of the following code?

```python print('Python'[-2]) ```
Anonymous Quiz
19%
'P'
7%
'n'
27%
'h'
47%
'o'
[Python] Which of the following is a mutable data type in Python?
Anonymous Quiz
36%
Tuple
20%
String
42%
List
2%
Integer