Skip to content

Commit 7337b6d

Browse files
committed
Update README.md
1 parent c6d7828 commit 7337b6d

File tree

1 file changed

+79
-0
lines changed

1 file changed

+79
-0
lines changed

README.md

+79
Original file line numberDiff line numberDiff line change
@@ -1 +1,80 @@
11
# Awesome-Python
2+
Python is an easy to learn language many beginners to coding choose as their first programming language and it is not limited to web development, as you can build games and applications for academical research with it. If you are new to programming or simply interested in learning Python, here are some resources you can use.
3+
4+
## Best Collection of Python Tutorials
5+
- Learning Guide- [Learn Python Online](https://www.codementor.io/learn-python-online)
6+
- Tutorial- [Python Tutorials for Beginners and Programmers](https://www.codementor.io/python/tutorial)
7+
8+
## Online Help
9+
- Online Experts- [1:1 Python Help from Proven Experts](https://www.codementor.io/python-experts)
10+
11+
## Platform for Python Tutorials
12+
- [Bucky's Room](https://buckysroom.org/videos.php?cat=98)
13+
- [Think Python](http://www.greenteapress.com/thinkpython/)
14+
- [Learn Python](http://www.learnpython.org/)
15+
- [Python for You and Me](http://pymbook.readthedocs.org/en/py3/)
16+
- [Learn Python the Hard Way](http://learnpythonthehardway.org/book/)
17+
18+
## General Topics for Beginners
19+
- [Python Tutorials for Beginners and Programmers ](https://www.codementor.io/python/tutorial)
20+
- [Python Beginner Tutorial: for Loops and Iterators](https://www.codementor.io/python/tutorial/python-generators-and-iterators)
21+
- [Python 2.7 vs Python 3.4 ─ What should Python Beginners choose?](https://www.codementor.io/python/tutorial/python-2-7-vs-python-3-4)
22+
- [Introduction to Python Decorators](https://www.codementor.io/python/tutorial/introduction-to-decorators)
23+
- [How to Create Custom Exceptions in Python](https://www.codementor.io/python/tutorial/python-custom-exception)
24+
- [A SQLAlchemy Cheat Sheet](https://www.codementor.io/python/tutorial/understanding-sqlalchemy-cheat-sheet)
25+
- [Python Framework Comparison: Django vs. Pyramid](https://www.codementor.io/python/tutorial/django-vs-pyramid-python-framework-comparison)
26+
- [How to Set up NumPy on a 64 bit Windows OS](https://www.codementor.io/numpy/tutorial/installing-numpy-64-bit-windows)
27+
- [Python Q&A with #1 Stack Overflow Python Expert](https://www.codementor.io/python/tutorial/stack-overflow-python-expert-answers-questions)
28+
- [Stack Overflow Legend Martijn Pieters: Python Optimization and How it Can Affect Your Code](https://www.codementor.io/python/tutorial/stack-overflow-martijn-pieters-python-optimization)
29+
- [6 Useful Python Libraries Recommended by #1 Stack Overflow Answerer](https://www.codementor.io/python/tutorial/6-useful-python-libraries)
30+
- [Martijn Pieters on the Future of Django](https://www.codementor.io/python/tutorial/martijn-pieters-future-django)
31+
- [Python Internals: Codementor Office Hours with Martijn Pieters](https://www.codementor.io/python/tutorial/python-internals-codementor-office-hours-martijn-pieters)
32+
33+
34+
## Tips
35+
- [How do I remove the first and last rows and columns from a 2D numpy array?](https://www.codementor.io/tips/2843378231/how-do-i-remove-the-first-and-last-rows-and-columns-from-a-2d-numpy-array)
36+
- [How to check keys in two levels loop? ](https://www.codementor.io/tips/6813274333/how-to-check-keys-in-two-levels-loop)
37+
- [Python array unpacking error: need more than 3 values ](https://www.codementor.io/tips/3317328246/python-array-unpacking-error-need-more-than-3-values)
38+
- [scheduling events with a while loop and time.sleep](https://www.codementor.io/tips/1344523786/scheduling-events-with-a-while-loop-and-time-sleep)
39+
- [Fetching an RSS feed and converting it into a json response](https://www.codementor.io/tips/3493772831/fetching-an-rss-feed-and-converting-it-into-a-json-response)
40+
- [Opencv: display contours](https://www.codementor.io/tips/4930721378/opencv-display-contours)
41+
- [Django form choices loaded from database are not updatedCan't figure out what's wrong with my method](https://www.codementor.io/tips/4933721348/can-t-figure-out-what-s-wrong-with-my-method)
42+
- [Different initial values in a Django formset](https://www.codementor.io/tips/0731824832/different-initial-values-in-a-django-formset)
43+
- [Why does python's struct think little-endian and big-endian imply different lengths?](https://www.codementor.io/tips/0818274433/why-does-python-s-struct-think-little-endian-and-big-endian-imply-different-lengths)
44+
- [Comparing two class types in python](https://www.codementor.io/tips/6130438872/comparing-two-class-types-in-python)
45+
- [How can I get Travis-CI to recognize and open external files during testing](https://www.codementor.io/tips/8102473038/how-can-i-get-travis-ci-to-recognize-and-open-external-files-during-testing)
46+
47+
48+
49+
50+
## Videos
51+
- [Carte-Blanche, a Django Permission Framework for Rapid Prototyping, with its creator, Eric Neuman ](https://www.codementor.io/officehours/6962831504/carte-blanche-a-django-permission-framework-for-rapid-prototyping-with-its-creator-eric-neuman)
52+
- [Introduction to Machine Learning & NLP: Building a Spam Classifier](https://www.codementor.io/officehours/1385095426/building-a-spam-classifier)
53+
- [Stack Overflow Legend Martijn Pieters: Python Optimization and How it Can Affect Your Code](https://www.codementor.io/officehours/9015644327/stack-overflow-legend-martijn-pieters-python-optimization-and-how-it-can-affect-your-code)
54+
55+
56+
## Documentations
57+
- [Python Documentations](https://www.python.org/doc/)
58+
59+
## Courses
60+
- [MIT Introduction to Computer Science and Programming](http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-00sc-introduction-to-computer-science-and-programming-spring-2011/)
61+
- [Programming for Everybody (Python)](https://www.coursera.org/course/pythonlearn)
62+
- [Google's Python Class](https://developers.google.com/edu/python/?hl=de-DE&csw=1)
63+
- [Lynda.com](http://www.lynda.com/Python-training-tutorials/415-0.html)
64+
- [Intro to Computer Science](https://www.udacity.com/course/ud036)
65+
66+
67+
68+
## Developer Tools
69+
- [PythonAnywhere](https://www.pythonanywhere.com/)
70+
- [PyDev](http://pydev.org/)
71+
- [PyCharm](http://www.jetbrains.com/pycharm/)
72+
- [Flake8Lint](https://github.com/dreadatour/Flake8Lint)
73+
- [WingWare Python IDE](https://wingware.com/)
74+
- [Pytest](http://pytest.org/latest/)
75+
- [Mock](http://www.voidspace.org.uk/python/mock/)
76+
- [PyLint](http://www.pylint.org/)
77+
- [Scrapy](http://scrapy.org/)
78+
- [Robobrowser](http://robobrowser.readthedocs.org/en/latest/)
79+
- [PyGame](http://pygame.org/news.html)
80+

0 commit comments

Comments
 (0)