Learn Python with Python Video Tutorial Python Course Python Note Python Book Python PDF Django Flask Python
375 subscribers
65 photos
2 files
57 links
Download Telegram
JavaScript for Everything:

JavaScript + Three.js = 3D Visualization

JavaScript + React = Web Development

JavaScript + Angular = Web Applications

JavaScript + Phaser = Game Development

JavaScript + Vue.js = Progressive Web Apps

JavaScript + TensorFlow.js = Machine Learning

JavaScript + Node.js = Server-Side Development

JavaScript + Electron = Desktop App Development

JavaScript + React Native = Mobile App Development

JavaScript + D3.js = Data Manipulation & Visualization
šŸ‘1
Read this carefully then answer
What will be the output of the following Python code?
a = "Coding " b = "in " c = "Python" print(a + b + c)
Anonymous Quiz
34%
CodinginPython
50%
Coding in Python
8%
Coding inPython
7%
Syntax Error
Python tip

The datetime module is Python's way of

looking at the clock and the calendar.

Use now from datetime to get current date & time.

Example:
šŸ‘1
Hope you guys learning and doing good in your life. I am suffering from health issues. I will come soon with blog posts and videos.
Until then keep checking resources group, I have scheduled books pdf 1 book each day. ā¤ļøā¤ļøšŸ‘
šŸ™4
Try these Free courses from Microsoft in 2024 to level up your Skills šŸ“ˆ

šŸ­. š——š—®š˜š—® š—™š˜‚š—»š—±š—®š—ŗš—²š—»š˜š—®š—¹š˜€
https://learn.microsoft.com/en-us/training/paths/azure-data-fundamentals-explore-non-relational-data/

šŸ®. š—¦š—¾š—¹ š—™š˜‚š—»š—±š—®š—ŗš—²š—»š˜š—®š—¹š˜€
https://learn.microsoft.com/en-us/training/paths/azure-sql-fundamentals/

šŸÆ. š—£š—¼š˜„š—²š—æ š—•š—œ
https://learn.microsoft.com/en-us/training/paths/create-use-analvtics-reports-power-bi/

šŸ°. š—”š˜‡š˜‚š—æš—² š—°š—¼š˜€š—ŗš—¼š˜€ š——š—•
https://learn.microsoft.com/en-us/training/paths/create-use-analytics-reports-power-bi/

šŸ±. š—”š—œ š—³š˜‚š—»š—±š—®š—ŗš—²š—»š˜š—®š—¹š˜€
https://learn.microsoft.com/en-us/training/paths/create-no-code-predictive-models-azure-machine-learning/

šŸ². š—œš—»š˜š—æš—¼š—±š˜‚š—°š˜š—¶š—¼š—» š˜š—¼ š— š—®š—°š—µš—¶š—»š—² š—Ÿš—²š—®š—æš—»š—¶š—»š—“
https://learn.microsoft.com/en-us/training/modules/introduction-to-machine-learning/

šŸ³. š—™š˜‚š—»š—±š—®š—ŗš—²š—»š˜š—®š—¹ š—”š—œ š—–š—¼š—»š—°š—²š—½š˜š˜€
https://learn.microsoft.com/en-us/training/modules/get-started-ai-fundamentals/

šŸ“. š—™š˜‚š—»š—±š—®š—ŗš—²š—»š˜š—®š—¹š˜€ š—¼š—³ š—šš—²š—»š—²š—æš—®š˜š—¶š˜ƒš—² š—”š—œ
https://learn.microsoft.com/en-us/training/modules/fundamentals-generative-ai/

šŸµ. š—™š˜‚š—»š—±š—®š—ŗš—²š—»š˜š—®š—¹š˜€ š—¼š—³ š—–š—¼š—ŗš—½š˜‚š˜š—²š—æ š—©š—¶š˜€š—¶š—¼š—»
https://learn.microsoft.com/en-us/training/modules/analyze-images-computer-vision/

šŸ­šŸ¬. š—™š˜‚š—»š—±š—®š—ŗš—²š—»š˜š—®š—¹š˜€ š—¼š—³ š—„š—²š˜€š—½š—¼š—»š˜€š—¶š—Æš—¹š—² š—šš—²š—»š—²š—æš—®š˜š—¶š˜ƒš—² š—”š—œ
https://learn.microsoft.com/en-us/training/modules/responsible-generative-ai/
ā¤1šŸ‘1
Free Udemy Course+ Certificate 😁

ā™¦ļøNote :- coupon expires any time

1) Complete Email Marketing Course for Beginners
Click here : https://www.udemy.com/course/complete-email-marketing-course-for-beginners/?couponCode=4A5FC408F2B207A31596

2) Forensic Science Course
Click here : https://www.udemy.com/course/forensic-science-o/?couponCode=6201225BFDE246C063A6

3) Complete WhatsApp Marketing Course
Click here : https://www.udemy.com/course/complete-whatsapp-marketing-course-2021/?couponCode=07A3541D5BBD0FABB8A3

4) Cyber Security Uncovered: From Basics to Complexity
Click here : https://www.udemy.com/course/cyber-security-broad-concept/?couponCode=6C5070AA045D8EEEA273

5) Canva Masterclass For Social Media And Content Creation
Click here : https://www.udemy.com/course/canva-masterclass-for-social-media-and-content-creation/?couponCode=B0FF562DE5FED5753483

6) CEH v12 With 500+ Latest 2024 Practice Questions
Click here : https://www.udemy.com/course/ceh-certified-ethical-hacker-practice-test-r/?couponCode=AE57002D7CC3ED8D529F

7) ChatGPT Masterclass: The Ultimate Beginner's Guide!
Click Here : https://www.udemy.com/course/chatgpt-masterclass-the-ultimate-beginners-guide/?couponCode=5971A7FB01D12BAED8B2
useful resource for learning Python from scratch
@python_assets
This is a free book Think Python (https://allendowney.github.io/ThinkPython/). Everything is clearly structured - from basic variables to classes, OOP and recursion

Formatted as Jupyter notebooks: you can read the text, run code and complete tasks - all in one place. Directly in the browser, via Colab

The notebooks with solutions can be downloaded from this repo on GitHub (https://github.com/AllenDowney/ThinkPython/tree/v3)