Python/ django
59.1K subscribers
2.03K photos
59 videos
47 files
2.76K links
по всем вопросам @haarrp

@itchannels_telegram - 🔥 все ит-каналы

@ai_machinelearning_big_data -ML

@ArtificialIntelligencedl -AI

@datascienceiot - 📚

@pythonlbooks

РКН: clck.ru/3FmxmM
加入频道
Колисниченко Д.Н. | Программирование для Android 5. Самоучитель [2015]
═════════════════════
Описание:
═════════════════════
Рассмотрены все основные аспекты создания приложений для платформы Android 5 (API 21): установка необходимого программного обеспечения (JDK, Eclipse и Android SDK), использование эмулятора Android, создание интерфейса пользователя, работа с графикой, воспроизведение звука и видео, методы хранения данных (в том числе СУБД SQLite), взаимодействие с аппаратными средствами смартфона, платформа Titanium Mobile, публикация приложений на Play Market и отладка приложений.

Особое внимание уделено взаимодействию с аппаратными средствами смартфона. Показано, как получить информацию об устройстве и определить его состояние, использовать его датчики (акселерометр, датчик света, датчик температуры, датчик давления), камеру, Bluetooth-адаптер.

Приведены решения для различных нештатных ситуаций (отказ эмулятора, проблема с установкой программного обеспечения и т. д.), что поможет начинающему программисту.

#java@physics_math
#android@physics_math
#программирование@physics_math
#рефакторинг@physics_math
#книги #physics #math #books #code

#python #код #django #питон #джанго #программирование #cod #coding #ML #DataMining #deeplearning #neuralnets #neuralnetworks #neuralnetworks #ArtificialIntelligence #MachineLearning #DigitalTransformation #tech #ML #python
Kotlin in Action [2018]
═════════════════════
Описание:
═════════════════════
Язык Kotlin предлагает выразительный синтаксис, мощную и понятную систему типов, великолепную поддержку и бесшовную совместимость с существующим кодом на Java, богатый выбор библиотек и фреймворков. Kotlin может компилироваться в байт-код Java, поэтому его можно использовать везде, где используется Java, включая Android. А благодаря эффективному компилятору и маленькой стандартной библиотеке Kotlin практически не привносит накладных расходов.

Данная книга научит вас пользоваться языком Kotlin для создания высококачественных приложений. Написанная создателями языка – разработчиками в компании JetBrains, – эта книга охватывает такие темы, как создание предметно-ориентированных языков, функциональное программирование в JVM, совместное использование Java и Kotlin и др.

Издание предназначено разработчикам, владеющим языком Java и желающим познакомиться и начать эффективно работать с Kotlin.
═════════════════════
Скачать: https://cloud.mail.ru/public/2Kau/gfRTYoMtS
═════════════════════
#java@physics_math
#kotlin@physics_math
#jvm@physics_math
#android@physics_math
#алгоритмы@physics_math
#программирование@physics_math

#python #код #django #питон #джанго #программирование #cod #coding #ML #DataMining #deeplearning #neuralnets #neuralnetworks #neuralnetworks #ArtificialIntelligence #MachineLearning #DigitalTransformation #tech #ML #python
Aurélien Géron Hands-On Machine Learning with Scikit-Learn and TensorFlow [2017]
═════════════════════
Описание:
═════════════════════
Naturally you are excited about Machine Learning and you would love to join the party. Perhaps you would like to give your homemade robot a brain of its own? Make it recognize faces? Or learn to walk around? Or maybe your company has tons of data (user logs, financial data, production data, machine sensor data, hotline stats, HR reports, etc.), and more than likely you could unearth some hidden gems if you just knew where to look.
═════════════════════
For example:
═════════════════════
-Segment customers and find the best marketing strategy for each group
-Recommend products for each client based on what similar clients bought
-Detect which transactions are likely to be fraudulent
-Predict next year’s revenue
-And more!
═════════════════════
Objective and Approach
═════════════════════
This book assumes that you know close to nothing about Machine Learning. Its goal is to give you the concepts, the intuitions, and the tools you need to actually implement programs capable of learning from data.

We will cover a large number of techniques, from the simplest and most commonly used (such as linear regression) to some of the Deep Learning techniques that regularly win competitions.

Rather than implementing our own toy versions of each algorithm, we will be using actual production-ready Python frameworks:
═════════════════════
Scikit-Learn
═════════════════════
Scikit-Learn is very easy to use, yet it implements many Machine Learning algorithms efficiently, so it makes for a great entry point to learn Machine Learning.
═════════════════════
TensorFlow
═════════════════════
TensorFlow is a more complex library for distributed numerical computation using data flow graphs. It makes it possible to train and run very large neural networks efficiently by distributing the computations across potentially thousands of multi-GPU servers. TensorFlow was created at Google and supports many of their large-scale Machine Learning applications. It was open-sourced in November 2015.
═════════════════════
Скачать: https://cloud.mail.ru/public/3sqL/kabLdQqwj
═════════════════════
#java@physics_math
#jdk@physics_math
#javascript@physics_math
#javafx@physics_math
#алгоритмы@physics_math
#программирование@physics_math

#python #код #django #питон #джанго #программирование #cod #coding #ML #DataMining #deeplearning #neuralnets #neuralnetworks #neuralnetworks #ArtificialIntelligence #MachineLearning #DigitalTransformation #tech #ML #python
Sanaulla M., Samoylov N. Java 9 Cookbook [2017]
═════════════════════
Описание:
═════════════════════
Java is an object-oriented programming language. It is one of the most widely accepted languages because of its design and programming features, particularly in its promise that you can write a program once and run it anywhere.

