Skip to content

Commit 0426525

Browse files
committed
Add Python resources
1 parent 4e1a88d commit 0426525

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

README.md

+30
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ Please read the [contributing guidelines](./CONTRIBUTING.md) before submitting n
3535
* [Express.js](#expressjs)
3636
* [JavaScript Testing](#javascript-testing)
3737
* [Other JavaScript Libraries](#other-javascript-libraries)
38+
* [Python](#python)
3839

3940
## General Resources
4041

@@ -449,3 +450,32 @@ W3Schools's [TensorFlow Tutorial](https://www.w3schools.com/ai/ai_tensorflow_int
449450
Scrimba.com's [Neural networks in JavaScript course](https://scrimba.com/learn/neuralnetworks) | Free
450451

451452
**[⇧ Back to Index](#index)**
453+
454+
## Python
455+
Name | Cost
456+
---- | ----
457+
[Python website](https://www.python.org) | Free
458+
W3Schools's [Python Tutorial](https://www.w3schools.com/python/default.asp) | Free
459+
Sololearn's [Python for Beginners course](https://www.sololearn.com/learning/1157) | Free with some Paid features
460+
Sololearn's [Python Data Structures course](https://www.sololearn.com/learning/1159) | Free with some Paid features
461+
Sololearn's [Intermediate Python course](https://www.sololearn.com/learning/1158) | Free with some Paid features
462+
Sololearn's [Python Core course](https://www.sololearn.com/learning/1073) | Free with some Paid features
463+
Sololearn's [Data Science course](https://www.sololearn.com/learning/1093) | Free
464+
Sololearn's [Python for Data Science course](https://www.sololearn.com/learning/1161) | Free with some Paid features
465+
Sololearn's [Machine Learning course](https://www.sololearn.com/learning/1094) | Free
466+
Scrimba.com's [Learn Python for free course](https://scrimba.com/learn/python) | Free
467+
freeCodeCamp's [Scientific Computing with Python Certification](https://www.freecodecamp.org/learn/scientific-computing-with-python) | Free
468+
freeCodeCamp's [Data Analysis with Python Certification](https://www.freecodecamp.org/learn/data-analysis-with-python) | Free
469+
freeCodeCamp's [Python for Penetration Testing course](https://www.freecodecamp.org/learn/information-security/#python-for-penetration-testing) | Free
470+
[Python tutorial](https://www.alphacodingskills.com/python/python-tutorial.php) on AlphaCodingSkills | Free
471+
[Python interview questions](https://www.alphacodingskills.com/interview/python-interview-questions.php) on AlphaCodingSkills | Free
472+
Udacity's [Introduction to Python Programming course](https://www.udacity.com/course/introduction-to-python--ud1110) | Free
473+
Codecademy's [Learn Python 3 course](https://www.codecademy.com/learn/learn-python-3) | Paid
474+
Codecademy's [Learn Intermediate Python 3 course](https://www.codecademy.com/learn/learn-intermediate-python-3) | Paid
475+
Codecademy's [Learn Object Oriented Programming with Python course](https://www.codecademy.com/learn/learn-object-oriented-programming-with-python) | Free
476+
Codecademy's [Learn Data Structures and Algorithms with Python course](https://www.codecademy.com/learn/learn-data-structures-and-algorithms-with-python) | Paid
477+
Codecademy's [Learn Recursion with Python course](https://www.codecademy.com/learn/learn-recursion-python) | Paid
478+
Codecademy's [Learn Sorting Algorithms with Python course](https://www.codecademy.com/learn/sorting-algorithms) | Paid
479+
Codecademy's [How to Implement Search Algorithms with Python course](https://www.codecademy.com/learn/search-algorithms) | Paid
480+
481+
**[⇧ Back to Index](#index)**

0 commit comments

Comments
 (0)