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 moreThe 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
Thinking Recursively in Python
https://realpython.com/courses/thinking-recursively-python/
â
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
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
You can choose best python IDE https://realpython.com/python-ides-code-editors-guide/
A Practical Introduction to Python Lambda Functions
https://levelup.gitconnected.com/a-practical-introduction-to-python-lambda-functions-3b4a0702b6a1
Python Community Interview With Al Sweigart
https://realpython.com/interview-al-sweigart
20 useful Python tips and tricks you should know
https://dev.to/duomly/20-useful-python-tips-and-tricks-you-should-know-3h8c
â
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
SENDING EMAILS IN PYTHON â TUTORIAL WITH CODE EXAMPLES
https://dapythonista.com/2019/10/24/sending-emails-in-python-tutorial-with-code-examples/
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/
