Posts

Showing posts with the label Python

Access to data in SQL Server from the web! a little bit of ...Javascript, Python and SQL Server

Image
Hi guys, Welcome back mates to another atypical post!   In the latest post we talk about how to access data in Microsoft SQL Server from the Python language: Python from 0 to Microsoft SQL Server! A tutorial to try step to step   Today we do a little step forward. We will see how to access our data in SQL Server directly from a web pages.   Why?   Well, for many reason. Mainly because I wanted to show a quick way to read and write the data that is inside a database. I also wanted to show that beautiful interfaces makes the web available. Finally I wanted to show you the basics of the Javascript language and also how to create an API from python . I mean, a lot of stuff, so let’s get started! Intro. Yes, this post need an introduction to descrive what we will do. In the latest post the have installed Python and with this language we have accessed data from a database in SQL Server . Today we slightly modify this project: the already written function will become an AP...

Python from 0 to Microsoft SQL Server! A tutorial to try step to step

Image
Hi Guys, This is not the usual post.  It is a little different post because i am in holidays with my family and because it is born from an idea of my 13 yo son Jacopo.  Since he already use Python, Javascript and other Languages while my knowledge is strongly oriented towards Microsoft SQL Server and databases, we thought about a quick tutorial on phyton . Let’s start from the installation to get to query a database in sql server with Phyton And then what’s cooler than learning the basics of a new language in minutes? If you want to take a look at his YouTube programming channel and maybe subscribe click here JacopoTech  (actually only in italian language) Enjoy the reading mates!   Python from 0. Installation Python is today a well-known language with which you can do everything. It is really worth getting to know it and trying it out for all projects from the smallest to the largest. Its installation is really simple, just download the installation files from the...