This cookbook offers a range of software development examples in simple and straightforward Java 9 code, providing step-by-step resources and time-saving methods to help you solve data problems efficiently. Starting with the installation of Java, each recipe addresses a specific problem, with a discussion that explains the solution and offers insight into how it works.

We cover major concepts such as Project Jigsaw and various tools that will enable you to modularize your applications. You will learn new features in the form of recipes that will make your applications modular, secure, and fast.
═════════════════════
What You Will Learn
═════════════════════
- Set up JDK and know the differences in the JDK 9 installation
- Implement OO Designs using Classes and Interfaces
- Manage operating system processes
- Understand the new modular JDK and modular programming
- Create a modular application with clear dependencies
- Build graphical user interfaces using JavaFX
- Use the new HTTP Client API
- Learn about the new diagnostic features in Java 9
- See how to use the new jShell REPL tool
- Execute ES6-compliant JavaScript code from your Java applications

═════════════════════
Скачать: https://cloud.mail.ru/public/Bf9B/LvsHe7aYM
═════════════════════
#java@physics_math
#jdk@physics_math
#javascript@physics_math
#javafx@physics_math
#алгоритмы@physics_math
#программирование@physics_math

#python #код #django #питон #джанго #программирование #cod #coding #ML #DataMining #deeplearning #neuralnets #neuralnetworks #neuralnetworks #ArtificialIntelligence #MachineLearning #DigitalTransformation #tech #ML #python
Кей Хорстманн | Java. Библиотека профессионала. 10-е издание. В 2-х томах [2 книги] (2016) [DJVU]
═════════════════════
Описание:
═════════════════════
Это издание полностью обновлено с учетом версии Java SE 8 издание представляет собой солидное руководство по языку программирования Java для тех, кто разрабатывает настоящие проекты на платформе Java.
С выходом каждого издания ее главный автор старался как можно быстрее следовать очередному выпуску Java Development Kit, каждый раз переписывая ее, чтобы вы, читатель, могли воспользоваться преимуществами новейших средств Java. Настоящее издание обновлено с учетом новых языковых средств, появившихся в версии Java Standard Edition (SE) 8.

Как и все предыдущие издания этой книги, настоящее издание по-прежнему адресуется серьезным программистам, которые хотели бы пользоваться Java для разработки настоящих проектов. Автор этой книги представляет себе вас, дорогой читатель, как грамотного специалиста с солидным опытом программирования на других языках, кроме Java, и надеется, что вам не нравятся книги, которые полны игрушечных примеров вроде программ управления тостерами или животными в зоопарке либо "прыгающим текстом". Ничего подобного вы не найдете в этой книге. Цель автора — помочь вам понять язык Java и его библиотеки в полной мере, а не создать иллюзию такого понимания.

В книге вы найдете массу примеров кода, демонстрирующих почти все обсуждаемые языковые и библиотечные средства. Эти примеры намеренно сделаны как можно более простыми, чтобы сосредоточиться на основных моментах. Тем не менее они в своем в большинстве совсем не игрушечные и не "срезают острых углов". Все они могут послужить вам неплохой отправной точкой для разработки собственного кода.
═════════════════════
Скачать:
https://cloud.mail.ru/public/F4RS/s86vGaTYn
https://cloud.mail.ru/public/4U2S/aEsZ29GFh
═════════════════════
#java@physics_math
#программирование@physics_math
#android@physics_math
#программирование #java #android

#python #код #django #питон #джанго #программирование #cod #coding #ML #DataMining #deeplearning #neuralnets #neuralnetworks #neuralnetworks #ArtificialIntelligence #MachineLearning #DigitalTransformation #tech #ML #python
Herbert Schildt Java: The Complete Reference. Tenth Edition
Герберт Шилдт Java: Полное руководство. (10-е) издание [2017, EN]
═════════════════════
Описание:
═════════════════════
This book is a comprehensive guide to the Java language, describing its syntax, keywords, and fundamental programming principles. Significant portions of the Java API library are also examined. The book is divided into five parts, each focusing on a different aspect of the Java programming environment.

═════════════════════
Скачать:
cloud.mail.ru/public/4Anm/fU6g7aVui
═════════════════════

#си@physics_math
#cpp@physics_math
#java@physics_math
#алгоритмы@physics_math
#программирование@physics_math
Head First Android Development (2nd edition) [2017] Dawn Griffiths, David Griffiths
═════════════════════
Описание:
═════════════════════
Presents an introduction to Android development, with information on building interactive apps, creating the user interface, setting up databases, using action bars, and making apps fit in with Material Design.
═════════════════════
What will you learn from this book?
═════════════════════
If you have an idea for a killer Android app, this fully revised and updated edition will help you build your first working application in a jiffy. You’ll learn hands-on how to structure your app, design flexible and interactive interfaces, run services in the background, make your app work on various smartphones and tablets, and much more. It’s like having an experienced Android developer sitting right next to you! All you need to get started is some Java know-how.
═════════════════════
Why does this book look so different?
═════════════════════
Based on the latest research in cognitive science and learning theory, Head First Android Development uses a visually rich format to engage your mind, rather than a text-heavy approach that puts you to sleep. Why waste your time struggling with new concepts? This multi-sensory learning experience is designed for the way your brain really works.

#программирование@physics_math
#java@physics_math
#android@physics_math
#game_development@physics_math