Geek Goddess by TechGig is a coding contest exclusively for women in technology, offering a platform for coders to showcase their skills to the world. The contest is open to 52 programming languages and will be conducted in three rounds: open-round, semi-finals, and finale. The top 300 semi-finalists will advance to the final round. The contest aims to identify top women developers in India and provide an opportunity to interact with leading women in technology. The winner will receive recognition at the national level as the Best Women Coder and an e-certificate with All India Rank for all Coders.
Apply Now:
https://shorturl.at/bvDP1
Registration is completely free of cost.
This contest is only for women coder.
๐ถ๐๐๐ฟ๐ฟ๐ ๐จ๐ฝ, ๐ณ๐ฒ๐ ๐๐ฒ๐ฎ๐๐ ๐น๐ฒ๐ณ๐!
Apply Now:
https://shorturl.at/bvDP1
Registration is completely free of cost.
This contest is only for women coder.
๐ถ๐๐๐ฟ๐ฟ๐ ๐จ๐ฝ, ๐ณ๐ฒ๐ ๐๐ฒ๐ฎ๐๐ ๐น๐ฒ๐ณ๐!
Coding Community pinned ยซGFG JOB-A-THON ANSWERS ๐ @gfg_discuss @gfg_discuss @gfg_discuss @gfg_discussยป
One of the most frequent questions I got is how to start with data science and machine learning as a complete beginner, and what skills do you need to have. Do you need to know programming, do you need to know math etc.
Below is my answer I wrote on my discord server, few years ago. It's still relevant and hopefully helpful.
Here are some things you should be familiar with to start your journey as data scientist:
Statistics
You need to have some statistical knowledge, like theory of probability, bayes theorem, probability distributions (uniform, normal/gaussian, logarithmic, exponential, chi-square distribution etc), you should know some basics like what is mean, median and mode. You should understand hypothesis testing and statistical significance as well. If mentioned terms are not familiar to you try researching about them. I shared 4 books of statistics for data science here at discord, they might be useful.
Programming
Generally you are going to need some programming background, which languages have you used before?
Most of people use python, it's great for preparing data as well as using some ML packages for creating machine learning models. What is great about Python is that it's very beginner friendly. R programming language is another option for data science/machine learning. Java and Scala offers nice libraries for data science as well. I personally use Java at my work.
Most important libraries
In case Python is your first choice (and it probably is if you are beginner) then you should check pandas - the biggest library for data manipulation and data analysis, numpy - library for multidimensional arrays and matrices, there are many libraries for machine learning as Keras (Deep learning), Scikit-learn, PyTorch, TensorFlow. Some libraries for data visualization are also important - biggest is matplotlib but there are also Seaborn, Plotly, ggplot, Bokeh...
When it comes to java i use deeplearning4j, ApacheSpark, Apache Hadoop, and bunch of NLP (Natural Processing Libraries) which are not so important now if you are total beginner. We will get you there eventually.
Where to start?
If this sounds like too much for you don't worry, that is just an overview of situation in the field. You don't have to know all those libraries, some basics of Pandas, Numpy and maybe Scikit-learn for beginning is enough.
First thing i have ever read about machine learning which is very important for data science is this medium article:
https://medium.com/@ageitgey/machine-learning-is-fun-80ea3ec3c471
It's subtitle is: The worldโs easiest introduction to Machine Learning and it's not far form truth. After i read this i understood machine learning as well as data science much better.
Tip: medium allows you to read 3 articles for free per month, but if you open them in incognito mode you have unlimited access to all articles for free smile
After finishing this try researching about other ML concepts like: Types of ML algorithms, classification and regression problems, overfitting/underfitting, model evaluation techniques and measures etc.
I would definitely recommend Andrew Ng's courses on coursera, some of them are available on yt as well.
Once you understand basic concepts, you can dive deeper in data science. Learn about datasets, how to prepare data, how to handle missing values, how to perform feature engineering etc. and try to solve some real world data science problems. I shared 500+ interesting data science projects with source code in post above. I also shared a data science live course by UC Berkeley, Fall 2022. Go check that as well.
Phew ๐ , that was lots of text. I got really tired writing it. But since i get 10-20 of these questions every day, mostly on Instagram and WhatsApp, it's better to have all written in one place. I hope i helped, good luck with your data science journey!
#data_science #datascience #Berkeley
โโโโโโโโโโโโโโโโโโโโ
Join @Coding_CommunityOfficial for more
๐๐ก๐๐ข๐ฌ ๐๐๐๐ฅ๐ก๐๐ก๐๐๐
Below is my answer I wrote on my discord server, few years ago. It's still relevant and hopefully helpful.
Here are some things you should be familiar with to start your journey as data scientist:
Statistics
You need to have some statistical knowledge, like theory of probability, bayes theorem, probability distributions (uniform, normal/gaussian, logarithmic, exponential, chi-square distribution etc), you should know some basics like what is mean, median and mode. You should understand hypothesis testing and statistical significance as well. If mentioned terms are not familiar to you try researching about them. I shared 4 books of statistics for data science here at discord, they might be useful.
Programming
Generally you are going to need some programming background, which languages have you used before?
Most of people use python, it's great for preparing data as well as using some ML packages for creating machine learning models. What is great about Python is that it's very beginner friendly. R programming language is another option for data science/machine learning. Java and Scala offers nice libraries for data science as well. I personally use Java at my work.
Most important libraries
In case Python is your first choice (and it probably is if you are beginner) then you should check pandas - the biggest library for data manipulation and data analysis, numpy - library for multidimensional arrays and matrices, there are many libraries for machine learning as Keras (Deep learning), Scikit-learn, PyTorch, TensorFlow. Some libraries for data visualization are also important - biggest is matplotlib but there are also Seaborn, Plotly, ggplot, Bokeh...
When it comes to java i use deeplearning4j, ApacheSpark, Apache Hadoop, and bunch of NLP (Natural Processing Libraries) which are not so important now if you are total beginner. We will get you there eventually.
Where to start?
If this sounds like too much for you don't worry, that is just an overview of situation in the field. You don't have to know all those libraries, some basics of Pandas, Numpy and maybe Scikit-learn for beginning is enough.
First thing i have ever read about machine learning which is very important for data science is this medium article:
https://medium.com/@ageitgey/machine-learning-is-fun-80ea3ec3c471
It's subtitle is: The worldโs easiest introduction to Machine Learning and it's not far form truth. After i read this i understood machine learning as well as data science much better.
Tip: medium allows you to read 3 articles for free per month, but if you open them in incognito mode you have unlimited access to all articles for free smile
After finishing this try researching about other ML concepts like: Types of ML algorithms, classification and regression problems, overfitting/underfitting, model evaluation techniques and measures etc.
I would definitely recommend Andrew Ng's courses on coursera, some of them are available on yt as well.
Once you understand basic concepts, you can dive deeper in data science. Learn about datasets, how to prepare data, how to handle missing values, how to perform feature engineering etc. and try to solve some real world data science problems. I shared 500+ interesting data science projects with source code in post above. I also shared a data science live course by UC Berkeley, Fall 2022. Go check that as well.
Phew ๐ , that was lots of text. I got really tired writing it. But since i get 10-20 of these questions every day, mostly on Instagram and WhatsApp, it's better to have all written in one place. I hope i helped, good luck with your data science journey!
#data_science #datascience #Berkeley
โโโโโโโโโโโโโโโโโโโโ
Join @Coding_CommunityOfficial for more
๐๐ก๐๐ข๐ฌ ๐๐๐๐ฅ๐ก๐๐ก๐๐๐
๐๐ข๐๐๐ก๐ ๐ก๐๐ก๐๐๐ฆ ๐๐๐ฆ๐๐จ๐ฆ๐ฆ๐๐ข๐ก ๐๐ฟ๐ผ๐๐ฝ:
@coding_ninjas_discuss
@coding_ninjas_discuss
@coding_ninjas_discuss
@coding_ninjas_discuss
@coding_ninjas_discuss
@coding_ninjas_discuss
๐โญ๏ธCoding World Cup Challenge - Dare to Solve! โญ๏ธ๐ โ
๏ธ
Get ready for the Coding World Cup, powered by Coding Ninjas and Logitech. It's Free!
๐ Event Timeline:
๐ Oct 5, 2023 -Nov12,2023
๐ Results: Nov 12, 2023
๐ Register Now - https://bit.ly/48XQC7Y
๐ Daily Rewards:
๐ Customized Coding World Cup T-shirts and CN T-shirts!
๐ Weekly Rewards:
๐ Smartwatches and headphones up for grabs!
๐ Mega Rewards:
๐ Airdopes, Logitech premium accessry, and the coveted World Cup Trophy!
๐ฅ Join the Coding World Cup - Don't miss the action! โ๏ธ
Get ready for the Coding World Cup, powered by Coding Ninjas and Logitech. It's Free!
๐ Event Timeline:
๐ Oct 5, 2023 -Nov12,2023
๐ Results: Nov 12, 2023
๐ Register Now - https://bit.ly/48XQC7Y
๐ Daily Rewards:
๐ Customized Coding World Cup T-shirts and CN T-shirts!
๐ Weekly Rewards:
๐ Smartwatches and headphones up for grabs!
๐ Mega Rewards:
๐ Airdopes, Logitech premium accessry, and the coveted World Cup Trophy!
๐ฅ Join the Coding World Cup - Don't miss the action! โ๏ธ
CodeRush - November
- Prize Money: Rs.30,000/- and certificate.
- Top performers get a chance to interview at Top Product Companies
- Rs. 100 gift vouchers to 100 lucky candidates who solve at least one question.
- You can submit your code in C++, C, Java, Python 3 or Javascript.
Apply Link: https://bit.ly/CodeRushNov
Date: 29th November 2023
Time: 9 PM-11:30 PM
Note: Majority Product based companies and MNCs value Newton's Coding Contest Ranking!
All College students can participate
Registration is completely free of cost.
๐ถ๐๐๐ฟ๐ฟ๐ ๐จ๐ฝ, ๐ณ๐ฒ๐ ๐๐ฒ๐ฎ๐๐ ๐น๐ฒ๐ณ๐!
- Prize Money: Rs.30,000/- and certificate.
- Top performers get a chance to interview at Top Product Companies
- Rs. 100 gift vouchers to 100 lucky candidates who solve at least one question.
- You can submit your code in C++, C, Java, Python 3 or Javascript.
Apply Link: https://bit.ly/CodeRushNov
Date: 29th November 2023
Time: 9 PM-11:30 PM
Note: Majority Product based companies and MNCs value Newton's Coding Contest Ranking!
All College students can participate
Registration is completely free of cost.
๐ถ๐๐๐ฟ๐ฟ๐ ๐จ๐ฝ, ๐ณ๐ฒ๐ ๐๐ฒ๐ฎ๐๐ ๐น๐ฒ๐ณ๐!
Goodies + FREE Courses๐ฅณ๐
Only 2 Days Left ๐
๐ช Rush & Register for CodeRush- November Edition. ๐
โTime - 9-11:30 PM
๐ Date-29.11.23
๐Free Registration:
https://bit.ly/CodeRushNov
๐ Rush now to Register!
๐ฃ Eligibility: 1st-4th year students can participate.
โ Challenge: Questions framed by ICPC World Finalists
Rewards: Free access to their coding courses + cash prize + Internship Opportunities for 3rd and 4th year students
Only 2 Days Left ๐
๐ช Rush & Register for CodeRush- November Edition. ๐
โTime - 9-11:30 PM
๐ Date-29.11.23
๐Free Registration:
https://bit.ly/CodeRushNov
๐ Rush now to Register!
๐ฃ Eligibility: 1st-4th year students can participate.
โ Challenge: Questions framed by ICPC World Finalists
Rewards: Free access to their coding courses + cash prize + Internship Opportunities for 3rd and 4th year students
Multicore Programming Primer
The course serves as an introductory course in parallel programming. It offers a series of lectures on parallel programming concepts as well as a group project providing hands-on experience with parallel programming.
โ Free Online Course
โ๏ธDuration: 4 weeks
๐งฑ 4 major Units
๐ฌ Video Lectures
๐โโ๏ธ Self paced
Source: MIT
๐ https://ocw.mit.edu/courses/6-189-multicore-programming-primer-january-iap-2007/video_galleries/lecture-notes-and-video/
#MIT #programming #computerscience
โโโโโโโโโโโโโโ
Join @Coding_CommunityOfficial for more
๐๐ก๐๐ข๐ฌ ๐๐๐๐ฅ๐ก๐๐ก๐๐๐
The course serves as an introductory course in parallel programming. It offers a series of lectures on parallel programming concepts as well as a group project providing hands-on experience with parallel programming.
โ Free Online Course
โ๏ธDuration: 4 weeks
๐งฑ 4 major Units
๐ฌ Video Lectures
๐โโ๏ธ Self paced
Source: MIT
๐ https://ocw.mit.edu/courses/6-189-multicore-programming-primer-january-iap-2007/video_galleries/lecture-notes-and-video/
#MIT #programming #computerscience
โโโโโโโโโโโโโโ
Join @Coding_CommunityOfficial for more
๐๐ก๐๐ข๐ฌ ๐๐๐๐ฅ๐ก๐๐ก๐๐๐
Free Wordpress Courses
How to Make a Custom Website from Scratch using WordPress
By freeCodeCamp
๐ฌ 20 video lesson
Duration โฐ : 4-5 hours worth of material
Taught by: freeCodeCamp Team
๐ COURSE LINK
How to Make a Wordpress Website - Step by Step!!
Ratingโญ๏ธ: 4.7 out 5
Students ๐จโ๐ :37,795
Duration โฐ :3hrs 41min
Teacher ๐จโ๐ซ: Wordpress Guru
๐ COURSE LINK
How to Create a Custom WordPress Theme - Full Course
๐ฌ 35 video lesson
Duration โฐ: 2-3 hours worth of material
๐โโ๏ธ Self paced
Source: freeCodeCamp
๐ Course Link
React WordPress Tutorial | Headless WordPress React | WordPress React JS Integration | Authentication | JWT | WordPress REST API
๐ฌ 22 video lesson
Duration โฐ: 6 hours worth of material
๐โโ๏ธ Self paced
Source: Class Central
๐ Course Link
WordPress Basic to Advanced Course
๐ฌ 38 video lesson
๐โโ๏ธ Self paced
Source: YouTube
๐ Course Link
Books:
Wordpress All-In-One for Dummies
WordPress To Go How To Build A WordPress Website
WordPress Search Engine Optimization, 2nd Edition: A complete guide to dominating search engines with your WordPress site
Building Your Online Store with Wordpress
#WordPress
โโโโโโโโโโโโโโ
Join @Coding_CommunityOfficial for more
๐๐ก๐๐ข๐ฌ ๐๐๐๐ฅ๐ก๐๐ก๐๐๐
How to Make a Custom Website from Scratch using WordPress
By freeCodeCamp
๐ฌ 20 video lesson
Duration โฐ : 4-5 hours worth of material
Taught by: freeCodeCamp Team
๐ COURSE LINK
How to Make a Wordpress Website - Step by Step!!
Ratingโญ๏ธ: 4.7 out 5
Students ๐จโ๐ :37,795
Duration โฐ :3hrs 41min
Teacher ๐จโ๐ซ: Wordpress Guru
๐ COURSE LINK
How to Create a Custom WordPress Theme - Full Course
๐ฌ 35 video lesson
Duration โฐ: 2-3 hours worth of material
๐โโ๏ธ Self paced
Source: freeCodeCamp
๐ Course Link
React WordPress Tutorial | Headless WordPress React | WordPress React JS Integration | Authentication | JWT | WordPress REST API
๐ฌ 22 video lesson
Duration โฐ: 6 hours worth of material
๐โโ๏ธ Self paced
Source: Class Central
๐ Course Link
WordPress Basic to Advanced Course
๐ฌ 38 video lesson
๐โโ๏ธ Self paced
Source: YouTube
๐ Course Link
Books:
Wordpress All-In-One for Dummies
WordPress To Go How To Build A WordPress Website
WordPress Search Engine Optimization, 2nd Edition: A complete guide to dominating search engines with your WordPress site
Building Your Online Store with Wordpress
#WordPress
โโโโโโโโโโโโโโ
Join @Coding_CommunityOfficial for more
๐๐ก๐๐ข๐ฌ ๐๐๐๐ฅ๐ก๐๐ก๐๐๐
Free Redux Courses
Getting Started with Redux
๐ฌ 30 video lesson
Duration โฐ : 2 hours
Taught by: Dan Abramov
Source: egghead
๐ COURSE LINK
React and Redux Masterclass
Ratingโญ๏ธ: 4.0 out 5
Students ๐จโ๐ :29,882
Duration โฐ :2hrs 6mins
Teacher ๐จโ๐ซ: Mateusz Grzesiukiewicz
๐ COURSE LINK
Learn Redux (Sign up required)
๐ฌ 7 video lesson
Duration โฐ: Approx. 10 hours worth of material
๐โโ๏ธ Self paced
โข๏ธ 5 Quizes
๐งฎ 5 Projects
Source: codecademy
๐ Course Link
React Redux Course Online For Free tutorial With Certificate
๐ฌ 30 video lesson
๐โโ๏ธ Self paced
Source: mindluster
๐ Course Link
Redux Crash Course With React
๐ฌ 1 long video lesson
๐โโ๏ธ Self paced
Teacher: Brad Traversy
Source: YouTube
๐ Course Link
Full-Stack Redux Tutorial (Non-Video)
๐โโ๏ธ Self paced
Teacher: Tero Parviainen
Source: teropa.info
๐ Course Link
Books:
The Complete Redux Book
Redux in Action
Functional Web Development with React and Redux
#Redux
โโโโโโโโโโโโโโ
Join @Coding_CommunityOfficial for more
๐๐ก๐๐ข๐ฌ ๐๐๐๐ฅ๐ก๐๐ก๐๐๐
Getting Started with Redux
๐ฌ 30 video lesson
Duration โฐ : 2 hours
Taught by: Dan Abramov
Source: egghead
๐ COURSE LINK
React and Redux Masterclass
Ratingโญ๏ธ: 4.0 out 5
Students ๐จโ๐ :29,882
Duration โฐ :2hrs 6mins
Teacher ๐จโ๐ซ: Mateusz Grzesiukiewicz
๐ COURSE LINK
Learn Redux (Sign up required)
๐ฌ 7 video lesson
Duration โฐ: Approx. 10 hours worth of material
๐โโ๏ธ Self paced
โข๏ธ 5 Quizes
๐งฎ 5 Projects
Source: codecademy
๐ Course Link
React Redux Course Online For Free tutorial With Certificate
๐ฌ 30 video lesson
๐โโ๏ธ Self paced
Source: mindluster
๐ Course Link
Redux Crash Course With React
๐ฌ 1 long video lesson
๐โโ๏ธ Self paced
Teacher: Brad Traversy
Source: YouTube
๐ Course Link
Full-Stack Redux Tutorial (Non-Video)
๐โโ๏ธ Self paced
Teacher: Tero Parviainen
Source: teropa.info
๐ Course Link
Books:
The Complete Redux Book
Redux in Action
Functional Web Development with React and Redux
#Redux
โโโโโโโโโโโโโโ
Join @Coding_CommunityOfficial for more
๐๐ก๐๐ข๐ฌ ๐๐๐๐ฅ๐ก๐๐ก๐๐๐
Your First Flutter App: An App From Scratch
Updated for 2022. If youโre a complete beginner to Flutter development and wondering how to get started, this is the course for you.
By Brian Moakley
๐ Free Online Course
โณ 1-2 hours worth of material
๐โโ๏ธ Self paced
๐ถ Beginner level
Source: kodeco
๐ https://www.kodeco.com/27732840-your-first-flutter-app-an-app-from-scratch/lessons/1
#Flutter
โโโโโโโโโโโโโโ
Join @Coding_CommunityOfficial for more
๐๐ก๐๐ข๐ฌ ๐๐๐๐ฅ๐ก๐๐ก๐๐๐
Updated for 2022. If youโre a complete beginner to Flutter development and wondering how to get started, this is the course for you.
By Brian Moakley
๐ Free Online Course
โณ 1-2 hours worth of material
๐โโ๏ธ Self paced
๐ถ Beginner level
Source: kodeco
๐ https://www.kodeco.com/27732840-your-first-flutter-app-an-app-from-scratch/lessons/1
#Flutter
โโโโโโโโโโโโโโ
Join @Coding_CommunityOfficial for more
๐๐ก๐๐ข๐ฌ ๐๐๐๐ฅ๐ก๐๐ก๐๐๐
NOC: Privacy and Security in Online Social Media, IIT Delhi
๐ Free Online Course
๐ป 32 Lecture Videos
โฐ 10 Modules
๐โโ๏ธ Self paced
Teacher ๐จโ๐ซ : Prof. Ponnurangam Kumaraguru
๐ https://nptel.ac.in/courses/106106146
#Information_Security #IIT
โโโโโโโโโโโโโโ
Join @Coding_CommunityOfficial for more
๐๐ก๐๐ข๐ฌ ๐๐๐๐ฅ๐ก๐๐ก๐๐๐
๐ Free Online Course
๐ป 32 Lecture Videos
โฐ 10 Modules
๐โโ๏ธ Self paced
Teacher ๐จโ๐ซ : Prof. Ponnurangam Kumaraguru
๐ https://nptel.ac.in/courses/106106146
#Information_Security #IIT
โโโโโโโโโโโโโโ
Join @Coding_CommunityOfficial for more
๐๐ก๐๐ข๐ฌ ๐๐๐๐ฅ๐ก๐๐ก๐๐๐
Free Unreal Engine Courses
27 Step Crash Course to Getting Started with Unreal Engine 4 for Beginners Tutorial
๐ฌ 1 video lesson
Duration โฐ : Less than 1 hour
Taught by: courseduck
Source: courseduck
๐ COURSE LINK
Unreal Engine 4 FPS Tutorial
Ratingโญ๏ธ: 4.22 out 5
Students ๐จโ๐ :29,803
Duration โฐ :4hrs 57mins
Teacher ๐จโ๐ซ: Weston Huett
๐ COURSE LINK
Unreal Engine & C++ Tutorial - Endless Runner Game
๐ฌ 6 video lesson
Duration โฐ: 1-2 hours worth of material
๐โโ๏ธ Self paced
Source: freeCodeCamp
๐ Course Link
Creating Gameplay Mechanics With Blueprints - Unreal Engine 4 Course
๐ฌ 13 video lesson
Duration โฐ: 2-3 hours worth of material
๐โโ๏ธ Self paced
Source: classcentral
๐ Course Link
Unreal Engine 5 Complete Tutorials
๐ฌ 41 video lesson
๐โโ๏ธ Self paced
Teacher: UNF Games
Source: YouTube
๐ Course Link
Unreal Engine & C++ Tutorial - 1st Person Shooter Game
๐ฌ 16 video lesson
Duration โฐ: 2-3 hours worth of material
๐โโ๏ธ Self paced
Teacher: freeCodeCamp team
Source: freeCodeCamp
๐ Course Link
#Unreal_Engine #Unreal_Engine_4 #Unreal_Engine_5
โโโโโโโโโโโโโโ
Join @Coding_CommunityOfficial for more
๐๐ก๐๐ข๐ฌ ๐๐๐๐ฅ๐ก๐๐ก๐๐๐
27 Step Crash Course to Getting Started with Unreal Engine 4 for Beginners Tutorial
๐ฌ 1 video lesson
Duration โฐ : Less than 1 hour
Taught by: courseduck
Source: courseduck
๐ COURSE LINK
Unreal Engine 4 FPS Tutorial
Ratingโญ๏ธ: 4.22 out 5
Students ๐จโ๐ :29,803
Duration โฐ :4hrs 57mins
Teacher ๐จโ๐ซ: Weston Huett
๐ COURSE LINK
Unreal Engine & C++ Tutorial - Endless Runner Game
๐ฌ 6 video lesson
Duration โฐ: 1-2 hours worth of material
๐โโ๏ธ Self paced
Source: freeCodeCamp
๐ Course Link
Creating Gameplay Mechanics With Blueprints - Unreal Engine 4 Course
๐ฌ 13 video lesson
Duration โฐ: 2-3 hours worth of material
๐โโ๏ธ Self paced
Source: classcentral
๐ Course Link
Unreal Engine 5 Complete Tutorials
๐ฌ 41 video lesson
๐โโ๏ธ Self paced
Teacher: UNF Games
Source: YouTube
๐ Course Link
Unreal Engine & C++ Tutorial - 1st Person Shooter Game
๐ฌ 16 video lesson
Duration โฐ: 2-3 hours worth of material
๐โโ๏ธ Self paced
Teacher: freeCodeCamp team
Source: freeCodeCamp
๐ Course Link
#Unreal_Engine #Unreal_Engine_4 #Unreal_Engine_5
โโโโโโโโโโโโโโ
Join @Coding_CommunityOfficial for more
๐๐ก๐๐ข๐ฌ ๐๐๐๐ฅ๐ก๐๐ก๐๐๐
COSC250 - Functional and Reactive Programming
The course teaches Scala, functional programming, and some asynchronous and reactive programming. It's designed for second year undergraduate students, who mostly have experience of imperative languages (Python and Java).
๐ Free Online Course
๐งฑ 11 modules
๐โโ๏ธ Self paced
๐ถ Beginner level
๐ https://theintelligentbook.com/willscala/#
#Scala #Functional_Programming #Reactive_Programming
โโโโโโโโโโโโโโ
Join our Community ๐
https://linktr.ee/groupforprogrammers
Share with your College Whatsapp Groups & Friends too
The course teaches Scala, functional programming, and some asynchronous and reactive programming. It's designed for second year undergraduate students, who mostly have experience of imperative languages (Python and Java).
๐ Free Online Course
๐งฑ 11 modules
๐โโ๏ธ Self paced
๐ถ Beginner level
๐ https://theintelligentbook.com/willscala/#
#Scala #Functional_Programming #Reactive_Programming
โโโโโโโโโโโโโโ
Join our Community ๐
https://linktr.ee/groupforprogrammers
Share with your College Whatsapp Groups & Friends too
NOC: Reinforcement Learning, IIT Madras
๐ Free Online Course
๐ป 65 Lecture Videos
โฐ 12 Modules
๐โโ๏ธ Self paced
Teacher ๐จโ๐ซ : Dr. B. Ravindran
๐ https://nptel.ac.in/courses/106106143
#Reinforcement_Learning #IIT
โโโโโโโโโโโโโโ
Join our Community ๐
https://linktr.ee/groupforprogrammers
Share with your College Whatsapp Groups & Friends too
๐ Free Online Course
๐ป 65 Lecture Videos
โฐ 12 Modules
๐โโ๏ธ Self paced
Teacher ๐จโ๐ซ : Dr. B. Ravindran
๐ https://nptel.ac.in/courses/106106143
#Reinforcement_Learning #IIT
โโโโโโโโโโโโโโ
Join our Community ๐
https://linktr.ee/groupforprogrammers
Share with your College Whatsapp Groups & Friends too