![]() |
Beginning Ethical Hacking with Python
ISBN: 9781484225400 / Angielski / Miękka / 201 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. Learn the basics of ethical hacking and gain insights into the logic, algorithms, and syntax of Python. This book will set you up with a foundation that will help you understand the advanced concepts of hacking in the future. Learn Ethical Hacking with Python 3 touches the core issues of cyber security: in the modern world of interconnected computers and the Internet, security is increasingly becoming one of the most important features of programming. Ethical hacking is closely related to Python. For this reason this book is organized in three parts. The first part deals... Learn the basics of ethical hacking and gain insights into the logic, algorithms, and syntax of Python. This book will set you up with a foundation... |
cena:
180,93 |
![]() |
Neural Network Programming with Python: Create your own neural network!
ISBN: 9781539381952 / Angielski / Miękka / 94 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. This book is a guide on how to implement a neural network in the Python programming language. It begins by giving you a brief overview of neural networks so as to know what they are, where they are used, and how they are implemented. The next step is an exploration of the backpropagation algorithm. This is the algorithm behind the functionality of neural networks, and it involves a forward and backward pass. Numby is a Python library which can be used for the purpose of implementation of a neural network. This library is discussed in this book, and you are guided on how to use it for that...
This book is a guide on how to implement a neural network in the Python programming language. It begins by giving you a brief overview of neural netwo...
|
cena:
52,78 |
![]() |
Python: Easy Python Programming For Beginners, Your Guide to Learning Python
ISBN: 9781539509660 / Angielski / Miękka / 90 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. Learn Python Programming Today With This Easy Step-By-Step Guide Do you want to learn Python Programming? Do you get overwhelmed by complicated lingo and want a guide that is easy to follow, detailed and written to make the process enjoyable?If so, "PYTHON: Easy Python Programming For Beginners, Your Step-By-Step Guide to Learning Python Programming" by Felix Alvaro is THE book for you It covers the most essential topics you must learn to begin programming with Python.Python is one of the most popular and widely used...
Learn Python Programming Today With This Easy Step-By-Step Guide Do you want to learn Python Programming? Do you get o...
|
cena:
126,46 |
![]() |
Python: What EVERY Beginner Needs to Know
ISBN: 9781540387974 / Angielski / Miękka / 174 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. The Most Comprehensive Python Programming Beginners Guide
Usually priced at $16.38, buy now to get a limited time discount and get it for only $13.38 OFFER* Buy a paperback copy of this Python Programming book and receive the Kindle version for only .99 cents Coming Soon - Other Books In This Series- Python: Cardinal Rules for Success. Don't miss out Subscribe to our email list to obtain discounts and notifications Python can land you a lucrative job in numerous companies and dramatically increase your salary and earning potential. As you navigate these chapters, you... The Most Comprehensive Python Programming Beginners Guide
Usually priced at $16.38, buy now to get a limited time discount and get it for only $... |
cena:
56,50 |
![]() |
Python Programming: Become an Expert at Python Today with Step by Step Instructions for Beginners
ISBN: 9781533337771 / Angielski / Miękka / 142 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. Take the first steps to becoming an expert in Python and claim your Bonus Chapter on Handling Exceptions; on sale now at a DISCOUNTED price for a limited time only Become fluent fast with easy to understand examples and graphics to learn the programming skills you need to start using python in your life by tomorrow Did you know websites like YouTube and Dropbox use Python in their source code? Python is a vast language which is easy to understand and apply. You can develop almost anything using Python. Most of the operating systems (Mac, Linux, UNIX, etc.) other than windows have...
Take the first steps to becoming an expert in Python and claim your Bonus Chapter on Handling Exceptions; on sale now at a DISCOUNTED price for...
|
cena:
67,52 |
![]() |
Python: Beginner's Guide to Programming Code with Python
ISBN: 9781540501998 / Angielski / Miękka / 82 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. Learn Python programming today and begin your path towards Python programming mastery For a limited time only, get to own this Amazon top seller for just $17.38 Regularly priced at $20.99. In this Definitive Python Guide, you're about to discover...
How to program code in Python through learning the core essentials that every Python programmer must know. Python is a very popular programming language, and there are a great many books on the market concerning it. We cut to the chase and tell you why you should get this one: Here is a Preview of What You'll... Learn Python programming today and begin your path towards Python programming mastery For a limited time only, get to own this Amazon top s...
|
cena:
84,24 |
![]() |
Python: Learn the Easiest Program Coding for the Absolute Beginner
ISBN: 9781540399045 / Angielski / Miękka / 62 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. |
cena:
60,72 |
![]() |
Raspberry Pi 3: Beginner to Pro - Step by Step Guide
ISBN: 9781539342984 / Angielski / Miękka / 88 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. Learn all about the Raspberry Pi3 and what you can do with it. No previous technical skills required Now with fully update URLs in the paperback version for easy reference The Raspberry Pi 3 is a powerful minicomputer that has gained popularity for its versatility with hobbyists, DIYers, students, and digital engineers. More than just a tiny computer, the RPI is also a microcontroller that can light LEDs, spin motors, obtain sensor input, and much more. This book serves as a beginners guide to the RPI 3. Including how to acquire the device, we also explain how to set it up and get...
Learn all about the Raspberry Pi3 and what you can do with it. No previous technical skills required Now with fully update URLs in the paperback v...
|
cena:
56,50 |
![]() |
Python 3.6 C API
ISBN: 9789888406869 / Angielski / Miękka / 230 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. his book documents the API used by C and C++ programmers who want to write extension modules or embed Python. It is a companion to extending-index, which describes the general principles of extension writing but does not document the API functions in detail.
This book is a paper version of the freely available electronic documentation of the python project. his book documents the API used by C and C++ programmers who want to write extension modules or embed Python. It is a companion to extending-index, wh...
|
cena:
126,63 |
![]() |
Python 3.6 Extending and Embedding Python
ISBN: 9789888406876 / Angielski / Miękka / 112 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. This book describes how to write modules in C or C++ to extend the Python interpreter with new modules. Those modules can not only define new functions but also new object types and their methods. The document also describes how to embed the Python interpreter in another application, for use as an extension language. Finally, it shows how to compile and link extension modules so that they can be loaded dynamically (at run time) into the interpreter, if the underlying operating system supports this feature. This book assumes basic knowledge about Python.
This book is a paper version of... This book describes how to write modules in C or C++ to extend the Python interpreter with new modules. Those modules can not only define new function...
|
cena:
105,53 |
![]() |
Python 3.6 Language Reference
ISBN: 9789888406883 / Angielski / Miękka / 160 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. This reference manual describes the syntax and "core semantics" of the language. It is terse, but attempts to be exact and complete.
This book is a paper version of the freely available electronic documentation of the python project. This reference manual describes the syntax and "core semantics" of the language. It is terse, but attempts to be exact and complete.
This book is... |
cena:
126,63 |
![]() |
Python 3.6 Tutorial
ISBN: 9789888406906 / Angielski / Miękka / 150 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. If you do much work on computers, eventually you find that there's some task you'd like to automate. For example, you may wish to perform a search-and-replace over a large number of text files, or rename and rearrange a bunch of photo files in a complicated way. Perhaps you'd like to write a small custom database, or a specialized GUI application, or a simple game.
If you're a professional software developer, you may have to work with several C/C++/Java libraries but find the usual write/compile/test/re-compile cycle is too slow. Perhaps you're writing a test suite for such a library and... If you do much work on computers, eventually you find that there's some task you'd like to automate. For example, you may wish to perform a search-and...
|
cena:
126,63 |
![]() |
Solving PDEs in Python: The FEniCS Tutorial I
ISBN: 9783319524610 / Angielski / Miękka / 146 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. |
cena:
83,12 |
![]() |
Python for Beginners: The Ultimate Guide to Python Programming; Learn Python FAST!
ISBN: 9781541149137 / Angielski / Miękka / 68 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. There are few better pursuits you could undertake than learning to program. Not many things will benefit you as directly as programming will. This book will teach you how to go from setting up your Python environment to working with complex object-oriented concepts, all in a matter of no time. If you want to learn Python quickly but still have an impressive grasp on it, this just might be the book for you. If you're on the edge of learning Python, I should just say that programming is the only form of self-expression that allows the end user to directly interact with your art. Programming is...
There are few better pursuits you could undertake than learning to program. Not many things will benefit you as directly as programming will. This boo...
|
cena:
75,97 |
![]() |
Python for Graph and Network Analysis
ISBN: 9783319530031 / Angielski / Twarda / 203 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. This research monograph provides the means to learn the theory and practice of graph and network analysis using the Python programming language. The social network analysis techniques, included, will help readers to efficiently analyze social data from Twitter, Facebook, LiveJournal, GitHub and many others at three levels of depth: ego, group, and community. They will be able to analyse militant and revolutionary networks and candidate networks during elections. For instance, they will learn how the Ebola virus spread through communities. Practically, the book is suitable... This research monograph provides the means to learn the theory and practice of graph and network analysis using the Python programming language. Th... |
cena:
706,82 |
![]() |
Python: Tips and Tricks to Get Past the Beginners Level
ISBN: 9781541204546 / Angielski / Miękka / 100 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. Sail Past the Beginners Level with these valuable tips
Usually priced at $19, buy now to get for only $13.38 before the price goes up OFFER* Buy a paperback copy of this Python Programming book and receive the Kindle version for only .99 cents Python can land you a lucrative job in numerous companies and dramatically increase your salary and earning potential. As you navigate these chapters, you will become quite adept in your journey to master the Python. You picked up this book because you are ready to improve your Python skills that you learned with the beginner's... Sail Past the Beginners Level with these valuable tips
Usually priced at $19, buy now to get for only $13.38 before the price goes up OFFER... |
cena:
56,50 |
![]() |
Hacking with Python: The Ultimate Beginners Guide
ISBN: 9781542303774 / Angielski / Miękka / 112 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. Hacking with Python: The Ultimate Beginners Guide This book will show you how to use Python, create your own hacking tools, and make the most out of available resources that are made using this programming language. If you do not have experience in programming, don't worry - this book will show guide you through understanding the basic concepts of programming and navigating Python codes. This book will also serve as your guide in understanding common hacking methodologies and in learning how different hackers use them for exploiting vulnerabilities or improving security. You will also be able...
Hacking with Python: The Ultimate Beginners Guide This book will show you how to use Python, create your own hacking tools, and make the most out of a...
|
cena:
71,75 |
![]() |
Python: The Ultimate Beginner's Guide
ISBN: 9781542313759 / Angielski / Miękka / 92 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. If you are new to programming with Python and are looking for a solid introduction, this is the book for you. Developed by computer science instructors, books in the "for the absolute beginner" series teach the principles of programming through simple game creation. You will acquire the skills that you need for practical Python programming applications and will learn how these skills can be put to use in real-world scenarios. Throughout the chapters, you will find code samples that illustrate concepts presented. At the end of each chapter, you will find a complete game that demonstrates the...
If you are new to programming with Python and are looking for a solid introduction, this is the book for you. Developed by computer science instructor...
|
cena:
48,05 |
![]() |
Python Programming: A Comprehensive Beginner's Guide to Learn and Understand Python Language
ISBN: 9781542347945 / Angielski / Miękka / 86 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. There are few better pursuits you could undertake than learning to program. Not many things will benefit you as directly as Python programming will. This book will teach you how to go from setting up your Python environment to working with complex object-oriented concepts, all in a matter of no time. If you want to learn Python programming quickly but still have an impressive grasp on it, this just might be the book for you. If you're on the edge of learning Python programming, I should just say that programming is the only form of self-expression that allows the end user to directly interact...
There are few better pursuits you could undertake than learning to program. Not many things will benefit you as directly as Python programming will. T...
|
cena:
64,94 |
![]() |
Practical Python Design Patterns: Pythonic Solutions to Common Problems
ISBN: 9781484226797 / Angielski / Miękka / 350 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. Become a better, more productive programmer through a series of projects that will help you deeply understand and master each of the design patterns covered. In this book you will learn to write elegant "Pythonic" code to solve common programming problems. You will also experience design thinking, by identifying design patterns that would be helpful given a specific problem or situation.
Python is eating the world. In recent years it has become so much more than a mere object-oriented, scripting language. Design patterns help you think of and solve problems in chunks. They help you to... Become a better, more productive programmer through a series of projects that will help you deeply understand and master each of the design patterns c...
|
cena:
145,49 |