Lynda – Leading Through Relationships

Lynda – Leading Through Relationships Bookware-KNiSO
English | Size: 323.95 MB
Category: Tutorial


Make a positive impact on your company and your own career by learning how to lead through relationships. Get techniques for managing the human side of your work as a leader

Lynda – Advanced Python Working with Databases

Lynda – Advanced Python Working with Databases
English | Size: 1,014.34 MB
Category: Tutorial


To create functional and useful Python applications, you need a database. Databases allow you to store data from user sessions, track inventory, make recommendations, and more. However, Python is compatible with many options: SQLite, MySQL, and PostgreSQL, among others. Selecting the right database is a skill that advanced developers are expected to master. This course provides an excellent primer, comparing the different types of databases that can be connected through the Python Database API. Instructor Kathryn Hodge teaches the differences between SQLite, MySQL, and PostgreSQL and shows how to use the ORM tool SQLAlchemy to query a database. The final chapters put your knowledge to practical use in two hands-on projects: developing a full-stack application with Python, PostgreSQL, and Flask and creating a data analysis app with pandas and Jupyter Notebook. By the end, you should feel comfortable creating and using databases and be able to decide which Python database is right for you.

Lynda – React js Essential Training

Lynda – React.js Essential Training
English | Size: 269.89 MB
Category: Tutorial


Among all other JavaScript libraries, React.js stands out. It relies on reusable components, not templates, for UI development, allowing developers to render views where data changes over time. React applications are more scalable and more maintainable, making developers more efficient and users more satisfied. In this course, Eve Porcello introduces the basics of the React library using the most modern syntax and best practices for creating React components. Along the way, learn how to set up Chrome tools for React; create new components; work with the built-in Hooks in React; and more. By the end of the course, you’ll understand the essentials of React.js and be able to start building your own browser-based projects.

Lynda – First Look Python 3.9 Bookware-KNiSO

Lynda – First Look Python 3.9 Bookware-KNiSO
English | Size: 72.87 MB
Category: Tutorial


Learn about the new features, improvements, and deprecations
packed into Python 3.9
Python, like any modern language, is always evolving. In this course, instructor Claire Burn dives into Python 3.9, highlighting the new features, improvements, and deprecations packed into this release. Learn about the significant Python Enhancement Proposals (PEPs) included in Python 3.9, as well as how to distinguish which modules are new (and why they are notable). Discover which modules have been deprecated and why this was necessary. Plus, get tips for overcoming common challenges while porting from Python 2 to Python 3.9, or Python 3.x to Python 3.9.

Lynda – Linux Device Drivers Bookware-KNiSO

Lynda – Linux Device Drivers Bookware-KNiSO
English | Size: 474.18 MB
Category: Tutorial


Learn the important facets of Linux device drivers what they are what each type can do, and how to compile, debug, and add functionality to your drivers