![]() |
Hands-On Cisco Automation with Python: Streamline Network Tasks Using Netmiko, NAPALM, and Nornir for Beginners
ISBN: 9780135463192 / Angielski / Miękka / 30-05-2026 Książka dostępna od: 30-05-2026 |
|
Termin ukazania się książki: 30-05-2026
Książkę można już zamówić z rabatem 5% |
|
150,38 |
![]() |
Python Made Easy
ISBN: 9798868821325 / Angielski / Miękka / 385 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. Python has become one of the most versatile and widely used programming languages, known for its simplicity and efficiency. Python Made Easy is designed to help beginner developers easily learn the fundamentals and intermediate concepts of Python. This book provides a structured approach to learning Python, covering essential topics from basic syntax to complex data structures and numerical computing. The book starts with an introduction to Python, explaining its advantages, drawbacks, and the importance of style guides. It then delves into key programming concepts, including... Python has become one of the most versatile and widely used programming languages, known for its simplicity and efficiency. Python Made Easy is des... |
cena:
280,04 |
![]() |
Python Interview Preparation: Master the Python skills and ace your technical interviews through 100 coding challenges and solutions (English Edition)
ISBN: 9789365897937 / Angielski Termin realizacji zamówienia: ok. 5-8 dni roboczych. |
cena:
172,42 |
![]() |
Python Mastery: Programming Concepts Expressed And Coding Skills For Everyone
ISBN: 9789914949179 / Angielski Termin realizacji zamówienia: ok. 5-8 dni roboczych. |
cena:
145,26 |
![]() |
CPython
ISBN: 9798868817687 / Angielski / Miękka / 324 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. Deep Dive CPython explores the internal mechanics of CPython, the widely used Python interpreter written in C. Starting with a practical guide on downloading and compiling the CPython source, this book is perfect for developers eager to understand Python's behaviour at a fundamental level. The book takes readers from basic concepts to complex details with a systematic breakdown of core components. It covers everything from CPython's data structures like PyObject and PyTypeObject to object lifecycle management, giving insight into memory allocation and object reference counting. Each... Deep Dive CPython explores the internal mechanics of CPython, the widely used Python interpreter written in C. Starting with a practical guide on d... |
cena:
231,17 |
![]() |
Python for Accounting and Finance: A Mind-Mapping Approach
ISBN: 9781041108139 / Angielski / 26-05-2026 Książka dostępna od: 26-05-2026 |
|
Termin ukazania się książki: 26-05-2026
Książkę można już zamówić z rabatem 5% |
|
276,76 |
![]() |
Python for Accounting and Finance: A Mind-Mapping Approach
ISBN: 9781041108146 / Angielski / 26-05-2026 Książka dostępna od: 26-05-2026 |
|
Termin ukazania się książki: 26-05-2026
Książkę można już zamówić z rabatem 5% |
|
863,59 |
![]() |
Asynchronous Programming in Python: Apply asyncio in Python to build scalable, high-performance apps across multiple scenarios
ISBN: 9781836646617 / Angielski Termin realizacji zamówienia: ok. 5-8 dni roboczych. |
cena:
194,18 |
![]() |
Limbajul de programare Python 3 pentru non-programatori
ISBN: 9786060339113 / Rumuński Termin realizacji zamówienia: ok. 5-8 dni roboczych. |
cena:
38,49 |
![]() |
Application Development with PyCharm: Building real-world applications in Python with the convenience of PyCharm (English Edition)
ISBN: 9789365894561 / Angielski Termin realizacji zamówienia: ok. 5-8 dni roboczych. |
cena:
172,42 |
![]() |
Python Real-World Projects: Turn ideas into impactful applications through real-world Python development (English Edition)
ISBN: 9789365897685 / Angielski Termin realizacji zamówienia: ok. 5-8 dni roboczych. |
cena:
172,42 |
![]() |
Hands-On Software Engineering with Python - Second Edition: Move beyond basic programming to design, maintain, and deploy extensible Python systems
ISBN: 9781835888001 / Angielski Termin realizacji zamówienia: ok. 5-8 dni roboczych. |
cena:
215,75 |
![]() |
Programming ESP32: Learn MicroPython Coding and Electronics
ISBN: 9781739487492 / Angielski Termin realizacji zamówienia: ok. 5-8 dni roboczych. |
cena:
50,58 |
![]() |
Learn AI with Python: Explore machine learning and deep learning techniques for building smart AI systems using Scikit-learn, NLTK, NeuroLab, and Kera
ISBN: 9789365895001 / Angielski Termin realizacji zamówienia: ok. 5-8 dni roboczych. |
cena:
161,65 |
![]() |
Thinking in Math: Using Python to Explore, Experiment, and Understand
ISBN: 9781718505063 / Angielski / 29-09-2026 Książka dostępna od: 29-09-2026 |
|
Termin ukazania się książki: 29-09-2026
Książkę można już zamówić z rabatem 5% |
|
150,38 |
![]() |
Building Data Apps with Streamlit: Create Dynamic Dashboards, Machine Learning Workflows, and AI Chatbots with Streamlit and Python (English Edition)
ISBN: 9789349887848 / Angielski Termin realizacji zamówienia: ok. 5-8 dni roboczych. |
cena:
28,49 |
![]() |
Foundations of Agile Python Development
ISBN: 9781590599815 / Angielski / Miękka / 416 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. If you're embarking on a Python development project, then you should buy this book--there's nothing quite like it. I know this because I was looking for it last year, and I couldn't find it. This book introduces the tools you'll need to get started on agile projects in Python, and unlike any other book out there, it shows you how to tie them all together. Sure, there are many good books on agile development. A lot of them cover the devel- ment processes in great detail, and this is a good thing. Agile development is very much about human interactions and the environment surrounding software...
If you're embarking on a Python development project, then you should buy this book--there's nothing quite like it. I know this because I was looking f...
|
cena:
173,37 |
![]() |
Python 3 for Absolute Beginners
ISBN: 9781430216322 / Angielski / Miękka / 300 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. As you've seen, text is integral to most Python programs, and you saw how often of our examples use it. We take text input from users, manipulate that text, and display messages in response. This is why Python comes with so many text-related features. In this chapter, you learned how to split and join strings; format, edit, and search for strings; use regular expressions to search for patterns within strings; and work with the files on your file system. We then applied much of this in our example application. 160 C H A P T E R 8 ? ? ? Executable Files, Organization, and Python on the Web Up...
As you've seen, text is integral to most Python programs, and you saw how often of our examples use it. We take text input from users, manipulate that...
|
cena:
301,89 |
![]() |
Dive Into Python 3
ISBN: 9781430224150 / Angielski / Miękka / 412 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. Mark Pilgrim's Dive Into Python 3 is a hands-on guide to Python 3 and its differences from Python 2. As in the original book, Dive Into Python, each chapter starts with a real, complete code sample, proceeds to pick it apart and explain the pieces, and then puts it all back together in a summary at the end. This book includes:
Mark Pilgrim's Dive Into Python 3 is a hands-on guide to Python 3 and its differences from Python 2. As in the original b... |
cena:
261,63 |
![]() |
Matplotlib for Python Developers
ISBN: 9781847197900 / Angielski / Miękka / 308 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. Providing appealing plots and graphs is an essential part of various fields such as scientific research, data analysis, and so on. Matplotlib, the Python 2D plotting library, is used to produce publication-quality figures in a variety of hardcopy formats and interactive environments across platforms. This book explains creating various plots, histograms, power spectra, bar charts, error charts, scatter-plots and much more using the powerful Matplotlib library to get impressive out-of-the-box results.
Providing appealing plots and graphs is an essential part of various fields such as scientific research, data analysis, and so on. Matplotlib, the Pyt...
|
cena:
211,44 |