Gå til hovedinnhold

10 dokumenter merket med "Python"

Vis alle tagger

Data Science

What is data science? It is a bunch of different jobs bunched together and given the tie of AI to make a company sound innovative.

FastAPI

I like Fastapi as a backend service. It is very easy to learn and it is good when designing apis.

Fluent Python

This book is a more advanced book on Python and dives more into the nitty-gritty of the language. It is about a lot of the core functionalities of Python and how they work. A lot of internal things, such as iterators, data objects and methods and functions, are discussed and analysed in detail.

Getting Started with Streamlit for Data Science

This book is a welcoming introduction to a Python module that has seen rapid growth. It offers a brief overview of the application's capabilities and shows how its user-friendly nature makes it an inclusive tool for both new and experienced data scientists.

Programming

An underrated aspect of programming is understanding computers; for engineers and self-taught programmers, it might be challenging to understand the intricacies of computers.

Pytest

Pytests is a wrapper around the unit test python test framework. It makes it a bit easier to write tests.

Python Tricks

This book is just a lot of neet tricks to use in python. It contains knowledge about structures in python, wrappers to use, and a lot of lot more. Nice for a developer with some python knowledge.