Forwarded from Future Data Science(FDS)
10 reasons to learn Python in 2019
Python is a high-level, interpreted, general-purpose programming language that supports both object-oriented programming and structured programming. It is quite versatile and offers a lot of functionalities using standard libraries which allows the easy implementation of complex applications.
https://www.geeksforgeeks.org/10-reasons-to-learn-python-in-2019/amp/
Python is a high-level, interpreted, general-purpose programming language that supports both object-oriented programming and structured programming. It is quite versatile and offers a lot of functionalities using standard libraries which allows the easy implementation of complex applications.
https://www.geeksforgeeks.org/10-reasons-to-learn-python-in-2019/amp/
GeeksforGeeks
10 reasons to learn Python in 2019 - GeeksforGeeks
A Computer Science portal for geeks. It contains well written, well thought and well explained computer science and programming articles, quizzes and practice/competitive programming/company interview Questions.
Python and PyQt: Building a GUI Desktop Calculator
https://realpython.com/python-pyqt-gui-calculator/
https://realpython.com/python-pyqt-gui-calculator/
Realpython
Python and PyQt: Building a GUI Desktop Calculator – Real Python
In this tutorial, you'll learn how to create graphical user interface (GUI) applications with Python and PyQt. Once you've covered the basics, you'll build a fully functional desktop calculator that can respond to user events with concrete actions.
SENDING EMAILS IN PYTHON – TUTORIAL WITH CODE EXAMPLES
https://dapythonista.com/2019/10/24/sending-emails-in-python-tutorial-with-code-examples/
https://dapythonista.com/2019/10/24/sending-emails-in-python-tutorial-with-code-examples/
20 useful Python tips and tricks you should know
https://dev.to/duomly/20-useful-python-tips-and-tricks-you-should-know-3h8c
https://dev.to/duomly/20-useful-python-tips-and-tricks-you-should-know-3h8c
A Practical Introduction to Python Lambda Functions
https://levelup.gitconnected.com/a-practical-introduction-to-python-lambda-functions-3b4a0702b6a1
https://levelup.gitconnected.com/a-practical-introduction-to-python-lambda-functions-3b4a0702b6a1
Medium
A Practical Introduction to Python Lambda Functions
In Python, a Lambda Function refers to a small, anonymous function. We call the functions anonymous because technically it has no name —…
Forwarded from Future Data Science(FDS)
You can choose best python IDE https://realpython.com/python-ides-code-editors-guide/
Realpython
Python IDEs and Code Editors (Guide) – Real Python
Find your perfect Python development setup with this review of Python IDEs and code editors, including recommendations and screen shots.
✅ Weekly Coding Challenge at Codwars
www.codewars.com/r/2NaN8A
www.codewars.com/r/2NaN8A
Codewars
Codewars - Achieve mastery through coding practice and developer mentorship
A coding practice website for all programming levels – Join a community of over 3 million developers and improve your coding skills in over 55 programming languages!
✅Coding challenge
Let N is Natural number greater than or equal to 1.
❔Print all prime numbers in between 1 and N.
Input 9
Output: 2 3 5 7
Post Solution
https://t.me/joinchat/H8JEqEojXCb0mUfnlAqbVA
Let N is Natural number greater than or equal to 1.
❔Print all prime numbers in between 1 and N.
Input 9
Output: 2 3 5 7
Post Solution
https://t.me/joinchat/H8JEqEojXCb0mUfnlAqbVA
Forwarded from Future Data Science(FDS)
#NumpyArrayChallenge
✅Create python code to save Numpy Array to txt file and then read the file
N.B. the purpose of this challenge is to learn how to save large numpy array to file and then use for machine learning.
Input ([[1, 6, 3, 4], [2, 3, 4,6],[7,8,9,10], [89, 67, 68, 90]])
Expected output:
1 6 3 4
2 3 4 6
7 8 9 10
89 67 68 90
Post your solution https://t.me/joinchat/H8JEqEojXCb0mUfnlAqbVA
✅Create python code to save Numpy Array to txt file and then read the file
N.B. the purpose of this challenge is to learn how to save large numpy array to file and then use for machine learning.
Input ([[1, 6, 3, 4], [2, 3, 4,6],[7,8,9,10], [89, 67, 68, 90]])
Expected output:
1 6 3 4
2 3 4 6
7 8 9 10
89 67 68 90
Post your solution https://t.me/joinchat/H8JEqEojXCb0mUfnlAqbVA
Forwarded from Future Data Science(FDS)
Dear all, try our learning platform beta version. We will start the course next week
⚠️No Database is created in the server right now. It is not functional. Wait till we will fully publish it.
https://www.mefitihe.et/
⚠️No Database is created in the server right now. It is not functional. Wait till we will fully publish it.
https://www.mefitihe.et/
Forwarded from Future Data Science(FDS)
#Tips
Why NumPy is faster than array list?
✅Size:- Numpy data structures take up less space
✅Performance:- they have a need for speed and are faster than lists
✅Functionality: - SciPy and NumPy have optimized functions such as linear algebra operations built in.
✅Memory:- The main benefits of using NumPy arrays should be smaller memory consumption and better runtime behavior.
Why NumPy is faster than array list?
✅Size:- Numpy data structures take up less space
✅Performance:- they have a need for speed and are faster than lists
✅Functionality: - SciPy and NumPy have optimized functions such as linear algebra operations built in.
✅Memory:- The main benefits of using NumPy arrays should be smaller memory consumption and better runtime behavior.
👍1
Forwarded from Future Data Science(FDS)
Our Domain is Live. This is sample screenshot that shows it is working. Check it mefitihe.et
Together we create a big and known learning platform in future.✋
#FindLongestWordLengthChallenge
Coding challenge - Return the length of the longest word in the provided sentence.
Your response should be a number.
e.g
findLongestWordLength("The quick brown fox jumped over the lazy dog") should return 6.
Coding challenge - Return the length of the longest word in the provided sentence.
Your response should be a number.
e.g
findLongestWordLength("The quick brown fox jumped over the lazy dog") should return 6.