15. Python3 code to find largest prime factor of number
import math
def maxPrimeFactors (n):
maxPrime = -1
while n % 2 == 0:
maxPrime = 2
n >>= 1 # equivalent to n /= 2
for i in range(3, int(math.sqrt(n)) + 1, 2):
while n % i == 0:
maxPrime = i
n = n / i
if n > 2:
maxPrime = n
return int(maxPrime)
n = 15
print(maxPrimeFactors(n))
n = 25698751364526
print(maxPrimeFactors(n))
@python_0
import math
def maxPrimeFactors (n):
maxPrime = -1
while n % 2 == 0:
maxPrime = 2
n >>= 1 # equivalent to n /= 2
for i in range(3, int(math.sqrt(n)) + 1, 2):
while n % i == 0:
maxPrime = i
n = n / i
if n > 2:
maxPrime = n
return int(maxPrime)
n = 15
print(maxPrimeFactors(n))
n = 25698751364526
print(maxPrimeFactors(n))
@python_0
16.Python Counter| Find all duplicate characters in string
from collections import Counter
def find_dup_char(input):
WC = Counter(input)
j = -1
for i in WC.values():
j = j + 1
if( i > 1 ):
print WC.keys()[j],
if name == "__main__":
input = 'hellowelcome'
find_dup_char(input)
@python_0
from collections import Counter
def find_dup_char(input):
WC = Counter(input)
j = -1
for i in WC.values():
j = j + 1
if( i > 1 ):
print WC.keys()[j],
if name == "__main__":
input = 'hellowelcome'
find_dup_char(input)
@python_0
Forwarded from ENGINEERING [CSE/IT] NOTES/ BOOKS/ LECTURES
Please open Telegram to view this post
VIEW IN TELEGRAM
Learn python3 free
πππ
https://www.coursera.org/learn/python-basics
Regards
ππ
@python_0
@python_0
πππ
https://www.coursera.org/learn/python-basics
Regards
ππ
@python_0
@python_0
Coursera
Python Basics
Offered by University of Michigan. This course ... Enroll for free.
Forwarded from Kapil Mewada
Anonymous Poll
86%
Yes
14%
No
Forwarded from Kapil Mewada
TCS full information
πππ
β«οΈStep by Step process to Register
β«οΈPreparation tips and strategy for
TCS CODEVITA R-1
β«οΈTCS CODEVITA Last Year Coding Questions
β«οΈTCS CODEVITA Interview Experienc
β«οΈTechnical Interview Questions
β«οΈHR Interview Questions
ππ
http://codeofgeeks.com/tcs-codevita-archive
Regards
ππ
@codevita9
@codevita9
πππ
β«οΈStep by Step process to Register
β«οΈPreparation tips and strategy for
TCS CODEVITA R-1
β«οΈTCS CODEVITA Last Year Coding Questions
β«οΈTCS CODEVITA Interview Experienc
β«οΈTechnical Interview Questions
β«οΈHR Interview Questions
ππ
http://codeofgeeks.com/tcs-codevita-archive
Regards
ππ
@codevita9
@codevita9
Forwarded from Kapil Mewada
TEK Systems Updates
TEK Systems previously asked questions
13+ Solutions
πππ
https://bit.ly/2BjHFuj
.
TEK Systems previously asked questions
13+ Solutions
πππ
https://bit.ly/2BjHFuj
.
Realrecursive
Real Recusive | Archive
One stop archive for geeks where they can all required material they want.
TEK Systems Updates
TEK Systems previously asked questions and solutions download the PDF
ππ
https://realrecursive.com/downloads/
.
TEK Systems previously asked questions and solutions download the PDF
ππ
https://realrecursive.com/downloads/
.
Realrecursive
Real Recusive | Downloads
Download Study Materials for Free. Learn Hacking, Programming, IT & Software,and more - realrecursive.com
Crash course: Data analytics in Python using Pandas
Description: Let's get to grips with the Python Pandas library for data analytics / analysis
Link: https://www.udemy.com/course/python-analytics/?couponCode=KODEYCOUPON
Organizational Innovationβ’
Description: Lessons from Silicon Valley on how to operate like a Silicon Valley startup, no matter how big an organization.
Link: https://www.udemy.com/course/organizationalinnovation/
Success Crash Course: How to Become Successful
Description: Understand the psychology of success. Learn the principle of success. Implement this knowledge into your life and grow.
Link: https://www.udemy.com/course/psychology-of-success/
Mistakes we make about a mistake.
Description: Correct your mistakes, secure your future.
Link: https://www.udemy.com/course/mistakes-we-make-about-a-mistake/
TypeScript, Quick and Easy
Description: This is a practical course to learn TypeScript rapidly and deeply.
Link: https://www.udemy.com/course/typescript-quick-and-easy/?couponCode=9656C4B8D6EACC8D8F32
WiFi Hacking Cyber Security Guide
Description: Learn how to Hack and Secure any Wi-Fi network from scratch
Link: https://www.udemy.com/course/wifi-hacking-cyber-security-guide/?couponCode=WIFI-ETHICAL-HACK
Create an API with Python | Django | MySQL | REST Framework
Description: Build a CRUD API from scratch
Link: https://www.udemy.com/course/create-an-api-with-python-django-mysql-rest-framework/
Build Your First iOS App with Apple's Swift and Xcode
Description: Learn the basics of Swift and Xcode for app development quick and fast. For those with no programming experience!
Link: https://www.udemy.com/course/build-your-first-ios-app-with-apples-swift-and-xcode/
Get Hired: Bring Your Interview A-Game
Description: Being a skilled interviewer isn't just for a lucky few...Learn insider tips on interviewing to land the winning offer!
Link: https://www.udemy.com/course/bringyourinterviewagame/
Share and support
ππ
@python_0
@python_0
Description: Let's get to grips with the Python Pandas library for data analytics / analysis
Link: https://www.udemy.com/course/python-analytics/?couponCode=KODEYCOUPON
Organizational Innovationβ’
Description: Lessons from Silicon Valley on how to operate like a Silicon Valley startup, no matter how big an organization.
Link: https://www.udemy.com/course/organizationalinnovation/
Success Crash Course: How to Become Successful
Description: Understand the psychology of success. Learn the principle of success. Implement this knowledge into your life and grow.
Link: https://www.udemy.com/course/psychology-of-success/
Mistakes we make about a mistake.
Description: Correct your mistakes, secure your future.
Link: https://www.udemy.com/course/mistakes-we-make-about-a-mistake/
TypeScript, Quick and Easy
Description: This is a practical course to learn TypeScript rapidly and deeply.
Link: https://www.udemy.com/course/typescript-quick-and-easy/?couponCode=9656C4B8D6EACC8D8F32
WiFi Hacking Cyber Security Guide
Description: Learn how to Hack and Secure any Wi-Fi network from scratch
Link: https://www.udemy.com/course/wifi-hacking-cyber-security-guide/?couponCode=WIFI-ETHICAL-HACK
Create an API with Python | Django | MySQL | REST Framework
Description: Build a CRUD API from scratch
Link: https://www.udemy.com/course/create-an-api-with-python-django-mysql-rest-framework/
Build Your First iOS App with Apple's Swift and Xcode
Description: Learn the basics of Swift and Xcode for app development quick and fast. For those with no programming experience!
Link: https://www.udemy.com/course/build-your-first-ios-app-with-apples-swift-and-xcode/
Get Hired: Bring Your Interview A-Game
Description: Being a skilled interviewer isn't just for a lucky few...Learn insider tips on interviewing to land the winning offer!
Link: https://www.udemy.com/course/bringyourinterviewagame/
Share and support
ππ
@python_0
@python_0
Udemy
Crash course: Data analytics in Python using Pandas
Let's get to grips with the Python Pandas library for data analytics / analysis
Infosys InfyTQ Interview questions and a few tips on how to crack them
πππ
https://www.conduiraonline.com/index.php/detail/2330-infosys-infytq-interview-questions-tips-on-how-to-crack-them
πππ
https://www.conduiraonline.com/index.php/detail/2330-infosys-infytq-interview-questions-tips-on-how-to-crack-them
Conduiraonline
Infosys InfyTQ Interview Questions & Tips on how to crack them
InfyTQ, by Infosys, is a certified test. This certification gives you an additional benefit of being a part of Infosys' recruitment process and securing a job opportunity at Infosys. check this bl...
Daily jobs/ internships and Exam updates
Join us now for never miss any updates from any company
ππ
https://www.youtube.com/channel/UCmYO_4lgP8V5qRAunlc9wSg
Join us now for never miss any updates from any company
ππ
https://www.youtube.com/channel/UCmYO_4lgP8V5qRAunlc9wSg
YouTube
Kapil Mewada
Inspiring students to care about opportunities, Hii everyone this is Kapil Mewada, the main aim of this channel is to provide the necessary information to the freshers and college student about the placement and the job opportunity offers by companies
1. Python for Data Science and Data Analysis Masterclass: 2020
Duration: 6.5 hours
https://www.udemy.com/course/python-for-data-science-and-data-analysis-masterclass-2020/?couponCode=A378D49E8926AB1E14A3
2. Python - A Beginners guide towards Python Programming
Duration: 3.5 hours
https://www.udemy.com/course/pythonpro/?couponCode=PYTHON20200707
3. Python 3 for Beginners | Learn by Creating a Simple Game
Duration: 2.5 hours
https://www.udemy.com/course/python-3-for-beginners-online-learning-course/?couponCode=LEARNPYTHON3FB
4. Basic Python Quiz
Duration: 2 Practice Tests
https://www.udemy.com/course/basic-python-quiz/?couponCode=DISCUDEMY.COM
5. CSS3 and Bootstrap for Absolute Beginners : 4 courses in 1
Duration: 3 hours
https://www.udemy.com/course/learn-css-and-bootstrap-from-scratch/?couponCode=CSS3JULY2020
6. Command Line Git
https://www.udemy.com/course/command-line-git/
7. Mastering Agile Scrum Workshop
https://www.udemy.com/course/mastering-agile-scrum-workshop/?couponCode=17C22D1A75E4EBDC23D6
8. The Basic Elements of Design
Duration: 1.5 hours
https://www.udemy.com/course/the-basic-elements-of-design/?couponCode=FREECOURSE3
9. Video Editing with Apple iMovie
https://www.udemy.com/course/video-editing-with-imovie/
10. Speed Reading
Duration: 4 hours
https://www.udemy.com/course/become-a-superfast-learner-speed-reading-and-boost-memory/?couponCode=EF251D41097A07E90988
11. Adobe Premiere Pro: Video Editing for Beginners
https://www.udemy.com/course/premiere-pro-with-brad-newton/?couponCode=STAY_HOME_JULY
12. 2020 Youtube Hack: Paying For Engagement, Not Only Clicks!
Duration: 3 hours
https://www.udemy.com/course/youtube-advertising/?couponCode=CA6E5D7BDFD68BB7E5A6
13. Video Conferencing Zoom Skype WebEX Tech Presentation Skills
https://www.udemy.com/course/best-practices-for-video-conferencing-zoom-skype-webex/?couponCode=D14A0429FC141B03C9F0
14. LinkedEnglish: Sound Like a Native in 5 Days
https://www.udemy.com/course/linkedenglish-a-compact-practical-pronunciation-course/
15. WordPress Plugin Development 2020 and Proversion for selling(UdemyFree4You)
Duration: 5.5 hours
https://www.udemy.com/course/wordpress-plugin-development-and-proversion-for-selling/?couponCode=4A824A94229AF3D4093B
16. Complete C Programming Fundamentals With Example Projects(UdemyFree4You)
Duration: 22 hours
https://www.udemy.com/course/complete-c-programming-fundamentals-with-example-projects/?couponCode=JULY-FREE
17. Complete C# programming Fundamentals With Example Projects
https://www.udemy.com/course/complete-c-sharp-programming-fundamentals-with-example-projects-n/?couponCode=JULY-FREE
18. Practical C# Programming Practices (70+ Common Projects)
https://www.udemy.com/course/practical-c-sharp-programming-practices-70-common-projects/?couponCode=JULY-FREE
19. Practical C Programming Practices (130+ Common Projects)
Duration: 15.5 hours
https://www.udemy.com/course/practical-c-programming-practices-130-common-projects/?couponCode=JULY-FREE
20. Complete C++ Programming Fundamentals With Example Projectshttps://www.udemy.com/course/complete-c-plus-plus-programming-fundamentals-with-example-projects-o/?couponCode=JULY-FREE
21. Practical C++ programming practices (100+ common projects)
https://www.udemy.com/course/practical-c-programming-practices-100-common-projects/?couponCode=JULY-FREE
22. Web Development Fundamentals: HTML5 and CSS3 for Beginners
Duration: 5.5 hours
https://www.udemy.com/course/html5-and-css3-for-absolute-beginners/?couponCode=FACEBOOK
23. Kariyer-in: CV HazΔ±rlama + Linkedin + MΓΌlakat + Δ°Ε Bulma
https://www.udemy.com/course/kariyer-in/?couponCode=KARIYERKODLAMA
24. Manage Stress at Workplace
Duration: 40 mins
https://www.udemy.com/course/manage-stress-at-workplace/?couponCode=JULY20
25. WordPress Plugin Development 2020 and Proversion for selling
https://www.udemy.com/course/wordpress-plugin-development-and-proversion-for-selling/?couponCode=4A824A94229AF3D4093B
Join us on Telegram
ππ
@python_0
@python_0
Duration: 6.5 hours
https://www.udemy.com/course/python-for-data-science-and-data-analysis-masterclass-2020/?couponCode=A378D49E8926AB1E14A3
2. Python - A Beginners guide towards Python Programming
Duration: 3.5 hours
https://www.udemy.com/course/pythonpro/?couponCode=PYTHON20200707
3. Python 3 for Beginners | Learn by Creating a Simple Game
Duration: 2.5 hours
https://www.udemy.com/course/python-3-for-beginners-online-learning-course/?couponCode=LEARNPYTHON3FB
4. Basic Python Quiz
Duration: 2 Practice Tests
https://www.udemy.com/course/basic-python-quiz/?couponCode=DISCUDEMY.COM
5. CSS3 and Bootstrap for Absolute Beginners : 4 courses in 1
Duration: 3 hours
https://www.udemy.com/course/learn-css-and-bootstrap-from-scratch/?couponCode=CSS3JULY2020
6. Command Line Git
https://www.udemy.com/course/command-line-git/
7. Mastering Agile Scrum Workshop
https://www.udemy.com/course/mastering-agile-scrum-workshop/?couponCode=17C22D1A75E4EBDC23D6
8. The Basic Elements of Design
Duration: 1.5 hours
https://www.udemy.com/course/the-basic-elements-of-design/?couponCode=FREECOURSE3
9. Video Editing with Apple iMovie
https://www.udemy.com/course/video-editing-with-imovie/
10. Speed Reading
Duration: 4 hours
https://www.udemy.com/course/become-a-superfast-learner-speed-reading-and-boost-memory/?couponCode=EF251D41097A07E90988
11. Adobe Premiere Pro: Video Editing for Beginners
https://www.udemy.com/course/premiere-pro-with-brad-newton/?couponCode=STAY_HOME_JULY
12. 2020 Youtube Hack: Paying For Engagement, Not Only Clicks!
Duration: 3 hours
https://www.udemy.com/course/youtube-advertising/?couponCode=CA6E5D7BDFD68BB7E5A6
13. Video Conferencing Zoom Skype WebEX Tech Presentation Skills
https://www.udemy.com/course/best-practices-for-video-conferencing-zoom-skype-webex/?couponCode=D14A0429FC141B03C9F0
14. LinkedEnglish: Sound Like a Native in 5 Days
https://www.udemy.com/course/linkedenglish-a-compact-practical-pronunciation-course/
15. WordPress Plugin Development 2020 and Proversion for selling(UdemyFree4You)
Duration: 5.5 hours
https://www.udemy.com/course/wordpress-plugin-development-and-proversion-for-selling/?couponCode=4A824A94229AF3D4093B
16. Complete C Programming Fundamentals With Example Projects(UdemyFree4You)
Duration: 22 hours
https://www.udemy.com/course/complete-c-programming-fundamentals-with-example-projects/?couponCode=JULY-FREE
17. Complete C# programming Fundamentals With Example Projects
https://www.udemy.com/course/complete-c-sharp-programming-fundamentals-with-example-projects-n/?couponCode=JULY-FREE
18. Practical C# Programming Practices (70+ Common Projects)
https://www.udemy.com/course/practical-c-sharp-programming-practices-70-common-projects/?couponCode=JULY-FREE
19. Practical C Programming Practices (130+ Common Projects)
Duration: 15.5 hours
https://www.udemy.com/course/practical-c-programming-practices-130-common-projects/?couponCode=JULY-FREE
20. Complete C++ Programming Fundamentals With Example Projectshttps://www.udemy.com/course/complete-c-plus-plus-programming-fundamentals-with-example-projects-o/?couponCode=JULY-FREE
21. Practical C++ programming practices (100+ common projects)
https://www.udemy.com/course/practical-c-programming-practices-100-common-projects/?couponCode=JULY-FREE
22. Web Development Fundamentals: HTML5 and CSS3 for Beginners
Duration: 5.5 hours
https://www.udemy.com/course/html5-and-css3-for-absolute-beginners/?couponCode=FACEBOOK
23. Kariyer-in: CV HazΔ±rlama + Linkedin + MΓΌlakat + Δ°Ε Bulma
https://www.udemy.com/course/kariyer-in/?couponCode=KARIYERKODLAMA
24. Manage Stress at Workplace
Duration: 40 mins
https://www.udemy.com/course/manage-stress-at-workplace/?couponCode=JULY20
25. WordPress Plugin Development 2020 and Proversion for selling
https://www.udemy.com/course/wordpress-plugin-development-and-proversion-for-selling/?couponCode=4A824A94229AF3D4093B
Join us on Telegram
ππ
@python_0
@python_0
Udemy
Online Courses - Learn Anything, On Your Schedule | Udemy
Udemy is an online learning and teaching marketplace with over 250,000 courses and 73 million students. Learn programming, marketing, data science and more.