BlogHide Resteemsalucard14 (30)in python • 7 years agoCara Membuat Aplikasi Android(Python & Kivy) #3 | Membuat BoxLayoutHal yang dipelajari: Cara membuat BoxLayout Peralatan: Laptop/PC Bahasa Pemrograman Python Kivy Python Library Tutorial Konten Di tutorial kali ini kita akan membuat lima…alucard14 (30)in indonesia • 7 years agoCara Membuat Aplikasi Android(Python & Kivy) #2 | Membuat Tombol SederhanaHal yang dipelajari: Cara membuat tombol sederhana Peralatan: Laptop/PC Bahasa Pemrograman Python Kivy Python Library Kurikulum: Cara Membuat Aplikasi Android(Python &…alucard14 (30)in aceh • 7 years agoCara Membuat Aplikasi Android(Python & Kivy) #1 | Install Program Python & KivyHal yang dipelajari: Cara menginstall bahasa pemrograman Python Cara menginstall library Python Kivy Peralatan : Laptop / PC Windows 64 bit Jaringan Internet Tutorial…alucard14 (30)in utopian-io • 7 years agoTensorFlow Tutorial | Part 2 - Convolutional Neural NetworkWhat Will I Learn? How to implement a simple Convolutional Neural Network in TensorFlow How to Configuration of Neural Network in TensorFlow How to load data Data Dimesion of…alucard14 (30)in utopian-io • 7 years agoTensorFlow Tutorial | Part 1 - Linear ModelWhat Will I Learn? How to make simple Linear Model How to Load Data TensorFlow Graph How to run TensorFlow Performance before any optimization Performance after 1…alucard14 (30)in utopian-io • 7 years ago3D Plotting in Matplotlib-Basic Line & Scatter Plot #Pt1What Will I Learn? Three-Dimensional Plotting in Matplotlib Create 3D Line Plot Create 3D Scatter Plot Requirements Python3 or Python2 Matplotlib library for Python…alucard14 (30)in python • 7 years agoPython if elif else TutorialWhat Will I Learn? In this tutorial we'll be learning about conditionals and how we can control what statements get executed depending on whether certain values evaluate to true or false, and…alucard14 (30)in tutorial • 7 years agoHow to Use List On Python ProgrammingHello guys welcome to the Python programming for beginners and in this post I'm going to show you what are lists and how to use lists in Python. So as the name suggests list is a collection of…alucard14 (30)in programming • 7 years agoPython Programming Tutorials - Slicing up StringsHello, well welcome to another Python tutorial. And today's tutorial we're going to talk about indexing and slicing a string in Python. In this one we're going to actually access the index and we're…alucard14 (30)in python • 7 years agoPython Programming Tutorials - StringHello guys welcome to my Python tutorial for beginners and in this post I'm going to show you how you can use string in your Python program efficiently. So I have this Python file and I have…alucard14 (30)in python • 7 years agoPython Programming Tutorials - How to Calculate Sine Cosine TangentHello everybody in this tutorial we're going to show you how to calculate the sine cosine and tangent using Python. The first thing we're going to do is import some modules, so let's import…alucard14 (30)in python • 7 years agoPython Programming Tutorials - Random NumberIn order to use random numbers I first will need to look at the random number function. There is actually more than one but the one that we're going to be looking at is randint, so you put the…alucard14 (30)in python • 7 years agoPython Programming Tutorials - Mathematical FunctionsSo this is going to be the real tutorial that we do on a Python in mathematics and we're going to talk about mathematical functions which hopefully at this point you're familiar with and then Python…alucard14 (30)in python • 7 years agoPython Programming Tutorials - Number Type ConversionHello welcome to antother Python tutorial and we’re going to talk about converting number types. You know we got integers and floating point numbers and what happens if we want to convert them well…alucard14 (30)in python • 7 years agoPython Programming Tutorials - NumbersHello guys welcome to my article, in this post we’re gonna be learning more about basic math operators. Python Numbers: A programming language needs to have support for numbers to carry out…