en
Feedback
Future Data Science(FDS)

Future Data Science(FDS)

Open in Telegram

✅The first Data Science channel in Ethiopia. It was created to learn FDS. Mode of delivery:- #Research_articles, #Short_notes, #Examples, and #Exercises Tools we use:- #Python, #Pandas, #Jupyter, etc For any question or discussion use @pyDiscussion

Show more
The country is not specifiedThe category is not specified
501
Subscribers
No data24 hours
No data7 days
No data30 days
Posts Archive
#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

Result:
2 3 5 7

✅Solution for #Prime_number_challenge

✅If No Peace, No Nothing. Peace for our Country.
✅If No Peace, No Nothing. Peace for our Country.

✅Generation Google Scholarship for Undergraduate and Postgraduate Students 2020 Apply here https://buildyourfuture.withgoogle.com/scholarships/generation-google-scholarship/#!?detail-content-tabby_activeEl=detail-overview-content

Python Tutorial | Python Functions and Functional Programming https://morioh.com/p/8a40c3345286

✅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

✅ Weekly Coding Challenge at Codwars www.codewars.com/r/2NaN8A

10 FREE must-read ebooks on AI. Things just keep getting more interesting in the field, so use these resources to stay up to speed. https://www.kdnuggets.com/2019/11/10-free-must-read-books-ai.html

Python Community Interview With Al Sweigart https://realpython.com/interview-al-sweigart

Solution for the Weekly coding challenge by @M3m21

revision.py0.00 KB

✅Weekly coding challenge I found this weekly coding challenge at codewars Write a function to convert a name into initials. This kata strictly takes two words with one space in between them. The output should be two capital letters with a dot seperating them. It should look like this: Sam Harris => S.H Patrick Feeney => P.F

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/