Python is taught online in Tamil without any cost. The only expectation from them is to create a blog and write our understanding after learning. Hence started writing the blog.
Started Learning python through Kaniyam. Got to know about two Tamil people Syed and Srini. Classes will be for Monday to Wednesday at 7pm to 8pm
WhatsApp group was created and 3 classes completed. Agenda for every class is clear. During the class Zoom Recording and YouTube Live both were made which is useful for Checking it again.
https://kaniyam.com/python-course-2024/
https://parottasalna.com/python-development/
I have already installed Python and VS code available in my laptop. Find little difficult to understand running the sample program via Terminal and from Vscode. After few tries it is little clear now. So environment is made available for the class.
Lot of free ebooks are available to learn python other than youtube videos. Recommended book links are as below
Day 1: Meet and Greet:
Agenda:
- Why Python ?
- Course Syllabus
- Python Installation - Windows, Linux
- Collab Notebook
- Where to see updates & recordings.
- Where to ask questions ?
- Our Expectations
- Basic Print Command
- About FOSS, FOSS Communities.
Post session, the below information is shared
Youtube Recording:
Part 1: https://www.youtube.com/live/rcJRkt3odlw?si=SZGCr6aBVwSQII0g
Part 2: https://www.youtube.com/live/xBpXOkyoFD8?si=Z89W5VAtLnkUpFHH
How to create a blog:
https://www.youtube.com/watch?v=pkp8WK9ub4o
Google Form to submit your blog url:
https://docs.google.com/forms/d/e/1FAIpQLSdiJ3qQ-37YSi2VnTFpgVIJL0iE9mxveKHA3kFnwVAmhJooMg/viewform?usp=sf_link
Whatsapp Group Links:
Group 1: https://chat.whatsapp.com/DcfvtLP0y6S0iUkjCJLcH7
Group 2: https://chat.whatsapp.com/ErBIxb1lQfs7mNRo33c4Vc
Group 3: https://chat.whatsapp.com/ETxQ9WVCXkp5TYmY22wLaC
Tamil Linux Forum Link: (Ask Your Queries here)
https://forums.tamillinuxcommunity.org/
Community Links
https://forums.tamillinuxcommunity.org/t/gather-all-the-foss-group-in-tamil-nadu/1387
Python Download Link:
https://www.python.org/downloads/
Google Colab Link:
https://colab.research.google.com/
Day 2: Python Print
Agenda:
- 10 min discussion on previous class
- Basic print statement
- Multiple prints
- separator
- concatenating strings
- escape sequences
- raw string
- printing quotes inside strings.
- printing numbers
- multiline strings
- string multiplication
- combining int and str in printing
- .format
- f-strings
Concepts are understood. Important links are
Youtube Recording:
Session: https://www.youtube.com/watch?v=zr3skBHzbAI&list=PLiutOxBS1Mizte0ehfMrRKHSIQcCImwHL&index=4&pp=gAQBiAQB
Q/A: https://www.youtube.com/watch?v=OWjW7GBMND4&list=PLiutOxBS1Mizte0ehfMrRKHSIQcCImwHL&index=5&pp=gAQBiAQB
Blog: https://parottasalna.com/2024/07/05/python-fundamentals-the-print/
Quiz: https://docs.google.com/forms/d/e/1FAIpQLSeW7dGCYrvPXBK7llexbwa_yImFQWFiHHE4c4ATOk-NwJWxIw/viewform?usp=sf_link
Task: https://parottasalna.com/2024/07/04/task-1-python-print-exercises/
Playlist: https://www.youtube.com/playlist?list=PLiutOxBS1Mizte0ehfMrRKHSIQcCImwHL
Colab Notebook: https://colab.research.google.com/drive/1Uu9btRd_U0i3-PRfZwlR2QalJRp0DbBK?usp=sharing
Infographics: https://parottasalna.com/wp-content/uploads/2024/07/print-method.pdf
Byte of Python book is recommended. The link is'''
https://python.swaroopch.com/
https://www.tutorialspoint.com/python/index.htm
https://python.swaroopch.com/
https://pymbook.readthedocs.io/
'''
Day 3: Data types Variables and constants
Agenda:
- Discussion on print quiz.
- Numeric Types (int, float, complex)
- Text Type (strings)
- Boolean Type (bool)
- None Type (None)
- How to check a data type ?
- What is a variable ?
- How to define it
- valid, invalid variables
- assigning values
- multiple assignment
- unpacking
- variable types
- Constants
Details shared
Print Quiz Solutions Video: https://youtu.be/JzFLSZySbRI
Print Task Solutions: https://youtu.be/k6pwbOZtQ30
Variables Datatypes & Constants:
Session: https://youtube.com/live/5G0PoJofxXk?feature=share
Q/A: https://youtube.com/live/9cJDqHwQG5k?feature=share
Blog: https://parottasalna.com/2024/07/07/python-fundamentals-constants-variables-and-data-types/
Quiz: https://docs.google.com/forms/d/e/1FAIpQLSezKyjHkKlg4Qo8juWqviZkasyWOcAcEcBzK_NsBwGYG3WAvg/viewform?usp=sf_link
Task: https://parottasalna.com/2024/07/07/task-2-constants-and-variables/
Playlist: https://www.youtube.com/playlist?list=PLiutOxBS1Mizte0ehfMrRKHSIQcCImwHL
Infographics: https://parottasalna.com/wp-content/uploads/2024/07/variables-constants-and-data-types-in-python.pdf
There was a Q&A session planned by Srini and Syed today as there are many participants(11.07.2024 - Thursday)
I told them that I will create a blog this weekend. Srini objected and said that postponing the activity will keep that delayed. Hence today I started writing my first blog.
For teaching Kids, below websites can be checked
Other important links:
I have asked two questions today.
- Website link to teach kids?
- To know in detail about print function(like hovering over VSCODE on print provides detail) what I have to do?
- For the above I have to add some addons. those are Python and Pylance
- During the conversation Pandas also came which is a library for Excel data processing.
Also there was some interesting questions came about AI training using Python. It seems like with the available data, next prediction will happen like Regression LinearGraph.To know more about AI, We need to study the Book from Kaniyam
AI Libraries
- Scifikit
- Tensorflow
- pytorch
To do:
- Go through the link or search on adding python, Pylance library to VScode
- Explore Pandas with the Ebook
- Read Byte of python till date
Top comments (0)