Advertisement
ahmedezzatpy

Python New Path

Jan 21st, 2020
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.40 KB | None | 0 0
  1. Get started with object-oriented concepts like classes and methods, and inheritance and overloading Find out about modules and packages, and get some experience with common modules like os, namedtuple, and calendar.
  2. Learn file handling. Learn about more complex topics like generators and decorators, and shallow and deep copying.
  3. Also, learn to generate and use random numbers and regular expressions.
  4. Learn about more complex topics like networking, XML processing, and multiprocessing.
  5. Learn to build GUIs with Python.
  6. Find out about exceptions and how to handle them.
  7. Learn to use SciPy, NumPy, and Pandas.
  8. Learn to debug, unit-test, log, serialize, and access the database.
  9. ==================================================================
  10. ORM stands for Object Relational Mapping. This is a way to query and manipulate data from a database using an object-oriented paradigm. You can learn to use ORM libraries like SQLAlchemy and Django ORM. This is easier and faster than writing SQL.
  11. ====================
  12. To be a good Python developer, you will need more than just technical knowledge and the following skills:
  13. A problem-solving mindset
  14. Strong communication skills- You’ll need to communicate project requirements and features to your team. This will also help you write better documentation.
  15. An eagerness to learn new tools and libraries
  16. Knowledge of how things work internally
  17. Strong technical skills
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement