- 92
- 144 330
Town Coder
Pakistan
เข้าร่วมเมื่อ 1 มี.ค. 2022
Welcome to TownCoder🚀
Dive into the exciting worlds of Artificial Intelligence, Langchain, Python, and Flutter programming with our in-depth tutorials and guides. Whether you're a beginner eager to learn the fundamentals or an experienced developer seeking advanced techniques, our channel is your go-to destination for all things tech and coding.
🤖 AI Programming
🔗 Langchain Tutorials
🐍 Python Coding
⚙️ Flutter App Development
Don't miss out on the opportunity to enhance your skills and stay up-to-date with the latest trends in AI, Langchain, Python, and Flutter.
Make sure to hit the 'Subscribe' button and turn on the notification bell so you never miss an update. Let's embark on a journey of coding excellence together!
Connect with us:
Website: towncoder.com
Twitter: haiderkhalil
Facebook: haideralikhalil
LinkedIn: www.linkedin.com/in/haiderkhalil/
Udemy: www.udemy.com/user/haider-ali-65/
Dive into the exciting worlds of Artificial Intelligence, Langchain, Python, and Flutter programming with our in-depth tutorials and guides. Whether you're a beginner eager to learn the fundamentals or an experienced developer seeking advanced techniques, our channel is your go-to destination for all things tech and coding.
🤖 AI Programming
🔗 Langchain Tutorials
🐍 Python Coding
⚙️ Flutter App Development
Don't miss out on the opportunity to enhance your skills and stay up-to-date with the latest trends in AI, Langchain, Python, and Flutter.
Make sure to hit the 'Subscribe' button and turn on the notification bell so you never miss an update. Let's embark on a journey of coding excellence together!
Connect with us:
Website: towncoder.com
Twitter: haiderkhalil
Facebook: haideralikhalil
LinkedIn: www.linkedin.com/in/haiderkhalil/
Udemy: www.udemy.com/user/haider-ali-65/
How to convert normal LED TV to Smart Notice Baord
In the organization I work, notices were served to the staff via a hard board notice board (fixed at the entrance of the office) by pasting messages on white papers.
Text messages barely brought attention of the staff while entering the office.
I decided to install a fancy/smart electronic notice board with my limited available resources. I decided to use my 30 inch normal LED (Not smart TV) installed in my office.
Article on Medium: medium.com/@haiderkhalil/how-i-converted-a-normal-led-into-a-fancy-electronic-notice-board-976b3160a8c4
www.linkedin.com/in/haiderkhalil/
medium.com/@haiderkhalil
www.udemy.com/user/haider-ali-65/
Text messages barely brought attention of the staff while entering the office.
I decided to install a fancy/smart electronic notice board with my limited available resources. I decided to use my 30 inch normal LED (Not smart TV) installed in my office.
Article on Medium: medium.com/@haiderkhalil/how-i-converted-a-normal-led-into-a-fancy-electronic-notice-board-976b3160a8c4
www.linkedin.com/in/haiderkhalil/
medium.com/@haiderkhalil
www.udemy.com/user/haider-ali-65/
มุมมอง: 49
วีดีโอ
Area Calculator App - Marla Calculator (زمین پیمایش اب منٹوں میں)
มุมมอง 6714 วันที่ผ่านมา
Calculate area of un-even sided space in minutes Check app at: areacal.streamlit.app/ This app is developed in Python Streamlit Code is here: medium.com/@haiderkhalil/area-calculator-in-python-streamlit-d4aa1a2365c3 www.linkedin.com/in/haiderkhalil/ medium.com/@haiderkhalil www.udemy.com/user/haider-ali-65/
Add Social Media Links in Python Streamlit
มุมมอง 1721 วันที่ผ่านมา
Tutorial video of adding social media links (TH-cam, FaceBook, Gihub, x) in Python Streamlit. Code available at: medium.com/@haiderkhalil/how-to-add-social-media-links-with-icons-in-pythons-streamlit-e1ef627b1c60 www.linkedin.com/in/haiderkhalil/ medium.com/@haiderkhalil www.udemy.com/user/haider-ali-65/
Convert Excel Sheet to Dashboard using Python Streamlit
มุมมอง 11821 วันที่ผ่านมา
In this tutorial video I have explained how can you as a Developer convert a simple Excel Sheet into an Excellent Dashboard. The app is written using Python Streamlit. Python Pandas library has been used. Working app can be checked at ge2018.streamlit.io Complete Code: github.com/haideralikhalil/ge_2018 www.linkedin.com/in/haiderkhalil/ medium.com/@haiderkhalil www.udemy.com/user/haider-ali-65/
General Elections 2018 Dashboard: Python Streamlit app
มุมมอง 5021 วันที่ผ่านมา
Check it on ge2018.streamlit.app/ General Elections 2018 Dashboard is a Python Streamlit app that converts an Excel file to a wonderful interactive Dashboard. The app is developed in Python. If you are interested to know how the app is developed? leave a comment. Based on the interest of the audience I will make a tutorial of "How to Develop a Dashboard from an Excel Sheet in Python?". Complete...
How to develop cross platform apps in Python Kivy
มุมมอง 137หลายเดือนก่อน
There are different cross platform development tools like Flutter from Google. But with the rising trend of Python being used everywhere the market for Python developers to develop cross-platform apps is Growing. I want to start a series of tutorials for developing cross-platform apps in Python Kivy. This is an introductory video. Steps involved: Install kivy python -m pip install "kivy[base]" ...
How to Call Phone in Python in 2-lines of code?
มุมมอง 58หลายเดือนก่อน
#python #Developers need write code for making phone calls, specially in #kivy apps. Here is the 2-lines #code to make #phone call in Python. Medium Article: medium.com/@haiderkhalil/how-to-call-phone-in-python-in-2-lines-of-code-c0d316003db8 www.linkedin.com/in/haiderkhalil/ medium.com/@haiderkhalil www.udemy.com/user/haider-ali-65/
How to Access Google Sheets in Python?
มุมมอง 86หลายเดือนก่อน
Google Sheets are very powerful and can be used to store data. Data in Google Sheets may come from a Web application of Google Forms. In this tutorial video you will learn how to use Google Sheets API in Python. I will be using pythons gspread module for this. I have tried to make the tutorial as simple as possible. In my next video I will try to teach you how to modify the Google Sheet with Py...
How to Delete Google Cloud Project in Google Cloud Console?
มุมมอง 64หลายเดือนก่อน
You have unused projects in Google Cloud and You want to delete it.
21 Images in Flutter
มุมมอง 407 หลายเดือนก่อน
medium.com/complete-flutter-guide/images-in-flutter-9d9cfff0b695
20 SQLite database in Flutter Part-2
มุมมอง 717 หลายเดือนก่อน
In this video I explain how to read data from SQLite database table. How to display data read from the table in the form of ListView in Flutter. FutureBuilder is used to read the data and then display it in the ListView using ListView.builder. ListTile Widget is used to display individual record. medium.com/complete-flutter-guide/sqlite-database-in-flutter-61d4ba497652
19 SQLite database in Flutter Part#1
มุมมอง 997 หลายเดือนก่อน
medium.com/complete-flutter-guide/sqlite-database-in-flutter-61d4ba497652
Master Flutter Widgets: Row Widget for Side-by-Side Elements
มุมมอง 308 หลายเดือนก่อน
Dive into the world of Flutter widgets and learn how to master the Row widget. In this comprehensive guide, we'll show you how to place elements side by side, resolve overflow issues, and utilize the expanded widget for dynamic sizing. Whether you're a beginner or an experienced Flutter developer, this video will provide you with essential knowledge to enhance your app designs.
Flutter ListView Demo: Master Scrollable Lists with Ease
มุมมอง 428 หลายเดือนก่อน
Flutter ListView Demo: Master Scrollable Lists with Ease
09 Adding 2 numbers in Flutter - TextField Demo
มุมมอง 1308 หลายเดือนก่อน
09 Adding 2 numbers in Flutter - TextField Demo
Build a Simple Greeting App with Flutter: Step-by-Step Tutorial
มุมมอง 808 หลายเดือนก่อน
Build a Simple Greeting App with Flutter: Step-by-Step Tutorial
Unlock the Secrets of Flutter App Development: A Comprehensive Guide
มุมมอง 568 หลายเดือนก่อน
Unlock the Secrets of Flutter App Development: A Comprehensive Guide
Revolutionize Online Teaching: Engage Students with Multi-Platform Course Content
มุมมอง 78 หลายเดือนก่อน
Revolutionize Online Teaching: Engage Students with Multi-Platform Course Content
really helpful thanks man!
Thank you very much!
Thank you so much , you save me
great video
Thanks!
thanks a bunch, was going nuts figuring it out from documentation, then chatgpt
Thank you so much for this and for making it free. It is of great help especially for us students doing research. I cant thank you enough for this.
You're very welcome!
DELETE YOUR CHANNEL, YOU KNOW NOTHING ABOUT CODING NEITHER FLUTTER. B.I.T.C.H
❤❤❤
TypeError: Cannot read properties of undefined (reading 'stringValue')
Bhai last page me complaint likh k bach skta hy ap khud book last page dekho shays huga k kia ghalat hy wo complaint do
Sir LMS per gmail login nahi hora ha he
Link please
towncoder.com/2023/10/09/meditrack/
where we have to enter our phone number. without entering our phone number how its possibl
Thank you sir!! Very helpful!
ReferenceError: FirestoreApp is not defined getFirestore.... i keep getting this error, any help on how to solve that?!
after adding the permission, I still getting the error when I try to send a text message, why is that the case? where do you get the permission from?flutter_sms only has a single line permission: <uses-permission android:name="android.permission.SEND_SMS"/>
It's a shame you did not show the actual datasets that you were trying to import from firebase. It could have solved a lot of the queries popping up here.
Great
show us how to sign in with google using firestore database
thanks sir, this helped me understand more about firebase databases
how to send file with text message ?
anddddddd...... ? sooooo what? Are you just bragging or selling? I don't understand what the purpose is?
thank u very much for the tool, it is very helpful
Works perfectly
Please new book first unit se start karen 😢 please 🥺
Please new book first unit se start karen 😢 please 🥺
It is much better if you replace the users id with thier actual username visible in the comment section.
I am trying to open slides but its not working.kindly fix the problem..
Which slides? can you send the link please?
script code please alreafy i bought flutter prject from you
code? please explain?
i am trying to access your website but it's not working 😢
It is up and running... please check again koracademy.com/
this video is converting an Excel file to a CSV file can we do it without changing it. I need to upload an Excel file and we have to extract from that file and need to distribute among employees
good
The script is only looking for a maximum of 3 columns, but 3 doesn't bring it?
KPK Zindabad
Will this incur any charges from Firebase? Thank you.💞
Why do you convert to csv file,cant it be done in excel file
this video is helpful but it not full
code is running smothly but data was not added in firebase can you help me
Please can get the files
I am getting error TypeError: Cannot read properties of null (reading 'getActiveSheet')
Thank you and this is working well. ❤ Can you please let me know how to insert timestamps and references using this method.
please share the source code its not working
you really healped thanks a lot
can i get the file sir
to help people not to waste your time doing wht he told you in the video, the code is broken .. it will show erorr and you will have to figure it out by yourself..
Thanks for the advice. You let me save about 30 minutes to 1 hour of frustration!
great tutorial, Sir Is it possible to upload data into Firebase from a Google Docs?
How check, if number has what'sApp or not
How to store data of firebase into a excel file uesd mobile app
Did this code work for anyone??? I tried to insert data strings and I didn't get anything my code to test strings: function myFunction() { var activeSheet = SpreadsheetApp.getActiveSpreadsheet(); var sheet = activeSheet.getActiveSheet(); for(var i = 0; i < 5; i++){ var myArray = []; var name= i; myArray.push(name.stringValue); sheet.appendRow(myArray) } }
😈 Promo SM
G bilkul aapnay sahi kaha ye possible methods... ab agar wo chahay to sub Kuch maloom kar saktay hay "but only if they want! Khyr is dafa Jo be hua or Jo ho Raha hay is may Kuch khas changes ab nhi la saktay lkn Q na is bath par ghoor kii jaii k ainda test k doraan network signals ko block ki Jai jis k zerye majority cheating resources nakam ho jaingay . J say hamary mulk may mukhtalif circumstances may block kia kartay hay us say to ye important event hay q k lakoo students ki mehnat o career ka sawal hay... Agar yahii say qabil or zaheen bachay peechay reh Jaiy or cheating k zerye nalaiq students aagay nikl Jai.. pir aap khud soochay mulk ka mustaqbil kia ho sakta hay??